On 19/07/15 15:32, Viktor Dukhovni wrote: > On Sun, Jul 19, 2015 at 03:11:28PM +0100, Jeremy Harris wrote: > >> On 19/07/15 05:47, Jasen Betts wrote: >>> accept >>> authenticated = root:exim >> >> Note that the "authenticated" condition >> takes a list of authenticator names, not >> user names. > > Even with mail submitted via Exim's "sendmail" (without -bs)?
Yes. The documentation even says so. > And > what is the value of $authenticated_id in that context? [ Just > trying to make sense of the example ACLs from Lena. ] The $authenticated_id variable is set by an authenticator, using the authenticator server_set_id option. It is not set in any other way. If no authenticator has succeeded, it is not set. -- Jeremy -- ## 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/
