Philip Hazel wrote: > > Can exim4 to separate recipients_max for esmtp and local protocols ?
> > And if answer yes, how ?
>
> In a ACL you should be to test $received_protocol and $recipients_count
> in a "condition" condition.
"ACLs are used to control Exim's behaviour when it receives certain SMTP
commands" So, we can't control mail with proto:local by ACL ?