aboutsummaryrefslogtreecommitdiff
path: root/mail/postfix-current
diff options
context:
space:
mode:
authorDavid W. Chapman Jr. <dwcjr@FreeBSD.org>2002-05-08 19:52:54 +0000
committerDavid W. Chapman Jr. <dwcjr@FreeBSD.org>2002-05-08 19:52:54 +0000
commit707d970ab97fc6d162c87af5e300c7f109359821 (patch)
treea550d189b6f1059a4f609ee191532b758e412d8d /mail/postfix-current
parentcf1cbcbcf52cf5b821cff3238848c7e53a07c7eb (diff)
downloadports-707d970ab97fc6d162c87af5e300c7f109359821.tar.gz
ports-707d970ab97fc6d162c87af5e300c7f109359821.zip
Notes
Diffstat (limited to 'mail/postfix-current')
-rw-r--r--mail/postfix-current/pkg-message24
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 000000000000..ba4a1f29f387
--- /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.