K 10 svn:author V 6 ohauer K 8 svn:date V 27 2014-11-09T18:13:18.702517Z K 7 svn:log V 1793 - update to 2.12-20141106 - add OPTION for Email Address Internationalization (EAI, RFC 6531..6533) [1] - sort OPTIONS_DEFINE - fix build and install for non root users, (sgid and group for sbin/postdrop and sbin/postqueue was lost if build as non root and installed with sudo) - install /var/spool/postfix directories with correct owner/mode - use $WRKDIR instead of /tmp Changes: 20141021 Per IETF TLS WG consensus, the tls_session_ticket_cipher default setting was changed from aes-128-cbc to aes-256-cbc. Take that, you quantum computer attackers! Viktor Dukhovni. Files: proto/postconf.proto, global/mail_params.h. 20141024 Cleanup: added $smtpd_mumble_restrictions to the proxy_read_maps default setting. File: global/mail_params.h. Documentation: different header/body checks for MX service and SMTP submissions. File: proto/BUILTIN_FILTER_README.html. Cleanup: don't send "bare" original recipient in SMTP DSN attributes. File: cleanup/cleanup_addr.c. Feature: smtp-sink -N option to suppress DSN announcement. File: smtpstone/smtp-sink.c. 20141025 Bugfix (introduced: Postfix 2,11): core dump when smtp_policy_maps specifies an invalid TLS level. Viktor Dukhovni. File: smtp/smtp_tls_policy.c. 20141103 Logging: when a connection is closed, log the request counts for unimplemented STARTTLS or AUTH commands separately, instead of logging such commands as "unknown". File: smtpd/smtpd.c. 20141106 Cleanup: set errno to ETIMEDOUT after postscreen handshake timeout event, so that warnings report the correct error. File: tlsproxy/tlsproxy.c. PR: 194786 [1] Submitted by: Mark Martinec Approved by: sahil (imlicit) END