diff options
author | Kirill Ponomarev <krion@FreeBSD.org> | 2005-04-21 04:46:16 +0800 |
---|---|---|
committer | Kirill Ponomarev <krion@FreeBSD.org> | 2005-04-21 04:46:16 +0800 |
commit | c01bd618bd92b89a121951a8ca65ddb876956a35 (patch) | |
tree | 97b5e4c78b9a838640a422e1b1985ffc051174dd /mail/exim | |
parent | 702431b3f1e11e4ca15f7a0296ccea15dd64f197 (diff) | |
download | freebsd-ports-gnome-c01bd618bd92b89a121951a8ca65ddb876956a35.tar.gz freebsd-ports-gnome-c01bd618bd92b89a121951a8ca65ddb876956a35.tar.zst freebsd-ports-gnome-c01bd618bd92b89a121951a8ca65ddb876956a35.zip |
Add the note to set 'daily_queuerun_enable' and
'daily_submit_queuerun' to "NO" in periodic.conf(5), for people
using exim without queue runner, eg if remote deliveries are not
desirable.
Submitted by: Geraint Edwards <gedge at yadn dot org>
Diffstat (limited to 'mail/exim')
-rw-r--r-- | mail/exim/files/POST-INSTALL-NOTES | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/mail/exim/files/POST-INSTALL-NOTES b/mail/exim/files/POST-INSTALL-NOTES index 2fb1da256326..f6df1feabe85 100644 --- a/mail/exim/files/POST-INSTALL-NOTES +++ b/mail/exim/files/POST-INSTALL-NOTES @@ -26,6 +26,9 @@ To use Exim instead of sendmail on startup: *) Set the 'daily_status_include_submit_mailq' and 'daily_clean_hoststat_enable' periodic.conf(5) variables to 'NO'. +*) Consider setting 'daily_queuerun_enable' and + 'daily_submit_queuerun' to "NO" in periodic.conf(5), + if you intend to manage queue runners / deliveries closely. *) Set the 'exim_enable' rc.conf(5) variable to 'YES'. *) Start exim with '%%RC_DIR%%/exim%%RC_SUFX%% start'. |