summaryrefslogtreecommitdiff
path: root/mail/postfix26/pkg-message
diff options
context:
space:
mode:
authorYing-Chieh Liao <ijliao@FreeBSD.org>2003-01-02 15:50:43 +0000
committerYing-Chieh Liao <ijliao@FreeBSD.org>2003-01-02 15:50:43 +0000
commitd9c1c83acd648cf463ac06318fcfb6a208f74347 (patch)
tree60b6d1879dc35ba3148bba10aa9179e924a34cba /mail/postfix26/pkg-message
parentUpdate to 1.0.b2.1 (diff)
upgrade to 1.1.12
PR: 45802 Submitted by: maintainer
Notes
Notes: svn path=/head/; revision=72216
Diffstat (limited to 'mail/postfix26/pkg-message')
-rw-r--r--mail/postfix26/pkg-message15
1 files changed, 13 insertions, 2 deletions
diff --git a/mail/postfix26/pkg-message b/mail/postfix26/pkg-message
index a7ae2b17e2a6..7fb3a804599c 100644
--- a/mail/postfix26/pkg-message
+++ b/mail/postfix26/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"