I submitted a PR to MailWatch that should resolve this issue.
https://github.com/mailwatch/MailWatch/pull/1309
Search found 3755 matches
- 14 Sep 2024 14:14
- Forum: 5.x Bugs
- Topic: viewmail.php encoding issue
- Replies: 5
- Views: 10939
- 13 Sep 2024 17:00
- Forum: 5.x Bugs
- Topic: eFa v5 bayes behaviour
- Replies: 3
- Views: 5338
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...
- 13 Sep 2024 16:53
- Forum: 5.x Bugs
- Topic: viewmail.php encoding issue
- Replies: 5
- Views: 10939
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
- 09 Sep 2024 21:31
- Forum: Discussion
- Topic: Ability to download .EML mail
- Replies: 2
- Views: 7035
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
Be sure to submit an issue to https://github.com/mailwatch/MailWatch for this feature
- 09 Sep 2024 21:26
- Forum: 5.x Bugs
- Topic: Virus scanners page
- Replies: 2
- Views: 4862
- 09 Sep 2024 21:24
- Forum: 5.x Bugs
- Topic: viewmail.php encoding issue
- Replies: 5
- Views: 10939
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.
- 24 Aug 2024 09:54
- Forum: How-to
- Topic: Custom link in Quarantine Report
- Replies: 1
- Views: 5672
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');
- 17 Aug 2024 10:30
- Forum: Discussion
- Topic: Does MailScnner safe sites conf take prededence over bad sites?
- Replies: 4
- Views: 6443
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
- 09 Aug 2024 13:29
- Forum: How-to
- Topic: Anacron Job error: gzip: /etc/MailScanner/phishing.safe.sites.conf.master.gz: unexpected end of file
- Replies: 1
- Views: 3954
Re: Anacron Job error: gzip: /etc/MailScanner/phishing.safe.sites.conf.master.gz: unexpected end of file
Have you tried deleting the file and letting it run again?
- 06 Aug 2024 23:44
- Forum: Discussion
- Topic: A hard path to a successful migration...
- Replies: 4
- Views: 3978
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...
- 02 Aug 2024 17:06
- Forum: How-to
- Topic: Another anti-virus for eFa
- Replies: 2
- Views: 2854
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...
- 02 Aug 2024 17:00
- Forum: 5.x Bugs
- Topic: RSA based ciphers not working in Postfix smtpd
- Replies: 2
- Views: 7226
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.
- 02 Aug 2024 16:59
- Forum: Discussion
- Topic: Very different spam scoring with spamassasin 3 vs 4
- Replies: 5
- Views: 4800
Re: Very different spam scoring with spamassasin 3 vs 4
That is good to hear!
- 27 Jul 2024 12:09
- Forum: Discussion
- Topic: HowTo test EFAv5
- Replies: 57
- Views: 32392
- 27 Jul 2024 11:59
- Forum: 5.x Bugs
- Topic: Update 5.0.0-10 MailWatch problems
- Replies: 1
- Views: 2091
Re: Update 5.0.0-10 MailWatch problems
Fixed in 5.0.0-11.
- 25 Jul 2024 15:47
- Forum: 5.x Bugs
- Topic: Error during initial install: unexpected EOF while looking for matching '
- Replies: 2
- Views: 2597
- 24 Jul 2024 18:08
- Forum: Discussion
- Topic: Very different spam scoring with spamassasin 3 vs 4
- Replies: 5
- Views: 4800
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.
Bayes doesn't kick in until at least 200 messages have been learned as spam or ham.
- 24 Jul 2024 18:05
- Forum: 3.x Bugs
- Topic: Lock database mailscanner - mtalog and mtalog_ids
- Replies: 7
- Views: 19363
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
https://github.com/E-F-A/eFa5/issues/15
- 22 Jul 2024 19:53
- Forum: Discussion
- Topic: eFa V4 to V5 - Increased Spam being blocked
- Replies: 3
- Views: 3516
Re: eFa V4 to V5 - Increased Spam being blocked
Automatic replies with no sender are tricky. These tend to come from mailer-daemons when emails bounce (soft-fail or perm-fail) from MTAs. MailScanner tries to detect them with a watermark in the header, but oftentimes that gets stripped out. If you are having trouble with this, you can try changing...
- 22 Jul 2024 19:46
- Forum: Discussion
- Topic: Very different spam scoring with spamassasin 3 vs 4
- Replies: 5
- Views: 4800
Re: Very different spam scoring with spamassasin 3 vs 4
Those mails may be similar but are not the same. Chances are the sender domain is not the same... The second email hit RCVD_IN_DNSWL_HI, which is the bulk of the negative scoring You also have some problems.... You have no Bayes scoring happening currently. You might need to retrain your Bayes DB. Y...
- 22 Jul 2024 19:39
- Forum: 4.x Bugs
- Topic: Could not resolve host: mirrorlist.centos.org
- Replies: 2
- Views: 2620
Re: Could not resolve host: mirrorlist.centos.org
CentOS 7 is now EoL.
To move forward see this guide:
https://wiki.efa-project.org/doku.php?i ... tion_guide
To move forward see this guide:
https://wiki.efa-project.org/doku.php?i ... tion_guide
- 20 Jul 2024 11:33
- Forum: Discussion
- Topic: Docker
- Replies: 6
- Views: 5175
Re: Docker
Well, although not ideal, you could stuff most of it into a single container. It should work, but you won't have the benefit of having everything in its own respective container, of course. I think getting this software to function in a microservice model will require a major rewrite of the code. Ma...
- 15 Jul 2024 19:14
- Forum: Discussion
- Topic: Docker
- Replies: 6
- Views: 5175
Re: Docker
There have been many requests for Dockerized eFa... I haven't done it for the very reason you mention. MailScanner is not suitable for containerization and is not designed as a microservice and is quite monolithic. Although it has gotten better, the following problems still exist with MailScanner: A...
- 14 Jul 2024 19:57
- Forum: Feature Requests
- Topic: EFA5 Greylisting toggle, does not change main.cf
- Replies: 3
- Views: 10680
Re: EFA5 Greylisting toggle, does not change main.cf
Shouldn't have to, the updates are cumulative, so switching from beta to release shouldn't have caused this sort of issue.
- 14 Jul 2024 19:20
- Forum: Feature Requests
- Topic: EFA5 Greylisting toggle, does not change main.cf
- Replies: 3
- Views: 10680
Re: EFA5 Greylisting toggle, does not change main.cf
This is strange. I am able to toggle greylisting via eFa-Configure and the check_policy_service inet:127.0.0.1:2501 appears and drops off like is should. Looking at the code I don't see anything obvious that would cause this to happen.