RE: [Exim] Basic ACL error

Top Page
Delete this message
Reply to this message
Author: David Brodbeck
Date:  
To: 'exim-users@exim.org'
Subject: RE: [Exim] Basic ACL error
> -----Original Message-----
> From: Mike Zanker [mailto:mike@zanker.org]


> On 02 August 2004 16:02 +0200 Andreas Metzler
> <eximusers@???> wrote:
>
> > domains =....
> > matches against rcpt to.
>
> Yes, thanks. The error message was rather obvious, in hindsight.


One way around this would be to set a flag in your HELO ACL based on the
results of your PTR test, then do the actual rejection in the RCPT ACL if
the domain isn't one of the excluded ones. Any rejection that happens
before DATA has pretty minimal overhead, so waiting 'till RCPT doesn't hurt
you much.