To all users of eFa,
As you may have noticed there hasn't been any development lately on eFa. I have made the decision not to continue. I feel you should all know so that you can plan ahead accordingly.
eFa 5 will likely continue to work as long as Redhat Enterprise Linux 9/CentOS 9 and other ...
Search found 3784 matches
- 10 Apr 2025 14:24
- Forum: Announcements
- Topic: Stepping away from eFa
- Replies: 0
- Views: 65242
- 11 Feb 2025 00:03
- Forum: 5.x Bugs
- Topic: Spamassassin local.cf ignored
- Replies: 9
- Views: 283581
Re: Spamassassin local.cf ignored
There is a spamassassin results cache database in MailScanner. You can and to reset it.
Code: Select all
sudo rm /var/spool/MailScanner/incoming/SpamAssassin.cache.db
Code: Select all
sudo systemctl restart mailscanner
- 10 Feb 2025 23:45
- Forum: How-to
- Topic: Greylist vs banking auth code
- Replies: 1
- Views: 25608
Re: Greylist vs banking auth code
You can add the bank's domain to /etc/sqlgrey/clients_fqdn_whitelist.local and run
Code: Select all
sudo update_sqlgrey_config
- 17 Jan 2025 23:04
- Forum: Discussion
- Topic: EFA's incorrect handling of zen.spamhaus.org
- Replies: 8
- Views: 71928
Re: EFA's incorrect handling of zen.spamhaus.org
Thank you for bringing this to my attention. I will drop this configuration from postfix for new installations since it is not recommended. For existing installations I'll see if I can add the return code range to the definition.
- 17 Jan 2025 22:57
- Forum: How-to
- Topic: Release: error (Failed to send data [SMTP: Invalid response code received from server (code: 554, response: 5.7.1 Messag
- Replies: 3
- Views: 22644
Re: Release: error (Failed to send data [SMTP: Invalid response code received from server (code: 554, response: 5.7.1 Me
Are you releasing this message to your mailserver or to someone out on the Internet?
- 17 Jan 2025 22:55
- Forum: Introduction
- Topic: Howdy
- Replies: 1
- Views: 43425
Re: Howdy
:text-welcomewave:
If you use two of them you get the added flexibility of customizing your inbound and outbound filtering separately and not have to worry about making your customizations distinguish between inbound and outbound mail flows.
On the other hand, you would have to manage two boxes ...
If you use two of them you get the added flexibility of customizing your inbound and outbound filtering separately and not have to worry about making your customizations distinguish between inbound and outbound mail flows.
On the other hand, you would have to manage two boxes ...
- 16 Dec 2024 18:59
- Forum: Discussion
- Topic: Quarantine email - View Links
- Replies: 1
- Views: 20838
Re: Quarantine email - View Links
This is expected behavior.
- 06 Dec 2024 20:28
- Forum: 5.x Bugs
- Topic: postfix chdir permission denied
- Replies: 4
- Views: 18378
Re: postfix chdir permission denied
I looked at the queue logic in MailWatch and can't figure out how you are getting this warning.
In /etc/MailScanner/MailScanner.conf, what is the value for the following:
MTA
Incoming Queue Dir
Outgoing Queue Dir
In /var/www/html/mailscanner/conf.php:
MS_CONFIG_DIR
In /etc/MailScanner/MailScanner.conf, what is the value for the following:
MTA
Incoming Queue Dir
Outgoing Queue Dir
In /var/www/html/mailscanner/conf.php:
MS_CONFIG_DIR
- 05 Dec 2024 13:39
- Forum: 5.x Bugs
- Topic: postfix chdir permission denied
- Replies: 4
- Views: 18378
Re: postfix chdir permission denied
This could be MailWatch trying to monitor the queues, but I'm not sure why it would be trying to use sendmail for that. Does it only log when the MailWatch UI is open for about every 30 seconds?
- 05 Dec 2024 13:13
- Forum: How-to
- Topic: Only send spam notifications to specific domain
- Replies: 1
- Views: 13463
Re: Only send spam notifications to specific domain
Yes, you can. What you need is a ruleset.
Create a new file in /etc/MailScanner/rules such as spamactions.rules
Define your rules in the file, using tabs to separate fields. Be sure to look at your Spam Actions setting in MailScanner.conf to see what parameters you are using in case you need to ...
Create a new file in /etc/MailScanner/rules such as spamactions.rules
Define your rules in the file, using tabs to separate fields. Be sure to look at your Spam Actions setting in MailScanner.conf to see what parameters you are using in case you need to ...
- 22 Nov 2024 23:04
- Forum: Discussion
- Topic: Edit release message
- Replies: 1
- Views: 21932
Re: Edit release message
/var/www/html/mailscanner/conf.php
Code: Select all
define('QUARANTINE_MSG_BODY', 'Please find the original message that was quarantined attached to this mail.
Regards,
Postmaster');
- 17 Nov 2024 19:21
- Forum: 5.x Bugs
- Topic: Postfix mynetworks default setting
- Replies: 3
- Views: 22719
Re: Postfix mynetworks default setting
I'd like to know how "hash:/etc/postfix/transport" ended up here.
mynetworks is initialized out of the box as:
eFa-base-5.0.0-1.eFa.el9.noarch
postfix-config-5.0.0.sh, line 35:
mynetworks is initialized out of the box as:
eFa-base-5.0.0-1.eFa.el9.noarch
postfix-config-5.0.0.sh, line 35:
Code: Select all
postconf -e "mynetworks = 127.0.0.0/8 [::1]/128"
- 14 Nov 2024 20:52
- Forum: How-to
- Topic: Anacron Job error: gzip: /etc/MailScanner/phishing.safe.sites.conf.master.gz: unexpected end of file
- Replies: 5
- Views: 26177
Re: Anacron Job error: gzip: /etc/MailScanner/phishing.safe.sites.conf.master.gz: unexpected end of file
Delete the file, should go away.
- 12 Nov 2024 05:14
- Forum: 5.x Bugs
- Topic: eFa v5 bayes behaviour
- Replies: 18
- Views: 215049
Re: eFa v5 bayes behaviour
Please test the following:
Change the following line in /etc/mail/spamassassin/mailscanner.cf:
From:
To:
Report back results.
Change the following line in /etc/mail/spamassassin/mailscanner.cf:
From:
Code: Select all
bayes_store_module Mail::SpamAssassin::BayesStore::SQL
Code: Select all
bayes_store_module Mail::SpamAssassin::BayesStore::MySQL
- 12 Nov 2024 02:47
- Forum: 5.x Bugs
- Topic: eFa v5 bayes behaviour
- Replies: 18
- Views: 215049
Re: eFa v5 bayes behaviour
I am able to reproduce the same behavior.
sudo su - postfix -s /bin/sh -c "spamassassin -D bayes -t < /var/spool/MailScanner/quarantine/20241110/spam/4XmZWK3SLgzcDDsV"
Run #1
Nov 11 21:38:24.182 [2892651] dbg: bayes: tokenized header: 62 tokens
Nov 11 21:38:24.183 [2892651] dbg: bayes: tok ...
sudo su - postfix -s /bin/sh -c "spamassassin -D bayes -t < /var/spool/MailScanner/quarantine/20241110/spam/4XmZWK3SLgzcDDsV"
Run #1
Nov 11 21:38:24.182 [2892651] dbg: bayes: tokenized header: 62 tokens
Nov 11 21:38:24.183 [2892651] dbg: bayes: tok ...
- 10 Nov 2024 23:25
- Forum: 5.x Bugs
- Topic: eFa v5 bayes behaviour
- Replies: 18
- Views: 215049
Re: eFa v5 bayes behaviour
Given that bayes is doing this unpredictable behaviour for you it is essentially unreliable and useless. I am going to populate bayes and try to reproduce the same behaviour on my end to continue troubleshooting with you.
I reached out for help from spamassassin on IRC and they want us to:
1) Try ...
I reached out for help from spamassassin on IRC and they want us to:
1) Try ...
- 08 Nov 2024 20:11
- Forum: 5.x Bugs
- Topic: eFa v5 bayes behaviour
- Replies: 18
- Views: 215049
Re: eFa v5 bayes behaviour
Uhhhh.... :crazy: :crazy: :crazy: :crazy:
Do me a favor, can you temporarily disable SELinux and run some more tests?
Can you confirm that bayes autolearning is off in the context of the postfix user? (see below)
Do you have a /etc/MailScanner/spamassassin.conf that is a regular file and has a ...
Do me a favor, can you temporarily disable SELinux and run some more tests?
Can you confirm that bayes autolearning is off in the context of the postfix user? (see below)
Do you have a /etc/MailScanner/spamassassin.conf that is a regular file and has a ...
- 08 Nov 2024 11:17
- Forum: Discussion
- Topic: Daily Quarantine Report Timing
- Replies: 1
- Views: 21832
Re: Daily Quarantine Report Timing
This is pretty much it.
Yeah, if you change the cron job, you'll have to be mindful that an update to MailWatch could potentially add the default cron job back to cron.daily.
Yeah, if you change the cron job, you'll have to be mindful that an update to MailWatch could potentially add the default cron job back to cron.daily.
- 08 Nov 2024 10:25
- Forum: 5.x Bugs
- Topic: eFa v5 bayes behaviour
- Replies: 18
- Views: 215049
Re: eFa v5 bayes behaviour
What happens if you execute spamassassin as the user that MailScanner runs as?
Code: Select all
sudo su - postfix -s /bin/sh -c "spamassassin -D -t < msg"
- 25 Oct 2024 22:59
- Forum: 4.x Bugs
- Topic: Problem with transport
- Replies: 1
- Views: 17820
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 ...
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 ...
- 25 Oct 2024 07:32
- Forum: How-to
- Topic: V5 - 16) DKIM and DMARC
- Replies: 3
- Views: 98282
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: 16648
- 17 Oct 2024 11:33
- Forum: How-to
- Topic: efa3 to efa4
- Replies: 3
- Views: 21743
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: 17936
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: 19012
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.