Author: John Robinson Date: To: Debbie Doerrlamm CC: exim-users Subject: Re: [exim] deny dnslists question
On 19/10/2006 20:00, Debbie Doerrlamm wrote: > I would like very much to add the deny dnslists to my ACL but I need to
> verify exactly where to add it.. as in which section.
You can add it to any ACL you like. Some prefer as early as
acl_smtp_connect, some as late as acl_smtp_predata, and there are plenty
of articles to help you choose.
[...] > Is the below example the most efficient place to add this set?
Using RBLs just after your whitelists sounds about right.