diff options
author | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2003-01-02 15:50:43 +0000 |
---|---|---|
committer | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2003-01-02 15:50:43 +0000 |
commit | d9c1c83acd648cf463ac06318fcfb6a208f74347 (patch) | |
tree | 60b6d1879dc35ba3148bba10aa9179e924a34cba /mail/postfix28/pkg-message | |
parent | b65790585c214ac105bd6fcd817640241bb8557c (diff) | |
download | ports-d9c1c83acd648cf463ac06318fcfb6a208f74347.tar.gz ports-d9c1c83acd648cf463ac06318fcfb6a208f74347.zip |
Notes
Diffstat (limited to 'mail/postfix28/pkg-message')
-rw-r--r-- | mail/postfix28/pkg-message | 15 |
1 files changed, 13 insertions, 2 deletions
diff --git a/mail/postfix28/pkg-message b/mail/postfix28/pkg-message index a7ae2b17e2a6..7fb3a804599c 100644 --- a/mail/postfix28/pkg-message +++ b/mail/postfix28/pkg-message @@ -8,10 +8,21 @@ sendmail_outbound_enable="NO" sendmail_submit_enable="NO" sendmail_msp_queue_enable="NO" -This will disable Sendmail completely. + **OR** +sendmail_enable="NONE" -Also, you may wish to disable some Sendmail-specific daily maintenance +then type this command as root: + +ln -s /usr/local/sbin/postfix /usr/local/etc/rc.d/postfix.sh + +Either of these will disable Sendmail completely. The latter form is useful +if you need to wait until other local package initialization (such as ldconfig +for Postgres or MySQL) is done. The former method will start postfix very +early on in the boot process. + + +Also, you will want to disable some Sendmail-specific daily maintenance routines in your /etc/periodic.conf file: daily_status_mail_rejects_enable="NO" |