mirror of
https://git.FreeBSD.org/ports.git
synced 2025-02-05 11:35:01 +00:00
- update to 3.5-20190615
Incompatibility with snapshot 20190615 ==================================== The Postfix TLS library by default no longer waits after sending a TLS 'close' notification. This should be safe with TLSv1.2 and later. Specify "tls_fast_shutdown_enable = no" to enable historical Postfix behavior. Major changes with snapshot 20190615 ==================================== After sending a TLS 'close' notification, the Postfix library by default no longer waits for the TLS peer to respond. According to RFC 2246 (TLSv1.2) section 7.2.1, "It is not required for the initiator of the close to wait for the responding close_notify alert before closing the read side of the connection." The SMTP+LMTP delivery agent can now prepend Delivered-To, X-Original-To and Return-Path headers, just like the pipe(8) delivery agent. This uses the same "flags=DOR" command-line flags in master.cf. See the smtp(8) manpage for details. This obsoletes the "lmtp_assume_final = yes" setting, and replaces it with "flags=...X...", for consistency with pipe(8).
This commit is contained in:
parent
453754d00d
commit
2243081405
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=504383
@ -2,7 +2,7 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= postfix
|
||||
DISTVERSION= 3.5-20190518
|
||||
DISTVERSION= 3.5-20190615
|
||||
PORTREVISION?= 0
|
||||
PORTEPOCH= 5
|
||||
CATEGORIES= mail ipv6
|
||||
|
@ -1,3 +1,3 @@
|
||||
TIMESTAMP = 1558183337
|
||||
SHA256 (postfix/postfix-3.5-20190518.tar.gz) = 0d1a31f3b069a2beb83c16f59aa02c8aede09b3bf82e6c4a6d82525625eb0b84
|
||||
SIZE (postfix/postfix-3.5-20190518.tar.gz) = 4607314
|
||||
TIMESTAMP = 1560645746
|
||||
SHA256 (postfix/postfix-3.5-20190615.tar.gz) = 8a1f106eca6927d70983017df14007d2672edf93240bde67bf51c57794bb1ac7
|
||||
SIZE (postfix/postfix-3.5-20190615.tar.gz) = 4617409
|
||||
|
Loading…
x
Reference in New Issue
Block a user