Re: [exim] Bounces because RSET

Top Page
Delete this message
Reply to this message
Author: Stephen Gran
Date:  
To: exim-users
Subject: Re: [exim] Bounces because RSET
On Fri, Aug 05, 2005 at 10:19:39PM +0200, Martin Vernooij said:
> Im trying to whitelist this IP address, but as I'm just starting with
> Exim, no luck so far:
>
> I added in the main part of the Exim config file
>
> and thought I could add
>     !dnslists = +rbl_bypass

>
> behind this ACL section.
>
> <....>


Try:

domainlist rbl_bypass = /etc/virtual/rblbypass

# Next deny stuff from more "fuzzy" blacklists
# but do bypass all checking for whitelisted host names
  deny message = to unblock $sender_host_name see http://www.domain.nl/
       !hosts = +relay_hosts : +rbl_bypass
       domains =+use_rbl_domains
       !authenticated = *
       # dnslists not including spam.dnsbl.sorbs.net
       dnslists = bl.spamcop.net : \
                  dnsbl.njabl.org : \
                  cbl.abuseat.org : \
                  dnsbl.sorbs.net!=127.0.0.6


--
--------------------------------------------------------------------------
|  Stephen Gran                  | "He don't know me vewy well, DO he?"    |
|  steve@???             | -- Bugs Bunny                           |
|  http://www.lobefin.net/~steve |                                         |

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