On 9/7/04, at 8:00 AM +0100, David Woodhouse wrote:
> Try adding something like this to your RCPT-time ACL in an appropriate
> place (probably the end, just before a final 'accept').
>
> accept hosts = 127.0.0.1
> control = submission
>
> See §§44 and 38.11.
Thank you, David -- this didn't work when I added it where you suggested,
but instead I changed
#!!# ACL that is used after the DATA command
check_message:
require verify = header_sender
accept
to
#!!# ACL that is used after the DATA command
check_message:
accept hosts = 127.0.0.1
require verify = header_sender
accept
and this seems to do the trick.
Does this look okay to you?
-- curmudgeon