components/postfix/patches/03-smf-man-tweaks.patch
author Alan Coopersmith <Alan.Coopersmith@Oracle.COM>
Wed, 11 Jan 2017 22:42:51 -0800
changeset 7567 1ac26224c2cb
parent 7439 8fc7a20cd091
permissions -rw-r--r--
25108326 Switching from GNOME 3 to console and back kills keyboard input in GNOME3 25104110 after vt-switching back to gdm, ctrl-c in a gnome-terminal crashes the session
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,
7439
8fc7a20cd091 25204727 postfix.1 patch needs to update its section references
John Beck <John.Beck@Oracle.COM>
parents: 5716
diff changeset
    14
+\fBsmf\fR(7), under the service identifier:
4079
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
7439
8fc7a20cd091 25204727 postfix.1 patch needs to update its section references
John Beck <John.Beck@Oracle.COM>
parents: 5716
diff changeset
    24
+requesting restart, can be performed using \fBsvcadm\fR(8). The service's
4079
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