2 <!DOCTYPE service_bundle SYSTEM "/usr/share/lib/xml/dtd/service_bundle.dtd.1">
6 The contents of this file are subject to the terms of the
7 Common Development and Distribution License (the "License").
8 You may not use this file except in compliance with the License.
10 You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
11 or http://www.opensolaris.org/os/licensing.
12 See the License for the specific language governing permissions
13 and limitations under the License.
15 When distributing Covered Code, include this CDDL HEADER in each
16 file and include the License file at usr/src/OPENSOLARIS.LICENSE.
17 If applicable, add the following below this CDDL HEADER, with the
18 fields enclosed by brackets "[]" replaced with your own identifying
19 information: Portions Copyright [yyyy] [name of copyright owner]
23 Copyright 2009 Sun Microsystems, Inc. All rights reserved.
24 Use is subject to license terms.
26 NOTE: This service manifest is not editable; its contents will
27 be overwritten by package or patch operations, including
28 operating system upgrade. Make customizations in a different
32 <service_bundle type='manifest' name='SUNWsndmr:sendmail'>
35 name='network/sendmail-client'
43 grouping='require_all'
46 <service_fmri value='svc:/system/filesystem/local' />
50 name='network-service'
51 grouping='require_all'
54 <service_fmri value='svc:/network/service' />
59 grouping='require_all'
62 <service_fmri value='svc:/milestone/name-services' />
67 grouping='optional_all'
70 <service_fmri value='svc:/system/identity:domain' />
75 grouping='optional_all'
78 <service_fmri value='svc:/system/system-log' />
81 <instance name='default' enabled='true'>
85 grouping='require_all'
89 value='file://localhost/etc/mail/submit.cf' />
93 Sendmail is hard-coded to sleep for 60 seconds if it cannot
94 determine the FQHN, so the timeout for start must be longer
95 than that. For details, see
96 http://www.sendmail.org/vendor/sun/differences.html#3.2
102 exec='/lib/svc/method/sendmail-client start'
103 timeout_seconds='120' />
108 exec='/lib/svc/method/sendmail-client stop %{restarter/contract}'
109 timeout_seconds='60' />
114 exec='/lib/svc/method/sendmail-client refresh'
115 timeout_seconds='60' />
117 <property_group name='general' type='framework'>
118 <propval name='action_authorization' type='astring'
119 value='solaris.smf.manage.sendmail' />
122 <property_group name='config' type='application'>
123 <propval name='value_authorization' type='astring'
124 value='solaris.smf.value.sendmail' />
125 <propval name='path_to_submit_mc'
126 type='astring' value='' />
131 <loctext xml:lang='C'>
132 sendmail SMTP client queue runner
136 <manpage title='sendmail' section='1M'
137 manpath='/usr/share/man' />
143 <stability value='Unstable' />