components/postfix/patches/03-smf-man-tweaks.patch
author Mike Sullivan <Mike.Sullivan@Oracle.COM>
Tue, 13 Sep 2016 13:02:15 -0700
changeset 6895 71ef4536e377
parent 5716 ffdc005c7dcc
child 7439 8fc7a20cd091
permissions -rw-r--r--
Close of build 108.1.
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
5716
ffdc005c7dcc 23041592 Postfix 3.1.0
John Beck <John.Beck@Oracle.COM>
parents: 4079
diff changeset
     1
This patch was developed in-house.  As it is Solaris-specific, it is not
ffdc005c7dcc 23041592 Postfix 3.1.0
John Beck <John.Beck@Oracle.COM>
parents: 4079
diff changeset
     2
appropriate for upstream.
ffdc005c7dcc 23041592 Postfix 3.1.0
John Beck <John.Beck@Oracle.COM>
parents: 4079
diff changeset
     3
ffdc005c7dcc 23041592 Postfix 3.1.0
John Beck <John.Beck@Oracle.COM>
parents: 4079
diff changeset
     4
--- postfix-3.1.0/man/man1/postfix.1.~1~	2016-02-14 07:29:27.000000000 -0800
ffdc005c7dcc 23041592 Postfix 3.1.0
John Beck <John.Beck@Oracle.COM>
parents: 4079
diff changeset
     5
+++ postfix-3.1.0/man/man1/postfix.1	2016-03-29 14:19:02.352177106 -0700
ffdc005c7dcc 23041592 Postfix 3.1.0
John Beck <John.Beck@Oracle.COM>
parents: 4079
diff changeset
     6
@@ -107,6 +107,34 @@
ffdc005c7dcc 23041592 Postfix 3.1.0
John Beck <John.Beck@Oracle.COM>
parents: 4079
diff changeset
     7
 .IP \fB\-v\fR
ffdc005c7dcc 23041592 Postfix 3.1.0
John Beck <John.Beck@Oracle.COM>
parents: 4079
diff changeset
     8
 Enable verbose logging for debugging purposes. Multiple \fB\-v\fR
4079
4aab0107366d PSARC 2014/382 Postfix
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
     9
 options make the software increasingly verbose.
4aab0107366d PSARC 2014/382 Postfix
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
    10
+.SS "Service Management"
4aab0107366d PSARC 2014/382 Postfix
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
    11
+.sp
4aab0107366d PSARC 2014/382 Postfix
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
    12
+.LP
4aab0107366d PSARC 2014/382 Postfix
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
    13
+The \fBpostfix\fR service is managed by the service management facility,
4aab0107366d PSARC 2014/382 Postfix
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
    14
+\fBsmf\fR(5), under the service identifier:
4aab0107366d PSARC 2014/382 Postfix
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
    15
+.sp
4aab0107366d PSARC 2014/382 Postfix
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
    16
+.in +2
4aab0107366d PSARC 2014/382 Postfix
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
    17
+.nf
4aab0107366d PSARC 2014/382 Postfix
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
    18
+svc:/network/smtp:postfix
4aab0107366d PSARC 2014/382 Postfix
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
    19
+.fi
4aab0107366d PSARC 2014/382 Postfix
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
    20
+.in -2
4aab0107366d PSARC 2014/382 Postfix
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
    21
+.sp
4aab0107366d PSARC 2014/382 Postfix
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
    22
+.LP
4aab0107366d PSARC 2014/382 Postfix
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
    23
+Administrative actions on this service, such as enabling, disabling, or
4aab0107366d PSARC 2014/382 Postfix
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
    24
+requesting restart, can be performed using \fBsvcadm\fR(1M). The service's
4aab0107366d PSARC 2014/382 Postfix
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
    25
+status can be queried using the \fBsvcs\fR(1) command.
4aab0107366d PSARC 2014/382 Postfix
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
    26
+.sp
4aab0107366d PSARC 2014/382 Postfix
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
    27
+Postfix uses NIS but not LDAP in its default set of methods for aliases.
4aab0107366d PSARC 2014/382 Postfix
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
    28
+If the service property \fIconfig/automatic\fR is set to \fItrue\fR (which
4aab0107366d PSARC 2014/382 Postfix
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
    29
+is the default value), then upon service start, the \fIconfig/aliases\fR
4aab0107366d PSARC 2014/382 Postfix
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
    30
+property of the \fIsvc:/system/name-service/switch:default\fR service will
4aab0107366d PSARC 2014/382 Postfix
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
    31
+be consulted, and \fINIS\fR will be disabled if needed to match the value
4aab0107366d PSARC 2014/382 Postfix
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
    32
+of that property; likewise, \fILDAP\fR will be enabled if needed to match
4aab0107366d PSARC 2014/382 Postfix
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
    33
+the property value.  Note for LDAP this will create
4aab0107366d PSARC 2014/382 Postfix
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
    34
+\fB/etc/postfix/ldap-aliases.cf\fR with
4aab0107366d PSARC 2014/382 Postfix
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
    35
+\fIresult_attribute = mgrpRFC822MailMember\fR.  Adjust as needed to match
4aab0107366d PSARC 2014/382 Postfix
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
    36
+your local schema.
4aab0107366d PSARC 2014/382 Postfix
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
    37
+.sp
4aab0107366d PSARC 2014/382 Postfix
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
    38
 .SH "ENVIRONMENT"
4aab0107366d PSARC 2014/382 Postfix
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
    39
 .na
4aab0107366d PSARC 2014/382 Postfix
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
    40
 .nf