]> git.ipfire.org Git - thirdparty/postfix.git/commitdiff
snapshot-19991123
authorWietse Venema <wietse@porcupine.org>
Tue, 23 Nov 1999 05:00:00 +0000 (00:00 -0500)
committerWietse Venema <wietse@porcupine.org>
Thu, 17 Jan 2013 23:09:47 +0000 (18:09 -0500)
postfix/HISTORY
postfix/INSTALL.sh
postfix/RELEASE_NOTES
postfix/global/mail_version.h

index 2f6a99da6d3a8edca715918f327b4b88212b125c..954be6fb14f30ca50be419805dbda963b17372d1 100644 (file)
@@ -3287,3 +3287,7 @@ Apologies for any names omitted.
        Bugfix: the LDAP client did not properly escape special
        characters in lookup keys (patch by John Hensley).
        File: util/dict_ldap.c.
+
+19991122
+
+       Bugfix: missing absolute path in INSTALL.sh broke fresh install.
index 4555e4c081eb18b3178b552b3a199045fb457280..0c86034649fef9d1bc07a415ebfa9a5f1dee60ce 100644 (file)
@@ -238,7 +238,7 @@ test -f $CONFIG_DIRECTORY/main.cf || {
 
 # Save settings.
 
-postconf -e \
+bin/postconf -e \
     "daemon_directory = $daemon_directory" \
     "command_directory = $command_directory" \
     "queue_directory = $queue_directory" \
index 322c09f6094e94bbdbb8a012fbd341e938caa59c..abc0d49d7faddcdd3506b4fac1b0e24c854f43b3 100644 (file)
@@ -1,4 +1,4 @@
-Incompatible changes with snapshot 19991122
+Incompatible changes with snapshot 19991123
 ===========================================
 
 - In an SMTPD access map, an all-numeric right-hand side now means
@@ -13,7 +13,7 @@ main.cf.
 SMTPD access control tables. Use the permit_recipient_map feature
 instead. The loss is compensated for (see below).
 
-Major changes with snapshot 19991122
+Major changes with snapshot 19991123
 ====================================
 
 - It is now relatively safe to configure 550 status codes for the
@@ -36,7 +36,7 @@ a non-relaying host could use the following to reject mail for
 non-existent local users and for all non-local destinations.
 
     smtpd_recipient_restrictions =
-       reject_unknown_sender
+       reject_unknown_sender_domain
        permit_recipient_map unix:passwd.byname
        permit_recipient_map hash:/etc/postfix/canonical
        permit_recipient_map hash:/etc/postfix/virtual
index c6f7979fc0418d0aa86a71fe36300006c0a229b1..47e35bddfb67ef2b95f9222d67341091af62cf4b 100644 (file)
@@ -15,7 +15,7 @@
   * Version of this program.
   */
 #define VAR_MAIL_VERSION       "mail_version"
-#define DEF_MAIL_VERSION       "Snapshot-19991122"
+#define DEF_MAIL_VERSION       "Snapshot-19991123"
 extern char *var_mail_version;
 
 /* LICENSE