summaryrefslogtreecommitdiff
path: root/mail/postfix20
diff options
context:
space:
mode:
authorDavid W. Chapman Jr. <dwcjr@FreeBSD.org>2002-05-07 03:12:36 +0000
committerDavid W. Chapman Jr. <dwcjr@FreeBSD.org>2002-05-07 03:12:36 +0000
commit8927e4d9e5ef691dbc85c4472a35561ee6201c92 (patch)
tree31590b25e1ef5e526dbe18309328b9063cf536da /mail/postfix20
parentMark FORBIDDEN due to multiple vulnerabilites: (diff)
Add missing pkg-message
Submitted by: hayashi@totalware.gifu.gifu.jp
Notes
Notes: svn path=/head/; revision=58640
Diffstat (limited to 'mail/postfix20')
-rw-r--r--mail/postfix20/pkg-message24
1 files changed, 24 insertions, 0 deletions
diff --git a/mail/postfix20/pkg-message b/mail/postfix20/pkg-message
new file mode 100644
index 000000000000..ba4a1f29f387
--- /dev/null
+++ b/mail/postfix20/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.