Hello

I am using Exim 4.72 on Debian 6.0.6. I have dumped the Debian configuration scheme and composed my own exim4.conf file based on the sample supplied. I have successfully implemented a blacklist of sending domains which works like this:

acl_smtp_mail = acl_check_mail
acl_check_mail:
 deny    message          = Domain blacklisted locally
         sender_domains   = lsearch;/etc/exim4/senderdomains.blacklist

where the file senderdomains.blacklist contains a list of this format:

dirtyspammers.org
spamserver.lots-o-spam.net
dishitout.spammers.com
etc

My question is how to do something similar with a list of IP addresses. Would a similar structure be appropriate and where would it be put? Hope this is not too easy.


Damien Moore


--
## List details at https://lists.exim.org/mailman/listinfo/exim-users
## Exim details at http://www.exim.org/
## Please use the Wiki with this list - http://wiki.exim.org/

Reply via email to