Bugfix (introduced: 20180425): broken implementation of
voluntary dnsblog retirement after max_use*max_idle seconds.
File: master/single_server.c.
+
+20180531
+
+ Documentation: bash syntax to eliminate or view default
+ settings in "postconf -n" output. File: postconf/postconf.c.
+ Contributed by various postfix-users list members.
<b>-n</b> Show only configuration parameters that have explicit <i>name=value</i>
settings in <a href="postconf.5.html"><b>main.cf</b></a>. Specify <b>-nf</b> to fold long lines for human
- readability (Postfix 2.9 and later).
+ readability (Postfix 2.9 and later). To show settings that dif-
+ fer from built-in defaults only, use the following bash syntax:
+ comm -23 <(postconf -n) <(postconf -d)
+ Replace "-23" with "-12" to show settings that duplicate
+ built-in defaults.
<b>-o</b> <i>name=value</i>
Override <a href="postconf.5.html"><b>main.cf</b></a> parameter settings.
Show only configuration parameters that have explicit
\fIname=value\fR settings in \fBmain.cf\fR. Specify \fB\-nf\fR
to fold long lines for human readability (Postfix 2.9 and
-later).
+later). To show settings that differ from built\-in defaults
+only, use the following bash syntax:
+.nf
+ comm \-23 <(postconf \-n) <(postconf \-d)
+.fi
+Replace "\-23" with "\-12" to show settings that duplicate
+built\-in defaults.
.IP "\fB\-o \fIname=value\fR"
Override \fBmain.cf\fR parameter settings.
* Patches change both the patchlevel and the release date. Snapshots have no
* patchlevel; they change the release date only.
*/
-#define MAIL_RELEASE_DATE "20180520"
+#define MAIL_RELEASE_DATE "20180603"
#define MAIL_VERSION_NUMBER "3.4"
#ifdef SNAPSHOT
/* Show only configuration parameters that have explicit
/* \fIname=value\fR settings in \fBmain.cf\fR. Specify \fB-nf\fR
/* to fold long lines for human readability (Postfix 2.9 and
-/* later).
+/* later). To show settings that differ from built-in defaults
+/* only, use the following bash syntax:
+/* .nf
+/* comm -23 <(postconf -n) <(postconf -d)
+/* .fi
+/* Replace "-23" with "-12" to show settings that duplicate
+/* built-in defaults.
/* .IP "\fB-o \fIname=value\fR"
/* Override \fBmain.cf\fR parameter settings.
/*