2
0
mirror of https://github.com/vdukhovni/postfix synced 2025-08-31 14:17:41 +00:00

snapshot-19991123

This commit is contained in:
Wietse Venema
1999-11-23 00:00:00 -05:00
parent 0504a0012e
commit 384cdd0579
4 changed files with 9 additions and 5 deletions

View 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.

View 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" \

View 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

View 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