aboutsummaryrefslogtreecommitdiff
path: root/mail/postfix25/pkg-message
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2009-09-30 12:50:04 +0000
committerMartin Wilke <miwi@FreeBSD.org>2009-09-30 12:50:04 +0000
commitc73395b1d7ada15a358dc02534c90c892382cb10 (patch)
tree27e572c341072595f0911b21fcfe3984c5a3fd94 /mail/postfix25/pkg-message
parentb35329bd1240fb52b1b2b64700d9dbd70fee2984 (diff)
downloadports-c73395b1d7ada15a358dc02534c90c892382cb10.tar.gz
ports-c73395b1d7ada15a358dc02534c90c892382cb10.zip
Notes
Diffstat (limited to 'mail/postfix25/pkg-message')
-rw-r--r--mail/postfix25/pkg-message25
1 files changed, 25 insertions, 0 deletions
diff --git a/mail/postfix25/pkg-message b/mail/postfix25/pkg-message
new file mode 100644
index 000000000000..3b23f15a2cac
--- /dev/null
+++ b/mail/postfix25/pkg-message
@@ -0,0 +1,25 @@
+To enable postfix startup script please add postfix_enable="YES" in
+your rc.conf
+
+If you not need sendmail anymore, please add in your rc.conf:
+
+sendmail_enable="NO"
+sendmail_submit_enable="NO"
+sendmail_outbound_enable="NO"
+sendmail_msp_queue_enable="NO"
+
+And you can disable some sendmail specific daily maintenance routines in your
+/etc/periodic.conf file:
+
+daily_clean_hoststat_enable="NO"
+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
+be the default for new installs).
+
+If you are upgrading from postfix version prior to 2.0, please see the README
+files for recommended changes to your configuration.