diff options
author | Igor Pashev <pashev.igor@gmail.com> | 2014-01-04 20:38:22 +0400 |
---|---|---|
committer | Igor Pashev <pashev.igor@gmail.com> | 2014-01-04 20:38:22 +0400 |
commit | 126295befaa6ae5c2027e1a3ce8e5c98fc2005f2 (patch) | |
tree | 1030a0686b8aab6b9e768ed6b12221b5fced8855 | |
parent | bf5ebfa27c992df07faee11a520dbdc65efa4a9e (diff) | |
download | exim4-126295befaa6ae5c2027e1a3ce8e5c98fc2005f2.tar.gz |
Added debian/README.SMF
-rw-r--r-- | debian/README.SMF | 27 | ||||
-rw-r--r-- | debian/exim4-base.docs | 1 |
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 |