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