diff options
author | dwcjr <dwcjr@FreeBSD.org> | 2002-05-08 19:52:54 +0000 |
---|---|---|
committer | dwcjr <dwcjr@FreeBSD.org> | 2002-05-08 19:52:54 +0000 |
commit | d210060f6414d7c32a5ba0a746dea5d8d62da2e1 (patch) | |
tree | 3344b3d331215c2614a67295a2ae874227e13df4 /mail/postfix-current/pkg-message | |
parent | 44b17d54ac5b96eff18e170d34aab95c90068b03 (diff) | |
download | FreeBSD-ports-d210060f6414d7c32a5ba0a746dea5d8d62da2e1.zip FreeBSD-ports-d210060f6414d7c32a5ba0a746dea5d8d62da2e1.tar.gz |
Add pkg-message missed from last commit.
PR: 37864
Submitted by: maintainer
Diffstat (limited to 'mail/postfix-current/pkg-message')
-rw-r--r-- | mail/postfix-current/pkg-message | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/mail/postfix-current/pkg-message b/mail/postfix-current/pkg-message new file mode 100644 index 0000000..ba4a1f2 --- /dev/null +++ b/mail/postfix-current/pkg-message @@ -0,0 +1,24 @@ +If you have postfix configured in your /etc/mail/mailer.conf (answered yes to +the previous question) and would like to enable postfix to start at boot time, +please set these variables in your /etc/rc.conf file: + +sendmail_enable="YES" +sendmail_flags="-bd" +sendmail_outbound_enable="NO" +sendmail_submit_enable="NO" +sendmail_msp_queue_enable="NO" + +This will disable Sendmail completely. + + +Also, you may wish to disable some Sendmail-specific daily maintenance +routines in your /etc/periodic.conf file: + +daily_status_mail_rejects_enable="NO" +daily_status_include_submit_mailq="NO" +daily_submit_queuerun="NO" + + +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 cyrus and +making the /usr/local/etc/sasldb* file(s) owned by group cyrus. |