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.
# Save settings.
-postconf -e \
+bin/postconf -e \
"daemon_directory = $daemon_directory" \
"command_directory = $command_directory" \
"queue_directory = $queue_directory" \
-Incompatible changes with snapshot 19991122
+Incompatible changes with snapshot 19991123
===========================================
- In an SMTPD access map, an all-numeric right-hand side now means
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
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
* 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