Re: [Exim] DNSBL - Local User Problem

Top Page
Delete this message
Reply to this message
Author: Tim Jackson
Date:  
To: exim-users
Subject: Re: [Exim] DNSBL - Local User Problem
Hi Lloyd, on Fri, 30 Jul 2004 22:24:32 -0700 you wrote:

> I really want the ability to dent dynamic IP's addressees - but not
> from my authorized users.


Easy - just add "!authenticated = *" in the same way that you have added
other DNSBL "bypasses". A simple example:

deny message = Blacklisted - $dnslist_text
     !authenticated = *
     !hosts = +relay_from_domains
     dnslists = foo.example.com : bar.example.com


Tim