2 <!DOCTYPE service_bundle SYSTEM "/usr/share/lib/xml/dtd/service_bundle.dtd.1">
4 Copyright (c) 2010, Oracle and/or its affiliates. All rights reserved.
8 The contents of this file are subject to the terms of the
9 Common Development and Distribution License (the "License").
10 You may not use this file except in compliance with the License.
12 You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
13 or http://www.opensolaris.org/os/licensing.
14 See the License for the specific language governing permissions
15 and limitations under the License.
17 When distributing Covered Code, include this CDDL HEADER in each
18 file and include the License file at usr/src/OPENSOLARIS.LICENSE.
19 If applicable, add the following below this CDDL HEADER, with the
20 fields enclosed by brackets "[]" replaced with your own identifying
21 information: Portions Copyright [yyyy] [name of copyright owner]
25 NOTE: This service manifest is not editable; its contents will
26 be overwritten by package or patch operations, including
27 operating system upgrade. Make customizations in a different
31 <service_bundle type='manifest' name='SUNWckr:fmd'>
34 name='system/fm/smtp-notify'
38 <create_default_instance enabled='true' />
41 Just one instance of smtp-notify should be running in any OS instance.
46 Add a dependency on SUNWfmd being installed
50 grouping='require_all'
53 <service_fmri value='file://localhost/usr/lib/fm/notify/smtp-notify' />
58 grouping='require_all'
61 <service_fmri value='svc:/milestone/multi-user:default' />
62 <service_fmri value='svc:/system/fmd:default' />
68 exec='/usr/lib/fm/notify/smtp-notify'
69 timeout_seconds='0' />
75 timeout_seconds='60' />
83 <method_credential user='root' group='root' />
87 <property_group name="general" type="framework">
88 <propval name='action_authorization' type='astring'
89 value='solaris.smf.manage.smtp-notify' />
90 <propval name='value_authorization' type='astring'
91 value='solaris.smf.value.smtp-notify' />
94 <property_group name="config" type="application">
95 <propval name="debug" type="boolean" value="false"/>
96 <propval name="rootdir" type="astring" value="/"/>
97 <propval name='action_authorization' type='astring'
98 value='solaris.smf.manage.smtp-notify' />
99 <propval name='value_authorization' type='astring'
100 value='solaris.smf.value.smtp-notify' />
103 <stability value='Evolving' />
107 <loctext xml:lang='C'>
108 Solaris Email Event Notification Agent
112 <manpage title='smtp-notify' section='1M'
113 manpath='/usr/share/man' />
115 <pg_pattern name='config' type='application' target='this'
117 <prop_pattern name='debug' type='boolean'
120 <loctext xml:lang='C'>
121 When set to true, smtp-notify will spool debug messages to /var/fm/notify/smtp-notify.log
124 <visibility value='readwrite'/>
125 <cardinality min='1' max='1'/>
127 <prop_pattern name='rootdir' type='astring'
130 <loctext xml:lang='C'>
131 The root directory that will be used for all pathnames evaluated by smtp-notify
134 <visibility value='readwrite'/>
135 <cardinality min='1' max='1'/>