diff --git a/postfix/HISTORY b/postfix/HISTORY index 2f788287e..22b7bc5ce 100644 --- a/postfix/HISTORY +++ b/postfix/HISTORY @@ -14337,12 +14337,21 @@ Apologies for any names omitted. 20080212 - Feature: check_reverse_client_access, to make access decisions - based on the unverified client hostname. For safety reasons - an OK result is not allowed. Noel Jones. Files: - smtpd/smtpd_check.c plus header files and documentation. + Feature: check_reverse_client_hostname_access, to make + access decisions based on the unverified client hostname. + For safety reasons an OK result is not allowed. Noel Jones. + Files: smtpd/smtpd_check.c plus header files and documentation. 20080215 - Safety: break SASL loop in case both the SASL library and the - remote SMTP server are confused. File: smtp/smtp_sasl_glue.c. + Safety: break SASL loop in case both the SASL library and + the remote SMTP server are confused. File: smtp/smtp_sasl_glue.c. + +20080220 + + Safety: the master daemon now sets an exclusive lock on a + file $data_directory/master.lock, so that the data directory + can't be shared between multiple Postfix instances. This + would corrupt files that rely on single-writer updates + (examples: verify(8) cache, tlsmgr(8) caches, etc.). File: + master/master.c. diff --git a/postfix/README_FILES/ADDRESS_REWRITING_README b/postfix/README_FILES/ADDRESS_REWRITING_README index b7e75ad5a..63786eb89 100644 --- a/postfix/README_FILES/ADDRESS_REWRITING_README +++ b/postfix/README_FILES/ADDRESS_REWRITING_README @@ -752,11 +752,11 @@ Examples: DDeebbuuggggiinngg yyoouurr aaddddrreessss mmaanniippuullaattiioonnss -With Postfix version 2.1 and later you can ask Postfix to produce mail delivery -reports for debugging purposes. These reports not only show sender/recipient -addresses after address rewriting and alias expansion or forwarding, they also -show information about delivery to mailbox, delivery to non-Postfix command, -responses from remote SMTP servers, and so on. +Postfix version 2.1 and later can produce mail delivery reports for debugging +purposes. These reports not only show sender/recipient addresses after address +rewriting and alias expansion or forwarding, they also show information about +delivery to mailbox, delivery to non-Postfix command, responses from remote +SMTP servers, and so on. Postfix can produce two types of mail delivery reports for debugging: diff --git a/postfix/README_FILES/DEBUG_README b/postfix/README_FILES/DEBUG_README index fd447f8c2..6e041d733 100644 --- a/postfix/README_FILES/DEBUG_README +++ b/postfix/README_FILES/DEBUG_README @@ -64,11 +64,11 @@ The nature of each problem is indicated as follows: DDeebbuuggggiinngg PPoossttffiixx ffrroomm iinnssiiddee -With Postfix version 2.1 and later you can ask Postfix to produce mail delivery -reports for debugging purposes. These reports not only show sender/recipient -addresses after address rewriting and alias expansion or forwarding, they also -show information about delivery to mailbox, delivery to non-Postfix command, -responses from remote SMTP servers, and so on. +Postfix version 2.1 and later can produce mail delivery reports for debugging +purposes. These reports not only show sender/recipient addresses after address +rewriting and alias expansion or forwarding, they also show information about +delivery to mailbox, delivery to non-Postfix command, responses from remote +SMTP servers, and so on. Postfix can produce two types of mail delivery reports for debugging: diff --git a/postfix/html/ADDRESS_REWRITING_README.html b/postfix/html/ADDRESS_REWRITING_README.html index f2243516d..609060dea 100644 --- a/postfix/html/ADDRESS_REWRITING_README.html +++ b/postfix/html/ADDRESS_REWRITING_README.html @@ -1125,7 +1125,7 @@ extension, is appended to "sysadmin". For example, mail for
With Postfix version 2.1 and later you can ask Postfix to +
Postfix version 2.1 and later can produce mail delivery reports for debugging purposes. These reports not only show sender/recipient addresses after address rewriting and alias expansion or forwarding, they also show information about diff --git a/postfix/html/DEBUG_README.html b/postfix/html/DEBUG_README.html index fd648c484..48dea6687 100644 --- a/postfix/html/DEBUG_README.html +++ b/postfix/html/DEBUG_README.html @@ -113,7 +113,7 @@ configuration errors that could become a problem later.
With Postfix version 2.1 and later you can ask Postfix to +
Postfix version 2.1 and later can produce mail delivery reports for debugging purposes. These reports not only show sender/recipient addresses after address rewriting and alias expansion or forwarding, they also show information about diff --git a/postfix/html/master.8.html b/postfix/html/master.8.html index 859474805..2d5242ec3 100644 --- a/postfix/html/master.8.html +++ b/postfix/html/master.8.html @@ -168,9 +168,13 @@ MASTER(8) MASTER(8) becomes, for example, "postfix/smtpd". FILES - /etc/postfix/main.cf, global configuration file. - /etc/postfix/master.cf, master server configuration file. - /var/spool/postfix/pid/master.pid, master lock file. + To expand the directory names below into their actual val- + ues, use the command "postconf config_directory" etc. + + $config_directory/main.cf, global configuration file. + $config_directory/master.cf, master server configuration file. + $queue_directory/pid/master.pid, master lock file. + $data_directory/master.lock, master lock file. SEE ALSO qmgr(8), queue manager @@ -180,7 +184,7 @@ MASTER(8) MASTER(8) syslogd(8), system logging LICENSE - The Secure Mailer license must be distributed with this + The Secure Mailer license must be distributed with this software. AUTHOR(S) diff --git a/postfix/man/man8/master.8 b/postfix/man/man8/master.8 index bc20cda9d..3c50f9889 100644 --- a/postfix/man/man8/master.8 +++ b/postfix/man/man8/master.8 @@ -148,9 +148,17 @@ records, so that "smtpd" becomes, for example, "postfix/smtpd". .SH "FILES" .na .nf -/etc/postfix/main.cf, global configuration file. -/etc/postfix/master.cf, master server configuration file. -/var/spool/postfix/pid/master.pid, master lock file. +.ad +.fi +To expand the directory names below into their actual values, +use the command "\fBpostconf config_directory\fR" etc. +.na +.nf + +$config_directory/main.cf, global configuration file. +$config_directory/master.cf, master server configuration file. +$queue_directory/pid/master.pid, master lock file. +$data_directory/master.lock, master lock file. .SH "SEE ALSO" .na .nf diff --git a/postfix/proto/ADDRESS_REWRITING_README.html b/postfix/proto/ADDRESS_REWRITING_README.html index 3fef90643..94612cc16 100644 --- a/postfix/proto/ADDRESS_REWRITING_README.html +++ b/postfix/proto/ADDRESS_REWRITING_README.html @@ -1125,7 +1125,7 @@ extension, is appended to "sysadmin". For example, mail for
With Postfix version 2.1 and later you can ask Postfix to +
Postfix version 2.1 and later can produce mail delivery reports for debugging purposes. These reports not only show sender/recipient addresses after address rewriting and alias expansion or forwarding, they also show information about diff --git a/postfix/proto/DEBUG_README.html b/postfix/proto/DEBUG_README.html index 2cb297249..180849597 100644 --- a/postfix/proto/DEBUG_README.html +++ b/postfix/proto/DEBUG_README.html @@ -113,7 +113,7 @@ configuration errors that could become a problem later.
With Postfix version 2.1 and later you can ask Postfix to +
Postfix version 2.1 and later can
produce mail delivery reports for debugging purposes. These reports
not only show sender/recipient addresses after address rewriting
and alias expansion or forwarding, they also show information about
diff --git a/postfix/src/global/mail_version.h b/postfix/src/global/mail_version.h
index a49411f2b..62cb2496a 100644
--- a/postfix/src/global/mail_version.h
+++ b/postfix/src/global/mail_version.h
@@ -20,7 +20,7 @@
* Patches change both the patchlevel and the release date. Snapshots have no
* patchlevel; they change the release date only.
*/
-#define MAIL_RELEASE_DATE "20080216"
+#define MAIL_RELEASE_DATE "20080220"
#define MAIL_VERSION_NUMBER "2.6"
#ifdef SNAPSHOT
diff --git a/postfix/src/master/Makefile.in b/postfix/src/master/Makefile.in
index 15a547777..6ab775d47 100644
--- a/postfix/src/master/Makefile.in
+++ b/postfix/src/master/Makefile.in
@@ -105,6 +105,7 @@ master.o: ../../include/myflock.h
master.o: ../../include/mymalloc.h
master.o: ../../include/open_lock.h
master.o: ../../include/safe.h
+master.o: ../../include/set_eugid.h
master.o: ../../include/stringops.h
master.o: ../../include/sys_defs.h
master.o: ../../include/vbuf.h
diff --git a/postfix/src/master/master.c b/postfix/src/master/master.c
index ed9f94277..4452fbdd6 100644
--- a/postfix/src/master/master.c
+++ b/postfix/src/master/master.c
@@ -130,9 +130,17 @@
/* The mail system name that is prepended to the process name in syslog
/* records, so that "smtpd" becomes, for example, "postfix/smtpd".
/* FILES
-/* /etc/postfix/main.cf, global configuration file.
-/* /etc/postfix/master.cf, master server configuration file.
-/* /var/spool/postfix/pid/master.pid, master lock file.
+/* .ad
+/* .fi
+/* To expand the directory names below into their actual values,
+/* use the command "\fBpostconf config_directory\fR" etc.
+/* .na
+/* .nf
+/*
+/* $config_directory/main.cf, global configuration file.
+/* $config_directory/master.cf, master server configuration file.
+/* $queue_directory/pid/master.pid, master lock file.
+/* $data_directory/master.lock, master lock file.
/* SEE ALSO
/* qmgr(8), queue manager
/* verify(8), address verification
@@ -177,6 +185,7 @@
#include