>To: exim-users@???
>From: Peter McEvoy <pete@???>
>Subject: [Exim] authenticated hosts + sbl-xbl
>Sender: exim-users-admin@???
>Date: Wed, 23 Jun 2004 14:43:28 +0100
>
>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
Insert:
! authenticated = *
at this point. Not that I've tested this. Use at your own risk.
> 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