diff options
author | ijliao <ijliao@FreeBSD.org> | 2003-01-02 15:50:43 +0000 |
---|---|---|
committer | ijliao <ijliao@FreeBSD.org> | 2003-01-02 15:50:43 +0000 |
commit | 13246f1e5f522e1261834f6abebd2c03fd4fbdb1 (patch) | |
tree | 88a2f63474211ce0ba51a39b05fbbd1df8535b73 /mail/postfix1/pkg-message | |
parent | 7dc5f15c2d1204d4c776d29baee65e2f2c2f9465 (diff) | |
download | FreeBSD-ports-13246f1e5f522e1261834f6abebd2c03fd4fbdb1.zip FreeBSD-ports-13246f1e5f522e1261834f6abebd2c03fd4fbdb1.tar.gz |
upgrade to 1.1.12
PR: 45802
Submitted by: maintainer
Diffstat (limited to 'mail/postfix1/pkg-message')
-rw-r--r-- | mail/postfix1/pkg-message | 15 |
1 files changed, 13 insertions, 2 deletions
diff --git a/mail/postfix1/pkg-message b/mail/postfix1/pkg-message index a7ae2b1..7fb3a80 100644 --- a/mail/postfix1/pkg-message +++ b/mail/postfix1/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" |