components/sendmail/sendmail.p5m
author John Beck <John.Beck@Oracle.COM>
Wed, 08 Apr 2015 16:10:31 -0700
changeset 4077 a4940c65b892
parent 4076 2e5e1c2da629
child 4261 5631096debec
permissions -rw-r--r--
20854763 sendmail binary should have restart_fmri tag
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
3649
4006eaaa7d29 20355401 add sendmail to Userland
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
     1
#
4006eaaa7d29 20355401 add sendmail to Userland
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
     2
# CDDL HEADER START
4006eaaa7d29 20355401 add sendmail to Userland
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
     3
#
4006eaaa7d29 20355401 add sendmail to Userland
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
     4
# The contents of this file are subject to the terms of the
4006eaaa7d29 20355401 add sendmail to Userland
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
     5
# Common Development and Distribution License (the "License").
4006eaaa7d29 20355401 add sendmail to Userland
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
     6
# You may not use this file except in compliance with the License.
4006eaaa7d29 20355401 add sendmail to Userland
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
     7
#
4006eaaa7d29 20355401 add sendmail to Userland
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
     8
# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
4006eaaa7d29 20355401 add sendmail to Userland
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
     9
# or http://www.opensolaris.org/os/licensing.
4006eaaa7d29 20355401 add sendmail to Userland
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
    10
# See the License for the specific language governing permissions
4006eaaa7d29 20355401 add sendmail to Userland
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
    11
# and limitations under the License.
4006eaaa7d29 20355401 add sendmail to Userland
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
    12
#
4006eaaa7d29 20355401 add sendmail to Userland
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
    13
# When distributing Covered Code, include this CDDL HEADER in each
4006eaaa7d29 20355401 add sendmail to Userland
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
    14
# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
4006eaaa7d29 20355401 add sendmail to Userland
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
    15
# If applicable, add the following below this CDDL HEADER, with the
4006eaaa7d29 20355401 add sendmail to Userland
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
    16
# fields enclosed by brackets "[]" replaced with your own identifying
4006eaaa7d29 20355401 add sendmail to Userland
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
    17
# information: Portions Copyright [yyyy] [name of copyright owner]
4006eaaa7d29 20355401 add sendmail to Userland
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
    18
#
4006eaaa7d29 20355401 add sendmail to Userland
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
    19
# CDDL HEADER END
4006eaaa7d29 20355401 add sendmail to Userland
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
    20
#
4006eaaa7d29 20355401 add sendmail to Userland
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
    21
4006eaaa7d29 20355401 add sendmail to Userland
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
    22
#
4006eaaa7d29 20355401 add sendmail to Userland
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
    23
# Copyright (c) 2010, 2015, Oracle and/or its affiliates. All rights reserved.
4006eaaa7d29 20355401 add sendmail to Userland
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
    24
#
4006eaaa7d29 20355401 add sendmail to Userland
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
    25
3916
1224230f8337 PSARC 2015/111 Sendmail 8.15
John Beck <John.Beck@Oracle.COM>
parents: 3650
diff changeset
    26
# The man pages are all at the top of a "files" directory; set the hash to
3649
4006eaaa7d29 20355401 add sendmail to Userland
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
    27
# point to the files therein.
4006eaaa7d29 20355401 add sendmail to Userland
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
    28
<transform file path=usr/share/man/man.+/(.+)$ -> set action.hash %<\1> >
3916
1224230f8337 PSARC 2015/111 Sendmail 8.15
John Beck <John.Beck@Oracle.COM>
parents: 3650
diff changeset
    29
# Set the hash for the cf/ hierarchy similarly.
1224230f8337 PSARC 2015/111 Sendmail 8.15
John Beck <John.Beck@Oracle.COM>
parents: 3650
diff changeset
    30
<transform file path=etc/mail/(cf/.+)$ -> set action.hash %<\1> >
1224230f8337 PSARC 2015/111 Sendmail 8.15
John Beck <John.Beck@Oracle.COM>
parents: 3650
diff changeset
    31
# Bypass the mangler for these files because they are pre-Solarified.
3649
4006eaaa7d29 20355401 add sendmail to Userland
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
    32
<transform file path=usr/share/man/.+$ -> add mangler.bypass true >
3916
1224230f8337 PSARC 2015/111 Sendmail 8.15
John Beck <John.Beck@Oracle.COM>
parents: 3650
diff changeset
    33
<transform file path=etc/mail/cf/.* -> default group mail>
1224230f8337 PSARC 2015/111 Sendmail 8.15
John Beck <John.Beck@Oracle.COM>
parents: 3650
diff changeset
    34
#
3649
4006eaaa7d29 20355401 add sendmail to Userland
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
    35
set name=pkg.fmri \
4006eaaa7d29 20355401 add sendmail to Userland
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
    36
    value=pkg:/service/network/smtp/sendmail@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
4006eaaa7d29 20355401 add sendmail to Userland
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
    37
set name=pkg.summary value="Sendmail utilities"
4006eaaa7d29 20355401 add sendmail to Userland
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
    38
set name=pkg.description \
4006eaaa7d29 20355401 add sendmail to Userland
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
    39
    value="SMTP-based mail transfer agent sendmail(1M), its configuration hierarchy sendmail(4), and various other mail-related utilities."
3650
9542243c8771 20355401 add sendmail to Userland (restore partly dropped fix for 19357995)
John Beck <John.Beck@Oracle.COM>
parents: 3649
diff changeset
    40
set name=com.oracle.info.description value="Sendmail utilities"
3649
4006eaaa7d29 20355401 add sendmail to Userland
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
    41
set name=com.oracle.info.tpno value=$(TPNO)
4006eaaa7d29 20355401 add sendmail to Userland
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
    42
set name=info.classification value=org.opensolaris.category.2008:System/Core
4006eaaa7d29 20355401 add sendmail to Userland
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
    43
set name=info.upstream value="Sendmail community"
4006eaaa7d29 20355401 add sendmail to Userland
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
    44
set name=info.upstream-url value=http://www.sendmail.org/
3916
1224230f8337 PSARC 2015/111 Sendmail 8.15
John Beck <John.Beck@Oracle.COM>
parents: 3650
diff changeset
    45
set name=org.opensolaris.arc-caseid value=PSARC/2007/068 value=PSARC/2015/111
3649
4006eaaa7d29 20355401 add sendmail to Userland
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
    46
set name=org.opensolaris.consolidation value=$(CONSOLIDATION)
4006eaaa7d29 20355401 add sendmail to Userland
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
    47
set name=org.opensolaris.version-unlockable value=true
3916
1224230f8337 PSARC 2015/111 Sendmail 8.15
John Beck <John.Beck@Oracle.COM>
parents: 3650
diff changeset
    48
#
3649
4006eaaa7d29 20355401 add sendmail to Userland
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
    49
link path=etc/aliases target=./mail/aliases
4006eaaa7d29 20355401 add sendmail to Userland
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
    50
file init.d-sendmail path=etc/init.d/sendmail group=sys mode=0744 \
4006eaaa7d29 20355401 add sendmail to Userland
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
    51
    original_name=SUNWsndm:etc/init.d/sendmail \
4006eaaa7d29 20355401 add sendmail to Userland
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
    52
    pkg.linted.userland.action003.0=true preserve=true
4076
2e5e1c2da629 20854743 /etc/mail/{aliases,local-host-names,trusted-users} should be writable
John Beck <John.Beck@Oracle.COM>
parents: 3916
diff changeset
    53
file aliases path=etc/mail/aliases mode=0644 \
2e5e1c2da629 20854743 /etc/mail/{aliases,local-host-names,trusted-users} should be writable
John Beck <John.Beck@Oracle.COM>
parents: 3916
diff changeset
    54
    original_name=SUNWsndm:etc/mail/aliases preserve=true
3916
1224230f8337 PSARC 2015/111 Sendmail 8.15
John Beck <John.Beck@Oracle.COM>
parents: 3650
diff changeset
    55
file path=etc/mail/cf/README
1224230f8337 PSARC 2015/111 Sendmail 8.15
John Beck <John.Beck@Oracle.COM>
parents: 3650
diff changeset
    56
file path=etc/mail/cf/cf/Makefile
3649
4006eaaa7d29 20355401 add sendmail to Userland
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
    57
link path=etc/mail/cf/cf/main.cf target=sendmail.cf
4006eaaa7d29 20355401 add sendmail to Userland
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
    58
link path=etc/mail/cf/cf/main.mc target=sendmail.mc
3916
1224230f8337 PSARC 2015/111 Sendmail 8.15
John Beck <John.Beck@Oracle.COM>
parents: 3650
diff changeset
    59
file path=etc/mail/cf/cf/sendmail.cf
1224230f8337 PSARC 2015/111 Sendmail 8.15
John Beck <John.Beck@Oracle.COM>
parents: 3650
diff changeset
    60
file path=etc/mail/cf/cf/sendmail.mc
1224230f8337 PSARC 2015/111 Sendmail 8.15
John Beck <John.Beck@Oracle.COM>
parents: 3650
diff changeset
    61
file path=etc/mail/cf/cf/submit.cf
1224230f8337 PSARC 2015/111 Sendmail 8.15
John Beck <John.Beck@Oracle.COM>
parents: 3650
diff changeset
    62
file path=etc/mail/cf/cf/submit.mc
3649
4006eaaa7d29 20355401 add sendmail to Userland
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
    63
link path=etc/mail/cf/cf/subsidiary.cf target=sendmail.cf
4006eaaa7d29 20355401 add sendmail to Userland
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
    64
link path=etc/mail/cf/cf/subsidiary.mc target=sendmail.mc
3916
1224230f8337 PSARC 2015/111 Sendmail 8.15
John Beck <John.Beck@Oracle.COM>
parents: 3650
diff changeset
    65
file path=etc/mail/cf/domain/generic.m4
1224230f8337 PSARC 2015/111 Sendmail 8.15
John Beck <John.Beck@Oracle.COM>
parents: 3650
diff changeset
    66
file path=etc/mail/cf/domain/solaris-antispam.m4
1224230f8337 PSARC 2015/111 Sendmail 8.15
John Beck <John.Beck@Oracle.COM>
parents: 3650
diff changeset
    67
file path=etc/mail/cf/domain/solaris-generic.m4
1224230f8337 PSARC 2015/111 Sendmail 8.15
John Beck <John.Beck@Oracle.COM>
parents: 3650
diff changeset
    68
file path=etc/mail/cf/feature/accept_unqualified_senders.m4
1224230f8337 PSARC 2015/111 Sendmail 8.15
John Beck <John.Beck@Oracle.COM>
parents: 3650
diff changeset
    69
file path=etc/mail/cf/feature/accept_unresolvable_domains.m4
1224230f8337 PSARC 2015/111 Sendmail 8.15
John Beck <John.Beck@Oracle.COM>
parents: 3650
diff changeset
    70
file path=etc/mail/cf/feature/access_db.m4
1224230f8337 PSARC 2015/111 Sendmail 8.15
John Beck <John.Beck@Oracle.COM>
parents: 3650
diff changeset
    71
file path=etc/mail/cf/feature/allmasquerade.m4
1224230f8337 PSARC 2015/111 Sendmail 8.15
John Beck <John.Beck@Oracle.COM>
parents: 3650
diff changeset
    72
file path=etc/mail/cf/feature/always_add_domain.m4
1224230f8337 PSARC 2015/111 Sendmail 8.15
John Beck <John.Beck@Oracle.COM>
parents: 3650
diff changeset
    73
file path=etc/mail/cf/feature/badmx.m4
1224230f8337 PSARC 2015/111 Sendmail 8.15
John Beck <John.Beck@Oracle.COM>
parents: 3650
diff changeset
    74
file path=etc/mail/cf/feature/bestmx_is_local.m4
1224230f8337 PSARC 2015/111 Sendmail 8.15
John Beck <John.Beck@Oracle.COM>
parents: 3650
diff changeset
    75
file path=etc/mail/cf/feature/bitdomain.m4
1224230f8337 PSARC 2015/111 Sendmail 8.15
John Beck <John.Beck@Oracle.COM>
parents: 3650
diff changeset
    76
file path=etc/mail/cf/feature/blacklist_recipients.m4
1224230f8337 PSARC 2015/111 Sendmail 8.15
John Beck <John.Beck@Oracle.COM>
parents: 3650
diff changeset
    77
file path=etc/mail/cf/feature/block_bad_helo.m4
1224230f8337 PSARC 2015/111 Sendmail 8.15
John Beck <John.Beck@Oracle.COM>
parents: 3650
diff changeset
    78
file path=etc/mail/cf/feature/compat_check.m4
1224230f8337 PSARC 2015/111 Sendmail 8.15
John Beck <John.Beck@Oracle.COM>
parents: 3650
diff changeset
    79
file path=etc/mail/cf/feature/conncontrol.m4
1224230f8337 PSARC 2015/111 Sendmail 8.15
John Beck <John.Beck@Oracle.COM>
parents: 3650
diff changeset
    80
file path=etc/mail/cf/feature/delay_checks.m4
1224230f8337 PSARC 2015/111 Sendmail 8.15
John Beck <John.Beck@Oracle.COM>
parents: 3650
diff changeset
    81
file path=etc/mail/cf/feature/dnsbl.m4
1224230f8337 PSARC 2015/111 Sendmail 8.15
John Beck <John.Beck@Oracle.COM>
parents: 3650
diff changeset
    82
file path=etc/mail/cf/feature/domaintable.m4
1224230f8337 PSARC 2015/111 Sendmail 8.15
John Beck <John.Beck@Oracle.COM>
parents: 3650
diff changeset
    83
file path=etc/mail/cf/feature/enhdnsbl.m4
1224230f8337 PSARC 2015/111 Sendmail 8.15
John Beck <John.Beck@Oracle.COM>
parents: 3650
diff changeset
    84
file path=etc/mail/cf/feature/generics_entire_domain.m4
1224230f8337 PSARC 2015/111 Sendmail 8.15
John Beck <John.Beck@Oracle.COM>
parents: 3650
diff changeset
    85
file path=etc/mail/cf/feature/genericstable.m4
1224230f8337 PSARC 2015/111 Sendmail 8.15
John Beck <John.Beck@Oracle.COM>
parents: 3650
diff changeset
    86
file path=etc/mail/cf/feature/greet_pause.m4
1224230f8337 PSARC 2015/111 Sendmail 8.15
John Beck <John.Beck@Oracle.COM>
parents: 3650
diff changeset
    87
file path=etc/mail/cf/feature/ldap_routing.m4
1224230f8337 PSARC 2015/111 Sendmail 8.15
John Beck <John.Beck@Oracle.COM>
parents: 3650
diff changeset
    88
file path=etc/mail/cf/feature/limited_masquerade.m4
1224230f8337 PSARC 2015/111 Sendmail 8.15
John Beck <John.Beck@Oracle.COM>
parents: 3650
diff changeset
    89
file path=etc/mail/cf/feature/local_lmtp.m4
1224230f8337 PSARC 2015/111 Sendmail 8.15
John Beck <John.Beck@Oracle.COM>
parents: 3650
diff changeset
    90
file path=etc/mail/cf/feature/local_no_masquerade.m4
1224230f8337 PSARC 2015/111 Sendmail 8.15
John Beck <John.Beck@Oracle.COM>
parents: 3650
diff changeset
    91
file path=etc/mail/cf/feature/local_procmail.m4
1224230f8337 PSARC 2015/111 Sendmail 8.15
John Beck <John.Beck@Oracle.COM>
parents: 3650
diff changeset
    92
file path=etc/mail/cf/feature/lookupdotdomain.m4
1224230f8337 PSARC 2015/111 Sendmail 8.15
John Beck <John.Beck@Oracle.COM>
parents: 3650
diff changeset
    93
file path=etc/mail/cf/feature/loose_relay_check.m4
1224230f8337 PSARC 2015/111 Sendmail 8.15
John Beck <John.Beck@Oracle.COM>
parents: 3650
diff changeset
    94
file path=etc/mail/cf/feature/mailertable.m4
1224230f8337 PSARC 2015/111 Sendmail 8.15
John Beck <John.Beck@Oracle.COM>
parents: 3650
diff changeset
    95
file path=etc/mail/cf/feature/masquerade_entire_domain.m4
1224230f8337 PSARC 2015/111 Sendmail 8.15
John Beck <John.Beck@Oracle.COM>
parents: 3650
diff changeset
    96
file path=etc/mail/cf/feature/masquerade_envelope.m4
1224230f8337 PSARC 2015/111 Sendmail 8.15
John Beck <John.Beck@Oracle.COM>
parents: 3650
diff changeset
    97
file path=etc/mail/cf/feature/msp.m4
1224230f8337 PSARC 2015/111 Sendmail 8.15
John Beck <John.Beck@Oracle.COM>
parents: 3650
diff changeset
    98
file path=etc/mail/cf/feature/mtamark.m4
1224230f8337 PSARC 2015/111 Sendmail 8.15
John Beck <John.Beck@Oracle.COM>
parents: 3650
diff changeset
    99
file path=etc/mail/cf/feature/no_default_msa.m4
1224230f8337 PSARC 2015/111 Sendmail 8.15
John Beck <John.Beck@Oracle.COM>
parents: 3650
diff changeset
   100
file path=etc/mail/cf/feature/nocanonify.m4
1224230f8337 PSARC 2015/111 Sendmail 8.15
John Beck <John.Beck@Oracle.COM>
parents: 3650
diff changeset
   101
file path=etc/mail/cf/feature/nopercenthack.m4
1224230f8337 PSARC 2015/111 Sendmail 8.15
John Beck <John.Beck@Oracle.COM>
parents: 3650
diff changeset
   102
file path=etc/mail/cf/feature/notsticky.m4
1224230f8337 PSARC 2015/111 Sendmail 8.15
John Beck <John.Beck@Oracle.COM>
parents: 3650
diff changeset
   103
file path=etc/mail/cf/feature/nouucp.m4
1224230f8337 PSARC 2015/111 Sendmail 8.15
John Beck <John.Beck@Oracle.COM>
parents: 3650
diff changeset
   104
file path=etc/mail/cf/feature/nullclient.m4
1224230f8337 PSARC 2015/111 Sendmail 8.15
John Beck <John.Beck@Oracle.COM>
parents: 3650
diff changeset
   105
file path=etc/mail/cf/feature/preserve_local_plus_detail.m4
1224230f8337 PSARC 2015/111 Sendmail 8.15
John Beck <John.Beck@Oracle.COM>
parents: 3650
diff changeset
   106
file path=etc/mail/cf/feature/preserve_luser_host.m4
1224230f8337 PSARC 2015/111 Sendmail 8.15
John Beck <John.Beck@Oracle.COM>
parents: 3650
diff changeset
   107
file path=etc/mail/cf/feature/promiscuous_relay.m4
1224230f8337 PSARC 2015/111 Sendmail 8.15
John Beck <John.Beck@Oracle.COM>
parents: 3650
diff changeset
   108
file path=etc/mail/cf/feature/queuegroup.m4
1224230f8337 PSARC 2015/111 Sendmail 8.15
John Beck <John.Beck@Oracle.COM>
parents: 3650
diff changeset
   109
file path=etc/mail/cf/feature/ratecontrol.m4
1224230f8337 PSARC 2015/111 Sendmail 8.15
John Beck <John.Beck@Oracle.COM>
parents: 3650
diff changeset
   110
file path=etc/mail/cf/feature/redirect.m4
1224230f8337 PSARC 2015/111 Sendmail 8.15
John Beck <John.Beck@Oracle.COM>
parents: 3650
diff changeset
   111
file path=etc/mail/cf/feature/relay_based_on_MX.m4
1224230f8337 PSARC 2015/111 Sendmail 8.15
John Beck <John.Beck@Oracle.COM>
parents: 3650
diff changeset
   112
file path=etc/mail/cf/feature/relay_entire_domain.m4
1224230f8337 PSARC 2015/111 Sendmail 8.15
John Beck <John.Beck@Oracle.COM>
parents: 3650
diff changeset
   113
file path=etc/mail/cf/feature/relay_hosts_only.m4
1224230f8337 PSARC 2015/111 Sendmail 8.15
John Beck <John.Beck@Oracle.COM>
parents: 3650
diff changeset
   114
file path=etc/mail/cf/feature/relay_local_from.m4
1224230f8337 PSARC 2015/111 Sendmail 8.15
John Beck <John.Beck@Oracle.COM>
parents: 3650
diff changeset
   115
file path=etc/mail/cf/feature/relay_mail_from.m4
1224230f8337 PSARC 2015/111 Sendmail 8.15
John Beck <John.Beck@Oracle.COM>
parents: 3650
diff changeset
   116
file path=etc/mail/cf/feature/require_rdns.m4
1224230f8337 PSARC 2015/111 Sendmail 8.15
John Beck <John.Beck@Oracle.COM>
parents: 3650
diff changeset
   117
file path=etc/mail/cf/feature/smrsh.m4
1224230f8337 PSARC 2015/111 Sendmail 8.15
John Beck <John.Beck@Oracle.COM>
parents: 3650
diff changeset
   118
file path=etc/mail/cf/feature/stickyhost.m4
1224230f8337 PSARC 2015/111 Sendmail 8.15
John Beck <John.Beck@Oracle.COM>
parents: 3650
diff changeset
   119
file path=etc/mail/cf/feature/use_client_ptr.m4
1224230f8337 PSARC 2015/111 Sendmail 8.15
John Beck <John.Beck@Oracle.COM>
parents: 3650
diff changeset
   120
file path=etc/mail/cf/feature/use_ct_file.m4
1224230f8337 PSARC 2015/111 Sendmail 8.15
John Beck <John.Beck@Oracle.COM>
parents: 3650
diff changeset
   121
file path=etc/mail/cf/feature/use_cw_file.m4
1224230f8337 PSARC 2015/111 Sendmail 8.15
John Beck <John.Beck@Oracle.COM>
parents: 3650
diff changeset
   122
file path=etc/mail/cf/feature/uucpdomain.m4
1224230f8337 PSARC 2015/111 Sendmail 8.15
John Beck <John.Beck@Oracle.COM>
parents: 3650
diff changeset
   123
file path=etc/mail/cf/feature/virtuser_entire_domain.m4
1224230f8337 PSARC 2015/111 Sendmail 8.15
John Beck <John.Beck@Oracle.COM>
parents: 3650
diff changeset
   124
file path=etc/mail/cf/feature/virtusertable.m4
1224230f8337 PSARC 2015/111 Sendmail 8.15
John Beck <John.Beck@Oracle.COM>
parents: 3650
diff changeset
   125
file path=etc/mail/cf/m4/cf.m4
1224230f8337 PSARC 2015/111 Sendmail 8.15
John Beck <John.Beck@Oracle.COM>
parents: 3650
diff changeset
   126
file path=etc/mail/cf/m4/cfhead.m4
1224230f8337 PSARC 2015/111 Sendmail 8.15
John Beck <John.Beck@Oracle.COM>
parents: 3650
diff changeset
   127
file path=etc/mail/cf/m4/proto.m4
1224230f8337 PSARC 2015/111 Sendmail 8.15
John Beck <John.Beck@Oracle.COM>
parents: 3650
diff changeset
   128
file path=etc/mail/cf/m4/version.m4
1224230f8337 PSARC 2015/111 Sendmail 8.15
John Beck <John.Beck@Oracle.COM>
parents: 3650
diff changeset
   129
file path=etc/mail/cf/mailer/local.m4
1224230f8337 PSARC 2015/111 Sendmail 8.15
John Beck <John.Beck@Oracle.COM>
parents: 3650
diff changeset
   130
file path=etc/mail/cf/mailer/procmail.m4
1224230f8337 PSARC 2015/111 Sendmail 8.15
John Beck <John.Beck@Oracle.COM>
parents: 3650
diff changeset
   131
file path=etc/mail/cf/mailer/smtp.m4
1224230f8337 PSARC 2015/111 Sendmail 8.15
John Beck <John.Beck@Oracle.COM>
parents: 3650
diff changeset
   132
file path=etc/mail/cf/mailer/uucp.m4
1224230f8337 PSARC 2015/111 Sendmail 8.15
John Beck <John.Beck@Oracle.COM>
parents: 3650
diff changeset
   133
file path=etc/mail/cf/ostype/solaris11.m4
1224230f8337 PSARC 2015/111 Sendmail 8.15
John Beck <John.Beck@Oracle.COM>
parents: 3650
diff changeset
   134
file path=etc/mail/cf/ostype/solaris2.m4
1224230f8337 PSARC 2015/111 Sendmail 8.15
John Beck <John.Beck@Oracle.COM>
parents: 3650
diff changeset
   135
file path=etc/mail/cf/ostype/solaris2.ml.m4
1224230f8337 PSARC 2015/111 Sendmail 8.15
John Beck <John.Beck@Oracle.COM>
parents: 3650
diff changeset
   136
file path=etc/mail/cf/ostype/solaris2.pre5.m4
1224230f8337 PSARC 2015/111 Sendmail 8.15
John Beck <John.Beck@Oracle.COM>
parents: 3650
diff changeset
   137
file path=etc/mail/cf/ostype/solaris8.m4
3649
4006eaaa7d29 20355401 add sendmail to Userland
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   138
link path=etc/mail/cf/sh/check-hostname \
4006eaaa7d29 20355401 add sendmail to Userland
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   139
    target=../../../../usr/sbin/check-hostname
4006eaaa7d29 20355401 add sendmail to Userland
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   140
link path=etc/mail/cf/sh/check-permissions \
4006eaaa7d29 20355401 add sendmail to Userland
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   141
    target=../../../../usr/sbin/check-permissions
3916
1224230f8337 PSARC 2015/111 Sendmail 8.15
John Beck <John.Beck@Oracle.COM>
parents: 3650
diff changeset
   142
file path=etc/mail/cf/sh/makeinfo.sh
3649
4006eaaa7d29 20355401 add sendmail to Userland
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   143
file path=etc/mail/helpfile
4076
2e5e1c2da629 20854743 /etc/mail/{aliases,local-host-names,trusted-users} should be writable
John Beck <John.Beck@Oracle.COM>
parents: 3916
diff changeset
   144
file local-host-names path=etc/mail/local-host-names mode=0644 \
3649
4006eaaa7d29 20355401 add sendmail to Userland
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   145
    original_name=SUNWsndm:etc/mail/local-host-names preserve=true
4006eaaa7d29 20355401 add sendmail to Userland
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   146
link path=etc/mail/main.cf target=sendmail.cf
4006eaaa7d29 20355401 add sendmail to Userland
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   147
file cf/cf/sendmail.cf path=etc/mail/sendmail.cf mode=0444 \
4006eaaa7d29 20355401 add sendmail to Userland
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   148
    original_name=SUNWsndm:etc/mail/sendmail.cf preserve=renameold \
4006eaaa7d29 20355401 add sendmail to Userland
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   149
    restart_fmri=svc:/network/smtp:sendmail
4006eaaa7d29 20355401 add sendmail to Userland
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   150
link path=etc/mail/sendmail.hf target=helpfile
4006eaaa7d29 20355401 add sendmail to Userland
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   151
file path=etc/mail/submit.cf mode=0444 \
4006eaaa7d29 20355401 add sendmail to Userland
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   152
    original_name=SUNWsndm:etc/mail/submit.cf preserve=renameold \
4006eaaa7d29 20355401 add sendmail to Userland
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   153
    restart_fmri=svc:/network/sendmail-client:default
4006eaaa7d29 20355401 add sendmail to Userland
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   154
link path=etc/mail/subsidiary.cf target=sendmail.cf
4076
2e5e1c2da629 20854743 /etc/mail/{aliases,local-host-names,trusted-users} should be writable
John Beck <John.Beck@Oracle.COM>
parents: 3916
diff changeset
   155
file trusted-users path=etc/mail/trusted-users mode=0644 \
3649
4006eaaa7d29 20355401 add sendmail to Userland
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   156
    original_name=SUNWsndm:etc/mail/trusted-users preserve=true
4006eaaa7d29 20355401 add sendmail to Userland
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   157
file sendmail.auth_attr path=etc/security/auth_attr.d/sendmail group=sys
4006eaaa7d29 20355401 add sendmail to Userland
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   158
file sendmail.exec_attr path=etc/security/exec_attr.d/sendmail group=sys
4006eaaa7d29 20355401 add sendmail to Userland
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   159
file sendmail.prof_attr path=etc/security/prof_attr.d/sendmail group=sys
4006eaaa7d29 20355401 add sendmail to Userland
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   160
file sendmail-client.xml path=lib/svc/manifest/network/sendmail-client.xml \
4006eaaa7d29 20355401 add sendmail to Userland
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   161
    group=sys mode=0444
4006eaaa7d29 20355401 add sendmail to Userland
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   162
file smtp-sendmail.xml path=lib/svc/manifest/network/smtp-sendmail.xml \
4006eaaa7d29 20355401 add sendmail to Userland
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   163
    group=sys mode=0444
4006eaaa7d29 20355401 add sendmail to Userland
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   164
file sendmail-client path=lib/svc/method/sendmail-client mode=0555
4006eaaa7d29 20355401 add sendmail to Userland
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   165
file smtp-sendmail path=lib/svc/method/smtp-sendmail mode=0555
4006eaaa7d29 20355401 add sendmail to Userland
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   166
file sendmail_include.sh path=lib/svc/share/sendmail_include.sh mode=0444
4006eaaa7d29 20355401 add sendmail to Userland
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   167
link path=usr/bin/mailq target=../lib/inet/mailq mediator=sendmail \
4006eaaa7d29 20355401 add sendmail to Userland
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   168
    mediator-implementation=sendmail mediator-priority=vendor
4006eaaa7d29 20355401 add sendmail to Userland
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   169
file usr/sbin/mailstats path=usr/bin/mailstats mode=0555
4006eaaa7d29 20355401 add sendmail to Userland
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   170
file usr/sbin/praliases path=usr/bin/praliases mode=0555
4006eaaa7d29 20355401 add sendmail to Userland
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   171
file MailHeader.html path=usr/lib/help/auths/locale/C/MailHeader.html
4006eaaa7d29 20355401 add sendmail to Userland
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   172
file MailQueue.html path=usr/lib/help/auths/locale/C/MailQueue.html
4006eaaa7d29 20355401 add sendmail to Userland
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   173
file SmfSendmailStates.html \
3650
9542243c8771 20355401 add sendmail to Userland (restore partly dropped fix for 19357995)
John Beck <John.Beck@Oracle.COM>
parents: 3649
diff changeset
   174
    path=usr/lib/help/auths/locale/C/SmfSendmailStates.html
3649
4006eaaa7d29 20355401 add sendmail to Userland
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   175
file RtMailMngmnt.html path=usr/lib/help/profiles/locale/C/RtMailMngmnt.html
4006eaaa7d29 20355401 add sendmail to Userland
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   176
file usr/bin/mailq path=usr/lib/inet/mailq mode=4555
4077
a4940c65b892 20854763 sendmail binary should have restart_fmri tag
John Beck <John.Beck@Oracle.COM>
parents: 4076
diff changeset
   177
file usr/lib/sendmail path=usr/lib/inet/sendmail group=smmsp mode=2555 \
a4940c65b892 20854763 sendmail binary should have restart_fmri tag
John Beck <John.Beck@Oracle.COM>
parents: 4076
diff changeset
   178
    restart_fmri=*sendmail*
3649
4006eaaa7d29 20355401 add sendmail to Userland
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   179
link path=usr/lib/mail target=../../etc/mail/cf
4006eaaa7d29 20355401 add sendmail to Userland
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   180
link path=usr/lib/sendmail target=../lib/inet/sendmail mediator=sendmail \
4006eaaa7d29 20355401 add sendmail to Userland
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   181
    mediator-implementation=sendmail mediator-priority=vendor
4006eaaa7d29 20355401 add sendmail to Userland
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   182
file path=usr/lib/smrsh mode=0555
4006eaaa7d29 20355401 add sendmail to Userland
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   183
file check-hostname.sh path=usr/sbin/check-hostname group=mail mode=0555
4006eaaa7d29 20355401 add sendmail to Userland
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   184
file check-permissions.sh path=usr/sbin/check-permissions group=mail mode=0555
4006eaaa7d29 20355401 add sendmail to Userland
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   185
file path=usr/sbin/editmap mode=0555
4006eaaa7d29 20355401 add sendmail to Userland
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   186
file contrib/etrn.pl path=usr/sbin/etrn mode=0555
4006eaaa7d29 20355401 add sendmail to Userland
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   187
file path=usr/sbin/makemap mode=0555
4006eaaa7d29 20355401 add sendmail to Userland
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   188
link path=usr/sbin/newaliases target=../lib/inet/sendmail mediator=sendmail \
4006eaaa7d29 20355401 add sendmail to Userland
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   189
    mediator-implementation=sendmail mediator-priority=vendor
4006eaaa7d29 20355401 add sendmail to Userland
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   190
link path=usr/sbin/sendmail target=../lib/inet/sendmail mediator=sendmail \
4006eaaa7d29 20355401 add sendmail to Userland
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   191
    mediator-implementation=sendmail mediator-priority=vendor
4006eaaa7d29 20355401 add sendmail to Userland
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   192
link path=usr/share/man/man1/mailq.1 target=sendmail-mailq.1 mediator=sendmail \
4006eaaa7d29 20355401 add sendmail to Userland
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   193
    mediator-implementation=sendmail mediator-priority=vendor
4006eaaa7d29 20355401 add sendmail to Userland
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   194
file path=usr/share/man/man1/mailstats.1
4006eaaa7d29 20355401 add sendmail to Userland
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   195
file path=usr/share/man/man1/praliases.1
4006eaaa7d29 20355401 add sendmail to Userland
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   196
file path=usr/share/man/man1/sendmail-mailq.1
4006eaaa7d29 20355401 add sendmail to Userland
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   197
file path=usr/share/man/man1m/check-hostname.1m
4006eaaa7d29 20355401 add sendmail to Userland
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   198
file path=usr/share/man/man1m/check-permissions.1m
4006eaaa7d29 20355401 add sendmail to Userland
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   199
file path=usr/share/man/man1m/editmap.1m
4006eaaa7d29 20355401 add sendmail to Userland
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   200
file path=usr/share/man/man1m/etrn.1m
4006eaaa7d29 20355401 add sendmail to Userland
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   201
file path=usr/share/man/man1m/makemap.1m
4006eaaa7d29 20355401 add sendmail to Userland
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   202
file path=usr/share/man/man1m/newaliases.1m
4006eaaa7d29 20355401 add sendmail to Userland
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   203
file path=usr/share/man/man1m/sendmail.1m
4006eaaa7d29 20355401 add sendmail to Userland
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   204
file path=usr/share/man/man1m/smrsh.1m
4006eaaa7d29 20355401 add sendmail to Userland
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   205
file path=usr/share/man/man4/addresses.4
4006eaaa7d29 20355401 add sendmail to Userland
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   206
file path=usr/share/man/man4/aliases.4
4006eaaa7d29 20355401 add sendmail to Userland
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   207
file path=usr/share/man/man4/forward.4
4006eaaa7d29 20355401 add sendmail to Userland
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   208
file path=usr/share/man/man4/sendmail.4
4006eaaa7d29 20355401 add sendmail to Userland
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   209
file path=usr/share/man/man4/sendmail.cf.4
4006eaaa7d29 20355401 add sendmail to Userland
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   210
file path=usr/share/man/man4/submit.cf.4
4006eaaa7d29 20355401 add sendmail to Userland
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   211
dir  path=var/adm/sm.bin group=sys
4006eaaa7d29 20355401 add sendmail to Userland
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   212
dir  path=var/spool/clientmqueue owner=smmsp group=smmsp mode=0770
4006eaaa7d29 20355401 add sendmail to Userland
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   213
dir  path=var/spool/mqueue mode=0750
4006eaaa7d29 20355401 add sendmail to Userland
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   214
group groupname=smmsp gid=25
4006eaaa7d29 20355401 add sendmail to Userland
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   215
user username=smmsp ftpuser=false \
4006eaaa7d29 20355401 add sendmail to Userland
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   216
    gcos-field="SendMail Message Submission Program" group=smmsp home-dir=/ \
4006eaaa7d29 20355401 add sendmail to Userland
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   217
    password=NP uid=25
4006eaaa7d29 20355401 add sendmail to Userland
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   218
legacy pkg=SUNWsndmr desc="Sendmail Configuration Files" name="Sendmail (root)"
4006eaaa7d29 20355401 add sendmail to Userland
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   219
legacy pkg=SUNWsndmu desc="Sendmail Utilities" name="Sendmail (/usr)"
4006eaaa7d29 20355401 add sendmail to Userland
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   220
license LICENSE license=sendmail
4006eaaa7d29 20355401 add sendmail to Userland
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   221
# sendmail's default LDA is mail.local, so specify a dependency on its
4006eaaa7d29 20355401 add sendmail to Userland
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   222
# package, but not at any particular version.
4006eaaa7d29 20355401 add sendmail to Userland
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   223
depend type=group fmri=pkg:/mail/mail.local
4006eaaa7d29 20355401 add sendmail to Userland
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   224
# One of the RBAC help files came from core-os, so set an optional dependency
4006eaaa7d29 20355401 add sendmail to Userland
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   225
# on that package at a version greater than when it left that package, but
4006eaaa7d29 20355401 add sendmail to Userland
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   226
# less than when it moved here.  999 is an arbitrary number larger than the
4006eaaa7d29 20355401 add sendmail to Userland
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   227
# maximum number of respins that ON might have in Solaris 12 build 66; this
4006eaaa7d29 20355401 add sendmail to Userland
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   228
# move happened in S12 build 67.
4006eaaa7d29 20355401 add sendmail to Userland
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   229
depend type=optional fmri=system/[email protected]
4006eaaa7d29 20355401 add sendmail to Userland
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   230
depend type=require \
4006eaaa7d29 20355401 add sendmail to Userland
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   231
    fmri=pkg:/library/libmilter@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)