Re: [Exim] bypass RBL for specific hosts

Top Page
Delete this message
Reply to this message
Author: Oren Levi
Date:  
To: exim-users
Subject: Re: [Exim] bypass RBL for specific hosts
A little follow up question:

How would you avoid checking RBL to a specific mailbox ?


Would this work for a specific domain ?

deny message = rejected because $sender_host_address is \
blacklisted at $dnslist_domain\n\
$dnslist_text
domain = !domainname.com
hosts = !12.144.47.167
dnslists = ................


Thanks,
Oren.



----- Original Message -----
From: "Philip Hazel" <ph10@???>
To: "Oren Levi" <orenlevi@???>
Cc: <exim-users@???>
Sent: Tuesday, September 23, 2003 4:57 AM
Subject: Re: [Exim] bypass RBL for specific hosts


> On Mon, 22 Sep 2003, Oren Levi wrote:
>
> > Is there a way to bypass RBL for a specific host ?
> >
> > And still using all the rules in ACL
>
> Just put
>
>    hosts = !1.2.3.4

>
> before the "dnslists = " line in the ACL (where 1.2.3.4 should be
> replaced by the IP address of the host, of course).
>
>
> --
> Philip Hazel            University of Cambridge Computing Service,
> ph10@???      Cambridge, England. Phone: +44 1223 334714.
> Get the Exim 4 book:    http://www.uit.co.uk/exim-book

>
>
> --
>
> ## List details at http://www.exim.org/mailman/listinfo/exim-users Exim

details at http://www.exim.org/ ##
>
>
>