]> git.ipfire.org Git - thirdparty/postfix.git/commitdiff
postfix-2.5-20071207
authorWietse Venema <wietse@porcupine.org>
Fri, 7 Dec 2007 05:00:00 +0000 (00:00 -0500)
committerViktor Dukhovni <viktor@dukhovni.org>
Tue, 5 Feb 2013 06:33:37 +0000 (06:33 +0000)
postfix/HISTORY
postfix/README_FILES/TLS_README
postfix/html/TLS_README.html
postfix/html/postconf.5.html
postfix/man/man5/postconf.5
postfix/proto/TLS_README.html
postfix/proto/postconf.proto
postfix/src/global/mail_version.h
postfix/src/oqmgr/Makefile.in
postfix/src/postconf/auto.awk
postfix/src/qmgr/Makefile.in

index 39b8a5117ae202ca4b0a04caa9172c8a490e1f5e..08ca49a46b88f161b13db9d3e0137d1184d06608 100644 (file)
@@ -13937,3 +13937,6 @@ Apologies for any names omitted.
        Compatibility: as a migration tool, redirect attempts by
        tlsmgr(8) or verify(8) to open files in non-Postfix directories
        to the Postfix-owned data_directory. File: global/data_redirect.c.
+
+       Lots of pathname fixes in the examples of TLS_README and
+       postconf(5); -lm library screw-up in 8qmgr/Makefile.in.
index db0ba5e2e6b6977840152c50a5b4291fbc39601f..d26b04ed9b2824d931fd6a0dbb11967401ef5a17 100644 (file)
@@ -414,7 +414,7 @@ is high.
 Example:
 
     /etc/postfix/main.cf:
-        smtpd_tls_session_cache_database = btree:/etc/postfix/smtpd_scache
+        smtpd_tls_session_cache_database = btree:/var/lib/postfix/smtpd_scache
 
 Note: as of version 2.5, Postfix no longer uses root privileges when opening
 this file. The file should now be stored under the Postfix-owned
@@ -748,7 +748,7 @@ client is allowed to negotiate per unit time.
 Example:
 
     /etc/postfix/main.cf:
-        smtp_tls_session_cache_database = btree:/etc/postfix/smtp_scache
+        smtp_tls_session_cache_database = btree:/var/lib/postfix/smtp_scache
 
 Note: as of version 2.5, Postfix no longer uses root privileges when opening
 this file. The file should now be stored under the Postfix-owned
index d8ce9fc5c7e6b1422ebfaeb8c79c9a1e05477c6e..316dd3dd65dd23afaa2150938cbf54c8396d4775 100644 (file)
@@ -612,7 +612,7 @@ the cost of repeatedly negotiating TLS session keys is high.</p>
 <blockquote>
 <pre>
 /etc/postfix/<a href="postconf.5.html">main.cf</a>:
-    <a href="postconf.5.html#smtpd_tls_session_cache_database">smtpd_tls_session_cache_database</a> = btree:/etc/postfix/smtpd_scache
+    <a href="postconf.5.html#smtpd_tls_session_cache_database">smtpd_tls_session_cache_database</a> = btree:/var/lib/postfix/smtpd_scache
 </pre>
 </blockquote>
 
@@ -1079,7 +1079,7 @@ is allowed to negotiate per unit time.</p>
 <blockquote>
 <pre>
 /etc/postfix/<a href="postconf.5.html">main.cf</a>:
-    <a href="postconf.5.html#smtp_tls_session_cache_database">smtp_tls_session_cache_database</a> = btree:/etc/postfix/smtp_scache
+    <a href="postconf.5.html#smtp_tls_session_cache_database">smtp_tls_session_cache_database</a> = btree:/var/lib/postfix/smtp_scache
 </pre>
 </blockquote>
 
index cd525afc415703e1f5a92d08121bb0316ace7395..f7b62a18a9e3e0136f2a8508610f0bb3dd35bb3f 100644 (file)
@@ -174,8 +174,8 @@ Examples:
 </p>
 
 <pre>
-<a href="postconf.5.html#address_verify_map">address_verify_map</a> = hash:/etc/postfix/verify
-<a href="postconf.5.html#address_verify_map">address_verify_map</a> = btree:/etc/postfix/verify
+<a href="postconf.5.html#address_verify_map">address_verify_map</a> = hash:/var/lib/postfix/verify
+<a href="postconf.5.html#address_verify_map">address_verify_map</a> = btree:/var/lib/postfix/verify
 </pre>
 
 <p>
@@ -9135,7 +9135,7 @@ under a non-Postfix directory is redirected to the Postfix-owned
 <p> Example: </p>
 
 <pre>
-<a href="postconf.5.html#smtp_tls_session_cache_database">smtp_tls_session_cache_database</a> = btree:/var/spool/postfix/smtp_scache
+<a href="postconf.5.html#smtp_tls_session_cache_database">smtp_tls_session_cache_database</a> = btree:/var/lib/postfix/smtp_scache
 </pre>
 
 <p> This feature is available in Postfix 2.2 and later.  </p>
@@ -11875,7 +11875,7 @@ under a non-Postfix directory is redirected to the Postfix-owned
 <p> Example: </p>
 
 <pre>
-<a href="postconf.5.html#smtpd_tls_session_cache_database">smtpd_tls_session_cache_database</a> = btree:/var/spool/postfix/smtpd_scache
+<a href="postconf.5.html#smtpd_tls_session_cache_database">smtpd_tls_session_cache_database</a> = btree:/var/lib/postfix/smtpd_scache
 </pre>
 
 <p> This feature is available in Postfix 2.2 and later.  </p>
index 5bef7fd800c9c273afcce7c8565857ec56298ea3..b7588f118d8f9dd1014e778d1f02246c01030934 100644 (file)
@@ -110,8 +110,8 @@ Examples:
 .nf
 .na
 .ft C
-address_verify_map = hash:/etc/postfix/verify
-address_verify_map = btree:/etc/postfix/verify
+address_verify_map = hash:/var/lib/postfix/verify
+address_verify_map = btree:/var/lib/postfix/verify
 .fi
 .ad
 .ft R
@@ -5382,7 +5382,7 @@ Example:
 .nf
 .na
 .ft C
-smtp_tls_session_cache_database = btree:/var/spool/postfix/smtp_scache
+smtp_tls_session_cache_database = btree:/var/lib/postfix/smtp_scache
 .fi
 .ad
 .ft R
@@ -7263,7 +7263,7 @@ Example:
 .nf
 .na
 .ft C
-smtpd_tls_session_cache_database = btree:/var/spool/postfix/smtpd_scache
+smtpd_tls_session_cache_database = btree:/var/lib/postfix/smtpd_scache
 .fi
 .ad
 .ft R
index b8c74141e9aa61e11fe23d50ce2b0b00bc3e4ce3..59ec1868f01a874cb5f9d192567e65e75ef46dc6 100644 (file)
@@ -612,7 +612,7 @@ the cost of repeatedly negotiating TLS session keys is high.</p>
 <blockquote>
 <pre>
 /etc/postfix/main.cf:
-    smtpd_tls_session_cache_database = btree:/etc/postfix/smtpd_scache
+    smtpd_tls_session_cache_database = btree:/var/lib/postfix/smtpd_scache
 </pre>
 </blockquote>
 
@@ -1079,7 +1079,7 @@ is allowed to negotiate per unit time.</p>
 <blockquote>
 <pre>
 /etc/postfix/main.cf:
-    smtp_tls_session_cache_database = btree:/etc/postfix/smtp_scache
+    smtp_tls_session_cache_database = btree:/var/lib/postfix/smtp_scache
 </pre>
 </blockquote>
 
index 8f8daa962c53c27559826c4d7dfc223393639e75..14fc2c884f44dd14baefc6e67cafbfc774b8f374 100644 (file)
@@ -195,8 +195,8 @@ Examples:
 </p>
 
 <pre>
-address_verify_map = hash:/etc/postfix/verify
-address_verify_map = btree:/etc/postfix/verify
+address_verify_map = hash:/var/lib/postfix/verify
+address_verify_map = btree:/var/lib/postfix/verify
 </pre>
 
 <p>
@@ -8499,7 +8499,7 @@ data_directory, and a warning is logged. </p>
 <p> Example: </p>
 
 <pre>
-smtpd_tls_session_cache_database = btree:/var/spool/postfix/smtpd_scache
+smtpd_tls_session_cache_database = btree:/var/lib/postfix/smtpd_scache
 </pre>
 
 <p> This feature is available in Postfix 2.2 and later.  </p>
@@ -8763,7 +8763,7 @@ data_directory, and a warning is logged. </p>
 <p> Example: </p>
 
 <pre>
-smtp_tls_session_cache_database = btree:/var/spool/postfix/smtp_scache
+smtp_tls_session_cache_database = btree:/var/lib/postfix/smtp_scache
 </pre>
 
 <p> This feature is available in Postfix 2.2 and later.  </p>
index 1d85f75986331eacbe229ef64a7efe618a049262..03886b74277af774cfd1879c4324d3c0d86bd3f8 100644 (file)
@@ -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      "20071206"
+#define MAIL_RELEASE_DATE      "20071207"
 #define MAIL_VERSION_NUMBER    "2.5"
 
 #ifdef SNAPSHOT
index fa59eaa52e6de5e8a49ec44c1e771a78ae41e2e6..599fdf89c07344e2b839989c1f00aa0fd06e1671 100644 (file)
@@ -14,12 +14,12 @@ CFLAGS      = $(DEBUG) $(OPT) $(DEFS)
 TESTPROG= 
 PROG   = qmgr
 INC_DIR        = ../../include
-LIBS   = ../../lib/libmaster.a ../../lib/libglobal.a ../../lib/libutil.a -lm
+LIBS   = ../../lib/libmaster.a ../../lib/libglobal.a ../../lib/libutil.a
 
 .c.o:; $(CC) $(CFLAGS) -c $*.c
 
 $(PROG):       $(OBJS) $(LIBS)
-       $(CC) $(CFLAGS) -o $@ $(OBJS) $(LIBS) $(SYSLIBS)
+       $(CC) $(CFLAGS) -o $@ $(OBJS) $(LIBS) $(SYSLIBS) -lm
 
 $(OBJS): ../../conf/makedefs.out
 
index 18f60c797efffdcfb303c80dfecae3c617143ecf..4b888da51c37baeb56c550db2712f7ee867ebcab 100644 (file)
@@ -29,4 +29,5 @@ BEGIN {
        }
        print "" > "auto_vars.h"
     }
+    exit(0)
 }
index cd2ddc2f7da907161ff531ca960ae87a88cad625..7858283fc6aeffd7c10a7d8497f51a433bef01f2 100644 (file)
@@ -16,12 +16,12 @@ CFLAGS      = $(DEBUG) $(OPT) $(DEFS)
 TESTPROG= 
 PROG   = qmgr
 INC_DIR        = ../../include
-LIBS   = ../../lib/libmaster.a ../../lib/libglobal.a ../../lib/libutil.a -lm
+LIBS   = ../../lib/libmaster.a ../../lib/libglobal.a ../../lib/libutil.a
 
 .c.o:; $(CC) $(CFLAGS) -c $*.c
 
 $(PROG):       $(OBJS) $(LIBS)
-       $(CC) $(CFLAGS) -o $@ $(OBJS) $(LIBS) $(SYSLIBS)
+       $(CC) $(CFLAGS) -o $@ $(OBJS) $(LIBS) $(SYSLIBS) -lm
 
 $(OBJS): ../../conf/makedefs.out