Re: [Exim] Rbl checking only for incoming messages

Top Page
Delete this message
Reply to this message
Author: kmb
Date:  
To: exim-users
Subject: Re: [Exim] Rbl checking only for incoming messages
Here is my config section that is working for me This will avoid running
these two checks, I do not have anything here about authentication but
your !authenticated = * should do the trick.




Code:
--------------------


  deny    message         = rejected because we do not want mail from $sender_host_address


sender_domains = !+local_domains

  senders         = @@lsearch;/etc/exim/reject-by-domain




  deny    message         = rejected because $sender_host_address is in a black list at $dnslist_domain\n$dnslist_text


sender_domains = !+local_domains

  dnslists        = relays.ordb.org : \


relays.orirusoft.com : \

inputs.relays.orirusoft.com : \

sbl.spamhaus.org


--------------------



--
kmb

Kevin Barrett

Administrator -- Exim-Users.org Portal And Forums

Exim-users email list to forum gateway

Come Join us at 'The Exim-Users Forums' (http://www.exim-users.org)


------------------------------------------------------------------------
kmb's Profile: http://www.exim-users.org/forums/member.php?action=getinfo&userid=1
View this thread: http://www.exim-users.org/forums/showthread.php?threadid=79