]> git.ipfire.org Git - thirdparty/postfix.git/commitdiff
postfix-3.3-20180114
authorWietse Venema <wietse@porcupine.org>
Sun, 14 Jan 2018 05:00:00 +0000 (00:00 -0500)
committerViktor Dukhovni <postfix-users@dukhovni.org>
Wed, 17 Jan 2018 06:43:05 +0000 (01:43 -0500)
88 files changed:
postfix/HISTORY
postfix/html/anvil.8.html
postfix/html/bounce.8.html
postfix/html/cleanup.8.html
postfix/html/defer.8.html
postfix/html/discard.8.html
postfix/html/dnsblog.8.html
postfix/html/error.8.html
postfix/html/flush.8.html
postfix/html/lmtp.8.html
postfix/html/local.8.html
postfix/html/master.8.html
postfix/html/oqmgr.8.html
postfix/html/pickup.8.html
postfix/html/pipe.8.html
postfix/html/postconf.5.html
postfix/html/postscreen.8.html
postfix/html/proxymap.8.html
postfix/html/qmgr.8.html
postfix/html/qmqpd.8.html
postfix/html/scache.8.html
postfix/html/showq.8.html
postfix/html/smtp.8.html
postfix/html/smtpd.8.html
postfix/html/spawn.8.html
postfix/html/tlsmgr.8.html
postfix/html/tlsproxy.8.html
postfix/html/trace.8.html
postfix/html/trivial-rewrite.8.html
postfix/html/verify.8.html
postfix/html/virtual.8.html
postfix/man/man5/postconf.5
postfix/man/man8/anvil.8
postfix/man/man8/bounce.8
postfix/man/man8/cleanup.8
postfix/man/man8/discard.8
postfix/man/man8/dnsblog.8
postfix/man/man8/error.8
postfix/man/man8/flush.8
postfix/man/man8/local.8
postfix/man/man8/master.8
postfix/man/man8/oqmgr.8
postfix/man/man8/pickup.8
postfix/man/man8/pipe.8
postfix/man/man8/postscreen.8
postfix/man/man8/proxymap.8
postfix/man/man8/qmgr.8
postfix/man/man8/qmqpd.8
postfix/man/man8/scache.8
postfix/man/man8/showq.8
postfix/man/man8/smtp.8
postfix/man/man8/smtpd.8
postfix/man/man8/spawn.8
postfix/man/man8/tlsmgr.8
postfix/man/man8/tlsproxy.8
postfix/man/man8/trivial-rewrite.8
postfix/man/man8/verify.8
postfix/man/man8/virtual.8
postfix/mantools/postlink
postfix/proto/postconf.proto
postfix/src/anvil/anvil.c
postfix/src/bounce/bounce.c
postfix/src/cleanup/cleanup.c
postfix/src/discard/discard.c
postfix/src/dnsblog/dnsblog.c
postfix/src/error/error.c
postfix/src/flush/flush.c
postfix/src/global/mail_version.h
postfix/src/local/local.c
postfix/src/master/master.c
postfix/src/oqmgr/qmgr.c
postfix/src/pickup/pickup.c
postfix/src/pipe/pipe.c
postfix/src/postqueue/postqueue.c
postfix/src/postscreen/postscreen.c
postfix/src/proxymap/proxymap.c
postfix/src/qmgr/qmgr.c
postfix/src/qmqpd/qmqpd.c
postfix/src/scache/scache.c
postfix/src/showq/showq.c
postfix/src/smtp/smtp.c
postfix/src/smtpd/smtpd.c
postfix/src/spawn/spawn.c
postfix/src/tlsmgr/tlsmgr.c
postfix/src/tlsproxy/tlsproxy.c
postfix/src/trivial-rewrite/trivial-rewrite.c
postfix/src/verify/verify.c
postfix/src/virtual/virtual.c

index e3b046f589070209bd21cd05f6ed1eef5c261652..23cb174f56c851843da3bc0ba9309cf4cd4feab0 100644 (file)
@@ -23285,4 +23285,15 @@ Apologies for any names omitted.
        proto/postconf.proto global/mail_params.h, global/mail_params.c,
        master/single_server.c, master/multi_server.c,
        master/trigger_server.c, master/event_server.c,
-       postconf/postconf_master.c, postconf/postconf_builtin.c.
+       postconf/postconf_master.c, postconf/postconf_builtin.c,
+       and daemon manpages.
+
+20180114
+
+       Paranoia: censor the postqueue process name, similar to the
+       set-gid postdrop program. File: postqueue/postqueue.c.
+
+       Cleanup: the new "service_name" parameter is applicable
+       only to Postfix daemons configured in master.cf; hyperlink
+       the parameter name in documentation.  Files: proto/postconf.proto,
+       mantools/postlink, daemon manpages.
index 9ee797b57bcd94cf96f3fadd28bdac5273cfffb1..d7092449d1d011a1b9d80967ac7764973282f347 100644 (file)
@@ -210,9 +210,8 @@ ANVIL(8)                                                              ANVIL(8)
 
        Available in Postfix 3.3 and later:
 
-       <b>service_name (read-only)</b>
-              The  <a href="master.5.html">master.cf</a>  service name of a Postfix daemon process, or the
-              process name of a non-daemon process.
+       <b><a href="postconf.5.html#service_name">service_name</a> (read-only)</b>
+              The <a href="master.5.html">master.cf</a> service name of a Postfix daemon process.
 
 <b>SEE ALSO</b>
        <a href="smtpd.8.html">smtpd(8)</a>, Postfix SMTP server
index 3c8da1e53c663cfd0f388ba051f026270d6386b9..9f6a7a8b402e320bbf6334ef5f0a903181161b19 100644 (file)
@@ -150,9 +150,8 @@ BOUNCE(8)                                                            BOUNCE(8)
 
        Available in Postfix 3.3 and later:
 
-       <b>service_name (read-only)</b>
-              The <a href="master.5.html">master.cf</a> service name of a Postfix daemon process,  or  the
-              process name of a non-daemon process.
+       <b><a href="postconf.5.html#service_name">service_name</a> (read-only)</b>
+              The <a href="master.5.html">master.cf</a> service name of a Postfix daemon process.
 
 <b>FILES</b>
        /var/spool/postfix/bounce/* non-delivery records
index 544aac00ce94b4014272c4093a071f03cadb352a..8d766b26eb93c6d22d66542eb2a086a2c9bda829 100644 (file)
@@ -486,9 +486,8 @@ CLEANUP(8)                                                          CLEANUP(8)
 
        Available in Postfix 3.3 and later:
 
-       <b>service_name (read-only)</b>
-              The <a href="master.5.html">master.cf</a> service name of a Postfix daemon process,  or  the
-              process name of a non-daemon process.
+       <b><a href="postconf.5.html#service_name">service_name</a> (read-only)</b>
+              The <a href="master.5.html">master.cf</a> service name of a Postfix daemon process.
 
 <b>FILES</b>
        /etc/postfix/canonical*, canonical mapping table
index 3c8da1e53c663cfd0f388ba051f026270d6386b9..9f6a7a8b402e320bbf6334ef5f0a903181161b19 100644 (file)
@@ -150,9 +150,8 @@ BOUNCE(8)                                                            BOUNCE(8)
 
        Available in Postfix 3.3 and later:
 
-       <b>service_name (read-only)</b>
-              The <a href="master.5.html">master.cf</a> service name of a Postfix daemon process,  or  the
-              process name of a non-daemon process.
+       <b><a href="postconf.5.html#service_name">service_name</a> (read-only)</b>
+              The <a href="master.5.html">master.cf</a> service name of a Postfix daemon process.
 
 <b>FILES</b>
        /var/spool/postfix/bounce/* non-delivery records
index ff9a16be62d95eb1b72cee0c634e9ce4e5fedc86..340ca46c79b546c99cb65b1dd7becaeb1374c7ec 100644 (file)
@@ -95,9 +95,8 @@ DISCARD(8)                                                          DISCARD(8)
 
        Available in Postfix 3.3 and later:
 
-       <b>service_name (read-only)</b>
-              The  <a href="master.5.html">master.cf</a>  service name of a Postfix daemon process, or the
-              process name of a non-daemon process.
+       <b><a href="postconf.5.html#service_name">service_name</a> (read-only)</b>
+              The <a href="master.5.html">master.cf</a> service name of a Postfix daemon process.
 
 <b>SEE ALSO</b>
        <a href="qmgr.8.html">qmgr(8)</a>, queue manager
index cbd1064daded40f94d1b328d31655f3a30dd6eaa..dbc155f47691f6831e7df1f03ffb92ecb6420296 100644 (file)
@@ -73,9 +73,8 @@ DNSBLOG(8)                                                          DNSBLOG(8)
 
        Available in Postfix 3.3 and later:
 
-       <b>service_name (read-only)</b>
-              The  <a href="master.5.html">master.cf</a>  service name of a Postfix daemon process, or the
-              process name of a non-daemon process.
+       <b><a href="postconf.5.html#service_name">service_name</a> (read-only)</b>
+              The <a href="master.5.html">master.cf</a> service name of a Postfix daemon process.
 
 <b>SEE ALSO</b>
        <a href="smtpd.8.html">smtpd(8)</a>, Postfix SMTP server
index 9a2243fa046ab07c3c2f07a3192a96dc0c0b8038..233246cb8e5abbfee6a67bcb45949edd3c936b63 100644 (file)
@@ -108,9 +108,8 @@ ERROR(8)                                                              ERROR(8)
 
        Available in Postfix 3.3 and later:
 
-       <b>service_name (read-only)</b>
-              The <a href="master.5.html">master.cf</a> service name of a Postfix daemon process,  or  the
-              process name of a non-daemon process.
+       <b><a href="postconf.5.html#service_name">service_name</a> (read-only)</b>
+              The <a href="master.5.html">master.cf</a> service name of a Postfix daemon process.
 
 <b>SEE ALSO</b>
        <a href="qmgr.8.html">qmgr(8)</a>, queue manager
index 7a5a26bec6f7bac1339a4d071a1684cde4cec1ba..cd9fe43e2a9c8ee0a788bad9f894c27dc84558ef 100644 (file)
@@ -140,9 +140,8 @@ FLUSH(8)                                                              FLUSH(8)
 
        Available in Postfix 3.3 and later:
 
-       <b>service_name (read-only)</b>
-              The  <a href="master.5.html">master.cf</a>  service name of a Postfix daemon process, or the
-              process name of a non-daemon process.
+       <b><a href="postconf.5.html#service_name">service_name</a> (read-only)</b>
+              The <a href="master.5.html">master.cf</a> service name of a Postfix daemon process.
 
 <b>FILES</b>
        /var/spool/postfix/flush, "fast flush" logfiles.
index 68ab8d2b535747d74568362e247e04a34359366b..e5e0259c74c242c969505f3c1fb71374c08757ca 100644 (file)
@@ -881,9 +881,8 @@ SMTP(8)                                                                SMTP(8)
 
        Available in Postfix 3.3 and later:
 
-       <b>service_name (read-only)</b>
-              The <a href="master.5.html">master.cf</a> service name of a Postfix daemon process,  or  the
-              process name of a non-daemon process.
+       <b><a href="postconf.5.html#service_name">service_name</a> (read-only)</b>
+              The <a href="master.5.html">master.cf</a> service name of a Postfix daemon process.
 
 <b>SEE ALSO</b>
        <a href="generic.5.html">generic(5)</a>, output address rewriting
index d7be72e33771a1da6e43d173fbf572759e771c8d..973514e721ae1bd789ea825b44161708691315b3 100644 (file)
@@ -572,9 +572,8 @@ LOCAL(8)                                                              LOCAL(8)
               address is rewritten to a different address  (for  example  with
               aliasing or with canonical mapping).
 
-       <b>service_name (read-only)</b>
-              The  <a href="master.5.html">master.cf</a>  service name of a Postfix daemon process, or the
-              process name of a non-daemon process.
+       <b><a href="postconf.5.html#service_name">service_name</a> (read-only)</b>
+              The <a href="master.5.html">master.cf</a> service name of a Postfix daemon process.
 
 <b>FILES</b>
        The following are examples; details differ between systems.
@@ -596,10 +595,10 @@ LOCAL(8)                                                              LOCAL(8)
        The Secure Mailer license must be distributed with this software.
 
 <b>HISTORY</b>
-       The <b>Delivered-To:</b> message header appears in the <b>qmail</b> system by  Daniel
+       The  <b>Delivered-To:</b> message header appears in the <b>qmail</b> system by Daniel
        Bernstein.
 
-       The  <i>maildir</i> structure appears in the <b>qmail</b> system by Daniel Bernstein.
+       The <i>maildir</i> structure appears in the <b>qmail</b> system by Daniel  Bernstein.
 
 <b>AUTHOR(S)</b>
        Wietse Venema
index 47bf1e01d1e601ab631b0ae1db4ffb13f1e66775..4a064c784e4d70cd76da7a896dda361a6a5531c7 100644 (file)
@@ -169,12 +169,11 @@ MASTER(8)                                                            MASTER(8)
 
        Available in Postfix 3.3 and later:
 
-       <b>service_name (read-only)</b>
-              The <a href="master.5.html">master.cf</a> service name of a Postfix daemon process,  or  the
-              process name of a non-daemon process.
+       <b><a href="postconf.5.html#service_name">service_name</a> (read-only)</b>
+              The <a href="master.5.html">master.cf</a> service name of a Postfix daemon process.
 
 <b>FILES</b>
-       To  expand  the directory names below into their actual values, use the
+       To expand the directory names below into their actual values,  use  the
        command "<b>postconf <a href="postconf.5.html#config_directory">config_directory</a></b>" etc.
 
        $<a href="postconf.5.html#config_directory">config_directory</a>/<a href="postconf.5.html">main.cf</a>, global configuration file.
index b0ef89c971609fea6e5c829d0017b53a86ef228e..cb98749f3e082b9ad589fb684e7f71e9a0983dc6 100644 (file)
@@ -378,9 +378,8 @@ OQMGR(8)                                                              OQMGR(8)
 
        Available in Postfix 3.3 and later:
 
-       <b>service_name (read-only)</b>
-              The <a href="master.5.html">master.cf</a> service name of a Postfix daemon process,  or  the
-              process name of a non-daemon process.
+       <b><a href="postconf.5.html#service_name">service_name</a> (read-only)</b>
+              The <a href="master.5.html">master.cf</a> service name of a Postfix daemon process.
 
 <b>FILES</b>
        /var/spool/postfix/incoming, <a href="QSHAPE_README.html#incoming_queue">incoming queue</a>
index cbb8cc68c8386a33266fae7fee6763117f9493bd..7173796e8239f0071b9098aef6962acef627217b 100644 (file)
@@ -94,9 +94,8 @@ PICKUP(8)                                                            PICKUP(8)
 
        Available in Postfix 3.3 and later:
 
-       <b>service_name (read-only)</b>
-              The <a href="master.5.html">master.cf</a> service name of a Postfix daemon process,  or  the
-              process name of a non-daemon process.
+       <b><a href="postconf.5.html#service_name">service_name</a> (read-only)</b>
+              The <a href="master.5.html">master.cf</a> service name of a Postfix daemon process.
 
 <b>SEE ALSO</b>
        <a href="cleanup.8.html">cleanup(8)</a>, message canonicalization
index 4aef6c17fbca9dd5d9d6320234bdcbc76c7e247f..51504053d65e6654942eea3b79d52effae48efde 100644 (file)
@@ -468,9 +468,8 @@ PIPE(8)                                                                PIPE(8)
               address  is  rewritten  to a different address (for example with
               aliasing or with canonical mapping).
 
-       <b>service_name (read-only)</b>
-              The <a href="master.5.html">master.cf</a> service name of a Postfix daemon process,  or  the
-              process name of a non-daemon process.
+       <b><a href="postconf.5.html#service_name">service_name</a> (read-only)</b>
+              The <a href="master.5.html">master.cf</a> service name of a Postfix daemon process.
 
 <b>SEE ALSO</b>
        <a href="qmgr.8.html">qmgr(8)</a>, queue manager
index f0e034f9d56f08a6b2ceb99c5468e37ff0a3ffae..859941dd05beaef558a4f46468ef88733b8b3429 100644 (file)
@@ -10041,8 +10041,7 @@ submit mail into the Postfix queue.
 (read-only)</b></DT><DD>
 
 <p>
-The <a href="master.5.html">master.cf</a> service name of a Postfix daemon process, or the
-process name of a non-daemon process.
+The <a href="master.5.html">master.cf</a> service name of a Postfix daemon process.
 </p>
 
 
index d41e03d1c02ee8d7ee81a7bbe731ce9fd1760378..9d0732f3fa828db81aa107be5e0413d191b150da 100644 (file)
@@ -399,9 +399,8 @@ POSTSCREEN(8)                                                    POSTSCREEN(8)
 
        Available in Postfix 3.3 and later:
 
-       <b>service_name (read-only)</b>
-              The <a href="master.5.html">master.cf</a> service name of a Postfix daemon process,  or  the
-              process name of a non-daemon process.
+       <b><a href="postconf.5.html#service_name">service_name</a> (read-only)</b>
+              The <a href="master.5.html">master.cf</a> service name of a Postfix daemon process.
 
 <b>SEE ALSO</b>
        <a href="smtpd.8.html">smtpd(8)</a>, Postfix SMTP server
@@ -418,7 +417,7 @@ POSTSCREEN(8)                                                    POSTSCREEN(8)
 <b>HISTORY</b>
        This service was introduced with Postfix version 2.8.
 
-       Many ideas in <a href="postscreen.8.html"><b>postscreen</b>(8)</a> were explored in earlier  work  by  Michael
+       Many  ideas  in  <a href="postscreen.8.html"><b>postscreen</b>(8)</a> were explored in earlier work by Michael
        Tokarev, in OpenBSD spamd, and in MailChannels Traffic Control.
 
 <b>AUTHOR(S)</b>
index 158f301971445bd3a9d175d3ea029e111552949c..8273e785013df688581895a26fbda370679eae1d 100644 (file)
@@ -191,9 +191,8 @@ PROXYMAP(8)                                                        PROXYMAP(8)
 
        Available in Postfix 3.3 and later:
 
-       <b>service_name (read-only)</b>
-              The  <a href="master.5.html">master.cf</a>  service name of a Postfix daemon process, or the
-              process name of a non-daemon process.
+       <b><a href="postconf.5.html#service_name">service_name</a> (read-only)</b>
+              The <a href="master.5.html">master.cf</a> service name of a Postfix daemon process.
 
 <b>SEE ALSO</b>
        <a href="postconf.5.html">postconf(5)</a>, configuration parameters
index a6ab0654c096dffbbbf956445396fa0298d35519..fd4be5e7b62e85e691ed5042a50eeb270cd4f416 100644 (file)
@@ -455,9 +455,8 @@ QMGR(8)                                                                QMGR(8)
 
        Available in Postfix 3.3 and later:
 
-       <b>service_name (read-only)</b>
-              The  <a href="master.5.html">master.cf</a>  service name of a Postfix daemon process, or the
-              process name of a non-daemon process.
+       <b><a href="postconf.5.html#service_name">service_name</a> (read-only)</b>
+              The <a href="master.5.html">master.cf</a> service name of a Postfix daemon process.
 
 <b>FILES</b>
        /var/spool/postfix/incoming, <a href="QSHAPE_README.html#incoming_queue">incoming queue</a>
index 0fc684e87d31b7bcfcde6776805b4d1aa29bbeb2..ef4120d4805238d7de30c135d5439b1c9f10a8a8 100644 (file)
@@ -162,9 +162,8 @@ QMQPD(8)                                                              QMQPD(8)
 
        Available in Postfix 3.3 and later:
 
-       <b>service_name (read-only)</b>
-              The  <a href="master.5.html">master.cf</a>  service name of a Postfix daemon process, or the
-              process name of a non-daemon process.
+       <b><a href="postconf.5.html#service_name">service_name</a> (read-only)</b>
+              The <a href="master.5.html">master.cf</a> service name of a Postfix daemon process.
 
 <b>SEE ALSO</b>
        <a href="http://cr.yp.to/proto/qmqp.html">http://cr.yp.to/proto/qmqp.html</a>, QMQP protocol
index 4b8e5976be0f33e52fe6c1a82818c8ee7add2a72..3aa5a7471dd46de958b7bc6cc6dee02f8eebbd65 100644 (file)
@@ -131,9 +131,8 @@ SCACHE(8)                                                            SCACHE(8)
 
        Available in Postfix 3.3 and later:
 
-       <b>service_name (read-only)</b>
-              The <a href="master.5.html">master.cf</a> service name of a Postfix daemon process,  or  the
-              process name of a non-daemon process.
+       <b><a href="postconf.5.html#service_name">service_name</a> (read-only)</b>
+              The <a href="master.5.html">master.cf</a> service name of a Postfix daemon process.
 
 <b>SEE ALSO</b>
        <a href="smtp.8.html">smtp(8)</a>, SMTP client
index a0c3534f44a08dc2901c152f9eb98560ec95dfc2..5a5b563eac968e8e1871d972e03f4fbfbc0fa433 100644 (file)
@@ -92,9 +92,8 @@ SHOWQ(8)                                                              SHOWQ(8)
 
        Available in Postfix 3.3 and later:
 
-       <b>service_name (read-only)</b>
-              The <a href="master.5.html">master.cf</a> service name of a Postfix daemon process,  or  the
-              process name of a non-daemon process.
+       <b><a href="postconf.5.html#service_name">service_name</a> (read-only)</b>
+              The <a href="master.5.html">master.cf</a> service name of a Postfix daemon process.
 
 <b>FILES</b>
        /var/spool/postfix, queue directories
index 68ab8d2b535747d74568362e247e04a34359366b..e5e0259c74c242c969505f3c1fb71374c08757ca 100644 (file)
@@ -881,9 +881,8 @@ SMTP(8)                                                                SMTP(8)
 
        Available in Postfix 3.3 and later:
 
-       <b>service_name (read-only)</b>
-              The <a href="master.5.html">master.cf</a> service name of a Postfix daemon process,  or  the
-              process name of a non-daemon process.
+       <b><a href="postconf.5.html#service_name">service_name</a> (read-only)</b>
+              The <a href="master.5.html">master.cf</a> service name of a Postfix daemon process.
 
 <b>SEE ALSO</b>
        <a href="generic.5.html">generic(5)</a>, output address rewriting
index 527d0873b392a2e50821294383af67c28fd1eae9..141e8336f1be12cd06780354f9779a4e940f753c 100644 (file)
@@ -1281,9 +1281,8 @@ SMTPD(8)                                                              SMTPD(8)
 
        Available in Postfix 3.3 and later:
 
-       <b>service_name (read-only)</b>
-              The  <a href="master.5.html">master.cf</a>  service name of a Postfix daemon process, or the
-              process name of a non-daemon process.
+       <b><a href="postconf.5.html#service_name">service_name</a> (read-only)</b>
+              The <a href="master.5.html">master.cf</a> service name of a Postfix daemon process.
 
 <b>SEE ALSO</b>
        <a href="anvil.8.html">anvil(8)</a>, connection/rate limiting
index 77a54ad31a97fc13c2cd96ce985d8292edd83909..17166a9cd220471e72d9fe038e4f4d88962b2004 100644 (file)
@@ -123,9 +123,8 @@ SPAWN(8)                                                              SPAWN(8)
 
        Available in Postfix 3.3 and later:
 
-       <b>service_name (read-only)</b>
-              The <a href="master.5.html">master.cf</a> service name of a Postfix daemon process,  or  the
-              process name of a non-daemon process.
+       <b><a href="postconf.5.html#service_name">service_name</a> (read-only)</b>
+              The <a href="master.5.html">master.cf</a> service name of a Postfix daemon process.
 
 <b>SEE ALSO</b>
        <a href="postconf.5.html">postconf(5)</a>, configuration parameters
index 54cfa36095a254bc0268596c1304a86b7eee7561..1c26f4fe087b0b81ed27c40f5306f9ae39d5645a 100644 (file)
@@ -151,9 +151,8 @@ TLSMGR(8)                                                            TLSMGR(8)
 
        Available in Postfix 3.3 and later:
 
-       <b>service_name (read-only)</b>
-              The  <a href="master.5.html">master.cf</a>  service name of a Postfix daemon process, or the
-              process name of a non-daemon process.
+       <b><a href="postconf.5.html#service_name">service_name</a> (read-only)</b>
+              The <a href="master.5.html">master.cf</a> service name of a Postfix daemon process.
 
 <b>SEE ALSO</b>
        <a href="smtp.8.html">smtp(8)</a>, Postfix SMTP client
index 15e8cab78ad5d65722c428015ecfa3f72a8a8537..de6084708779cc10fd30de45f7cb682b6d20c0f8 100644 (file)
@@ -196,9 +196,8 @@ TLSPROXY(8)                                                        TLSPROXY(8)
 
        Available in Postfix 3.3 and later:
 
-       <b>service_name (read-only)</b>
-              The <a href="master.5.html">master.cf</a> service name of a Postfix daemon process,  or  the
-              process name of a non-daemon process.
+       <b><a href="postconf.5.html#service_name">service_name</a> (read-only)</b>
+              The <a href="master.5.html">master.cf</a> service name of a Postfix daemon process.
 
 <b>SEE ALSO</b>
        <a href="postscreen.8.html">postscreen(8)</a>, Postfix zombie blocker
index 3c8da1e53c663cfd0f388ba051f026270d6386b9..9f6a7a8b402e320bbf6334ef5f0a903181161b19 100644 (file)
@@ -150,9 +150,8 @@ BOUNCE(8)                                                            BOUNCE(8)
 
        Available in Postfix 3.3 and later:
 
-       <b>service_name (read-only)</b>
-              The <a href="master.5.html">master.cf</a> service name of a Postfix daemon process,  or  the
-              process name of a non-daemon process.
+       <b><a href="postconf.5.html#service_name">service_name</a> (read-only)</b>
+              The <a href="master.5.html">master.cf</a> service name of a Postfix daemon process.
 
 <b>FILES</b>
        /var/spool/postfix/bounce/* non-delivery records
index b0aa38bba0aeec475329730245904e3a4f7661b2..fa8c34f6b9cc593959db926e75a7b5daf0a86484 100644 (file)
@@ -300,9 +300,8 @@ TRIVIAL-REWRITE(8)                                          TRIVIAL-REWRITE(8)
 
        Available in Postfix 3.3 and later:
 
-       <b>service_name (read-only)</b>
-              The <a href="master.5.html">master.cf</a> service name of a Postfix daemon process,  or  the
-              process name of a non-daemon process.
+       <b><a href="postconf.5.html#service_name">service_name</a> (read-only)</b>
+              The <a href="master.5.html">master.cf</a> service name of a Postfix daemon process.
 
 <b>SEE ALSO</b>
        <a href="postconf.5.html">postconf(5)</a>, configuration parameters
index c2332b2f4f77f8ad98ba318989506b3d61731353..3443f458db6f7b7183f50b6af79796ab93c38d1f 100644 (file)
@@ -207,9 +207,8 @@ VERIFY(8)                                                            VERIFY(8)
 
        Available in Postfix 3.3 and later:
 
-       <b>service_name (read-only)</b>
-              The <a href="master.5.html">master.cf</a> service name of a Postfix daemon process,  or  the
-              process name of a non-daemon process.
+       <b><a href="postconf.5.html#service_name">service_name</a> (read-only)</b>
+              The <a href="master.5.html">master.cf</a> service name of a Postfix daemon process.
 
 <b>SEE ALSO</b>
        <a href="smtpd.8.html">smtpd(8)</a>, Postfix SMTP server
index 737cc60f96ccfce9974f5ae5828e0a4b5eb9d25c..27709b00072690bfe0b90e2428eb4cb326ad7e91 100644 (file)
@@ -276,9 +276,8 @@ VIRTUAL(8)                                                          VIRTUAL(8)
               address is rewritten to a different address  (for  example  with
               aliasing or with canonical mapping).
 
-       <b>service_name (read-only)</b>
-              The  <a href="master.5.html">master.cf</a>  service name of a Postfix daemon process, or the
-              process name of a non-daemon process.
+       <b><a href="postconf.5.html#service_name">service_name</a> (read-only)</b>
+              The <a href="master.5.html">master.cf</a> service name of a Postfix daemon process.
 
 <b>SEE ALSO</b>
        <a href="qmgr.8.html">qmgr(8)</a>, queue manager
@@ -295,15 +294,15 @@ VIRTUAL(8)                                                          VIRTUAL(8)
        The Secure Mailer license must be distributed with this software.
 
 <b>HISTORY</b>
-       This delivery agent was originally based on the Postfix local  delivery
-       agent.  Modifications mainly consisted of removing code that either was
+       This  delivery agent was originally based on the Postfix local delivery
+       agent. Modifications mainly consisted of removing code that either  was
        not  applicable  or  that  was  not  safe  in  this  context:  aliases,
        ~user/.forward files, delivery to "|command" or to /file/name.
 
-       The  <b>Delivered-To:</b> message header appears in the <b>qmail</b> system by Daniel
+       The <b>Delivered-To:</b> message header appears in the <b>qmail</b> system by  Daniel
        Bernstein.
 
-       The <b>maildir</b> structure appears in the <b>qmail</b> system by Daniel  Bernstein.
+       The  <b>maildir</b> structure appears in the <b>qmail</b> system by Daniel Bernstein.
 
 <b>AUTHOR(S)</b>
        Wietse Venema
index b60fcb79360e31c020081e6db29d2ecf371e6eeb..6336691f653ccc2ad9160d338a6ace44b5e0a3db 100644 (file)
@@ -6240,8 +6240,7 @@ A Sendmail compatibility feature that specifies the location of
 the Postfix \fBsendmail\fR(1) command. This command can be used to
 submit mail into the Postfix queue.
 .SH service_name (read\-only)
-The master.cf service name of a Postfix daemon process, or the
-process name of a non\-daemon process.
+The master.cf service name of a Postfix daemon process.
 .SH service_throttle_time (default: 60s)
 How long the Postfix \fBmaster\fR(8) waits before forking a server that
 appears to be malfunctioning.
index 2a43f6ff4d6d774968e4a62c130fec0670317afc..61d632d0f2dbee260dd9314922a6e495d58b2816 100644 (file)
@@ -258,8 +258,7 @@ records, so that, for example, "smtpd" becomes "prefix/smtpd".
 .PP
 Available in Postfix 3.3 and later:
 .IP "\fBservice_name (read\-only)\fR"
-The master.cf service name of a Postfix daemon process, or the
-process name of a non\-daemon process.
+The master.cf service name of a Postfix daemon process.
 .SH "SEE ALSO"
 .na
 .nf
index 4e1e750fd696fa971e59b67a7c0d70f28424c11d..846de4ea9ffebd8b41441095887986b106406e65 100644 (file)
@@ -134,8 +134,7 @@ mail origin classes.
 .PP
 Available in Postfix 3.3 and later:
 .IP "\fBservice_name (read\-only)\fR"
-The master.cf service name of a Postfix daemon process, or the
-process name of a non\-daemon process.
+The master.cf service name of a Postfix daemon process.
 .SH "FILES"
 .na
 .nf
index c9c6453486600c004a5d2a2d65ecc96503d2aafd..6215c2381a64ff8b490c65bd08676b261142b02a 100644 (file)
@@ -430,8 +430,7 @@ aliasing or with canonical mapping).
 .PP
 Available in Postfix 3.3 and later:
 .IP "\fBservice_name (read\-only)\fR"
-The master.cf service name of a Postfix daemon process, or the
-process name of a non\-daemon process.
+The master.cf service name of a Postfix daemon process.
 .SH "FILES"
 .na
 .nf
index b2042c8551b843f0bbfffbf8fc624cc7861d3265..109a937a1ef05fce6ec94b18d755283d36cbef2a 100644 (file)
@@ -93,8 +93,7 @@ records, so that, for example, "smtpd" becomes "prefix/smtpd".
 .PP
 Available in Postfix 3.3 and later:
 .IP "\fBservice_name (read\-only)\fR"
-The master.cf service name of a Postfix daemon process, or the
-process name of a non\-daemon process.
+The master.cf service name of a Postfix daemon process.
 .SH "SEE ALSO"
 .na
 .nf
index 60759da82166bb579e2c7b806f3da15064df1e89..7ad077dbf5e1e2f363bfe4c79be62e6ff3492b4b 100644 (file)
@@ -73,8 +73,7 @@ records, so that, for example, "smtpd" becomes "prefix/smtpd".
 .PP
 Available in Postfix 3.3 and later:
 .IP "\fBservice_name (read\-only)\fR"
-The master.cf service name of a Postfix daemon process, or the
-process name of a non\-daemon process.
+The master.cf service name of a Postfix daemon process.
 .SH "SEE ALSO"
 .na
 .nf
index 815cb2cc7bd81cf298d6e310b11bafd12e0b53a7..96d07e495384dd7565f54d5a534fe4ad6ef7e7a5 100644 (file)
@@ -103,8 +103,7 @@ records, so that, for example, "smtpd" becomes "prefix/smtpd".
 .PP
 Available in Postfix 3.3 and later:
 .IP "\fBservice_name (read\-only)\fR"
-The master.cf service name of a Postfix daemon process, or the
-process name of a non\-daemon process.
+The master.cf service name of a Postfix daemon process.
 .SH "SEE ALSO"
 .na
 .nf
index f22424b5fec9fae4404cfa53262d75ba91234eb5..ac1a13db796e4529f0f39f7e6c124beaef428732 100644 (file)
@@ -133,8 +133,7 @@ records, so that, for example, "smtpd" becomes "prefix/smtpd".
 .PP
 Available in Postfix 3.3 and later:
 .IP "\fBservice_name (read\-only)\fR"
-The master.cf service name of a Postfix daemon process, or the
-process name of a non\-daemon process.
+The master.cf service name of a Postfix daemon process.
 .SH "FILES"
 .na
 .nf
index ce4c8fd161df1fa80b8abfa06c6cfbe442e9623e..7290c6e1e8966e4e6e0554baacc27bb7a639359a 100644 (file)
@@ -602,8 +602,7 @@ Enable support for the original recipient address after an
 address is rewritten to a different address (for example with
 aliasing or with canonical mapping).
 .IP "\fBservice_name (read\-only)\fR"
-The master.cf service name of a Postfix daemon process, or the
-process name of a non\-daemon process.
+The master.cf service name of a Postfix daemon process.
 .SH "FILES"
 .na
 .nf
index c64b983803bb092a8ed687c32239c138dc20c51b..1eda9afe799d0821da809a8f2ab2e2a3e2b8a231 100644 (file)
@@ -164,8 +164,7 @@ records, so that, for example, "smtpd" becomes "prefix/smtpd".
 .PP
 Available in Postfix 3.3 and later:
 .IP "\fBservice_name (read\-only)\fR"
-The master.cf service name of a Postfix daemon process, or the
-process name of a non\-daemon process.
+The master.cf service name of a Postfix daemon process.
 .SH "FILES"
 .na
 .nf
index 8599450f5ba10c70fb1ce4ee222af0b46910ec8f..53a44e07f5a1c599f7ade7ca5143afd7339d4631 100644 (file)
@@ -369,8 +369,7 @@ the sender when the delay clears up.
 .PP
 Available in Postfix 3.3 and later:
 .IP "\fBservice_name (read\-only)\fR"
-The master.cf service name of a Postfix daemon process, or the
-process name of a non\-daemon process.
+The master.cf service name of a Postfix daemon process.
 .SH "FILES"
 .na
 .nf
index a6dae20f5c986b101a084fc0dd61ce5630559c0f..26aeb781498a95e28d70e9c49e15db80fc0320e4 100644 (file)
@@ -103,8 +103,7 @@ records, so that, for example, "smtpd" becomes "prefix/smtpd".
 .PP
 Available in Postfix 3.3 and later:
 .IP "\fBservice_name (read\-only)\fR"
-The master.cf service name of a Postfix daemon process, or the
-process name of a non\-daemon process.
+The master.cf service name of a Postfix daemon process.
 .SH "SEE ALSO"
 .na
 .nf
index 8727a27e0a56bbf84b90cdd2b2a44c82b22d0dd1..d6564b71ef86681afeedadc6bce9b8273f11ab1f 100644 (file)
@@ -447,8 +447,7 @@ Enable support for the original recipient address after an
 address is rewritten to a different address (for example with
 aliasing or with canonical mapping).
 .IP "\fBservice_name (read\-only)\fR"
-The master.cf service name of a Postfix daemon process, or the
-process name of a non\-daemon process.
+The master.cf service name of a Postfix daemon process.
 .SH "SEE ALSO"
 .na
 .nf
index d2fcf6e6ffca6130d2de1b127ee8bd13733d9010..58570d394178036a2e3354ce6e6c8c03096f9051 100644 (file)
@@ -402,8 +402,7 @@ records, so that, for example, "smtpd" becomes "prefix/smtpd".
 .PP
 Available in Postfix 3.3 and later:
 .IP "\fBservice_name (read\-only)\fR"
-The master.cf service name of a Postfix daemon process, or the
-process name of a non\-daemon process.
+The master.cf service name of a Postfix daemon process.
 .SH "SEE ALSO"
 .na
 .nf
index b7ffba0d44c567d6d2551487b70d2cafff24a224..de196638c23bc6743323a9d7715f4df686378da7 100644 (file)
@@ -200,8 +200,7 @@ access for the read\-write service.
 .PP
 Available in Postfix 3.3 and later:
 .IP "\fBservice_name (read\-only)\fR"
-The master.cf service name of a Postfix daemon process, or the
-process name of a non\-daemon process.
+The master.cf service name of a Postfix daemon process.
 .SH "SEE ALSO"
 .na
 .nf
index 76ce9f6a4fda9639a85fc0174e92f37fa4ec7cec..4b7d040e226a16ac6867320831c0f49da3679f6f 100644 (file)
@@ -433,8 +433,7 @@ the sender when the delay clears up.
 .PP
 Available in Postfix 3.3 and later:
 .IP "\fBservice_name (read\-only)\fR"
-The master.cf service name of a Postfix daemon process, or the
-process name of a non\-daemon process.
+The master.cf service name of a Postfix daemon process.
 .SH "FILES"
 .na
 .nf
index 020ba505efbc966d94c0cf26ca488f4fa882ab42..93cdddb45b166cf479fd2af0ba4e247c30be8184 100644 (file)
@@ -167,8 +167,7 @@ the hostname and IP address.
 .PP
 Available in Postfix 3.3 and later:
 .IP "\fBservice_name (read\-only)\fR"
-The master.cf service name of a Postfix daemon process, or the
-process name of a non\-daemon process.
+The master.cf service name of a Postfix daemon process.
 .SH "SEE ALSO"
 .na
 .nf
index c5da8e9017c4d54b4be7a9e5eb07b21585824fbf..771905b0d5092e18ddf3f10304c56c96f492c462 100644 (file)
@@ -134,8 +134,7 @@ records, so that, for example, "smtpd" becomes "prefix/smtpd".
 .PP
 Available in Postfix 3.3 and later:
 .IP "\fBservice_name (read\-only)\fR"
-The master.cf service name of a Postfix daemon process, or the
-process name of a non\-daemon process.
+The master.cf service name of a Postfix daemon process.
 .SH "SEE ALSO"
 .na
 .nf
index 0a31d5908a2092340fc9c9c70dc048b28e9ee39d..380f28c0ac089d2b71f8feee99400701e52670a5 100644 (file)
@@ -89,8 +89,7 @@ Enable long, non\-repeating, queue IDs (queue file names).
 .PP
 Available in Postfix 3.3 and later:
 .IP "\fBservice_name (read\-only)\fR"
-The master.cf service name of a Postfix daemon process, or the
-process name of a non\-daemon process.
+The master.cf service name of a Postfix daemon process.
 .SH "FILES"
 .na
 .nf
index 5cd85af7f683f2c9cfa2d54d504a0ca1e5b26118..f3f24c5b88306f64e5bac7e51beba06e72a7cbf5 100644 (file)
@@ -768,8 +768,7 @@ The default TCP port that the Postfix SMTP client connects to.
 .PP
 Available in Postfix 3.3 and later:
 .IP "\fBservice_name (read\-only)\fR"
-The master.cf service name of a Postfix daemon process, or the
-process name of a non\-daemon process.
+The master.cf service name of a Postfix daemon process.
 .SH "SEE ALSO"
 .na
 .nf
index 4650b6decfc17bb79685ead633418275d88162db..10db32d006f1e656aea2febf3d3a716d6ae42fb5 100644 (file)
@@ -1113,8 +1113,7 @@ the hostname and IP address.
 .PP
 Available in Postfix 3.3 and later:
 .IP "\fBservice_name (read\-only)\fR"
-The master.cf service name of a Postfix daemon process, or the
-process name of a non\-daemon process.
+The master.cf service name of a Postfix daemon process.
 .SH "SEE ALSO"
 .na
 .nf
index 2a5fb26c918863faeaad9a31d831164b7f36305d..edbec5b0940b5d8f95fbb6be6da88568ef0f17a6 100644 (file)
@@ -128,8 +128,7 @@ records, so that, for example, "smtpd" becomes "prefix/smtpd".
 .PP
 Available in Postfix 3.3 and later:
 .IP "\fBservice_name (read\-only)\fR"
-The master.cf service name of a Postfix daemon process, or the
-process name of a non\-daemon process.
+The master.cf service name of a Postfix daemon process.
 .SH "SEE ALSO"
 .na
 .nf
index cd5aad981d9dd82809a67b8118382e696baa35d7..fdd38a5b084866f1ed6b8f871aac1f4a1bd8df0a 100644 (file)
@@ -155,8 +155,7 @@ records, so that, for example, "smtpd" becomes "prefix/smtpd".
 .PP
 Available in Postfix 3.3 and later:
 .IP "\fBservice_name (read\-only)\fR"
-The master.cf service name of a Postfix daemon process, or the
-process name of a non\-daemon process.
+The master.cf service name of a Postfix daemon process.
 .SH "SEE ALSO"
 .na
 .nf
index 149bbb3e32bdd8a125645abae7ac6f941d0b6b48..2d439ac28b59f14e2f3999b150867bd85459e8a0 100644 (file)
@@ -193,8 +193,7 @@ records, so that, for example, "smtpd" becomes "prefix/smtpd".
 .PP
 Available in Postfix 3.3 and later:
 .IP "\fBservice_name (read\-only)\fR"
-The master.cf service name of a Postfix daemon process, or the
-process name of a non\-daemon process.
+The master.cf service name of a Postfix daemon process.
 .SH "SEE ALSO"
 .na
 .nf
index 061340260e0cb28887c7fe0e73a1869e8612165f..c122d3b94dc7a29abb7906608591cb162abfed20 100644 (file)
@@ -284,8 +284,7 @@ helpful suggestions.
 .PP
 Available in Postfix 3.3 and later:
 .IP "\fBservice_name (read\-only)\fR"
-The master.cf service name of a Postfix daemon process, or the
-process name of a non\-daemon process.
+The master.cf service name of a Postfix daemon process.
 .SH "SEE ALSO"
 .na
 .nf
index 6898e241f6caec52a75ceaf48c3174a6c35a3eb4..b2e677223a3a3076695e49f5d51d700b78053693 100644 (file)
@@ -211,8 +211,7 @@ records, so that, for example, "smtpd" becomes "prefix/smtpd".
 .PP
 Available in Postfix 3.3 and later:
 .IP "\fBservice_name (read\-only)\fR"
-The master.cf service name of a Postfix daemon process, or the
-process name of a non\-daemon process.
+The master.cf service name of a Postfix daemon process.
 .SH "SEE ALSO"
 .na
 .nf
index 025987b7680a21a252a09ba1489f979a77ef82dd..99520ae88e975278bb17cf542500c492d4a667ba 100644 (file)
@@ -296,8 +296,7 @@ Enable support for the original recipient address after an
 address is rewritten to a different address (for example with
 aliasing or with canonical mapping).
 .IP "\fBservice_name (read\-only)\fR"
-The master.cf service name of a Postfix daemon process, or the
-process name of a non\-daemon process.
+The master.cf service name of a Postfix daemon process.
 .SH "SEE ALSO"
 .na
 .nf
index eef4c0e7044a9096c6346bba34d56b5bdeef200d..4f07119a1098541422338e84e1579248a5cace40 100755 (executable)
@@ -391,6 +391,7 @@ while (<>) {
     s;\bqmgr_daemon_timeout\b;<a href="postconf.5.html#qmgr_daemon_timeout">$&</a>;g;
     s;\bqmgr_ipc_timeout\b;<a href="postconf.5.html#qmgr_ipc_timeout">$&</a>;g;
     s;\bqmqpd_authorized_clients\b;<a href="postconf.5.html#qmqpd_authorized_clients">$&</a>;g;
+    s;\bservice_name\b;<a href="postconf.5.html#service_name">$&</a>;g;
 
     s;\bdefault_desti[-</Bb>]*\n* *[<Bb>]*na[-</Bb>]*\n* *[<Bb>]*tion_concur[-</Bb>]*\n* *[<Bb>]*rency_negative_feedback\b;<a href="postconf.5.html#default_destination_concurrency_negative_feedback">$&</a>;g;
     s;\bdefault_desti[-</Bb>]*\n* *[<Bb>]*na[-</Bb>]*\n* *[<Bb>]*tion_concur[-</Bb>]*\n* *[<Bb>]*rency_positive_feedback\b;<a href="postconf.5.html#default_destination_concurrency_positive_feedback">$&</a>;g;
index 6b779b2699d63cd8d9fb1d67354bcf9cda183c87..1b1363aa53b40a59ef6ea770b13e53a6e705037e 100644 (file)
@@ -8134,8 +8134,7 @@ The process name of a Postfix command or daemon process.
 %PARAM service_name read-only
 
 <p>
-The master.cf service name of a Postfix daemon process, or the
-process name of a non-daemon process.
+The master.cf service name of a Postfix daemon process.
 </p>
 
 %PARAM process_id read-only
index 48495a006af858e5c3230e3d62a05e077e8bc47a..4625f28ba5911a613777837af127e0512de07130 100644 (file)
 /* .PP
 /*     Available in Postfix 3.3 and later:
 /* .IP "\fBservice_name (read-only)\fR"
-/*     The master.cf service name of a Postfix daemon process, or the
-/*     process name of a non-daemon process.
+/*     The master.cf service name of a Postfix daemon process.
 /* SEE ALSO
 /*     smtpd(8), Postfix SMTP server
 /*     postconf(5), configuration parameters
index 826464832bf405c7601c24b20c1947bcbed317ff..462fe0a8ca8d4db174239d2eb9f48efb1300a98a 100644 (file)
 /* .PP
 /*     Available in Postfix 3.3 and later:
 /* .IP "\fBservice_name (read-only)\fR"
-/*     The master.cf service name of a Postfix daemon process, or the
-/*     process name of a non-daemon process.
+/*     The master.cf service name of a Postfix daemon process.
 /* FILES
 /*     /var/spool/postfix/bounce/* non-delivery records
 /*     /var/spool/postfix/defer/* non-delivery records
index 19fb1fea03cdb273425c857e8e86b73da74462de..a019c3b0e635cecd0a637de1351d68687cae9025 100644 (file)
 /* .PP
 /*     Available in Postfix 3.3 and later:
 /* .IP "\fBservice_name (read-only)\fR"
-/*     The master.cf service name of a Postfix daemon process, or the
-/*     process name of a non-daemon process.
+/*     The master.cf service name of a Postfix daemon process.
 /* FILES
 /*     /etc/postfix/canonical*, canonical mapping table
 /*     /etc/postfix/virtual*, virtual mapping table
index b5d13a25fc3e9261279fdf6e1052bac2bb0daf9a..2ceb4793eac71147c7cbf67fa085183a73bcba88 100644 (file)
@@ -79,8 +79,7 @@
 /* .PP
 /*     Available in Postfix 3.3 and later:
 /* .IP "\fBservice_name (read-only)\fR"
-/*     The master.cf service name of a Postfix daemon process, or the
-/*     process name of a non-daemon process.
+/*     The master.cf service name of a Postfix daemon process.
 /* SEE ALSO
 /*     qmgr(8), queue manager
 /*     bounce(8), delivery status reports
index eaf5dbadab4eb25a1e0fc8d89750a6261c648ce1..8b27847404b5bf389426205a30ea9faf370d02db 100644 (file)
@@ -61,8 +61,7 @@
 /* .PP
 /*     Available in Postfix 3.3 and later:
 /* .IP "\fBservice_name (read-only)\fR"
-/*     The master.cf service name of a Postfix daemon process, or the
-/*     process name of a non-daemon process.
+/*     The master.cf service name of a Postfix daemon process.
 /* SEE ALSO
 /*     smtpd(8), Postfix SMTP server
 /*     postconf(5), configuration parameters
index 0b1fd5fcc0b3461b53b0afa0281ee1e65eb20051..0e65fc8e831191ca970a2a838814464fcc3841a7 100644 (file)
@@ -89,8 +89,7 @@
 /* .PP
 /*     Available in Postfix 3.3 and later:
 /* .IP "\fBservice_name (read-only)\fR"
-/*     The master.cf service name of a Postfix daemon process, or the
-/*     process name of a non-daemon process.
+/*     The master.cf service name of a Postfix daemon process.
 /* SEE ALSO
 /*     qmgr(8), queue manager
 /*     bounce(8), delivery status reports
index e8958c0c2923176315c2f6677e4c10ce210452d6..820a53e2dc710fd83cb08f75e31b19cab7ac65c8 100644 (file)
 /* .PP
 /*     Available in Postfix 3.3 and later:
 /* .IP "\fBservice_name (read-only)\fR"
-/*     The master.cf service name of a Postfix daemon process, or the
-/*     process name of a non-daemon process.
+/*     The master.cf service name of a Postfix daemon process.
 /* FILES
 /*     /var/spool/postfix/flush, "fast flush" logfiles.
 /* SEE ALSO
index c49862b9d1d42c8c4c0fc6775e170adc4015673b..6a8f2a05b38ea81e914452eafaf750c905bacf75 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      "20180113"
+#define MAIL_RELEASE_DATE      "20180114"
 #define MAIL_VERSION_NUMBER    "3.3"
 
 #ifdef SNAPSHOT
index cbf226110e539e239afa397d308922c0eb46ab38..75d7866f1ec5c1076ae8dfc8f4bd62ac34ad2814 100644 (file)
 /*     address is rewritten to a different address (for example with
 /*     aliasing or with canonical mapping).
 /* .IP "\fBservice_name (read-only)\fR"
-/*     The master.cf service name of a Postfix daemon process, or the
-/*     process name of a non-daemon process.
+/*     The master.cf service name of a Postfix daemon process.
 /* FILES
 /*     The following are examples; details differ between systems.
 /*     $HOME/.forward, per-user aliasing
index edba574cf880c9ff4f88eb1357e401c3a76a68f4..846b2a415a499bd21e01d3e3b07a7bc7d7e2f77e 100644 (file)
 /* .PP
 /*     Available in Postfix 3.3 and later:
 /* .IP "\fBservice_name (read-only)\fR"
-/*     The master.cf service name of a Postfix daemon process, or the
-/*     process name of a non-daemon process.
+/*     The master.cf service name of a Postfix daemon process.
 /* FILES
 /* .ad
 /* .fi
index 4eb0083fc82b3136226cc58ce4ed194d40e74ddb..ac713c14713421e94bca6e4275eb4e346238881f 100644 (file)
 /* .PP
 /*     Available in Postfix 3.3 and later:
 /* .IP "\fBservice_name (read-only)\fR"
-/*     The master.cf service name of a Postfix daemon process, or the
-/*     process name of a non-daemon process.
+/*     The master.cf service name of a Postfix daemon process.
 /* FILES
 /*     /var/spool/postfix/incoming, incoming queue
 /*     /var/spool/postfix/active, active queue
index 46804d26f8303757b17f3f1ca3f4a9506dcc5eb0..02832a545a262b85ab5dcbe19b84c1d53144bda9 100644 (file)
@@ -83,8 +83,7 @@
 /* .PP
 /*     Available in Postfix 3.3 and later:
 /* .IP "\fBservice_name (read-only)\fR"
-/*     The master.cf service name of a Postfix daemon process, or the
-/*     process name of a non-daemon process.
+/*     The master.cf service name of a Postfix daemon process.
 /* SEE ALSO
 /*     cleanup(8), message canonicalization
 /*     sendmail(1), Sendmail-compatible interface
index db8c4422e7fb2e48e66d3d44b382721f6a99e33c..5eb5f21b235a5a57cf69fa04dc574e44bbc89fe2 100644 (file)
 /*     address is rewritten to a different address (for example with
 /*     aliasing or with canonical mapping).
 /* .IP "\fBservice_name (read-only)\fR"
-/*     The master.cf service name of a Postfix daemon process, or the
-/*     process name of a non-daemon process.
+/*     The master.cf service name of a Postfix daemon process.
 /* SEE ALSO
 /*     qmgr(8), queue manager
 /*     bounce(8), delivery status reports
index f18fb473997e740982cecad9a0a382a63804fc69..b278e040adb29372181d993a0a796d7d94f7f969 100644 (file)
@@ -570,9 +570,9 @@ int     main(int argc, char **argv)
      * Initialize. Set up logging, read the global configuration file and
      * extract configuration information. Set up signal handlers so that we
      * can clean up incomplete output.
+     * Censor the process name: it is provided by the user.
      */
-    if ((slash = strrchr(argv[0], '/')) != 0 && slash[1])
-       argv[0] = slash + 1;
+    argv[0] = "postqueue";
     msg_vstream_init(argv[0], VSTREAM_ERR);
     msg_cleanup(unavailable);
     msg_syslog_init(mail_task("postqueue"), LOG_PID, LOG_FACILITY);
index 976bdf914bbfa0a5fd31ad21e3398b276bd5c3e6..e684820398b6a9cb3584932955f5d053f77fb73e 100644 (file)
 /* .PP
 /*     Available in Postfix 3.3 and later:
 /* .IP "\fBservice_name (read-only)\fR"
-/*     The master.cf service name of a Postfix daemon process, or the
-/*     process name of a non-daemon process.
+/*     The master.cf service name of a Postfix daemon process.
 /* SEE ALSO
 /*     smtpd(8), Postfix SMTP server
 /*     tlsproxy(8), Postfix TLS proxy server
index 4eeae1a84cc61344dc94d580466dc4c5aba1d021..28d6c507d6e2e57041a9e7b2fae4e94bca9fb863 100644 (file)
 /* .PP
 /*     Available in Postfix 3.3 and later:
 /* .IP "\fBservice_name (read-only)\fR"
-/*     The master.cf service name of a Postfix daemon process, or the
-/*     process name of a non-daemon process.
+/*     The master.cf service name of a Postfix daemon process.
 /* SEE ALSO
 /*     postconf(5), configuration parameters
 /*     master(5), generic daemon options
index 143da8acf697c9f93aa746a38e552ab18725c5b0..6c64cd64886dba4a3dd22cb405ccea888b793572 100644 (file)
 /* .PP
 /*     Available in Postfix 3.3 and later:
 /* .IP "\fBservice_name (read-only)\fR"
-/*     The master.cf service name of a Postfix daemon process, or the
-/*     process name of a non-daemon process.
+/*     The master.cf service name of a Postfix daemon process.
 /* FILES
 /*     /var/spool/postfix/incoming, incoming queue
 /*     /var/spool/postfix/active, active queue
index 0d1af9945bb8c34acbb011a6fdec5ea57ba447f2..8cbd209862749fdf3a1647b61542b254ff007843 100644 (file)
 /* .PP
 /*     Available in Postfix 3.3 and later:
 /* .IP "\fBservice_name (read-only)\fR"
-/*     The master.cf service name of a Postfix daemon process, or the
-/*     process name of a non-daemon process.
+/*     The master.cf service name of a Postfix daemon process.
 /* SEE ALSO
 /*     http://cr.yp.to/proto/qmqp.html, QMQP protocol
 /*     cleanup(8), message canonicalization
index f49aa9d6a7068ed13194e78ff20ed90429e830af..ca2c30a2ddf19ede2f47e28e76671fb6171ec03b 100644 (file)
 /* .PP
 /*     Available in Postfix 3.3 and later:
 /* .IP "\fBservice_name (read-only)\fR"
-/*     The master.cf service name of a Postfix daemon process, or the
-/*     process name of a non-daemon process.
+/*     The master.cf service name of a Postfix daemon process.
 /* SEE ALSO
 /*     smtp(8), SMTP client
 /*     postconf(5), configuration parameters
index 5f941f8f4a979341452e5c9c9161575e27965b71..285801acbc09a4dd7c6800695a9a37fc39df88f7 100644 (file)
@@ -75,8 +75,7 @@
 /* .PP
 /*     Available in Postfix 3.3 and later:
 /* .IP "\fBservice_name (read-only)\fR"
-/*     The master.cf service name of a Postfix daemon process, or the
-/*     process name of a non-daemon process.
+/*     The master.cf service name of a Postfix daemon process.
 /* FILES
 /*     /var/spool/postfix, queue directories
 /* SEE ALSO
index 73449ea4c764586019db8e221f4e9170aa8779a2..ed27be96ae3771ef97cbbd6cf98bfda6647fc8c8 100644 (file)
 /* .PP
 /*     Available in Postfix 3.3 and later:
 /* .IP "\fBservice_name (read-only)\fR"
-/*     The master.cf service name of a Postfix daemon process, or the
-/*     process name of a non-daemon process.
+/*     The master.cf service name of a Postfix daemon process.
 /* SEE ALSO
 /*     generic(5), output address rewriting
 /*     header_checks(5), message header content inspection
index ad9858916e7af6c309d766487ef75c396a31f008..20598992b7db35f94be471f65066fd21b61b1f72 100644 (file)
 /* .PP
 /*     Available in Postfix 3.3 and later:
 /* .IP "\fBservice_name (read-only)\fR"
-/*     The master.cf service name of a Postfix daemon process, or the
-/*     process name of a non-daemon process.
+/*     The master.cf service name of a Postfix daemon process.
 /* SEE ALSO
 /*     anvil(8), connection/rate limiting
 /*     cleanup(8), message canonicalization
index 0eabd8b0b2adb713b5b818dbeecb81a0657c1537..725612c68a57692ce8f5ecb213c6c6dbdeb1edc4 100644 (file)
 /* .PP
 /*     Available in Postfix 3.3 and later:
 /* .IP "\fBservice_name (read-only)\fR"
-/*     The master.cf service name of a Postfix daemon process, or the
-/*     process name of a non-daemon process.
+/*     The master.cf service name of a Postfix daemon process.
 /* SEE ALSO
 /*     postconf(5), configuration parameters
 /*     master(8), process manager
index cf2ecc290ae94bd336afd0d817890a7ce082834f..96f0485c2256131c3c414a9b5b763cd22669d2b8 100644 (file)
 /* .PP
 /*     Available in Postfix 3.3 and later:
 /* .IP "\fBservice_name (read-only)\fR"
-/*     The master.cf service name of a Postfix daemon process, or the
-/*     process name of a non-daemon process.
+/*     The master.cf service name of a Postfix daemon process.
 /* SEE ALSO
 /*     smtp(8), Postfix SMTP client
 /*     smtpd(8), Postfix SMTP server
index 3883323f31fb1f2cf5059158b5e1eb32a61e16bb..808689c24a15a24fc8aeca2334574e23f2917ea4 100644 (file)
 /* .PP
 /*     Available in Postfix 3.3 and later:
 /* .IP "\fBservice_name (read-only)\fR"
-/*     The master.cf service name of a Postfix daemon process, or the
-/*     process name of a non-daemon process.
+/*     The master.cf service name of a Postfix daemon process.
 /* SEE ALSO
 /*     postscreen(8), Postfix zombie blocker
 /*     smtpd(8), Postfix SMTP server
index 4e194fa87ec09db17920dc0b6bc2adf3282d0174..cb49e77e23b5c810131dd1130ba92ec3ac4999a8 100644 (file)
 /* .PP
 /*     Available in Postfix 3.3 and later:
 /* .IP "\fBservice_name (read-only)\fR"
-/*     The master.cf service name of a Postfix daemon process, or the
-/*     process name of a non-daemon process.
+/*     The master.cf service name of a Postfix daemon process.
 /* SEE ALSO
 /*     postconf(5), configuration parameters
 /*     transport(5), transport table format
index 3f014dbbe9997dbeb70803501220559125e5d67a..0fecb9097e78567cbdcb288bb405c407a3e60bf1 100644 (file)
 /* .PP
 /*     Available in Postfix 3.3 and later:
 /* .IP "\fBservice_name (read-only)\fR"
-/*     The master.cf service name of a Postfix daemon process, or the
-/*     process name of a non-daemon process.
+/*     The master.cf service name of a Postfix daemon process.
 /* SEE ALSO
 /*     smtpd(8), Postfix SMTP server
 /*     cleanup(8), enqueue Postfix message
index 622ec2302b9d7d02942e99144308a6a1a73e2fe8..d78171347a3459b25416e538549b494cec1ef6f6 100644 (file)
 /*     address is rewritten to a different address (for example with
 /*     aliasing or with canonical mapping).
 /* .IP "\fBservice_name (read-only)\fR"
-/*     The master.cf service name of a Postfix daemon process, or the
-/*     process name of a non-daemon process.
+/*     The master.cf service name of a Postfix daemon process.
 /* SEE ALSO
 /*     qmgr(8), queue manager
 /*     bounce(8), delivery status reports