>I have put Exim 4.14 on the primary ftp site:
Thanks!
Here is a recipe for logging verified client SSL certificates as asmtp:
[server]
external:
driver = plaintext
public_name = EXTERNAL
server_condition = yes
server_set_id = ${if \
match{$tls_peerdn}{\N/CN\=(.+?)[/"].*?\N}{$1}{unknownCN}}
server_advertise_condition = $tls_certificate_verified
[client]
external:
driver = plaintext
public_name = EXTERNAL
client_send = :
I'm not sure if this might interoperate with Cyrus LMTP, as I'm now
delivering over unix domain sockets, but I think it's in agreement
with RFC2222 sec 7.4 (except my "authorization identity" is null).