base.m4: Pass on authenticated sender properly in `smtp_local'.
authorMark Wooding <mdw@distorted.org.uk>
Thu, 24 Mar 2016 11:06:41 +0000 (11:06 +0000)
committerMark Wooding <mdw@distorted.org.uk>
Thu, 24 Mar 2016 11:11:30 +0000 (11:11 +0000)
commit10c331d72ffa289e765f937cc9288986aaf0f59a
tree276dcaf7f7571cee381f93390269558ea130b270
parent9aa166fac07cb57f22009739b609e9a64041310f
base.m4: Pass on authenticated sender properly in `smtp_local'.

  * Use the new `$acl_m_user' variable to identify the sender, if it's
    set; otherwise use the existing authenticated-sender.

  * Force setting `AUTH=...' to the next hop even though we haven't
    explicitly authenticated.  (Actually, we have, using a TLS client
    certificate, but that doesn't seem to count for pushing `AUTH=...'.)
base.m4