mirror of
https://github.com/vdukhovni/postfix
synced 2025-09-04 16:15:22 +00:00
snapshot-19991123
This commit is contained in:
@@ -3287,3 +3287,7 @@ Apologies for any names omitted.
|
|||||||
Bugfix: the LDAP client did not properly escape special
|
Bugfix: the LDAP client did not properly escape special
|
||||||
characters in lookup keys (patch by John Hensley).
|
characters in lookup keys (patch by John Hensley).
|
||||||
File: util/dict_ldap.c.
|
File: util/dict_ldap.c.
|
||||||
|
|
||||||
|
19991122
|
||||||
|
|
||||||
|
Bugfix: missing absolute path in INSTALL.sh broke fresh install.
|
||||||
|
@@ -238,7 +238,7 @@ test -f $CONFIG_DIRECTORY/main.cf || {
|
|||||||
|
|
||||||
# Save settings.
|
# Save settings.
|
||||||
|
|
||||||
postconf -e \
|
bin/postconf -e \
|
||||||
"daemon_directory = $daemon_directory" \
|
"daemon_directory = $daemon_directory" \
|
||||||
"command_directory = $command_directory" \
|
"command_directory = $command_directory" \
|
||||||
"queue_directory = $queue_directory" \
|
"queue_directory = $queue_directory" \
|
||||||
|
@@ -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
|
- 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
|
SMTPD access control tables. Use the permit_recipient_map feature
|
||||||
instead. The loss is compensated for (see below).
|
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
|
- 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.
|
non-existent local users and for all non-local destinations.
|
||||||
|
|
||||||
smtpd_recipient_restrictions =
|
smtpd_recipient_restrictions =
|
||||||
reject_unknown_sender
|
reject_unknown_sender_domain
|
||||||
permit_recipient_map unix:passwd.byname
|
permit_recipient_map unix:passwd.byname
|
||||||
permit_recipient_map hash:/etc/postfix/canonical
|
permit_recipient_map hash:/etc/postfix/canonical
|
||||||
permit_recipient_map hash:/etc/postfix/virtual
|
permit_recipient_map hash:/etc/postfix/virtual
|
||||||
|
@@ -15,7 +15,7 @@
|
|||||||
* Version of this program.
|
* Version of this program.
|
||||||
*/
|
*/
|
||||||
#define VAR_MAIL_VERSION "mail_version"
|
#define VAR_MAIL_VERSION "mail_version"
|
||||||
#define DEF_MAIL_VERSION "Snapshot-19991122"
|
#define DEF_MAIL_VERSION "Snapshot-19991123"
|
||||||
extern char *var_mail_version;
|
extern char *var_mail_version;
|
||||||
|
|
||||||
/* LICENSE
|
/* LICENSE
|
||||||
|
Reference in New Issue
Block a user