Hi,
I'm using exim 4.30 on debian sarge, I have a line in my check_recipient
acl for sbl-xbl.spamhaus.org which seems to be working well. Only
problem is I have smtp auth for certain users to avoid problems with
having to use their isps mailservers, unfortunately some of these isps
are listed in the sbl-xbl and consequently some of my authenticated users
are rejected. Could anyone recommend how I could safely change the acl to
not check users who are authenticated.
check_recipient:
accept hosts = :
deny hosts = +rbl_hosts
message = host is listed in $dnslist_domain
dnslists = sbl-xbl.spamhaus.org
require verify = sender
deny message = unrouteable address
!verify = recipient
accept domains = +local_domains
accept domains = +relay_domains
accept hosts = +auth_relay_hosts
endpass
message = authentication required
authenticated = *
deny message = relay not permitted
TIA
--
Pete