diff --git a/Changes b/Changes index 51a50a8..cd5ce42 100644 --- a/Changes +++ b/Changes @@ -6,6 +6,20 @@ Add logging/syslog plugin for logging via the syslog facility (Devin Carrway) + Add Qpsmtpd::DSN to return extended SMTP status codes from RFC-1893 and + patch existing plugins to use it when appropriate (Hanno Hecker). + + Add plugins/tls_cert to generate appropriately shaped self-signed certs for + TLS support. Add explicit use of CA used to sign cert. Abstract clone()ing + of connection information when switching to TLS. Fix Qpsmtpd::Auth to work + correctly with TLS. + + Add hosts_allow plugin to support pre- and post-connection hooks as well + as move --max-from-ip tests out of core (Hanno Hecker). + + Improve postfix-queue plugin to support the known processing flags (Hanno + Hecker). + 0.31.1 - 2005/11/18 Add missing files to the distribution, oops... (Thanks Budi Ang!)