On 07/07/2011 22:13, Jeremy Harris wrote:
On 2011-07-07 19:32, [email protected] wrote:
Hello, I'm trying to verify the sender of my messages so that my users (authenticated) can't send with FROM something like [email protected], but with the real and public email address. But actually every senders is accepted. This is my ACL, I suppose that deny !verify = sender/callout (or without callout) will do the job, but it's not, every sender is accepted:
[...]
Where is my fault? Thanks!

They were accepted because they authenticated, perhaps.

I suppose order matters, so:

acl_check_rcpt:

    accept hosts = :
    require verify = sender/callout
    accept hosts = +relay_from_hosts
    accept authenticated = *

will do the job, but it does not.


--
## List details at https://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