components/postfix/postfix.p5m
author Patrick Einheber <patrick.einheber@oracle.com>
Wed, 12 Oct 2016 08:38:46 -0700
changeset 7093 a50590d00730
parent 5716 ffdc005c7dcc
permissions -rw-r--r--
24710648 puppet resource LDAP lookup fails when querying users
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
4079
4aab0107366d PSARC 2014/382 Postfix
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
     1
#
4aab0107366d PSARC 2014/382 Postfix
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
     2
# CDDL HEADER START
4aab0107366d PSARC 2014/382 Postfix
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
     3
#
4aab0107366d PSARC 2014/382 Postfix
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
     4
# The contents of this file are subject to the terms of the
4aab0107366d PSARC 2014/382 Postfix
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
     5
# Common Development and Distribution License (the "License").
4aab0107366d PSARC 2014/382 Postfix
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
     6
# You may not use this file except in compliance with the License.
4aab0107366d PSARC 2014/382 Postfix
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
     7
#
4aab0107366d PSARC 2014/382 Postfix
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
     8
# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
4aab0107366d PSARC 2014/382 Postfix
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
     9
# or http://www.opensolaris.org/os/licensing.
4aab0107366d PSARC 2014/382 Postfix
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
    10
# See the License for the specific language governing permissions
4aab0107366d PSARC 2014/382 Postfix
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
    11
# and limitations under the License.
4aab0107366d PSARC 2014/382 Postfix
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
    12
#
4aab0107366d PSARC 2014/382 Postfix
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
    13
# When distributing Covered Code, include this CDDL HEADER in each
4aab0107366d PSARC 2014/382 Postfix
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
    14
# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
4aab0107366d PSARC 2014/382 Postfix
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
    15
# If applicable, add the following below this CDDL HEADER, with the
4aab0107366d PSARC 2014/382 Postfix
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
    16
# fields enclosed by brackets "[]" replaced with your own identifying
4aab0107366d PSARC 2014/382 Postfix
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
    17
# information: Portions Copyright [yyyy] [name of copyright owner]
4aab0107366d PSARC 2014/382 Postfix
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
    18
#
4aab0107366d PSARC 2014/382 Postfix
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
    19
# CDDL HEADER END
4aab0107366d PSARC 2014/382 Postfix
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
    20
#
4aab0107366d PSARC 2014/382 Postfix
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
    21
4aab0107366d PSARC 2014/382 Postfix
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
    22
#
5566
9009ada25177 PSARC 2015/428 Normalization of Solaris man page section numbers
John Beck <John.Beck@Oracle.COM>
parents: 4153
diff changeset
    23
# Copyright (c) 2014, 2016, Oracle and/or its affiliates. All rights reserved.
4079
4aab0107366d PSARC 2014/382 Postfix
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
    24
#
4aab0107366d PSARC 2014/382 Postfix
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
    25
4aab0107366d PSARC 2014/382 Postfix
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
    26
<transform file path=usr.*/man/.+ -> default mangler.man.stability volatile>
4aab0107366d PSARC 2014/382 Postfix
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
    27
<transform file path=usr/lib/postfix/.+ -> default mode 0555>
4aab0107366d PSARC 2014/382 Postfix
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
    28
<transform dir path=var/spool/postfix/.+ -> default mode 0700>
4aab0107366d PSARC 2014/382 Postfix
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
    29
<transform dir path=var/spool/postfix/.+ -> default owner postfix>
4aab0107366d PSARC 2014/382 Postfix
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
    30
#
4aab0107366d PSARC 2014/382 Postfix
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
    31
set name=pkg.fmri \
4aab0107366d PSARC 2014/382 Postfix
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
    32
    value=pkg:/service/network/smtp/postfix@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
4aab0107366d PSARC 2014/382 Postfix
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
    33
set name=pkg.summary value="Postfix mail system"
4aab0107366d PSARC 2014/382 Postfix
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
    34
set name=com.oracle.info.description \
4aab0107366d PSARC 2014/382 Postfix
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
    35
    value="mail server alternative to the widely-used Sendmail program; it attempts to be fast, easy to administer, and secure. The outside has a definite Sendmail-ish flavor, but the inside is completely different."
4aab0107366d PSARC 2014/382 Postfix
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
    36
set name=com.oracle.info.tpno value=7492
4aab0107366d PSARC 2014/382 Postfix
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
    37
set name=info.classification \
4aab0107366d PSARC 2014/382 Postfix
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
    38
    value="org.opensolaris.category.2008:Applications/System Utilities"
4aab0107366d PSARC 2014/382 Postfix
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
    39
set name=info.source-url value=$(COMPONENT_ARCHIVE_URL)
4aab0107366d PSARC 2014/382 Postfix
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
    40
set name=info.upstream-url value=$(COMPONENT_PROJECT_URL)
4aab0107366d PSARC 2014/382 Postfix
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
    41
set name=org.opensolaris.arc-caseid value=PSARC/2014/382
4aab0107366d PSARC 2014/382 Postfix
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
    42
set name=org.opensolaris.consolidation value=$(CONSOLIDATION)
4aab0107366d PSARC 2014/382 Postfix
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
    43
#
4aab0107366d PSARC 2014/382 Postfix
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
    44
file path=etc/postfix/LICENSE
4aab0107366d PSARC 2014/382 Postfix
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
    45
file path=etc/postfix/TLS_LICENSE
4153
cac8dc6507e3 20918093 postfix manifests & start method need tweaks
John Beck <John.Beck@Oracle.COM>
parents: 4079
diff changeset
    46
file path=etc/postfix/access mode=0644 preserve=true
cac8dc6507e3 20918093 postfix manifests & start method need tweaks
John Beck <John.Beck@Oracle.COM>
parents: 4079
diff changeset
    47
file path=etc/postfix/aliases mode=0644 preserve=true
4079
4aab0107366d PSARC 2014/382 Postfix
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
    48
file path=etc/postfix/bounce.cf.default
4153
cac8dc6507e3 20918093 postfix manifests & start method need tweaks
John Beck <John.Beck@Oracle.COM>
parents: 4079
diff changeset
    49
file path=etc/postfix/canonical mode=0644 preserve=true
cac8dc6507e3 20918093 postfix manifests & start method need tweaks
John Beck <John.Beck@Oracle.COM>
parents: 4079
diff changeset
    50
file path=etc/postfix/generic mode=0644 preserve=true
cac8dc6507e3 20918093 postfix manifests & start method need tweaks
John Beck <John.Beck@Oracle.COM>
parents: 4079
diff changeset
    51
file path=etc/postfix/header_checks mode=0644 preserve=true
cac8dc6507e3 20918093 postfix manifests & start method need tweaks
John Beck <John.Beck@Oracle.COM>
parents: 4079
diff changeset
    52
file path=etc/postfix/main.cf mode=0644 preserve=true
4079
4aab0107366d PSARC 2014/382 Postfix
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
    53
file path=etc/postfix/main.cf.default
5716
ffdc005c7dcc 23041592 Postfix 3.1.0
John Beck <John.Beck@Oracle.COM>
parents: 5566
diff changeset
    54
file path=etc/postfix/main.cf.proto mode=0444
4079
4aab0107366d PSARC 2014/382 Postfix
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
    55
file path=etc/postfix/makedefs.out
4153
cac8dc6507e3 20918093 postfix manifests & start method need tweaks
John Beck <John.Beck@Oracle.COM>
parents: 4079
diff changeset
    56
file path=etc/postfix/master.cf mode=0644 preserve=true
5716
ffdc005c7dcc 23041592 Postfix 3.1.0
John Beck <John.Beck@Oracle.COM>
parents: 5566
diff changeset
    57
file path=etc/postfix/master.cf.proto mode=0444
ffdc005c7dcc 23041592 Postfix 3.1.0
John Beck <John.Beck@Oracle.COM>
parents: 5566
diff changeset
    58
file path=etc/postfix/postfix-files
ffdc005c7dcc 23041592 Postfix 3.1.0
John Beck <John.Beck@Oracle.COM>
parents: 5566
diff changeset
    59
dir  path=etc/postfix/postfix-files.d
4153
cac8dc6507e3 20918093 postfix manifests & start method need tweaks
John Beck <John.Beck@Oracle.COM>
parents: 4079
diff changeset
    60
file path=etc/postfix/relocated mode=0644 preserve=true
cac8dc6507e3 20918093 postfix manifests & start method need tweaks
John Beck <John.Beck@Oracle.COM>
parents: 4079
diff changeset
    61
file path=etc/postfix/transport mode=0644 preserve=true
cac8dc6507e3 20918093 postfix manifests & start method need tweaks
John Beck <John.Beck@Oracle.COM>
parents: 4079
diff changeset
    62
file path=etc/postfix/virtual mode=0644 preserve=true
4079
4aab0107366d PSARC 2014/382 Postfix
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
    63
file postfix.auth_attr path=etc/security/auth_attr.d/postfix group=sys
4aab0107366d PSARC 2014/382 Postfix
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
    64
file postfix.exec_attr path=etc/security/exec_attr.d/postfix group=sys
4aab0107366d PSARC 2014/382 Postfix
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
    65
file postfix.prof_attr path=etc/security/prof_attr.d/postfix group=sys
4aab0107366d PSARC 2014/382 Postfix
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
    66
file postfix.xml path=lib/svc/manifest/network/postfix.xml
4aab0107366d PSARC 2014/382 Postfix
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
    67
file start-method path=lib/svc/method/postfix
4aab0107366d PSARC 2014/382 Postfix
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
    68
link path=usr/bin/mailq target=../../usr/lib/postfix/sendmail \
4aab0107366d PSARC 2014/382 Postfix
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
    69
    mediator=sendmail mediator-implementation=postfix
4aab0107366d PSARC 2014/382 Postfix
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
    70
dir  path=usr/lib/postfix
4aab0107366d PSARC 2014/382 Postfix
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
    71
file path=usr/lib/postfix/anvil
4aab0107366d PSARC 2014/382 Postfix
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
    72
file path=usr/lib/postfix/bounce
4aab0107366d PSARC 2014/382 Postfix
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
    73
file path=usr/lib/postfix/cleanup
4aab0107366d PSARC 2014/382 Postfix
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
    74
file path=usr/lib/postfix/discard
4aab0107366d PSARC 2014/382 Postfix
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
    75
file path=usr/lib/postfix/dnsblog
4aab0107366d PSARC 2014/382 Postfix
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
    76
file path=usr/lib/postfix/error
4aab0107366d PSARC 2014/382 Postfix
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
    77
file path=usr/lib/postfix/flush
4aab0107366d PSARC 2014/382 Postfix
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
    78
hardlink path=usr/lib/postfix/lmtp target=smtp
4aab0107366d PSARC 2014/382 Postfix
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
    79
file path=usr/lib/postfix/local
4aab0107366d PSARC 2014/382 Postfix
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
    80
file path=usr/lib/postfix/master
4aab0107366d PSARC 2014/382 Postfix
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
    81
file path=usr/lib/postfix/nqmgr
4aab0107366d PSARC 2014/382 Postfix
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
    82
file path=usr/lib/postfix/oqmgr
4aab0107366d PSARC 2014/382 Postfix
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
    83
file path=usr/lib/postfix/pickup
4aab0107366d PSARC 2014/382 Postfix
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
    84
file path=usr/lib/postfix/pipe
4aab0107366d PSARC 2014/382 Postfix
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
    85
file path=usr/lib/postfix/post-install
4aab0107366d PSARC 2014/382 Postfix
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
    86
file path=usr/lib/postfix/postfix-script
4aab0107366d PSARC 2014/382 Postfix
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
    87
file path=usr/lib/postfix/postfix-wrapper
4aab0107366d PSARC 2014/382 Postfix
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
    88
file path=usr/lib/postfix/postmulti-script
4aab0107366d PSARC 2014/382 Postfix
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
    89
file path=usr/lib/postfix/postscreen
4aab0107366d PSARC 2014/382 Postfix
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
    90
file path=usr/lib/postfix/proxymap
4aab0107366d PSARC 2014/382 Postfix
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
    91
hardlink path=usr/lib/postfix/qmgr target=nqmgr
4aab0107366d PSARC 2014/382 Postfix
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
    92
file path=usr/lib/postfix/qmqpd
4aab0107366d PSARC 2014/382 Postfix
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
    93
file path=usr/lib/postfix/scache
4aab0107366d PSARC 2014/382 Postfix
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
    94
file usr/lib/sendmail path=usr/lib/postfix/sendmail
4aab0107366d PSARC 2014/382 Postfix
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
    95
file path=usr/lib/postfix/showq
4aab0107366d PSARC 2014/382 Postfix
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
    96
file path=usr/lib/postfix/smtp
4aab0107366d PSARC 2014/382 Postfix
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
    97
file path=usr/lib/postfix/smtpd
4aab0107366d PSARC 2014/382 Postfix
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
    98
file path=usr/lib/postfix/spawn
4aab0107366d PSARC 2014/382 Postfix
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
    99
file path=usr/lib/postfix/tlsmgr
4aab0107366d PSARC 2014/382 Postfix
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   100
file path=usr/lib/postfix/tlsproxy
4aab0107366d PSARC 2014/382 Postfix
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   101
file path=usr/lib/postfix/trivial-rewrite
4aab0107366d PSARC 2014/382 Postfix
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   102
file path=usr/lib/postfix/verify
4aab0107366d PSARC 2014/382 Postfix
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   103
file path=usr/lib/postfix/virtual
4aab0107366d PSARC 2014/382 Postfix
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   104
link path=usr/lib/sendmail target=postfix/sendmail mediator=sendmail \
4aab0107366d PSARC 2014/382 Postfix
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   105
    mediator-implementation=postfix
4aab0107366d PSARC 2014/382 Postfix
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   106
link path=usr/sbin/newaliases target=../../usr/lib/postfix/sendmail \
4aab0107366d PSARC 2014/382 Postfix
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   107
    mediator=sendmail mediator-implementation=postfix
4aab0107366d PSARC 2014/382 Postfix
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   108
file path=usr/sbin/postalias
4aab0107366d PSARC 2014/382 Postfix
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   109
file path=usr/sbin/postcat
4aab0107366d PSARC 2014/382 Postfix
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   110
file path=usr/sbin/postconf
4aab0107366d PSARC 2014/382 Postfix
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   111
file path=usr/sbin/postdrop group=postdrop mode=02555
4aab0107366d PSARC 2014/382 Postfix
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   112
file path=usr/sbin/postfix
4aab0107366d PSARC 2014/382 Postfix
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   113
file path=usr/sbin/postkick
4aab0107366d PSARC 2014/382 Postfix
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   114
file path=usr/sbin/postlock
4aab0107366d PSARC 2014/382 Postfix
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   115
file path=usr/sbin/postlog
4aab0107366d PSARC 2014/382 Postfix
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   116
file path=usr/sbin/postmap
4aab0107366d PSARC 2014/382 Postfix
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   117
file path=usr/sbin/postmulti
4aab0107366d PSARC 2014/382 Postfix
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   118
file path=usr/sbin/postqueue group=postdrop mode=02555
4aab0107366d PSARC 2014/382 Postfix
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   119
file path=usr/sbin/postsuper
4aab0107366d PSARC 2014/382 Postfix
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   120
link path=usr/share/man/man1/mailq.1 target=postfix-mailq.1 mediator=sendmail \
4aab0107366d PSARC 2014/382 Postfix
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   121
    mediator-implementation=postfix
4aab0107366d PSARC 2014/382 Postfix
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   122
file path=usr/share/man/man1/newaliases.1
4aab0107366d PSARC 2014/382 Postfix
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   123
file path=usr/share/man/man1/postalias.1
4aab0107366d PSARC 2014/382 Postfix
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   124
file path=usr/share/man/man1/postcat.1
4aab0107366d PSARC 2014/382 Postfix
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   125
file path=usr/share/man/man1/postconf.1
4aab0107366d PSARC 2014/382 Postfix
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   126
file path=usr/share/man/man1/postdrop.1
4aab0107366d PSARC 2014/382 Postfix
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   127
file usr/share/man/man1/mailq.1 path=usr/share/man/man1/postfix-mailq.1
4aab0107366d PSARC 2014/382 Postfix
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   128
file path=usr/share/man/man1/postfix.1
4aab0107366d PSARC 2014/382 Postfix
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   129
file path=usr/share/man/man1/postkick.1
4aab0107366d PSARC 2014/382 Postfix
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   130
file path=usr/share/man/man1/postlock.1
4aab0107366d PSARC 2014/382 Postfix
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   131
file path=usr/share/man/man1/postlog.1
4aab0107366d PSARC 2014/382 Postfix
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   132
file path=usr/share/man/man1/postmap.1
4aab0107366d PSARC 2014/382 Postfix
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   133
file path=usr/share/man/man1/postmulti.1
4aab0107366d PSARC 2014/382 Postfix
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   134
file path=usr/share/man/man1/postqueue.1
4aab0107366d PSARC 2014/382 Postfix
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   135
file path=usr/share/man/man1/postsuper.1
4aab0107366d PSARC 2014/382 Postfix
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   136
file path=usr/share/man/man1/sendmail.1
4aab0107366d PSARC 2014/382 Postfix
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   137
file path=usr/share/man/man5/access.5
5566
9009ada25177 PSARC 2015/428 Normalization of Solaris man page section numbers
John Beck <John.Beck@Oracle.COM>
parents: 4153
diff changeset
   138
link path=usr/share/man/man5/aliases.5 target=postfix-aliases.5 \
9009ada25177 PSARC 2015/428 Normalization of Solaris man page section numbers
John Beck <John.Beck@Oracle.COM>
parents: 4153
diff changeset
   139
    mediator=sendmail mediator-implementation=postfix
4079
4aab0107366d PSARC 2014/382 Postfix
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   140
file path=usr/share/man/man5/body_checks.5
4aab0107366d PSARC 2014/382 Postfix
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   141
file path=usr/share/man/man5/bounce.5
4aab0107366d PSARC 2014/382 Postfix
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   142
file path=usr/share/man/man5/canonical.5
4aab0107366d PSARC 2014/382 Postfix
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   143
file path=usr/share/man/man5/cidr_table.5
4aab0107366d PSARC 2014/382 Postfix
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   144
file path=usr/share/man/man5/generic.5
4aab0107366d PSARC 2014/382 Postfix
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   145
file path=usr/share/man/man5/header_checks.5
4aab0107366d PSARC 2014/382 Postfix
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   146
file path=usr/share/man/man5/ldap_table.5
4aab0107366d PSARC 2014/382 Postfix
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   147
file path=usr/share/man/man5/master.5
4aab0107366d PSARC 2014/382 Postfix
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   148
file path=usr/share/man/man5/memcache_table.5
4aab0107366d PSARC 2014/382 Postfix
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   149
file path=usr/share/man/man5/pcre_table.5
4aab0107366d PSARC 2014/382 Postfix
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   150
file path=usr/share/man/man5/postconf.5
5566
9009ada25177 PSARC 2015/428 Normalization of Solaris man page section numbers
John Beck <John.Beck@Oracle.COM>
parents: 4153
diff changeset
   151
file usr/share/man/man5/aliases.5 path=usr/share/man/man5/postfix-aliases.5
4079
4aab0107366d PSARC 2014/382 Postfix
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   152
file path=usr/share/man/man5/postfix-wrapper.5
4aab0107366d PSARC 2014/382 Postfix
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   153
file path=usr/share/man/man5/regexp_table.5
4aab0107366d PSARC 2014/382 Postfix
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   154
file path=usr/share/man/man5/relocated.5
4aab0107366d PSARC 2014/382 Postfix
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   155
file path=usr/share/man/man5/socketmap_table.5
4aab0107366d PSARC 2014/382 Postfix
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   156
file path=usr/share/man/man5/sqlite_table.5
4aab0107366d PSARC 2014/382 Postfix
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   157
file path=usr/share/man/man5/tcp_table.5
4aab0107366d PSARC 2014/382 Postfix
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   158
file path=usr/share/man/man5/transport.5
4aab0107366d PSARC 2014/382 Postfix
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   159
file path=usr/share/man/man5/virtual.5
4aab0107366d PSARC 2014/382 Postfix
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   160
file path=usr/share/man/man8/anvil.8
4aab0107366d PSARC 2014/382 Postfix
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   161
file path=usr/share/man/man8/bounce.8
4aab0107366d PSARC 2014/382 Postfix
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   162
file path=usr/share/man/man8/cleanup.8
4aab0107366d PSARC 2014/382 Postfix
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   163
file path=usr/share/man/man8/defer.8
4aab0107366d PSARC 2014/382 Postfix
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   164
file path=usr/share/man/man8/discard.8
4aab0107366d PSARC 2014/382 Postfix
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   165
file path=usr/share/man/man8/dnsblog.8
4aab0107366d PSARC 2014/382 Postfix
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   166
file path=usr/share/man/man8/error.8
4aab0107366d PSARC 2014/382 Postfix
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   167
file path=usr/share/man/man8/flush.8
4aab0107366d PSARC 2014/382 Postfix
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   168
file path=usr/share/man/man8/lmtp.8
4aab0107366d PSARC 2014/382 Postfix
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   169
file path=usr/share/man/man8/local.8
4aab0107366d PSARC 2014/382 Postfix
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   170
file path=usr/share/man/man8/master.8
4aab0107366d PSARC 2014/382 Postfix
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   171
file path=usr/share/man/man8/oqmgr.8
4aab0107366d PSARC 2014/382 Postfix
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   172
file path=usr/share/man/man8/pickup.8
4aab0107366d PSARC 2014/382 Postfix
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   173
file path=usr/share/man/man8/pipe.8
4aab0107366d PSARC 2014/382 Postfix
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   174
file path=usr/share/man/man8/postscreen.8
4aab0107366d PSARC 2014/382 Postfix
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   175
file path=usr/share/man/man8/proxymap.8
4aab0107366d PSARC 2014/382 Postfix
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   176
file path=usr/share/man/man8/qmgr.8
4aab0107366d PSARC 2014/382 Postfix
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   177
file path=usr/share/man/man8/qmqpd.8
4aab0107366d PSARC 2014/382 Postfix
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   178
file path=usr/share/man/man8/scache.8
4aab0107366d PSARC 2014/382 Postfix
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   179
file path=usr/share/man/man8/showq.8
4aab0107366d PSARC 2014/382 Postfix
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   180
file path=usr/share/man/man8/smtp.8
4aab0107366d PSARC 2014/382 Postfix
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   181
file path=usr/share/man/man8/smtpd.8
4aab0107366d PSARC 2014/382 Postfix
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   182
file path=usr/share/man/man8/spawn.8
4aab0107366d PSARC 2014/382 Postfix
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   183
file path=usr/share/man/man8/tlsmgr.8
4aab0107366d PSARC 2014/382 Postfix
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   184
file path=usr/share/man/man8/tlsproxy.8
4aab0107366d PSARC 2014/382 Postfix
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   185
file path=usr/share/man/man8/trace.8
4aab0107366d PSARC 2014/382 Postfix
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   186
file path=usr/share/man/man8/trivial-rewrite.8
4aab0107366d PSARC 2014/382 Postfix
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   187
file path=usr/share/man/man8/verify.8
4aab0107366d PSARC 2014/382 Postfix
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   188
file path=usr/share/man/man8/virtual.8
4aab0107366d PSARC 2014/382 Postfix
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   189
dir  path=var/lib/postfix owner=postfix mode=0700
4aab0107366d PSARC 2014/382 Postfix
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   190
dir  path=var/spool/postfix/active
4aab0107366d PSARC 2014/382 Postfix
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   191
dir  path=var/spool/postfix/bounce
4aab0107366d PSARC 2014/382 Postfix
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   192
dir  path=var/spool/postfix/corrupt
4aab0107366d PSARC 2014/382 Postfix
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   193
dir  path=var/spool/postfix/defer
4aab0107366d PSARC 2014/382 Postfix
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   194
dir  path=var/spool/postfix/deferred
4aab0107366d PSARC 2014/382 Postfix
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   195
dir  path=var/spool/postfix/flush
4aab0107366d PSARC 2014/382 Postfix
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   196
dir  path=var/spool/postfix/hold
4aab0107366d PSARC 2014/382 Postfix
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   197
dir  path=var/spool/postfix/incoming
4aab0107366d PSARC 2014/382 Postfix
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   198
dir  path=var/spool/postfix/maildrop group=postdrop mode=0730
4aab0107366d PSARC 2014/382 Postfix
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   199
dir  path=var/spool/postfix/pid owner=root mode=0755
4aab0107366d PSARC 2014/382 Postfix
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   200
dir  path=var/spool/postfix/private
4aab0107366d PSARC 2014/382 Postfix
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   201
dir  path=var/spool/postfix/public group=postdrop mode=0710
4aab0107366d PSARC 2014/382 Postfix
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   202
dir  path=var/spool/postfix/saved
4aab0107366d PSARC 2014/382 Postfix
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   203
dir  path=var/spool/postfix/trace
4aab0107366d PSARC 2014/382 Postfix
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   204
#
4aab0107366d PSARC 2014/382 Postfix
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   205
group groupname=postdrop gid=28
4aab0107366d PSARC 2014/382 Postfix
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   206
group groupname=postfix gid=27
4aab0107366d PSARC 2014/382 Postfix
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   207
user username=postfix ftpuser=false gcos-field=Postfix group=postfix \
4aab0107366d PSARC 2014/382 Postfix
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   208
    home-dir=/ password=NP uid=27
4aab0107366d PSARC 2014/382 Postfix
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   209
#
4aab0107366d PSARC 2014/382 Postfix
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   210
license postfix.license license="IBM PUBLIC LICENSE VERSION 1.0"