]> git.ipfire.org Git - thirdparty/postfix.git/commitdiff
postfix-2.3.6 v2.3.6
authorWietse Venema <wietse@porcupine.org>
Tue, 2 Jan 2007 05:00:00 +0000 (00:00 -0500)
committerViktor Dukhovni <postfix-users@dukhovni.org>
Sat, 10 Feb 2018 20:54:58 +0000 (15:54 -0500)
postfix/HISTORY
postfix/src/global/mail_version.h

index 130858ec6ee8193cf706d257da82b6f59cf44136..08f51e3bac29aa9ac96251411f623a296a987e9b 100644 (file)
@@ -12902,6 +12902,8 @@ Apologies for any names omitted.
 
 20061227
 
-       Bugfix: the MX hostname syntax check was accidentally skipped
-       with reject_unknown_helo_hostname/sender_domain/recipient_domain.
-       File: smtpd/smtpd_check.c.
+       Bugfix (introduced with Postfix 2.3): the MX hostname syntax
+       check was skipped with reject_unknown_helo_hostname and
+       reject_unknown_sender/recipient_domain, so that Postfix
+       would still accept mail from domains with a zero-length MX
+       hostname.  File: smtpd/smtpd_check.c.
index 66203d0f32f0c2a2edcb9892bf738387a33480f9..96e58f6878da4cc46a69fe59eaef3dd53bb5f22d 100644 (file)
@@ -20,8 +20,8 @@
   * Patches change both the patchlevel and the release date. Snapshots have no
   * patchlevel; they change the release date only.
   */
-#define MAIL_RELEASE_DATE      "20061229"
-#define MAIL_VERSION_NUMBER    "2.3.6-RC3"
+#define MAIL_RELEASE_DATE      "20070102"
+#define MAIL_VERSION_NUMBER    "2.3.6"
 
 #ifdef SNAPSHOT
 # define MAIL_VERSION_DATE     "-" MAIL_RELEASE_DATE