Marcel Telka
2024-04-02 f1b1912adc00984cd165470b728dda03ac81b2c6
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
#
# CDDL HEADER START
#
# The contents of this file are subject to the terms of the
# Common Development and Distribution License (the "License").
# You may not use this file except in compliance with the License.
#
# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
# or http://www.opensolaris.org/os/licensing.
# See the License for the specific language governing permissions
# and limitations under the License.
#
# When distributing Covered Code, include this CDDL HEADER in each
# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
# If applicable, add the following below this CDDL HEADER, with the
# fields enclosed by brackets "[]" replaced with your own identifying
# information: Portions Copyright [yyyy] [name of copyright owner]
#
# CDDL HEADER END
#
 
#
# Copyright (c) 2010, 2016, Oracle and/or its affiliates. All rights reserved.
# Copyright (c) 2022, 2024 Friedrich Kink
#
 
# The man pages are all at the top of a "files" directory; set the hash to
# point to the files therein.
<transform file path=usr/share/man/man.+/(.+)$ -> set action.hash %<1> >
# Transforms to work around config stuff coming from difference places.
<transform file -> set originalhash %(action.hash)>
<transform file path=etc/mail/(cf/.+)$ -> set action.hash %<1> >
<transform file originalhash=^(?!NOHASH).+$ -> set action.hash %(originalhash) >
<transform file -> delete originalhash .*>
# Bypass the mangler for these files because they are pre-Solarified.
<transform file path=usr/share/man/.+$ -> add mangler.bypass true >
<transform file path=etc/mail/cf/.* -> default group mail>
#
set name=pkg.fmri \
    value=pkg:/service/network/smtp/sendmail@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
set name=pkg.human-version value=$(HUMAN_VERSION)
set name=pkg.summary value="Sendmail utilities"
set name=pkg.description \
    value="SMTP-based mail transfer agent sendmail(1M), its configuration hierarchy sendmail(4), and various other mail-related utilities."
set name=info.classification value=org.opensolaris.category.2008:System/Core
set name=info.upstream value="Sendmail community"
set name=info.upstream-url value=http://www.sendmail.org/
set name=org.opensolaris.consolidation value=$(CONSOLIDATION)
set name=org.opensolaris.version-unlockable value=true
#
link path=etc/aliases target=./mail/aliases mediator=mta mediator-implementation=sendmail
file aliases path=etc/mail/aliases mode=0644 \
    original_name=SUNWsndm:etc/mail/aliases preserve=true
file path=etc/mail/cf/README
file files/cf/cf/Makefile path=etc/mail/cf/cf/Makefile
link path=etc/mail/cf/cf/main.cf target=sendmail.cf
link path=etc/mail/cf/cf/main.mc target=sendmail.mc
file path=etc/mail/cf/cf/sendmail.cf
file path=etc/mail/cf/cf/sendmail.mc preserve=true
file path=etc/mail/cf/cf/submit.cf
file path=etc/mail/cf/cf/submit.mc preserve=true
link path=etc/mail/cf/cf/subsidiary.cf target=sendmail.cf
link path=etc/mail/cf/cf/subsidiary.mc target=sendmail.mc
file path=etc/mail/cf/domain/generic.m4
file path=etc/mail/cf/domain/solaris-antispam.m4
file path=etc/mail/cf/domain/solaris-generic.m4
file path=etc/mail/cf/feature/accept_unqualified_senders.m4
file path=etc/mail/cf/feature/accept_unresolvable_domains.m4
file path=etc/mail/cf/feature/access_db.m4
file path=etc/mail/cf/feature/allmasquerade.m4
file path=etc/mail/cf/feature/always_add_domain.m4
file path=etc/mail/cf/feature/authinfo.m4
file path=etc/mail/cf/feature/badmx.m4
file path=etc/mail/cf/feature/bcc.m4
file path=etc/mail/cf/feature/bestmx_is_local.m4
file path=etc/mail/cf/feature/bitdomain.m4
file path=etc/mail/cf/feature/blacklist_recipients.m4
file path=etc/mail/cf/feature/block_bad_helo.m4
file path=etc/mail/cf/feature/blocklist_recipients.m4
file path=etc/mail/cf/feature/check_cert_altnames.m4
file path=etc/mail/cf/feature/check_other.m4
file path=etc/mail/cf/feature/compat_check.m4
file path=etc/mail/cf/feature/conncontrol.m4
file path=etc/mail/cf/feature/delay_checks.m4
file path=etc/mail/cf/feature/dnsbl.m4
file path=etc/mail/cf/feature/domaintable.m4
file path=etc/mail/cf/feature/enhdnsbl.m4
file path=etc/mail/cf/feature/generics_entire_domain.m4
file path=etc/mail/cf/feature/genericstable.m4
file path=etc/mail/cf/feature/greet_pause.m4
file path=etc/mail/cf/feature/ldap_routing.m4
file path=etc/mail/cf/feature/limited_masquerade.m4
file path=etc/mail/cf/feature/local_lmtp.m4
file path=etc/mail/cf/feature/local_no_masquerade.m4
file path=etc/mail/cf/feature/local_procmail.m4
file path=etc/mail/cf/feature/lookupdotdomain.m4
file path=etc/mail/cf/feature/loose_relay_check.m4
file path=etc/mail/cf/feature/mailertable.m4
file path=etc/mail/cf/feature/masquerade_entire_domain.m4
file path=etc/mail/cf/feature/masquerade_envelope.m4
file path=etc/mail/cf/feature/msp.m4
file path=etc/mail/cf/feature/mtamark.m4
file path=etc/mail/cf/feature/no_default_msa.m4
file path=etc/mail/cf/feature/nocanonify.m4
file path=etc/mail/cf/feature/nopercenthack.m4
file path=etc/mail/cf/feature/notsticky.m4
file path=etc/mail/cf/feature/nouucp.m4
file path=etc/mail/cf/feature/nullclient.m4
file path=etc/mail/cf/feature/prefixmod.m4
file path=etc/mail/cf/feature/preserve_local_plus_detail.m4
file path=etc/mail/cf/feature/preserve_luser_host.m4
file path=etc/mail/cf/feature/promiscuous_relay.m4
file path=etc/mail/cf/feature/queuegroup.m4
file path=etc/mail/cf/feature/ratecontrol.m4
file path=etc/mail/cf/feature/redirect.m4
file path=etc/mail/cf/feature/relay_based_on_MX.m4
file path=etc/mail/cf/feature/relay_entire_domain.m4
file path=etc/mail/cf/feature/relay_hosts_only.m4
file path=etc/mail/cf/feature/relay_local_from.m4
file path=etc/mail/cf/feature/relay_mail_from.m4
file path=etc/mail/cf/feature/require_rdns.m4
file path=etc/mail/cf/feature/smrsh.m4
file path=etc/mail/cf/feature/stickyhost.m4
file path=etc/mail/cf/feature/sts.m4
file path=etc/mail/cf/feature/tls_failures.m4
file path=etc/mail/cf/feature/tls_session_features.m4
file path=etc/mail/cf/feature/use_client_ptr.m4
file path=etc/mail/cf/feature/use_ct_file.m4
file path=etc/mail/cf/feature/use_cw_file.m4
file path=etc/mail/cf/feature/uucpdomain.m4
file path=etc/mail/cf/feature/virtuser_entire_domain.m4
file path=etc/mail/cf/feature/virtusertable.m4
file path=etc/mail/cf/m4/cf.m4
file path=etc/mail/cf/m4/cfhead.m4
file path=etc/mail/cf/m4/proto.m4
file path=etc/mail/cf/m4/version.m4
file path=etc/mail/cf/mailer/local.m4
file path=etc/mail/cf/mailer/procmail.m4
file path=etc/mail/cf/mailer/smtp.m4
file path=etc/mail/cf/mailer/uucp.m4
file path=etc/mail/cf/ostype/solaris11.m4
file path=etc/mail/cf/ostype/solaris2.m4
file path=etc/mail/cf/ostype/solaris2.ml.m4
file path=etc/mail/cf/ostype/solaris2.pre5.m4
file path=etc/mail/cf/ostype/solaris8.m4
link path=etc/mail/cf/sh/check-hostname \
    target=../../../../usr/sbin/check-hostname
link path=etc/mail/cf/sh/check-permissions \
    target=../../../../usr/sbin/check-permissions
file path=etc/mail/cf/sh/makeinfo.sh
file path=etc/mail/helpfile
file local-host-names path=etc/mail/local-host-names mode=0644 \
    original_name=SUNWsndm:etc/mail/local-host-names preserve=true
link path=etc/mail/main.cf target=sendmail.cf
file cf/cf/sendmail.cf path=etc/mail/sendmail.cf mode=0444 \
    original_name=SUNWsndm:etc/mail/sendmail.cf preserve=renamenew \
    restart_fmri=svc:/network/smtp:sendmail
link path=etc/mail/sendmail.hf target=helpfile
file path=etc/mail/submit.cf mode=0444 \
    original_name=SUNWsndm:etc/mail/submit.cf preserve=renamenew \
    restart_fmri=svc:/network/sendmail-client:default
link path=etc/mail/subsidiary.cf target=sendmail.cf
file trusted-users path=etc/mail/trusted-users mode=0644 \
    original_name=SUNWsndm:etc/mail/trusted-users preserve=true
file sendmail.auth_attr path=etc/security/auth_attr.d/sendmail group=sys
file sendmail.exec_attr path=etc/security/exec_attr.d/sendmail group=sys
file sendmail.prof_attr path=etc/security/prof_attr.d/sendmail group=sys
file sendmail-client.xml path=lib/svc/manifest/network/sendmail-client.xml \
    group=sys mode=0444
file smtp-sendmail.xml path=lib/svc/manifest/network/smtp-sendmail.xml \
    group=sys mode=0444
file sendmail-client path=lib/svc/method/sendmail-client mode=0555
file smtp-sendmail path=lib/svc/method/smtp-sendmail mode=0555
file sendmail_include.sh path=lib/svc/share/sendmail_include.sh mode=0444
link path=usr/bin/mailq target=../lib/smtp/sendmail/mailq mediator=mta \
    mediator-implementation=sendmail
file path=usr/bin/vacation mode=0555
file usr/sbin/mailstats path=usr/bin/mailstats mode=0555
file usr/sbin/praliases path=usr/bin/praliases mode=0555
file usr/bin/mailq path=usr/lib/smtp/sendmail/mailq mode=4555
file usr/lib/sendmail path=usr/lib/smtp/sendmail/sendmail group=smmsp mode=2555 \
    restart_fmri=*sendmail*
link path=usr/lib/mail target=../../etc/mail/cf
link path=usr/lib/sendmail target=../lib/smtp/sendmail/sendmail mediator=mta \
    mediator-implementation=sendmail
file path=usr/lib/mail.local mode=0555
file path=usr/lib/smrsh mode=0555
file check-hostname.sh path=usr/sbin/check-hostname group=mail mode=0555
file check-permissions.sh path=usr/sbin/check-permissions group=mail mode=0555
file path=usr/sbin/editmap mode=0555
file contrib/etrn.pl path=usr/sbin/etrn mode=0555
file path=usr/sbin/makemap mode=0555
link path=usr/sbin/newaliases target=../lib/smtp/sendmail/sendmail mediator=mta \
    mediator-implementation=sendmail
link path=usr/sbin/sendmail target=../lib/smtp/sendmail/sendmail mediator=mta \
    mediator-implementation=sendmail
link path=usr/share/man/man1/mailq.1 target=sendmail-mailq.1 mediator=mta \
    mediator-implementation=sendmail
file path=usr/share/man/man1/mailstats.1
file path=usr/share/man/man1/praliases.1
file path=usr/share/man/man1/vacation.1
file path=usr/share/man/man1/sendmail-mailq.1
file path=usr/share/man/man5/addresses.5
link path=usr/share/man/man5/aliases.5 target=sendmail-aliases.5 \
    mediator=mta mediator-implementation=sendmail
file path=usr/share/man/man5/forward.5
file path=usr/share/man/man5/sendmail-aliases.5
file path=usr/share/man/man5/sendmail.5
file path=usr/share/man/man5/sendmail.cf.5
file path=usr/share/man/man5/submit.cf.5
file path=usr/share/man/man8/check-hostname.8
file path=usr/share/man/man8/check-permissions.8
file path=usr/share/man/man8/editmap.8
file path=usr/share/man/man8/etrn.8
file path=usr/share/man/man8/makemap.8
file path=usr/share/man/man8/newaliases.8
file path=usr/share/man/man8/sendmail.8
file path=usr/share/man/man8/smrsh.8
dir  path=var/adm/sm.bin group=sys
dir  path=var/spool/clientmqueue owner=smmsp group=smmsp mode=0770
dir  path=var/spool/mqueue mode=0750
group groupname=smmsp gid=25
user username=smmsp ftpuser=false \
    gcos-field="SendMail Message Submission Program" group=smmsp home-dir=/ \
    password=NP uid=25
legacy pkg=SUNWsndmr desc="Sendmail Configuration Files" name="Sendmail (root)"
legacy pkg=SUNWsndmu desc="Sendmail Utilities" name="Sendmail (/usr)"
license LICENSE license=sendmail
depend type=require \
    fmri=pkg:/library/libmilter@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)