Disable SPF Checks in ESF when Spamassassin is disabled on the domain?

ItsOnlyMe

Verified User
Joined
Apr 3, 2009
Messages
126
Location
Netherlands
We are having issues with some checks in ESF that is causing the server reply back to the sender with a SPF fail because there is a host checking the mail and then sending it on to our servers. to see the examples please check the following link

http://forum.directadmin.com/showthread.php?t=53550&p=276534#post276534

Is it possible to change some values in the exim conf or ESF to make sure it skips the checks if spamassassin is disabled for the domain in directadmin?


Kind regards,
 
Hello,

The only one piece of advice I could give you is to use skip lists:

Code:
EASY_SKIP_SENDERS = /etc/virtual/esf_skip_senders		- file to hold MAIL FROM addresses that ESF should skip checks for SPF, DKIM. Wildcards allowed.
EASY_SKIP_RECIPIENTS = /etc/virtual/esf_skip_recipients		- file to hold RCPT TO addresses that ESF should skip checks for DKIM, RBL. Wildcards allowed.
EASY_SKIP_HOSTS = /etc/virtual/esf_skip_hosts			- file to hold reverse IP lookup hostlist that ESF should skip checks for. Wilcards allowed.
EASY_SKIP_IPS = /etc/virtual/esf_skip_ips                       - file to hold ip list that ESF should skip checks for. Can be 1.2.3.4 or 1.2.0.0/16 ranges


related:

https://help.directadmin.com/item.php?id=628
http://files.directadmin.com/services/easy_spam_fighter/

Probably it will help you while you are awaiting for Directadmin developers' answer.
 
Hi Alex,

Yes. this has been set on some servers but its unmanageable when more and more customers are starting to use different anti-spam filters from different company's to start white-listing all those IP's on the servers.

Hopefully a feature like this can be build in so it gets easier for the customers and us for not needing to white-list another IP for a customer and his domain :)

Kind regards,
 
Back
Top