]> git.ipfire.org Git - thirdparty/postfix.git/commitdiff
postfix-2.2-20050222
authorWietse Venema <wietse@porcupine.org>
Tue, 22 Feb 2005 05:00:00 +0000 (00:00 -0500)
committerViktor Dukhovni <viktor@dukhovni.org>
Tue, 5 Feb 2013 06:30:46 +0000 (06:30 +0000)
postfix/HISTORY
postfix/html/postfix.1.html
postfix/man/man1/postfix.1
postfix/src/global/mail_version.h
postfix/src/postfix/postfix.c

index fc108868e428e356d640cecf2a774c6374228746..f7443a0c0338d397c791460c6a8742a2602a21ab 100644 (file)
@@ -10376,9 +10376,9 @@ Apologies for any names omitted.
 20050215
 
        Bugfix: don't chmod queue files while running "postfix
-       set-permissions". This avoids mail inadvertantly being
-       labeled as "corrupt" when a live Postfix system is upgraded.
-       Found by Victor Duchovni.  File: conf/post-install.
+       set-permissions". This prevents mail from being labeled as
+       "corrupt" when a live Postfix system is upgraded.  Found
+       by Victor Duchovni.  File: conf/post-install.
 
 20050216
 
index a5241383cb09f3087a5e715023d9c5b037e92346..5631721ff125c1b0c2c90a8900b34099148ab320 100644 (file)
@@ -4,7 +4,7 @@
 <meta http-equiv="Content-Type" content="text/html; charset=us-ascii">
 <title> Postfix manual - postfix(1) </title>
 </head> <body> <pre>
-POSTFIX(1)                                             POSTFIX(1)
+POSTFIX(1)                                                          POSTFIX(1)
 
 <b>NAME</b>
        postfix - Postfix control program
@@ -67,17 +67,21 @@ POSTFIX(1)                                             POSTFIX(1)
               setting for an already installed Postfix system.
 
               This feature is available in Postfix 2.1 and later.
+              With  Postfix  2.0  and  earlier,  use  "<b>/etc/post-</b>
+              <b>fix/post-install set-permissions</b>".
 
        <b>upgrade-configuration [</b><i>name</i>=<i>value ...</i><b>]</b>
-              Update the <b>main.cf</b> and <b>master.cf</b> files with  infor-
-              mation  that  Postfix needs in order to run: add or
-              update services, and add  or  update  configuration
+              Update  the <b>main.cf</b> and <b>master.cf</b> files with infor-
+              mation that Postfix needs in order to run:  add  or
+              update  services,  and  add or update configuration
               parameter settings.
 
-              Specify  <i>name</i>=<i>value</i> to override and update specific
+              Specify <i>name</i>=<i>value</i> to override and update  specific
               main.cf configuration parameters.
 
               This feature is available in Postfix 2.1 and later.
+              With  Postfix  2.0  and  earlier,  use  "<b>/etc/post-</b>
+              <b>fix/post-install upgrade-configuration</b>".
 
        The following options are implemented:
 
@@ -102,16 +106,16 @@ POSTFIX(1)                                             POSTFIX(1)
        variables before executing the <b>postfix-script</b> file:
 
        <b>MAIL_CONFIG</b>
-              This is set when the -c command-line option is pre-
-              sent.
+              This is set when  the  -c  command-line  option  is
+              present.
 
        <b>MAIL_VERBOSE</b>
-              This is set when the -v command-line option is pre-
-              sent.
+              This  is  set  when  the  -v command-line option is
+              present.
 
        <b>MAIL_DEBUG</b>
-              This is set when the -D command-line option is pre-
-              sent.
+              This is set when  the  -D  command-line  option  is
+              present.
 
 <b>CONFIGURATION PARAMETERS</b>
        The   following   <b>main.cf</b>   configuration  parameters  are
@@ -174,15 +178,15 @@ POSTFIX(1)                                             POSTFIX(1)
 
        <b><a href="postconf.5.html#import_environment">import_environment</a> (see 'postconf -d' output)</b>
               The list of environment parameters that  a  Postfix
-              process  will import from a non-Postfix parent pro-
-              cess.
+              process  will  import  from  a  non-Postfix  parent
+              process.
 
        <b><a href="postconf.5.html#syslog_facility">syslog_facility</a> (mail)</b>
               The syslog facility of Postfix logging.
 
        <b><a href="postconf.5.html#syslog_name">syslog_name</a> (postfix)</b>
-              The mail system name that is prepended to the  pro-
-              cess  name  in  syslog  records,  so  that  "smtpd"
+              The mail system  name  that  is  prepended  to  the
+              process  name  in  syslog  records, so that "smtpd"
               becomes, for example, "postfix/smtpd".
 
 <b>FILES</b>
@@ -279,5 +283,5 @@ POSTFIX(1)                                             POSTFIX(1)
        P.O. Box 704
        Yorktown Heights, NY 10598, USA
 
-                                                       POSTFIX(1)
+                                                                    POSTFIX(1)
 </pre> </body> </html>
index 0e99c558dcb3392b54a0f43bbf210993f741bef7..4b9b95ebc542231d2f262a1e08c132af3d78c428 100644 (file)
@@ -60,7 +60,9 @@ main.cf configuration parameters. Use this, for example, to
 change the \fBmail_owner\fR or \fBsetgid_group\fR setting for an
 already installed Postfix system.
 .sp
-This feature is available in Postfix 2.1 and later.
+This feature is available in Postfix 2.1 and later.  With
+Postfix 2.0 and earlier, use "\fB/etc/postfix/post-install
+set-permissions\fR".
 .IP "\fBupgrade-configuration\fR \fB[\fIname\fR=\fIvalue ...\fB]\fR
 Update the \fBmain.cf\fR and \fBmaster.cf\fR files with information
 that Postfix needs in order to run: add or update services, and add
@@ -69,7 +71,9 @@ or update configuration parameter settings.
 Specify \fIname\fR=\fIvalue\fR to override and update specific
 main.cf configuration parameters.
 .sp
-This feature is available in Postfix 2.1 and later.
+This feature is available in Postfix 2.1 and later.  With
+Postfix 2.0 and earlier, use "\fB/etc/postfix/post-install
+upgrade-configuration\fR".
 .PP
 The following options are implemented:
 .IP "\fB-c \fIconfig_dir\fR"
index 313778c1a5525ef7047f5b35dfd28979c7dcff8e..ff69bc0df135c987079c753ea5d0749a98444fd1 100644 (file)
@@ -20,7 +20,7 @@
   * Patches change the patchlevel and the release date. Snapshots change the
   * release date only.
   */
-#define MAIL_RELEASE_DATE      "20050218"
+#define MAIL_RELEASE_DATE      "20050222"
 #define MAIL_VERSION_NUMBER    "2.2"
 
 #define VAR_MAIL_VERSION       "mail_version"
index ac0df37996ed8db6fd34381dee676dd83abc18b0..71eb2fba9cf19df15dcffa9d677b568289bca089 100644 (file)
@@ -54,7 +54,9 @@
 /*     change the \fBmail_owner\fR or \fBsetgid_group\fR setting for an
 /*     already installed Postfix system.
 /* .sp
-/*     This feature is available in Postfix 2.1 and later.
+/*     This feature is available in Postfix 2.1 and later.  With
+/*     Postfix 2.0 and earlier, use "\fB/etc/postfix/post-install
+/*     set-permissions\fR".
 /* .IP "\fBupgrade-configuration\fR \fB[\fIname\fR=\fIvalue ...\fB]\fR
 /*     Update the \fBmain.cf\fR and \fBmaster.cf\fR files with information
 /*     that Postfix needs in order to run: add or update services, and add
@@ -63,7 +65,9 @@
 /*     Specify \fIname\fR=\fIvalue\fR to override and update specific
 /*     main.cf configuration parameters.
 /* .sp
-/*     This feature is available in Postfix 2.1 and later.
+/*     This feature is available in Postfix 2.1 and later.  With
+/*     Postfix 2.0 and earlier, use "\fB/etc/postfix/post-install
+/*     upgrade-configuration\fR".
 /* .PP
 /*     The following options are implemented:
 /* .IP "\fB-c \fIconfig_dir\fR"