summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIgor Pashev <pashev.igor@gmail.com>2014-01-04 20:38:22 +0400
committerIgor Pashev <pashev.igor@gmail.com>2014-01-04 20:38:22 +0400
commit126295befaa6ae5c2027e1a3ce8e5c98fc2005f2 (patch)
tree1030a0686b8aab6b9e768ed6b12221b5fced8855
parentbf5ebfa27c992df07faee11a520dbdc65efa4a9e (diff)
downloadexim4-126295befaa6ae5c2027e1a3ce8e5c98fc2005f2.tar.gz
Added debian/README.SMF
-rw-r--r--debian/README.SMF27
-rw-r--r--debian/exim4-base.docs1
2 files changed, 28 insertions, 0 deletions
diff --git a/debian/README.SMF b/debian/README.SMF
new file mode 100644
index 0000000..8730c36
--- /dev/null
+++ b/debian/README.SMF
@@ -0,0 +1,27 @@
+SMF service is svc:/network/smtp:exim4
+It is installed by exim4-base package.
+
+update-exim4defaults does nothing with SMF service
+/etc/default/exim4 is ignored.
+
+dpkg-reconfigure exim4-config will restart SMF service.
+
+
+At the time of writing there are two options of SMF service:
+
+options/queuerunner = combined, separate or queueonly; default is combined
+options/queueinterval = <time>; default is 30m
+
+
+To change options use svccfg, e. g.:
+
+# svccfg -s exim4 setprop options/queuerunner=separate
+# svccfg -s exim4 setprop options/queueinterval=10m
+
+
+For changes to make effect service must be refreshed and restarted:
+# svcadm refresh exim4
+# svcadm restart exim4
+
+TODO: detect changing and do restart on refresh ;-)
+
diff --git a/debian/exim4-base.docs b/debian/exim4-base.docs
index cf76261..8af1032 100644
--- a/debian/exim4-base.docs
+++ b/debian/exim4-base.docs
@@ -13,3 +13,4 @@ b-exim4-daemon-light/doc/spec.txt
b-exim4-daemon-light/doc/GnuTLS-FAQ.txt
debian/changelog.Debian.old
debian/README.Debian.html
+debian/README.SMF