Search found 3765 matches
- 25 Oct 2024 22:59
- Forum: 4.x Bugs
- Topic: Problem with transport
- Replies: 1
- Views: 2533
Re: Problem with transport
To ways to potentially resolve. One is to remove the recipient address validation cache. (best) sudo mv /var/lib/postfix/verify_cache.db /var/lib/postifx/verify_cache.db.bak Another is to disable recipient address verification using eFa-Configure (under mail settings) or adjusting the postfix main.c...
- 25 Oct 2024 07:32
- Forum: How-to
- Topic: V5 - 16) DKIM and DMARC
- Replies: 1
- Views: 3419
Re: V5 - 16) DKIM and DMARC
This option enables validation via opendkim and opendmarc. Enabling signing for opendkim requires additional setup.
Setup should be the same as in previous versions, so those posts should still apply.
Setup should be the same as in previous versions, so those posts should still apply.
- 25 Oct 2024 07:29
- Forum: 5.x Bugs
- Topic: Fail2ban does not start initially
- Replies: 1
- Views: 3824
- 17 Oct 2024 11:33
- Forum: How-to
- Topic: efa3 to efa4
- Replies: 3
- Views: 6051
Re: efa3 to efa4
You should get to eFa4 first...
Looks like appstream was moved to vault.
Give this a try:
https://medium.com/@bonguides25/fixed-f ... 1ad6db8f16
Looks like appstream was moved to vault.
Give this a try:
https://medium.com/@bonguides25/fixed-f ... 1ad6db8f16
- 05 Oct 2024 15:53
- Forum: 5.x Bugs
- Topic: Connection Refused
- Replies: 1
- Views: 5406
Re: Connection Refused
You are getting a service unavailable. Is your milter functioning properly? msmilter must be running and available on port 33333.
- 05 Oct 2024 15:51
- Forum: How-to
- Topic: same antispam problem
- Replies: 2
- Views: 3093
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.
- 05 Oct 2024 15:39
- Forum: How-to
- Topic: Restricted administrator account for email quarantine access
- Replies: 1
- Views: 3092
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.
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.
- 20 Sep 2024 13:06
- Forum: Announcements
- Topic: Slack Channel -- efa-project
- Replies: 0
- Views: 39957
- 19 Sep 2024 14:06
- Forum: Feature Requests
- Topic: Kaspersky instead of Clamd Antivurus
- Replies: 1
- Views: 10574
Re: Kaspersky instead of Clamd Antivurus
If I can get my hands on trial versions of these commercial software, I will certainly do this.
- 19 Sep 2024 14:05
- Forum: How-to
- Topic: how to force an update of ClamAV?
- Replies: 2
- Views: 4157
Re: how to force an update of ClamAV?
Code: Select all
sudo dnf update
- 18 Sep 2024 12:55
- Forum: How-to
- Topic: efa3 to efa4
- Replies: 3
- Views: 6051
Re: efa3 to efa4
Yes.
Use EL8 of your choice to get eFa 4.
Use EL9 of your choice to get eFa 5.
Use EL8 of your choice to get eFa 4.
Use EL9 of your choice to get eFa 5.
- 14 Sep 2024 14:14
- Forum: 5.x Bugs
- Topic: viewmail.php encoding issue
- Replies: 5
- Views: 14300
Re: viewmail.php encoding issue
I submitted a PR to MailWatch that should resolve this issue.
https://github.com/mailwatch/MailWatch/pull/1309
https://github.com/mailwatch/MailWatch/pull/1309
- 13 Sep 2024 17:00
- Forum: 5.x Bugs
- Topic: eFa v5 bayes behaviour
- Replies: 7
- Views: 9766
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: 14300
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: 12742
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: 5650
- 09 Sep 2024 21:24
- Forum: 5.x Bugs
- Topic: viewmail.php encoding issue
- Replies: 5
- Views: 14300
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: 6518
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: 7169
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: 4838
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: 4764
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: 3720
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: 7958
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: 5883
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: 34650