diff options
author | Marcus Alves Grando <mnag@FreeBSD.org> | 2005-11-30 19:25:11 +0000 |
---|---|---|
committer | Marcus Alves Grando <mnag@FreeBSD.org> | 2005-11-30 19:25:11 +0000 |
commit | 88e38d7f1229f21c7f535a8e96b925c585111612 (patch) | |
tree | 6e22aca931c39a0c0f12a7c4a57152becf30350b /mail/postfix23/pkg-message | |
parent | 53b1476f4b2ec2051f49d5e33199e46fda053a99 (diff) | |
download | ports-88e38d7f1229f21c7f535a8e96b925c585111612.tar.gz ports-88e38d7f1229f21c7f535a8e96b925c585111612.zip |
Notes
Diffstat (limited to 'mail/postfix23/pkg-message')
-rw-r--r-- | mail/postfix23/pkg-message | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/mail/postfix23/pkg-message b/mail/postfix23/pkg-message index d9e910d86ceb..f129b27a8375 100644 --- a/mail/postfix23/pkg-message +++ b/mail/postfix23/pkg-message @@ -28,7 +28,6 @@ Then make the following symbolic link: cd /usr/local/etc/rc.d ln -s /usr/local/sbin/postfix postfix.sh - With either startup configuration, you will want to disable some Sendmail-specific daily maintenance routines in your /etc/periodic.conf file: @@ -37,7 +36,6 @@ 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 mail and making the /usr/local/etc/sasldb* file(s) readable by group mail (this should |