aboutsummaryrefslogtreecommitdiff
path: root/mail/postfix28
diff options
context:
space:
mode:
authorSimon Barner <barner@FreeBSD.org>2005-05-20 11:43:18 +0000
committerSimon Barner <barner@FreeBSD.org>2005-05-20 11:43:18 +0000
commit8c0c6a8bfdd46aa4fcbe6c201cb1e18ad8b04372 (patch)
tree0cc4e47541fbb5d1335c4e5dbc76b4aa417e48d8 /mail/postfix28
parent71db78bcc0bc2ab2aadde611dd693b466ea082c3 (diff)
downloadports-8c0c6a8bfdd46aa4fcbe6c201cb1e18ad8b04372.tar.gz
ports-8c0c6a8bfdd46aa4fcbe6c201cb1e18ad8b04372.zip
- Add instructions for /etc/rc.conf that make
`/etc/rc.d/sendmail stop' stop the postfix mail system. [1] - Re-phrased a paragraph to be more clear. [2] Submitted by: shige [1], maintainer [2] Approved by: maintainer [1] PR: ports/81245 [1]
Notes
Notes: svn path=/head/; revision=135689
Diffstat (limited to 'mail/postfix28')
-rw-r--r--mail/postfix28/pkg-message9
1 files changed, 6 insertions, 3 deletions
diff --git a/mail/postfix28/pkg-message b/mail/postfix28/pkg-message
index c9b85fc8c365..627f09acb825 100644
--- a/mail/postfix28/pkg-message
+++ b/mail/postfix28/pkg-message
@@ -5,11 +5,14 @@ please set these variables in your /etc/rc.conf file:
sendmail_enable="YES"
sendmail_flags="-bd"
sendmail_pidfile="/var/spool/postfix/pid/master.pid"
+sendmail_procname="/usr/local/libexec/postfix/master"
sendmail_outbound_enable="NO"
sendmail_submit_enable="NO"
sendmail_msp_queue_enable="NO"
-This will disable Sendmail completely.
+This will disable Sendmail completely, and allow you to use /etc/rc.d/sendmail
+to start and stop postfix (FreeBSD 5.x and up). For FreeBSD 4.x, it will just
+cause the system boot scripts to start sendmail for you.
Alternatively to the above settings, you can enable postfix to start with
the other local services, for example, after your database server starts if
@@ -23,8 +26,8 @@ cd /usr/local/etc/rc.d
ln -s /usr/local/sbin/postfix postfix.sh
-Also, you will want to disable some Sendmail-specific daily maintenance
-routines in your /etc/periodic.conf file:
+With either startup configuration, 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"