On Sat, Jul 31, 2004 at 12:33:49PM -0700, Lloyd Tennison said:
> ----- Original Message ----- From: "Lloyd F. Tennison"
> <lists@???>
> ><snip> Any thoughts on how to allow authorized users to "bypass" the
> >DNSBL checking?
> >
>
> Sure. Accept authenticated BEFORE doing DNSBL checks.
>
> Jim Roberts Punster Productions, Inc.
>
> I have not bee able to figure out a way to do that. I thought that
> might be the answer but have not found the correct placement in the
> config file.
This is what I use:
acl_smtp_rcpt = acl_check_rcpt
...
begin acl
...
acl_check_rcpt:
accept hosts = :
accept hosts = +relay_from_hosts
accept authenticated = *
And then I begin my checks with dnsbl's, helo checks, etc.
HTH,
--
--------------------------------------------------------------------------
| Stephen Gran | BOFH excuse #248: Too much radiation |
| steve@??? | coming from the soil. |
| http://www.lobefin.net/~steve | |
--------------------------------------------------------------------------