Phil Pennock wrote: >> Shove this (untested) in your data acl: > > The DATA ACLs are for when there is a DATA command, which implies SMTP. > PHP on Unix uses the sendmail command interface, which is why I > suggested $caller_uid in the acl_not_smtp ACL. Using $sender_ident and > a data ACL will help for the SMTP case though, yes. And protecting both > is helpful.
You're right. For some reason I had it in my head that the data acl was still used for non smtp stuff. I guess you'd drop it in both the not_smtp and data acl then. For the record, you can use $sender_ident as well as $caller_uid in the not_smtp acl to determine the username of the sender. Mike -- ## 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/
