components/sendmail/sendmail.p5m
author Mike Sullivan <Mike.Sullivan@Oracle.COM>
Thu, 20 Oct 2016 23:00:49 -0700
changeset 7144 75dd46f584db
parent 5566 9009ada25177
child 7957 39baccd8f6e8
permissions -rw-r--r--
Added tag s12-111 for changeset bc980fed463e
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
#
5485
ff09ab50a80c 22806576 /etc/mail/cf/cf/Makefile is the wrong Makefile
John Beck <John.Beck@Oracle.COM>
parents: 4295
diff changeset
    23
# Copyright (c) 2010, 2016, Oracle and/or its affiliates. All rights reserved.
3649
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.
4295
8e6a71e8754b 19810791 Numerous Userland components have an unwanted back slash
Stacy Yeh <stacy.yeh@oracle.com>
parents: 4261
diff changeset
    28
<transform file path=usr/share/man/man.+/(.+)$ -> set action.hash %<1> >
5485
ff09ab50a80c 22806576 /etc/mail/cf/cf/Makefile is the wrong Makefile
John Beck <John.Beck@Oracle.COM>
parents: 4295
diff changeset
    29
# Transforms to work around config stuff coming from difference places.
ff09ab50a80c 22806576 /etc/mail/cf/cf/Makefile is the wrong Makefile
John Beck <John.Beck@Oracle.COM>
parents: 4295
diff changeset
    30
<transform file -> set originalhash %(action.hash)>
4295
8e6a71e8754b 19810791 Numerous Userland components have an unwanted back slash
Stacy Yeh <stacy.yeh@oracle.com>
parents: 4261
diff changeset
    31
<transform file path=etc/mail/(cf/.+)$ -> set action.hash %<1> >
5485
ff09ab50a80c 22806576 /etc/mail/cf/cf/Makefile is the wrong Makefile
John Beck <John.Beck@Oracle.COM>
parents: 4295
diff changeset
    32
<transform file originalhash=^(?!NOHASH).+$ -> set action.hash %(originalhash) >
ff09ab50a80c 22806576 /etc/mail/cf/cf/Makefile is the wrong Makefile
John Beck <John.Beck@Oracle.COM>
parents: 4295
diff changeset
    33
<transform file -> delete originalhash .*>
3916
1224230f8337 PSARC 2015/111 Sendmail 8.15
John Beck <John.Beck@Oracle.COM>
parents: 3650
diff changeset
    34
# 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
    35
<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
    36
<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
    37
#
3649
4006eaaa7d29 20355401 add sendmail to Userland
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
    38
set name=pkg.fmri \
4006eaaa7d29 20355401 add sendmail to Userland
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
    39
    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
    40
set name=pkg.summary value="Sendmail utilities"
4006eaaa7d29 20355401 add sendmail to Userland
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
    41
set name=pkg.description \
4006eaaa7d29 20355401 add sendmail to Userland
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
    42
    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
    43
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
    44
set name=com.oracle.info.tpno value=$(TPNO)
4006eaaa7d29 20355401 add sendmail to Userland
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
    45
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
    46
set name=info.upstream value="Sendmail community"
4006eaaa7d29 20355401 add sendmail to Userland
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
    47
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
    48
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
    49
set name=org.opensolaris.consolidation value=$(CONSOLIDATION)
4006eaaa7d29 20355401 add sendmail to Userland
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
    50
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
    51
#
3649
4006eaaa7d29 20355401 add sendmail to Userland
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
    52
link path=etc/aliases target=./mail/aliases
4006eaaa7d29 20355401 add sendmail to Userland
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
    53
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
    54
    original_name=SUNWsndm:etc/init.d/sendmail \
4006eaaa7d29 20355401 add sendmail to Userland
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
    55
    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
    56
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
    57
    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
    58
file path=etc/mail/cf/README
5485
ff09ab50a80c 22806576 /etc/mail/cf/cf/Makefile is the wrong Makefile
John Beck <John.Beck@Oracle.COM>
parents: 4295
diff changeset
    59
file files/cf/cf/Makefile path=etc/mail/cf/cf/Makefile
3649
4006eaaa7d29 20355401 add sendmail to Userland
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
    60
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
    61
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
    62
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
    63
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
    64
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
    65
file path=etc/mail/cf/cf/submit.mc
3649
4006eaaa7d29 20355401 add sendmail to Userland
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
    66
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
    67
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
    68
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
    69
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
    70
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
    71
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
    72
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
    73
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
    74
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
    75
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
    76
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
    77
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
    78
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
    79
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
    80
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
    81
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
    82
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
    83
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
    84
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
    85
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
    86
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
    87
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
    88
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
    89
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
    90
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
    91
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
    92
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
    93
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
    94
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
    95
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
    96
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
    97
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
    98
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
    99
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
   100
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
   101
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
   102
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
   103
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
   104
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
   105
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
   106
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
   107
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
   108
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
   109
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
   110
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
   111
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
   112
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
   113
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
   114
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
   115
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
   116
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
   117
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
   118
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
   119
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
   120
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
   121
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
   122
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
   123
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
   124
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
   125
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
   126
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
   127
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
   128
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
   129
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
   130
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
   131
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
   132
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
   133
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
   134
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
   135
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
   136
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
   137
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
   138
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
   139
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
   140
file path=etc/mail/cf/ostype/solaris8.m4
3649
4006eaaa7d29 20355401 add sendmail to Userland
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   141
link path=etc/mail/cf/sh/check-hostname \
4006eaaa7d29 20355401 add sendmail to Userland
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   142
    target=../../../../usr/sbin/check-hostname
4006eaaa7d29 20355401 add sendmail to Userland
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   143
link path=etc/mail/cf/sh/check-permissions \
4006eaaa7d29 20355401 add sendmail to Userland
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   144
    target=../../../../usr/sbin/check-permissions
3916
1224230f8337 PSARC 2015/111 Sendmail 8.15
John Beck <John.Beck@Oracle.COM>
parents: 3650
diff changeset
   145
file path=etc/mail/cf/sh/makeinfo.sh
3649
4006eaaa7d29 20355401 add sendmail to Userland
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   146
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
   147
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
   148
    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
   149
link path=etc/mail/main.cf target=sendmail.cf
4006eaaa7d29 20355401 add sendmail to Userland
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   150
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
   151
    original_name=SUNWsndm:etc/mail/sendmail.cf preserve=renameold \
4006eaaa7d29 20355401 add sendmail to Userland
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   152
    restart_fmri=svc:/network/smtp:sendmail
4006eaaa7d29 20355401 add sendmail to Userland
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   153
link path=etc/mail/sendmail.hf target=helpfile
4006eaaa7d29 20355401 add sendmail to Userland
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   154
file path=etc/mail/submit.cf mode=0444 \
4006eaaa7d29 20355401 add sendmail to Userland
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   155
    original_name=SUNWsndm:etc/mail/submit.cf preserve=renameold \
4006eaaa7d29 20355401 add sendmail to Userland
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   156
    restart_fmri=svc:/network/sendmail-client:default
4006eaaa7d29 20355401 add sendmail to Userland
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   157
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
   158
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
   159
    original_name=SUNWsndm:etc/mail/trusted-users preserve=true
4006eaaa7d29 20355401 add sendmail to Userland
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   160
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
   161
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
   162
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
   163
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
   164
    group=sys mode=0444
4006eaaa7d29 20355401 add sendmail to Userland
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   165
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
   166
    group=sys mode=0444
4006eaaa7d29 20355401 add sendmail to Userland
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   167
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
   168
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
   169
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
   170
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
   171
    mediator-implementation=sendmail mediator-priority=vendor
4006eaaa7d29 20355401 add sendmail to Userland
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   172
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
   173
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
   174
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
   175
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
   176
    restart_fmri=*sendmail*
3649
4006eaaa7d29 20355401 add sendmail to Userland
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   177
link path=usr/lib/mail target=../../etc/mail/cf
4006eaaa7d29 20355401 add sendmail to Userland
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   178
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
   179
    mediator-implementation=sendmail mediator-priority=vendor
4006eaaa7d29 20355401 add sendmail to Userland
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   180
file path=usr/lib/smrsh mode=0555
4006eaaa7d29 20355401 add sendmail to Userland
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   181
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
   182
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
   183
file path=usr/sbin/editmap mode=0555
4006eaaa7d29 20355401 add sendmail to Userland
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   184
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
   185
file path=usr/sbin/makemap mode=0555
4006eaaa7d29 20355401 add sendmail to Userland
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   186
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
   187
    mediator-implementation=sendmail mediator-priority=vendor
4006eaaa7d29 20355401 add sendmail to Userland
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   188
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
   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/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
   191
    mediator-implementation=sendmail mediator-priority=vendor
4006eaaa7d29 20355401 add sendmail to Userland
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   192
file path=usr/share/man/man1/mailstats.1
4006eaaa7d29 20355401 add sendmail to Userland
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   193
file path=usr/share/man/man1/praliases.1
4006eaaa7d29 20355401 add sendmail to Userland
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   194
file path=usr/share/man/man1/sendmail-mailq.1
5566
9009ada25177 PSARC 2015/428 Normalization of Solaris man page section numbers
John Beck <John.Beck@Oracle.COM>
parents: 5485
diff changeset
   195
file path=usr/share/man/man5/addresses.5
9009ada25177 PSARC 2015/428 Normalization of Solaris man page section numbers
John Beck <John.Beck@Oracle.COM>
parents: 5485
diff changeset
   196
link path=usr/share/man/man5/aliases.5 target=sendmail-aliases.5 \
9009ada25177 PSARC 2015/428 Normalization of Solaris man page section numbers
John Beck <John.Beck@Oracle.COM>
parents: 5485
diff changeset
   197
    mediator=sendmail mediator-implementation=sendmail mediator-priority=vendor
9009ada25177 PSARC 2015/428 Normalization of Solaris man page section numbers
John Beck <John.Beck@Oracle.COM>
parents: 5485
diff changeset
   198
file path=usr/share/man/man5/forward.5
9009ada25177 PSARC 2015/428 Normalization of Solaris man page section numbers
John Beck <John.Beck@Oracle.COM>
parents: 5485
diff changeset
   199
file path=usr/share/man/man5/sendmail-aliases.5
9009ada25177 PSARC 2015/428 Normalization of Solaris man page section numbers
John Beck <John.Beck@Oracle.COM>
parents: 5485
diff changeset
   200
file path=usr/share/man/man5/sendmail.5
9009ada25177 PSARC 2015/428 Normalization of Solaris man page section numbers
John Beck <John.Beck@Oracle.COM>
parents: 5485
diff changeset
   201
file path=usr/share/man/man5/sendmail.cf.5
9009ada25177 PSARC 2015/428 Normalization of Solaris man page section numbers
John Beck <John.Beck@Oracle.COM>
parents: 5485
diff changeset
   202
file path=usr/share/man/man5/submit.cf.5
9009ada25177 PSARC 2015/428 Normalization of Solaris man page section numbers
John Beck <John.Beck@Oracle.COM>
parents: 5485
diff changeset
   203
file path=usr/share/man/man8/check-hostname.8
9009ada25177 PSARC 2015/428 Normalization of Solaris man page section numbers
John Beck <John.Beck@Oracle.COM>
parents: 5485
diff changeset
   204
file path=usr/share/man/man8/check-permissions.8
9009ada25177 PSARC 2015/428 Normalization of Solaris man page section numbers
John Beck <John.Beck@Oracle.COM>
parents: 5485
diff changeset
   205
file path=usr/share/man/man8/editmap.8
9009ada25177 PSARC 2015/428 Normalization of Solaris man page section numbers
John Beck <John.Beck@Oracle.COM>
parents: 5485
diff changeset
   206
file path=usr/share/man/man8/etrn.8
9009ada25177 PSARC 2015/428 Normalization of Solaris man page section numbers
John Beck <John.Beck@Oracle.COM>
parents: 5485
diff changeset
   207
file path=usr/share/man/man8/makemap.8
9009ada25177 PSARC 2015/428 Normalization of Solaris man page section numbers
John Beck <John.Beck@Oracle.COM>
parents: 5485
diff changeset
   208
file path=usr/share/man/man8/newaliases.8
9009ada25177 PSARC 2015/428 Normalization of Solaris man page section numbers
John Beck <John.Beck@Oracle.COM>
parents: 5485
diff changeset
   209
file path=usr/share/man/man8/sendmail.8
9009ada25177 PSARC 2015/428 Normalization of Solaris man page section numbers
John Beck <John.Beck@Oracle.COM>
parents: 5485
diff changeset
   210
file path=usr/share/man/man8/smrsh.8
3649
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
5566
9009ada25177 PSARC 2015/428 Normalization of Solaris man page section numbers
John Beck <John.Beck@Oracle.COM>
parents: 5485
diff changeset
   224
# If postfix is installed, make sure it is at the version where aliases.5
9009ada25177 PSARC 2015/428 Normalization of Solaris man page section numbers
John Beck <John.Beck@Oracle.COM>
parents: 5485
diff changeset
   225
# became a mediated link; otherwise, conflict.
9009ada25177 PSARC 2015/428 Normalization of Solaris man page section numbers
John Beck <John.Beck@Oracle.COM>
parents: 5485
diff changeset
   226
depend type=optional fmri=service/network/smtp/[email protected]
3649
4006eaaa7d29 20355401 add sendmail to Userland
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   227
depend type=require \
4006eaaa7d29 20355401 add sendmail to Userland
John Beck <John.Beck@Oracle.COM>
parents:
diff changeset
   228
    fmri=pkg:/library/libmilter@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)