diff options
Diffstat (limited to 'debian/exim4-base.smf/manifest/network/smtp/exim4.xml')
-rw-r--r-- | debian/exim4-base.smf/manifest/network/smtp/exim4.xml | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/debian/exim4-base.smf/manifest/network/smtp/exim4.xml b/debian/exim4-base.smf/manifest/network/smtp/exim4.xml index b3bf93c..87f407e 100644 --- a/debian/exim4-base.smf/manifest/network/smtp/exim4.xml +++ b/debian/exim4-base.smf/manifest/network/smtp/exim4.xml @@ -40,7 +40,7 @@ </dependent> <exec_method type="method" name="start" exec="/lib/svc/method/smtp-exim4 start" timeout_seconds="120"/> <exec_method type="method" name="stop" exec="/lib/svc/method/smtp-exim4 stop %{restarter/contract}" timeout_seconds="60"/> - <exec_method type="method" name="refresh" exec="/lib/svc/method/smtp-exim4 refresh" timeout_seconds="60"/> + <exec_method type="method" name="refresh" exec="/lib/svc/method/smtp-exim4 refresh %{restarter/contract}" timeout_seconds="60"/> <property_group name="startd" type="framework"> <propval name="ignore_error" type="astring" value="core,signal"/> </property_group> @@ -54,6 +54,10 @@ <property_group name="config" type="application"> <propval name="value_authorization" type="astring" value="solaris.smf.value.sendmail"/> </property_group> + <property_group name="options" type="application"> + <propval name="queuerunner" type="astring" value="combined"/> + <propval name="queueinterval" type="astring" value="30m"/> + </property_group> <template> <common_name> <loctext xml:lang="C"> |