Re: [exim] Limit on number of blacklists used ?

Top Page
Delete this message
Reply to this message
Author: Chris Edwards
Date:  
To: Phil (Medway Hosting)
CC: Exim Users List
Subject: Re: [exim] Limit on number of blacklists used ?
On Sun, 1 Jul 2007, Phil (Medway Hosting) wrote:

| Hi All
|
| Has anyone any idea why the following doesn't work ? It uses a number of public blacklists and 2 zones on a private one (actual private domain names below are changed to ip.bl.domain.example and ip2.bl.domain.example). The problem is that it refuses to lookup on the second of the private lists. The lookups just aren't happening. In the real exim.conf file, the names are correct - no typos.
|
| Is there a limit to the number of rbl's that can be used ?


Not aware of such a limit. If you really think that's what happening you
could try 2 shorter ACL statements e.g:

  deny
    dnslists = <some blacklists>


  deny 
    dnslists = <some more blacklists>


More usefully, try testing with exim -bh <IP>

Don't suppose you've changed the config file and forgot to HUP the daemon ?
(sorry if this is obvious)