summaryrefslogtreecommitdiff
path: root/mail/postfix1/pkg-message
diff options
context:
space:
mode:
authorJacques Vidrine <nectar@FreeBSD.org>2003-07-31 12:19:53 +0000
committerJacques Vidrine <nectar@FreeBSD.org>2003-07-31 12:19:53 +0000
commit4229c6179ceda0a14edecf9a5b48ed6886c6c62c (patch)
tree2893629637883624d5ef5daddacaebb901aefa59 /mail/postfix1/pkg-message
parentUpdate to 0.15 (diff)
After a repo-copy from ports/mail/postfix, time warp back to
2003/01/08 and Postfix version 1.1.12. Some folks haven't moved on to Postfix 2.x it seems. Requested by: diviner17@yahoo.com
Notes
Notes: svn path=/head/; revision=86051
Diffstat (limited to 'mail/postfix1/pkg-message')
-rw-r--r--mail/postfix1/pkg-message20
1 files changed, 8 insertions, 12 deletions
diff --git a/mail/postfix1/pkg-message b/mail/postfix1/pkg-message
index 1c9fd6699bb9..7fb3a804599c 100644
--- a/mail/postfix1/pkg-message
+++ b/mail/postfix1/pkg-message
@@ -8,24 +8,23 @@ sendmail_outbound_enable="NO"
sendmail_submit_enable="NO"
sendmail_msp_queue_enable="NO"
-This will disable Sendmail completely.
+ **OR**
-Alternatively to the above settings, you can enable postfix to start with
-the other local services, for example, after your database server starts if
-you need it to be running for postfix. To do this, set in your rc.conf file:
+sendmail_enable="NONE"
-sendmail_enable="NONE"
+then type this command as root:
-Then make the following symbolic link:
+ln -s /usr/local/sbin/postfix /usr/local/etc/rc.d/postfix.sh
-cd /usr/local/etc/rc.d
-ln -s /usr/local/sbin/postfix 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_clean_hoststat_enable="NO"
daily_status_mail_rejects_enable="NO"
daily_status_include_submit_mailq="NO"
daily_submit_queuerun="NO"
@@ -35,6 +34,3 @@ If you are using SASL, you need to make sure that postfix has access to read
the sasldb file. This is accomplished by adding postfix to group mail and
making the /usr/local/etc/sasldb* file(s) readable by group mail (this should
be the default for new installs).
-
-If you are upgrading from postfix version prior to 2.0, please see the README
-files for recommended changes to your configuration.