4077N/A<?xml version="1.0"?>
4077N/A<!DOCTYPE service_bundle SYSTEM "/usr/share/lib/xml/dtd/service_bundle.dtd.1">
4077N/A<!--
4151N/A CDDL HEADER START
4077N/A
4151N/A The contents of this file are subject to the terms of the
4151N/A Common Development and Distribution License (the "License").
4151N/A You may not use this file except in compliance with the License.
4151N/A
4151N/A You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
4151N/A or http://www.opensolaris.org/os/licensing.
4151N/A See the License for the specific language governing permissions
4151N/A and limitations under the License.
4151N/A
4151N/A When distributing Covered Code, include this CDDL HEADER in each
4151N/A file and include the License file at usr/src/OPENSOLARIS.LICENSE.
4151N/A If applicable, add the following below this CDDL HEADER, with the
4151N/A fields enclosed by brackets "[]" replaced with your own identifying
4151N/A information: Portions Copyright [yyyy] [name of copyright owner]
4151N/A
4151N/A CDDL HEADER END
4151N/A
4151N/A Copyright (c) 2004, 2015, Oracle and/or its affiliates. All rights reserved.
4077N/A
4077N/A NOTE: This service manifest is not editable; its contents will
4077N/A be overwritten by package or patch operations, including
4077N/A operating system upgrade. Make customizations in a different
4077N/A file.
4077N/A-->
4077N/A
4077N/A<service_bundle type='manifest' name='service/network/smtp/postfix:postfix'>
4077N/A
4077N/A<service
4077N/A name='network/smtp'
4077N/A type='service'
4077N/A version='1'>
4077N/A
4077N/A <single_instance />
4077N/A
4077N/A <dependency
4077N/A name='fs-local'
4077N/A grouping='require_all'
4077N/A restart_on='none'
4077N/A type='service'>
4077N/A <service_fmri value='svc:/system/filesystem/local' />
4077N/A </dependency>
4077N/A
4077N/A <dependency
4077N/A name='network-service'
4077N/A grouping='require_all'
4077N/A restart_on='none'
4077N/A type='service'>
4077N/A <service_fmri value='svc:/network/service' />
4077N/A </dependency>
4077N/A
4077N/A <dependency
4077N/A name='name-services'
4077N/A grouping='require_all'
4077N/A restart_on='refresh'
4077N/A type='service'>
4077N/A <service_fmri value='svc:/milestone/name-services' />
4077N/A </dependency>
4077N/A
4077N/A <dependency
4077N/A name='identity'
4077N/A grouping='optional_all'
4077N/A restart_on='refresh'
4077N/A type='service'>
4077N/A <service_fmri value='svc:/system/identity:domain' />
4077N/A </dependency>
4077N/A
4077N/A <dependency
4077N/A name='system-log'
4077N/A grouping='optional_all'
4077N/A restart_on='none'
4077N/A type='service'>
4077N/A <service_fmri value='svc:/system/system-log' />
4077N/A </dependency>
4077N/A
4077N/A <property_group name='firewall_context' type='com.sun,fw_definition'>
4077N/A <propval name='name' type='astring' value='smtp' />
4077N/A </property_group>
4077N/A
4077N/A <property_group name='firewall_config' type='com.sun,fw_configuration'>
4077N/A <propval name='policy' type='astring' value='use_global' />
4077N/A <propval name='apply_to' type='astring' value='' />
4077N/A <propval name='exceptions' type='astring' value='' />
4077N/A <propval name='value_authorization' type='astring'
4077N/A value='solaris.smf.value.firewall.config' />
4077N/A </property_group>
4077N/A
4077N/A <instance name='postfix' enabled='false'>
4077N/A
4077N/A <dependency
4077N/A name='config-file'
4077N/A grouping='require_all'
4077N/A restart_on='refresh'
4077N/A type='path'>
4077N/A <service_fmri
4077N/A value='file://localhost/etc/postfix/main.cf' />
4077N/A </dependency>
4077N/A
4077N/A <dependency
4077N/A name='nsswitch'
4077N/A grouping='require_all'
4077N/A restart_on='refresh'
4077N/A type='path'>
4077N/A <service_fmri
4077N/A value='file://localhost/etc/nsswitch.conf' />
4077N/A </dependency>
4077N/A
4077N/A <!--
4077N/A If autofs is enabled, wait for it to get users' home
4077N/A directories.
4077N/A -->
4077N/A <dependency
4077N/A name='autofs'
4077N/A grouping='optional_all'
4077N/A restart_on='none'
4077N/A type='service'>
4077N/A <service_fmri value='svc:/system/filesystem/autofs' />
4077N/A </dependency>
4077N/A
4077N/A <dependent
4077N/A name='smtp-postfix_multi-user'
4077N/A grouping='optional_all'
4077N/A restart_on='none'>
4077N/A <service_fmri
4077N/A value='svc:/milestone/multi-user' />
4077N/A </dependent>
4077N/A
4077N/A <exec_method
4077N/A type='method'
4077N/A name='start'
4077N/A exec='/lib/svc/method/postfix'
4077N/A timeout_seconds='120'>
4077N/A <method_context>
4077N/A <method_credential user='root' group='postfix'
4151N/A privileges='basic,net_privaddr,proc_setid,file_dac_read,file_dac_search'/>
4077N/A </method_context>
4077N/A </exec_method>
4077N/A
4077N/A <exec_method
4077N/A type='method'
4077N/A name='stop'
4077N/A exec='/usr/sbin/postfix stop'
4077N/A timeout_seconds='60' />
4077N/A
4077N/A <exec_method
4077N/A type='method'
4077N/A name='refresh'
4077N/A exec='/usr/sbin/postfix reload'
4077N/A timeout_seconds='60' />
4077N/A
4077N/A <property_group name='startd' type='framework'>
4077N/A <propval name='ignore_error' type='astring'
4077N/A value='core,signal' />
4077N/A </property_group>
4077N/A
4077N/A <property_group name='general' type='framework'>
4077N/A <propval name='action_authorization' type='astring'
4077N/A value='solaris.smf.manage.postfix' />
4077N/A </property_group>
4077N/A
4077N/A <property_group name='config' type='application'>
4077N/A <propval name='automatic' type='boolean' value='true' />
4077N/A </property_group>
4077N/A
4077N/A <template>
4077N/A <common_name>
4077N/A <loctext xml:lang='C'>
4077N/A postfix SMTP mail transfer agent
4077N/A </loctext>
4077N/A </common_name>
4077N/A <documentation>
4077N/A <manpage title='postfix' section='1'
4077N/A manpath='/usr/share/man' />
4077N/A </documentation>
4077N/A <pg_pattern name='config' type='application'>
4077N/A <description>
4077N/A <loctext xml:lang='C'>
4077N/A Configuration properties
4077N/A </loctext>
4077N/A </description>
4077N/A <prop_pattern name='value_authorization' type='astring'>
4077N/A <description>
4077N/A <loctext xml:lang='C'>
4077N/ADeclares authorization needed to change values in the config property group.
4077N/A </loctext>
4077N/A </description>
4077N/A </prop_pattern>
4077N/A </pg_pattern>
4077N/A </template>
4077N/A
4077N/A </instance>
4077N/A
4077N/A <stability value='Unstable' />
4077N/A
4077N/A</service>
4077N/A
4077N/A</service_bundle>