Hi,

The docs 
(http://exim.org/exim-html-current/doc/html/spec_html/ch30.html#SECID146)
say that the authenticated_sender option on the smtp transport is expanded
after the connection is made and TLS established.

Debug ( -s-all+expand_transport ) shows me otherwise.   Am I doing something 
wrong,
misinterpreting the debug output, or does the code not match the doc?

I'm using exim 4.72 but this part of the docs has not changed.

I was testing with:

  # using this purely to get logging of the remote cert
  authenticated_sender = ${if eq {}{\
        ${perl{Exim::log_write}{\
            X${tls_peerdn}X\
        }}}\
        {}{}}

(Yes, log-selector.  But I only want the CN).

Cheers,
    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/

Reply via email to