components/postfix/patches/03-smf-man-tweaks.patch
author John Beck <John.Beck@Oracle.COM>
Wed, 08 Apr 2015 15:00:03 -0700
branchs11-update
changeset 4174 8faf7a4cc4e7
child 5716 ffdc005c7dcc
permissions -rw-r--r--
PSARC 2014/382 Postfix 15313187 SUNBT6386192 Include Postfix in Solaris
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
4174
8faf7a4cc4e7 PSARC 2014/382 Postfix
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
     1
--- postfix-2.11.3/man/man1/postfix.1.orig	2013-11-21 17:40:50.000000000 -0800
8faf7a4cc4e7 PSARC 2014/382 Postfix
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
     2
+++ postfix-2.11.3/man/man1/postfix.1	2015-04-08 14:41:28.034168740 -0700
8faf7a4cc4e7 PSARC 2014/382 Postfix
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
     3
@@ -101,6 +101,34 @@
8faf7a4cc4e7 PSARC 2014/382 Postfix
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
     4
 .IP \fB-v\fR
8faf7a4cc4e7 PSARC 2014/382 Postfix
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
     5
 Enable verbose logging for debugging purposes. Multiple \fB-v\fR
8faf7a4cc4e7 PSARC 2014/382 Postfix
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
     6
 options make the software increasingly verbose.
8faf7a4cc4e7 PSARC 2014/382 Postfix
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
     7
+.SS "Service Management"
8faf7a4cc4e7 PSARC 2014/382 Postfix
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
     8
+.sp
8faf7a4cc4e7 PSARC 2014/382 Postfix
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
     9
+.LP
8faf7a4cc4e7 PSARC 2014/382 Postfix
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
    10
+The \fBpostfix\fR service is managed by the service management facility,
8faf7a4cc4e7 PSARC 2014/382 Postfix
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
    11
+\fBsmf\fR(5), under the service identifier:
8faf7a4cc4e7 PSARC 2014/382 Postfix
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
    12
+.sp
8faf7a4cc4e7 PSARC 2014/382 Postfix
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
    13
+.in +2
8faf7a4cc4e7 PSARC 2014/382 Postfix
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
    14
+.nf
8faf7a4cc4e7 PSARC 2014/382 Postfix
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
    15
+svc:/network/smtp:postfix
8faf7a4cc4e7 PSARC 2014/382 Postfix
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
    16
+.fi
8faf7a4cc4e7 PSARC 2014/382 Postfix
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
    17
+.in -2
8faf7a4cc4e7 PSARC 2014/382 Postfix
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
    18
+.sp
8faf7a4cc4e7 PSARC 2014/382 Postfix
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
    19
+.LP
8faf7a4cc4e7 PSARC 2014/382 Postfix
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
    20
+Administrative actions on this service, such as enabling, disabling, or
8faf7a4cc4e7 PSARC 2014/382 Postfix
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
    21
+requesting restart, can be performed using \fBsvcadm\fR(1M). The service's
8faf7a4cc4e7 PSARC 2014/382 Postfix
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
    22
+status can be queried using the \fBsvcs\fR(1) command.
8faf7a4cc4e7 PSARC 2014/382 Postfix
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
    23
+.sp
8faf7a4cc4e7 PSARC 2014/382 Postfix
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
    24
+Postfix uses NIS but not LDAP in its default set of methods for aliases.
8faf7a4cc4e7 PSARC 2014/382 Postfix
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
    25
+If the service property \fIconfig/automatic\fR is set to \fItrue\fR (which
8faf7a4cc4e7 PSARC 2014/382 Postfix
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
    26
+is the default value), then upon service start, the \fIconfig/aliases\fR
8faf7a4cc4e7 PSARC 2014/382 Postfix
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
    27
+property of the \fIsvc:/system/name-service/switch:default\fR service will
8faf7a4cc4e7 PSARC 2014/382 Postfix
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
    28
+be consulted, and \fINIS\fR will be disabled if needed to match the value
8faf7a4cc4e7 PSARC 2014/382 Postfix
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
    29
+of that property; likewise, \fILDAP\fR will be enabled if needed to match
8faf7a4cc4e7 PSARC 2014/382 Postfix
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
    30
+the property value.  Note for LDAP this will create
8faf7a4cc4e7 PSARC 2014/382 Postfix
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
    31
+\fB/etc/postfix/ldap-aliases.cf\fR with
8faf7a4cc4e7 PSARC 2014/382 Postfix
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
    32
+\fIresult_attribute = mgrpRFC822MailMember\fR.  Adjust as needed to match
8faf7a4cc4e7 PSARC 2014/382 Postfix
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
    33
+your local schema.
8faf7a4cc4e7 PSARC 2014/382 Postfix
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
    34
+.sp
8faf7a4cc4e7 PSARC 2014/382 Postfix
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
    35
 .SH "ENVIRONMENT"
8faf7a4cc4e7 PSARC 2014/382 Postfix
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
    36
 .na
8faf7a4cc4e7 PSARC 2014/382 Postfix
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
    37
 .nf