Search found 3761 matches

by shawniverson
05 Oct 2024 15:53
Forum: 5.x Bugs
Topic: Connection Refused
Replies: 1
Views: 4113

Re: Connection Refused

You are getting a service unavailable. Is your milter functioning properly? msmilter must be running and available on port 33333.
by shawniverson
05 Oct 2024 15:51
Forum: How-to
Topic: same antispam problem
Replies: 2
Views: 2238

Re: same antispam problem

Sounds like you have a mail loop occurring in that direction somehow. I'm not sure why with the information you provided. You may need to check your /etc/postfix/transport file and see if it makes sense for both servers.
by shawniverson
05 Oct 2024 15:39
Forum: How-to
Topic: Restricted administrator account for email quarantine access
Replies: 1
Views: 2711

Re: Restricted administrator account for email quarantine access

This is not one of the roles that MailWatch has out of the box.

It is possible to make MailWatch do this, but it will require some modification.

I think this would make a good feature request for MailWatch.
by shawniverson
20 Sep 2024 13:06
Forum: Announcements
Topic: Slack Channel -- efa-project
Replies: 0
Views: 34652

Slack Channel -- efa-project

Come join us on Slack!

You can sign up here: https://join.slack.com/t/efa-project/sh ... tU0zVdBfHw
by shawniverson
19 Sep 2024 14:06
Forum: Feature Requests
Topic: Kaspersky instead of Clamd Antivurus
Replies: 1
Views: 8106

Re: Kaspersky instead of Clamd Antivurus

If I can get my hands on trial versions of these commercial software, I will certainly do this. :dance:
by shawniverson
19 Sep 2024 14:05
Forum: How-to
Topic: how to force an update of ClamAV?
Replies: 2
Views: 3779

Re: how to force an update of ClamAV?

Code: Select all

sudo dnf update
ClamAV is the stock version coming from your distribution. It is up to the distribution maintainers to keep ClamAV packages up to date. They tend to lag behind sometimes, however, so you may see this message until they get around to it.
by shawniverson
18 Sep 2024 12:55
Forum: How-to
Topic: efa3 to efa4
Replies: 1
Views: 2987

Re: efa3 to efa4

Yes.

Use EL8 of your choice to get eFa 4.

Use EL9 of your choice to get eFa 5.
by shawniverson
14 Sep 2024 14:14
Forum: 5.x Bugs
Topic: viewmail.php encoding issue
Replies: 5
Views: 13975

Re: viewmail.php encoding issue

I submitted a PR to MailWatch that should resolve this issue.

https://github.com/mailwatch/MailWatch/pull/1309
by shawniverson
13 Sep 2024 17:00
Forum: 5.x Bugs
Topic: eFa v5 bayes behaviour
Replies: 7
Views: 9384

Re: eFa v5 bayes behaviour

I see you posted to the Spamassassin list. I don't have any specific explanation other than the SA developers have made some major changes to the bayes scoring. I would try training the bayes with a balanced corpus of known ham and spam, turning off autolearn (it isn't very smart, any badly scored e...
by shawniverson
13 Sep 2024 16:53
Forum: 5.x Bugs
Topic: viewmail.php encoding issue
Replies: 5
Views: 13975

Re: viewmail.php encoding issue

In order to fix this, I'm going to need a sample of an email message with headers. Are you able to send me a sample? If so, please attach and send to shawniverson@efa-project.org
by shawniverson
09 Sep 2024 21:31
Forum: Discussion
Topic: Ability to download .EML mail
Replies: 2
Views: 10158

Re: Ability to download .EML mail

Sounds like a great feature!

Be sure to submit an issue to https://github.com/mailwatch/MailWatch for this feature 8-)
by shawniverson
09 Sep 2024 21:26
Forum: 5.x Bugs
Topic: Virus scanners page
Replies: 2
Views: 5350

Re: Virus scanners page

Sure, open an issue here:

https://github.com/mailwatch/MailWatch :D
by shawniverson
09 Sep 2024 21:24
Forum: 5.x Bugs
Topic: viewmail.php encoding issue
Replies: 5
Views: 13975

Re: viewmail.php encoding issue

Wow that hasn't been a thing since PHP 5.3. Can you share with me some more details or screenshots? Feel free to redact or DM me.
by shawniverson
24 Aug 2024 09:54
Forum: How-to
Topic: Custom link in Quarantine Report
Replies: 1
Views: 6135

Re: Custom link in Quarantine Report

Take a look at /var/www/html/mailscanner/conf.php and set MAILWATCH_HOSTURL:

Code: Select all

define('MAILWATCH_HOSTURL', 'https://' . rtrim(gethostname()) . ':8443/mailscanner');
by shawniverson
17 Aug 2024 10:30
Forum: Discussion
Topic: Does MailScnner safe sites conf take prededence over bad sites?
Replies: 4
Views: 6882

Re: Does MailScnner safe sites conf take prededence over bad sites?

After you add to the custom safe sites list, did you run

Code: Select all

ms-update-phishing
?
by shawniverson
06 Aug 2024 23:44
Forum: Discussion
Topic: A hard path to a successful migration...
Replies: 4
Views: 4437

Re: A hard path to a successful migration...

Chances are your sa_user password is wrong in /etc/mail/spamassassin/mailscanner.cf for some reason, so it can't connect to the bayes table and export it. Not a showstopper, since that also means your bayes is probably not working on your box anyway, so you may want to skip and start a fresh bayes o...
by shawniverson
02 Aug 2024 17:06
Forum: How-to
Topic: Another anti-virus for eFa
Replies: 2
Views: 3360

Re: Another anti-virus for eFa

The /etc/MailScanner/virus.scanners.conf lists the virus scanners that can be used by eFa. Unfortunately, some of these are now dated and may not work. For example, Sophos made a recent change to a more cloud-based scanner, so the wrapper for it no longer works. avg avast avastd bitdefender clamd es...
by shawniverson
02 Aug 2024 17:00
Forum: 5.x Bugs
Topic: RSA based ciphers not working in Postfix smtpd
Replies: 2
Views: 7683

Re: RSA based ciphers not working in Postfix smtpd

Let's Encrypt must've started defaulting to ecdsa. I wonder if I need to add an option for this.
by shawniverson
27 Jul 2024 12:09
Forum: Discussion
Topic: HowTo test EFAv5
Replies: 57
Views: 33754

Re: HowTo test EFAv5

tesme33 wrote: 25 Jul 2024 20:09 HI
as im now running this config for some weeks i would like to confirm that this seems to solve the issue.
I pushed out an update to get rid of the duplicate configurations. Thanks for the help!
by shawniverson
27 Jul 2024 11:59
Forum: 5.x Bugs
Topic: Update 5.0.0-10 MailWatch problems
Replies: 1
Views: 2542

Re: Update 5.0.0-10 MailWatch problems

Fixed in 5.0.0-11.
by shawniverson
24 Jul 2024 18:08
Forum: Discussion
Topic: Very different spam scoring with spamassasin 3 vs 4
Replies: 5
Views: 5552

Re: Very different spam scoring with spamassasin 3 vs 4

Is your eFa behind another smarthost or accepting email directly from the Internet?

Bayes doesn't kick in until at least 200 messages have been learned as spam or ham.
by shawniverson
24 Jul 2024 18:05
Forum: 3.x Bugs
Topic: Lock database mailscanner - mtalog and mtalog_ids
Replies: 7
Views: 23680

Re: Lock database mailscanner - mtalog and mtalog_ids

Won't need to open a request to mailwatch. We just need to dump the >/dev/null 2>&1 in the cron job. I'll work on this. I'm also adding an extra step to the cron job to help keep the mtalog_ids clean.

https://github.com/E-F-A/eFa5/issues/15