components/postfix/postfix.p5m
author John Beck <John.Beck@Oracle.COM>
Wed, 08 Apr 2015 15:00:03 -0700
branchs11-update
changeset 4174 8faf7a4cc4e7
child 4153 cac8dc6507e3
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
#
8faf7a4cc4e7 PSARC 2014/382 Postfix
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
     2
# CDDL HEADER START
8faf7a4cc4e7 PSARC 2014/382 Postfix
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
     3
#
8faf7a4cc4e7 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
8faf7a4cc4e7 PSARC 2014/382 Postfix
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
     5
# Common Development and Distribution License (the "License").
8faf7a4cc4e7 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.
8faf7a4cc4e7 PSARC 2014/382 Postfix
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
     7
#
8faf7a4cc4e7 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
8faf7a4cc4e7 PSARC 2014/382 Postfix
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
     9
# or http://www.opensolaris.org/os/licensing.
8faf7a4cc4e7 PSARC 2014/382 Postfix
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
    10
# See the License for the specific language governing permissions
8faf7a4cc4e7 PSARC 2014/382 Postfix
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
    11
# and limitations under the License.
8faf7a4cc4e7 PSARC 2014/382 Postfix
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
    12
#
8faf7a4cc4e7 PSARC 2014/382 Postfix
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
    13
# When distributing Covered Code, include this CDDL HEADER in each
8faf7a4cc4e7 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.
8faf7a4cc4e7 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
8faf7a4cc4e7 PSARC 2014/382 Postfix
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
    16
# fields enclosed by brackets "[]" replaced with your own identifying
8faf7a4cc4e7 PSARC 2014/382 Postfix
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
    17
# information: Portions Copyright [yyyy] [name of copyright owner]
8faf7a4cc4e7 PSARC 2014/382 Postfix
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
    18
#
8faf7a4cc4e7 PSARC 2014/382 Postfix
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
    19
# CDDL HEADER END
8faf7a4cc4e7 PSARC 2014/382 Postfix
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
    20
#
8faf7a4cc4e7 PSARC 2014/382 Postfix
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
    21
8faf7a4cc4e7 PSARC 2014/382 Postfix
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
    22
#
8faf7a4cc4e7 PSARC 2014/382 Postfix
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
    23
# Copyright (c) 2014, 2015, Oracle and/or its affiliates. All rights reserved.
8faf7a4cc4e7 PSARC 2014/382 Postfix
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
    24
#
8faf7a4cc4e7 PSARC 2014/382 Postfix
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
    25
8faf7a4cc4e7 PSARC 2014/382 Postfix
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
    26
<transform file path=usr.*/man/.+ -> default mangler.man.stability volatile>
8faf7a4cc4e7 PSARC 2014/382 Postfix
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
    27
<transform file path=usr/lib/postfix/.+ -> default mode 0555>
8faf7a4cc4e7 PSARC 2014/382 Postfix
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
    28
<transform dir path=var/spool/postfix/.+ -> default mode 0700>
8faf7a4cc4e7 PSARC 2014/382 Postfix
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
    29
<transform dir path=var/spool/postfix/.+ -> default owner postfix>
8faf7a4cc4e7 PSARC 2014/382 Postfix
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
    30
#
8faf7a4cc4e7 PSARC 2014/382 Postfix
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
    31
set name=pkg.fmri \
8faf7a4cc4e7 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)
8faf7a4cc4e7 PSARC 2014/382 Postfix
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
    33
set name=pkg.summary value="Postfix mail system"
8faf7a4cc4e7 PSARC 2014/382 Postfix
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
    34
set name=com.oracle.info.description \
8faf7a4cc4e7 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."
8faf7a4cc4e7 PSARC 2014/382 Postfix
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
    36
set name=com.oracle.info.tpno value=7492
8faf7a4cc4e7 PSARC 2014/382 Postfix
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
    37
set name=info.classification \
8faf7a4cc4e7 PSARC 2014/382 Postfix
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
    38
    value="org.opensolaris.category.2008:Applications/System Utilities"
8faf7a4cc4e7 PSARC 2014/382 Postfix
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
    39
set name=info.source-url value=$(COMPONENT_ARCHIVE_URL)
8faf7a4cc4e7 PSARC 2014/382 Postfix
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
    40
set name=info.upstream-url value=$(COMPONENT_PROJECT_URL)
8faf7a4cc4e7 PSARC 2014/382 Postfix
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
    41
set name=org.opensolaris.arc-caseid value=PSARC/2014/382
8faf7a4cc4e7 PSARC 2014/382 Postfix
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
    42
set name=org.opensolaris.consolidation value=$(CONSOLIDATION)
8faf7a4cc4e7 PSARC 2014/382 Postfix
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
    43
#
8faf7a4cc4e7 PSARC 2014/382 Postfix
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
    44
file path=etc/postfix/LICENSE
8faf7a4cc4e7 PSARC 2014/382 Postfix
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
    45
file path=etc/postfix/TLS_LICENSE
8faf7a4cc4e7 PSARC 2014/382 Postfix
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
    46
file path=etc/postfix/access
8faf7a4cc4e7 PSARC 2014/382 Postfix
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
    47
file path=etc/postfix/aliases
8faf7a4cc4e7 PSARC 2014/382 Postfix
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
    48
file path=etc/postfix/bounce.cf.default
8faf7a4cc4e7 PSARC 2014/382 Postfix
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
    49
file path=etc/postfix/canonical
8faf7a4cc4e7 PSARC 2014/382 Postfix
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
    50
file path=etc/postfix/generic
8faf7a4cc4e7 PSARC 2014/382 Postfix
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
    51
file path=etc/postfix/header_checks
8faf7a4cc4e7 PSARC 2014/382 Postfix
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
    52
file path=etc/postfix/main.cf
8faf7a4cc4e7 PSARC 2014/382 Postfix
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
    53
file path=etc/postfix/main.cf.default
8faf7a4cc4e7 PSARC 2014/382 Postfix
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
    54
file path=etc/postfix/makedefs.out
8faf7a4cc4e7 PSARC 2014/382 Postfix
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
    55
file path=etc/postfix/master.cf
8faf7a4cc4e7 PSARC 2014/382 Postfix
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
    56
file path=etc/postfix/relocated
8faf7a4cc4e7 PSARC 2014/382 Postfix
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
    57
file path=etc/postfix/transport
8faf7a4cc4e7 PSARC 2014/382 Postfix
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
    58
file path=etc/postfix/virtual
8faf7a4cc4e7 PSARC 2014/382 Postfix
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
    59
file postfix.auth_attr path=etc/security/auth_attr.d/postfix group=sys
8faf7a4cc4e7 PSARC 2014/382 Postfix
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
    60
file postfix.exec_attr path=etc/security/exec_attr.d/postfix group=sys
8faf7a4cc4e7 PSARC 2014/382 Postfix
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
    61
file postfix.prof_attr path=etc/security/prof_attr.d/postfix group=sys
8faf7a4cc4e7 PSARC 2014/382 Postfix
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
    62
file postfix.xml path=lib/svc/manifest/network/postfix.xml
8faf7a4cc4e7 PSARC 2014/382 Postfix
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
    63
file start-method path=lib/svc/method/postfix
8faf7a4cc4e7 PSARC 2014/382 Postfix
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
    64
link path=usr/bin/mailq target=../../usr/lib/postfix/sendmail \
8faf7a4cc4e7 PSARC 2014/382 Postfix
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
    65
    mediator=sendmail mediator-implementation=postfix
8faf7a4cc4e7 PSARC 2014/382 Postfix
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
    66
dir  path=usr/lib/postfix
8faf7a4cc4e7 PSARC 2014/382 Postfix
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
    67
file path=usr/lib/postfix/anvil
8faf7a4cc4e7 PSARC 2014/382 Postfix
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
    68
file path=usr/lib/postfix/bounce
8faf7a4cc4e7 PSARC 2014/382 Postfix
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
    69
file path=usr/lib/postfix/cleanup
8faf7a4cc4e7 PSARC 2014/382 Postfix
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
    70
file path=usr/lib/postfix/discard
8faf7a4cc4e7 PSARC 2014/382 Postfix
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
    71
file path=usr/lib/postfix/dnsblog
8faf7a4cc4e7 PSARC 2014/382 Postfix
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
    72
file path=usr/lib/postfix/error
8faf7a4cc4e7 PSARC 2014/382 Postfix
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
    73
file path=usr/lib/postfix/flush
8faf7a4cc4e7 PSARC 2014/382 Postfix
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
    74
hardlink path=usr/lib/postfix/lmtp target=smtp
8faf7a4cc4e7 PSARC 2014/382 Postfix
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
    75
file path=usr/lib/postfix/local
8faf7a4cc4e7 PSARC 2014/382 Postfix
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
    76
file path=usr/lib/postfix/main.cf mode=0444
8faf7a4cc4e7 PSARC 2014/382 Postfix
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
    77
file path=usr/lib/postfix/master
8faf7a4cc4e7 PSARC 2014/382 Postfix
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
    78
file path=usr/lib/postfix/master.cf mode=0444
8faf7a4cc4e7 PSARC 2014/382 Postfix
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
    79
file path=usr/lib/postfix/nqmgr
8faf7a4cc4e7 PSARC 2014/382 Postfix
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
    80
file path=usr/lib/postfix/oqmgr
8faf7a4cc4e7 PSARC 2014/382 Postfix
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
    81
file path=usr/lib/postfix/pickup
8faf7a4cc4e7 PSARC 2014/382 Postfix
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
    82
file path=usr/lib/postfix/pipe
8faf7a4cc4e7 PSARC 2014/382 Postfix
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
    83
file path=usr/lib/postfix/post-install
8faf7a4cc4e7 PSARC 2014/382 Postfix
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
    84
file path=usr/lib/postfix/postfix-files
8faf7a4cc4e7 PSARC 2014/382 Postfix
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
    85
file path=usr/lib/postfix/postfix-script
8faf7a4cc4e7 PSARC 2014/382 Postfix
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
    86
file path=usr/lib/postfix/postfix-wrapper
8faf7a4cc4e7 PSARC 2014/382 Postfix
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
    87
file path=usr/lib/postfix/postmulti-script
8faf7a4cc4e7 PSARC 2014/382 Postfix
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
    88
file path=usr/lib/postfix/postscreen
8faf7a4cc4e7 PSARC 2014/382 Postfix
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
    89
file path=usr/lib/postfix/proxymap
8faf7a4cc4e7 PSARC 2014/382 Postfix
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
    90
hardlink path=usr/lib/postfix/qmgr target=nqmgr
8faf7a4cc4e7 PSARC 2014/382 Postfix
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
    91
file path=usr/lib/postfix/qmqpd
8faf7a4cc4e7 PSARC 2014/382 Postfix
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
    92
file path=usr/lib/postfix/scache
8faf7a4cc4e7 PSARC 2014/382 Postfix
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
    93
file usr/lib/sendmail path=usr/lib/postfix/sendmail
8faf7a4cc4e7 PSARC 2014/382 Postfix
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
    94
file path=usr/lib/postfix/showq
8faf7a4cc4e7 PSARC 2014/382 Postfix
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
    95
file path=usr/lib/postfix/smtp
8faf7a4cc4e7 PSARC 2014/382 Postfix
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
    96
file path=usr/lib/postfix/smtpd
8faf7a4cc4e7 PSARC 2014/382 Postfix
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
    97
file path=usr/lib/postfix/spawn
8faf7a4cc4e7 PSARC 2014/382 Postfix
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
    98
file path=usr/lib/postfix/tlsmgr
8faf7a4cc4e7 PSARC 2014/382 Postfix
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
    99
file path=usr/lib/postfix/tlsproxy
8faf7a4cc4e7 PSARC 2014/382 Postfix
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   100
file path=usr/lib/postfix/trivial-rewrite
8faf7a4cc4e7 PSARC 2014/382 Postfix
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   101
file path=usr/lib/postfix/verify
8faf7a4cc4e7 PSARC 2014/382 Postfix
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   102
file path=usr/lib/postfix/virtual
8faf7a4cc4e7 PSARC 2014/382 Postfix
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   103
link path=usr/lib/sendmail target=postfix/sendmail mediator=sendmail \
8faf7a4cc4e7 PSARC 2014/382 Postfix
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   104
    mediator-implementation=postfix
8faf7a4cc4e7 PSARC 2014/382 Postfix
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   105
link path=usr/sbin/newaliases target=../../usr/lib/postfix/sendmail \
8faf7a4cc4e7 PSARC 2014/382 Postfix
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   106
    mediator=sendmail mediator-implementation=postfix
8faf7a4cc4e7 PSARC 2014/382 Postfix
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   107
file path=usr/sbin/postalias
8faf7a4cc4e7 PSARC 2014/382 Postfix
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   108
file path=usr/sbin/postcat
8faf7a4cc4e7 PSARC 2014/382 Postfix
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   109
file path=usr/sbin/postconf
8faf7a4cc4e7 PSARC 2014/382 Postfix
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   110
file path=usr/sbin/postdrop group=postdrop mode=02555
8faf7a4cc4e7 PSARC 2014/382 Postfix
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   111
file path=usr/sbin/postfix
8faf7a4cc4e7 PSARC 2014/382 Postfix
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   112
file path=usr/sbin/postkick
8faf7a4cc4e7 PSARC 2014/382 Postfix
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   113
file path=usr/sbin/postlock
8faf7a4cc4e7 PSARC 2014/382 Postfix
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   114
file path=usr/sbin/postlog
8faf7a4cc4e7 PSARC 2014/382 Postfix
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   115
file path=usr/sbin/postmap
8faf7a4cc4e7 PSARC 2014/382 Postfix
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   116
file path=usr/sbin/postmulti
8faf7a4cc4e7 PSARC 2014/382 Postfix
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   117
file path=usr/sbin/postqueue group=postdrop mode=02555
8faf7a4cc4e7 PSARC 2014/382 Postfix
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   118
file path=usr/sbin/postsuper
8faf7a4cc4e7 PSARC 2014/382 Postfix
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   119
link path=usr/share/man/man1/mailq.1 target=postfix-mailq.1 mediator=sendmail \
8faf7a4cc4e7 PSARC 2014/382 Postfix
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   120
    mediator-implementation=postfix
8faf7a4cc4e7 PSARC 2014/382 Postfix
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   121
file path=usr/share/man/man1/newaliases.1
8faf7a4cc4e7 PSARC 2014/382 Postfix
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   122
file path=usr/share/man/man1/postalias.1
8faf7a4cc4e7 PSARC 2014/382 Postfix
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   123
file path=usr/share/man/man1/postcat.1
8faf7a4cc4e7 PSARC 2014/382 Postfix
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   124
file path=usr/share/man/man1/postconf.1
8faf7a4cc4e7 PSARC 2014/382 Postfix
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   125
file path=usr/share/man/man1/postdrop.1
8faf7a4cc4e7 PSARC 2014/382 Postfix
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   126
file usr/share/man/man1/mailq.1 path=usr/share/man/man1/postfix-mailq.1
8faf7a4cc4e7 PSARC 2014/382 Postfix
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   127
file path=usr/share/man/man1/postfix.1
8faf7a4cc4e7 PSARC 2014/382 Postfix
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   128
file path=usr/share/man/man1/postkick.1
8faf7a4cc4e7 PSARC 2014/382 Postfix
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   129
file path=usr/share/man/man1/postlock.1
8faf7a4cc4e7 PSARC 2014/382 Postfix
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   130
file path=usr/share/man/man1/postlog.1
8faf7a4cc4e7 PSARC 2014/382 Postfix
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   131
file path=usr/share/man/man1/postmap.1
8faf7a4cc4e7 PSARC 2014/382 Postfix
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   132
file path=usr/share/man/man1/postmulti.1
8faf7a4cc4e7 PSARC 2014/382 Postfix
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   133
file path=usr/share/man/man1/postqueue.1
8faf7a4cc4e7 PSARC 2014/382 Postfix
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   134
file path=usr/share/man/man1/postsuper.1
8faf7a4cc4e7 PSARC 2014/382 Postfix
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   135
file path=usr/share/man/man1/sendmail.1
8faf7a4cc4e7 PSARC 2014/382 Postfix
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   136
file path=usr/share/man/man5/access.5
8faf7a4cc4e7 PSARC 2014/382 Postfix
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   137
file path=usr/share/man/man5/aliases.5
8faf7a4cc4e7 PSARC 2014/382 Postfix
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   138
file path=usr/share/man/man5/body_checks.5
8faf7a4cc4e7 PSARC 2014/382 Postfix
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   139
file path=usr/share/man/man5/bounce.5
8faf7a4cc4e7 PSARC 2014/382 Postfix
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   140
file path=usr/share/man/man5/canonical.5
8faf7a4cc4e7 PSARC 2014/382 Postfix
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   141
file path=usr/share/man/man5/cidr_table.5
8faf7a4cc4e7 PSARC 2014/382 Postfix
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   142
file path=usr/share/man/man5/generic.5
8faf7a4cc4e7 PSARC 2014/382 Postfix
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   143
file path=usr/share/man/man5/header_checks.5
8faf7a4cc4e7 PSARC 2014/382 Postfix
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   144
file path=usr/share/man/man5/ldap_table.5
8faf7a4cc4e7 PSARC 2014/382 Postfix
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   145
file path=usr/share/man/man5/master.5
8faf7a4cc4e7 PSARC 2014/382 Postfix
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   146
file path=usr/share/man/man5/memcache_table.5
8faf7a4cc4e7 PSARC 2014/382 Postfix
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   147
file path=usr/share/man/man5/pcre_table.5
8faf7a4cc4e7 PSARC 2014/382 Postfix
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   148
file path=usr/share/man/man5/postconf.5
8faf7a4cc4e7 PSARC 2014/382 Postfix
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   149
file path=usr/share/man/man5/postfix-wrapper.5
8faf7a4cc4e7 PSARC 2014/382 Postfix
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   150
file path=usr/share/man/man5/regexp_table.5
8faf7a4cc4e7 PSARC 2014/382 Postfix
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   151
file path=usr/share/man/man5/relocated.5
8faf7a4cc4e7 PSARC 2014/382 Postfix
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   152
file path=usr/share/man/man5/socketmap_table.5
8faf7a4cc4e7 PSARC 2014/382 Postfix
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   153
file path=usr/share/man/man5/sqlite_table.5
8faf7a4cc4e7 PSARC 2014/382 Postfix
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   154
file path=usr/share/man/man5/tcp_table.5
8faf7a4cc4e7 PSARC 2014/382 Postfix
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   155
file path=usr/share/man/man5/transport.5
8faf7a4cc4e7 PSARC 2014/382 Postfix
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   156
file path=usr/share/man/man5/virtual.5
8faf7a4cc4e7 PSARC 2014/382 Postfix
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   157
file path=usr/share/man/man8/anvil.8
8faf7a4cc4e7 PSARC 2014/382 Postfix
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   158
file path=usr/share/man/man8/bounce.8
8faf7a4cc4e7 PSARC 2014/382 Postfix
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   159
file path=usr/share/man/man8/cleanup.8
8faf7a4cc4e7 PSARC 2014/382 Postfix
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   160
file path=usr/share/man/man8/defer.8
8faf7a4cc4e7 PSARC 2014/382 Postfix
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   161
file path=usr/share/man/man8/discard.8
8faf7a4cc4e7 PSARC 2014/382 Postfix
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   162
file path=usr/share/man/man8/dnsblog.8
8faf7a4cc4e7 PSARC 2014/382 Postfix
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   163
file path=usr/share/man/man8/error.8
8faf7a4cc4e7 PSARC 2014/382 Postfix
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   164
file path=usr/share/man/man8/flush.8
8faf7a4cc4e7 PSARC 2014/382 Postfix
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   165
file path=usr/share/man/man8/lmtp.8
8faf7a4cc4e7 PSARC 2014/382 Postfix
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   166
file path=usr/share/man/man8/local.8
8faf7a4cc4e7 PSARC 2014/382 Postfix
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   167
file path=usr/share/man/man8/master.8
8faf7a4cc4e7 PSARC 2014/382 Postfix
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   168
file path=usr/share/man/man8/oqmgr.8
8faf7a4cc4e7 PSARC 2014/382 Postfix
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   169
file path=usr/share/man/man8/pickup.8
8faf7a4cc4e7 PSARC 2014/382 Postfix
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   170
file path=usr/share/man/man8/pipe.8
8faf7a4cc4e7 PSARC 2014/382 Postfix
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   171
file path=usr/share/man/man8/postscreen.8
8faf7a4cc4e7 PSARC 2014/382 Postfix
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   172
file path=usr/share/man/man8/proxymap.8
8faf7a4cc4e7 PSARC 2014/382 Postfix
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   173
file path=usr/share/man/man8/qmgr.8
8faf7a4cc4e7 PSARC 2014/382 Postfix
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   174
file path=usr/share/man/man8/qmqpd.8
8faf7a4cc4e7 PSARC 2014/382 Postfix
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   175
file path=usr/share/man/man8/scache.8
8faf7a4cc4e7 PSARC 2014/382 Postfix
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   176
file path=usr/share/man/man8/showq.8
8faf7a4cc4e7 PSARC 2014/382 Postfix
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   177
file path=usr/share/man/man8/smtp.8
8faf7a4cc4e7 PSARC 2014/382 Postfix
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   178
file path=usr/share/man/man8/smtpd.8
8faf7a4cc4e7 PSARC 2014/382 Postfix
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   179
file path=usr/share/man/man8/spawn.8
8faf7a4cc4e7 PSARC 2014/382 Postfix
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   180
file path=usr/share/man/man8/tlsmgr.8
8faf7a4cc4e7 PSARC 2014/382 Postfix
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   181
file path=usr/share/man/man8/tlsproxy.8
8faf7a4cc4e7 PSARC 2014/382 Postfix
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   182
file path=usr/share/man/man8/trace.8
8faf7a4cc4e7 PSARC 2014/382 Postfix
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   183
file path=usr/share/man/man8/trivial-rewrite.8
8faf7a4cc4e7 PSARC 2014/382 Postfix
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   184
file path=usr/share/man/man8/verify.8
8faf7a4cc4e7 PSARC 2014/382 Postfix
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   185
file path=usr/share/man/man8/virtual.8
8faf7a4cc4e7 PSARC 2014/382 Postfix
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   186
dir  path=var/lib/postfix owner=postfix mode=0700
8faf7a4cc4e7 PSARC 2014/382 Postfix
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   187
dir  path=var/spool/postfix/active
8faf7a4cc4e7 PSARC 2014/382 Postfix
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   188
dir  path=var/spool/postfix/bounce
8faf7a4cc4e7 PSARC 2014/382 Postfix
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   189
dir  path=var/spool/postfix/corrupt
8faf7a4cc4e7 PSARC 2014/382 Postfix
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   190
dir  path=var/spool/postfix/defer
8faf7a4cc4e7 PSARC 2014/382 Postfix
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   191
dir  path=var/spool/postfix/deferred
8faf7a4cc4e7 PSARC 2014/382 Postfix
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   192
dir  path=var/spool/postfix/flush
8faf7a4cc4e7 PSARC 2014/382 Postfix
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   193
dir  path=var/spool/postfix/hold
8faf7a4cc4e7 PSARC 2014/382 Postfix
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   194
dir  path=var/spool/postfix/incoming
8faf7a4cc4e7 PSARC 2014/382 Postfix
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   195
dir  path=var/spool/postfix/maildrop group=postdrop mode=0730
8faf7a4cc4e7 PSARC 2014/382 Postfix
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   196
dir  path=var/spool/postfix/pid owner=root mode=0755
8faf7a4cc4e7 PSARC 2014/382 Postfix
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   197
dir  path=var/spool/postfix/private
8faf7a4cc4e7 PSARC 2014/382 Postfix
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   198
dir  path=var/spool/postfix/public group=postdrop mode=0710
8faf7a4cc4e7 PSARC 2014/382 Postfix
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   199
dir  path=var/spool/postfix/saved
8faf7a4cc4e7 PSARC 2014/382 Postfix
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   200
dir  path=var/spool/postfix/trace
8faf7a4cc4e7 PSARC 2014/382 Postfix
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   201
#
8faf7a4cc4e7 PSARC 2014/382 Postfix
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   202
group groupname=postdrop gid=28
8faf7a4cc4e7 PSARC 2014/382 Postfix
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   203
group groupname=postfix gid=27
8faf7a4cc4e7 PSARC 2014/382 Postfix
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   204
user username=postfix ftpuser=false gcos-field=Postfix group=postfix \
8faf7a4cc4e7 PSARC 2014/382 Postfix
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   205
    home-dir=/ password=NP uid=27
8faf7a4cc4e7 PSARC 2014/382 Postfix
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   206
#
8faf7a4cc4e7 PSARC 2014/382 Postfix
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   207
license postfix.license license="IBM PUBLIC LICENSE VERSION 1.0"