> message = sender IP address $sender_host_address is locally blacklisted
> here. If you think this is wrong, get in touch with postmaster
>  
>    hosts = ${if exists{/etc/exim/blacklist_ip}\
>                 {/etc/exim/blacklist_ip}\
>                  {}}
> 
> this is still blocking all mail and inserting the message

What I do is I define my list of addresses as a hostlist before the ACL
section in my exim.conf file:

hostlist block_by_ip    =    /etc/exim/files/blacklist_ip

Then in my acl_smtp_rcpt (linewraps are an artifact of my MUA):
  deny        message    =    Message rejected because $sender_host_address
is in a local block list.
          hosts    =    +block_by_ip
-- 
Dave Pooser
Cat-Herder-in-Chief, Pooserville.com
"...Life is not a journey to the grave with the intention of arriving
safely in one pretty and well-preserved piece, but to slide across the
finish line broadside, thoroughly used up, worn out, leaking oil, and
shouting GERONIMO!!!" -- Bill McKenna



-- 
## List details at http://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