From: Wietse Venema
Date: Fri, 22 Oct 2021 05:00:00 +0000 (-0500)
Subject: postfix-3.7-20211022
X-Git-Tag: v3.7.0-RC1~12
X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6b8941f03ee386912dac2ad272dbb6e4bf674a6c;p=thirdparty%2Fpostfix.git
postfix-3.7-20211022
---
diff --git a/postfix/HISTORY b/postfix/HISTORY
index 0485b328c..470435702 100644
--- a/postfix/HISTORY
+++ b/postfix/HISTORY
@@ -25795,3 +25795,23 @@ Apologies for any names omitted.
smtp/smtp.h, smtp/smtp_chat.c, smtp/smtp_params.c,
smtpd/smtpd.c, smtpd/smtpd.h, smtpd/smtpd_chat.c, and test
data.
+
+20211006
+
+ Documentation: http://tools.ietf.org/html/rfc[0-9]+ sometimes
+ does not redirect to the https site. Max-Julian Pogner.
+ Fixed by updating mantools/postlink and rebuilding the HTML
+ files that reference RFCs.
+
+20211016
+
+ Documentation: clarified the difference between private and
+ public services in master.cf. File: proto/master.
+
+20211022
+
+ Bugfix: the known_tcp_ports setting had no effect. Reported
+ by Peter. It also wasn't fully implemented. Files:
+ config_known_tcp_ports.c, mail_params.c,
+ posttls-finger/posttls-finger.c, smtp/smtp_connect.c,
+ util/find_inet.c, util/myaddrinfo.c.
diff --git a/postfix/TODO b/postfix/TODO
deleted file mode 100644
index 274bf9b40..000000000
--- a/postfix/TODO
+++ /dev/null
@@ -1,5 +0,0 @@
-Add a note to tlsproxy source why it does not enforce deadlines or
-minimum data rates. Reason: tlsproxy relies on the plaintext client
-to enforce their context-dependent deadlines and data rates. When
-a plaintext client times out, it will close the tlsproxy connection,
-and then tlsproxy will also hang up.
diff --git a/postfix/WISHLIST b/postfix/WISHLIST
index fb7f5d64e..a1e55e8ca 100644
--- a/postfix/WISHLIST
+++ b/postfix/WISHLIST
@@ -1,6 +1,11 @@
Wish list:
- Add verp=+= to the qmgr "from=" logging.
+ Add a pointer to
+ http://mmogilvi.users.sourceforge.net/software/oauthbearer.html
+ in documentation or on-line howtos.
+
+ Add verp=+= to the qmgr "from=" logging. This is already
+ implemented but not yet integrated.
Need canonical Dovecot example that has virtual_mailbox_domains,
(virtual_mailbox_maps or reject unverified_recipient), and
diff --git a/postfix/html/BDAT_README.html b/postfix/html/BDAT_README.html
index cb9775541..56532fc30 100644
--- a/postfix/html/BDAT_README.html
+++ b/postfix/html/BDAT_README.html
@@ -20,7 +20,7 @@ BDAT (CHUNKING) support
Overview
- Postfix SMTP server supports RFC 3030 CHUNKING (the BDAT command)
+
Postfix SMTP server supports RFC 3030 CHUNKING (the BDAT command)
without BINARYMIME, in both smtpd(8) and postscreen(8). It is enabled
by default.
@@ -155,7 +155,7 @@ signatures, so conversion would have to happen before signing.
- The RFC 3030 authors did not specify any limitations on how
+
The RFC 3030 authors did not specify any limitations on how
clients may pipeline commands (i.e. send commands without waiting
for a server response). If a server announces PIPELINING support,
like Postfix does, then a remote SMTP client can pipeline all
@@ -167,10 +167,10 @@ behavior. If you require "rej
then turn off Postfix's CHUNKING announcement as described above.
- In RFC 4468, the authors write that a client may pipeline
+
In RFC 4468, the authors write that a client may pipeline
commands, and that after sending BURL LAST or BDAT LAST, a client
must wait for the server's response. But as this text does not
-appear in RFC 3030 which defines BDAT, is it a useless restriction
+appear in RFC 3030 which defines BDAT, is it a useless restriction
that Postfix will not enforce.