On 14 September 2010 11:19, [email protected] <[email protected]> wrote:
> The acl test comes back with a "drop: condition test succeeded", saying the
> address [email protected] is not in the recipients_allow.list and writes to the
> log. If I run mail (echo "testing exim acl" | mail -v -s "test email"
> [email protected]) the message is delivered, even if the recipient is not in
> the allowed list. Any idea as to why the tests work but when I use the mail
> command the message goes into the exim queue and is delivered? Any help is
> appreciated!

The ACL you wrote is evaluated at SMTP RCPT time. When you use the
'mail' command, you're calling the exim binary directly and not
submitting via SMTP, so your ACL is never reached.

There's probably another Debian config file you need to use to cause
something to show up in the ACLs that are evaluated for non-SMTP mail
- check your Debian documentation or the mailing list referred to
within for this.

Peter

-- 
## List details at http://lists.exim.org/mailman/listinfo/exim-users 
## Exim details at http://www.exim.org/
## Please use the Wiki with this list - http://wiki.exim.org/

Reply via email to