From 13246f1e5f522e1261834f6abebd2c03fd4fbdb1 Mon Sep 17 00:00:00 2001 From: ijliao Date: Thu, 2 Jan 2003 15:50:43 +0000 Subject: upgrade to 1.1.12 PR: 45802 Submitted by: maintainer --- mail/postfix/pkg-message | 15 +++++++++++++-- 1 file changed, 13 insertions(+), 2 deletions(-) (limited to 'mail/postfix/pkg-message') diff --git a/mail/postfix/pkg-message b/mail/postfix/pkg-message index a7ae2b17e2a6..7fb3a804599c 100644 --- a/mail/postfix/pkg-message +++ b/mail/postfix/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" -- cgit