From: Wietse Venema Date: Tue, 23 Nov 1999 05:00:00 +0000 (-0500) Subject: snapshot-19991123 X-Git-Tag: v20010228~86 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=384cdd057912c086dde27a5e4d33cee5eefed9c0;p=thirdparty%2Fpostfix.git snapshot-19991123 --- diff --git a/postfix/HISTORY b/postfix/HISTORY index 2f6a99da6..954be6fb1 100644 --- a/postfix/HISTORY +++ b/postfix/HISTORY @@ -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. diff --git a/postfix/INSTALL.sh b/postfix/INSTALL.sh index 4555e4c08..0c8603464 100644 --- a/postfix/INSTALL.sh +++ b/postfix/INSTALL.sh @@ -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" \ diff --git a/postfix/RELEASE_NOTES b/postfix/RELEASE_NOTES index 322c09f60..abc0d49d7 100644 --- a/postfix/RELEASE_NOTES +++ b/postfix/RELEASE_NOTES @@ -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 diff --git a/postfix/global/mail_version.h b/postfix/global/mail_version.h index c6f7979fc..47e35bddf 100644 --- a/postfix/global/mail_version.h +++ b/postfix/global/mail_version.h @@ -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