exim + spamblocker + greylistd + whitelist recipients?

meliux

Verified User
Joined
Jul 5, 2008
Messages
15
My server: exim with spamblocker v4, greylistd
Current policy is to have greylisting enabled for the whole server... in other words, all users/domains.
I've got this ACL added into the exim.conf in/around edit #27 which does the greylisting nicely. http://code.creationova.com/sap2ipg

Is it possible to have individual users whitelisted (be it whole domains, or a specific user@domain) ??
I'd like users to be able to opt out of the whitelisting if they choose, but my exim script-foo is lacking.

Any ideas?
 
@meliux:

Is this all you needed, or did you need to do anything else?

If you're using the linked-to code as is, then read it and you'll see where to put the whitelist information. However I'd suggest modifying it to work with the files already in /etc/virtual, as mr.applesauce mentions.

If this code just works without any changes to your system, let me know; perhaps we can add it to the main exim.conf file.

Jeff
 
Back
Top