diff options
author | Pete Fritchman <petef@FreeBSD.org> | 2003-12-21 04:42:45 +0000 |
---|---|---|
committer | Pete Fritchman <petef@FreeBSD.org> | 2003-12-21 04:42:45 +0000 |
commit | 5fd437752f8387a1277f60d977b2eee9ca45bb4f (patch) | |
tree | 51c6d1e337d619a7e47e504ec59616ac0a0d8233 /mail/postfix24 | |
parent | b3c1bcc0d656c2fbb479579cb84f2efa388e4e31 (diff) | |
download | ports-5fd437752f8387a1277f60d977b2eee9ca45bb4f.tar.gz ports-5fd437752f8387a1277f60d977b2eee9ca45bb4f.zip |
Add the rc.conf pid-file specification line for startup.
PR: 57074
Submitted by: Jonathan Chen <jonc@chen.org.nz>
Approved by: maintainer
Notes
Notes:
svn path=/head/; revision=96297
Diffstat (limited to 'mail/postfix24')
-rw-r--r-- | mail/postfix24/pkg-message | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mail/postfix24/pkg-message b/mail/postfix24/pkg-message index 1c9fd6699bb9..eaf6cdd6ceee 100644 --- a/mail/postfix24/pkg-message +++ b/mail/postfix24/pkg-message @@ -4,6 +4,7 @@ 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_outbound_enable="NO" sendmail_submit_enable="NO" sendmail_msp_queue_enable="NO" |