]> git.ipfire.org Git - thirdparty/postfix.git/commit
Configurable fallback to unauthenticated TLS
authorViktor Dukhovni <postfix-users@dukhovni.org>
Thu, 27 Feb 2014 07:40:28 +0000 (02:40 -0500)
committerViktor Dukhovni <postfix-users@dukhovni.org>
Fri, 1 Aug 2014 06:40:47 +0000 (02:40 -0400)
commit097eca3fe240c1be9a1941b973a359e78fd05fab
tree257bf514fda1849dc6ddf5b82209fb66dd94b7f1
parentd4e6db28d3bd299735e2786627fdb8d6a052328f
Configurable fallback to unauthenticated TLS

Since the primary purpose of fallback levels is to allow policy
degradation with an audit trail, add configurable tls audit logging,
which allows policy lookup errors to be logged synchronously, and
the fact of the fallback is then recorded in the audit entry.
14 files changed:
postfix/mantools/postlink
postfix/proto/TLS_README.html
postfix/proto/postconf.proto
postfix/src/global/mail_params.h
postfix/src/smtp/Makefile.in
postfix/src/smtp/lmtp_params.c
postfix/src/smtp/smtp.c
postfix/src/smtp/smtp.h
postfix/src/smtp/smtp_connect.c
postfix/src/smtp/smtp_params.c
postfix/src/smtp/smtp_proto.c
postfix/src/smtp/smtp_tls_audit.c [new file with mode: 0644]
postfix/src/smtp/smtp_tls_policy.c
postfix/src/smtp/smtp_trouble.c