aboutsummaryrefslogtreecommitdiffstats
path: root/mail/postfix/pkg-message
diff options
context:
space:
mode:
authordwcjr <dwcjr@FreeBSD.org>2002-05-07 11:12:36 +0800
committerdwcjr <dwcjr@FreeBSD.org>2002-05-07 11:12:36 +0800
commitb809ff04b6af1b46e7dee3a58f3d699f32b3c475 (patch)
tree4483170a89a8ac2e7e08ef3a8b0212eb26627671 /mail/postfix/pkg-message
parent0287f73404b88d0aab80fc1f0b4614ed7841adf5 (diff)
downloadfreebsd-ports-gnome-b809ff04b6af1b46e7dee3a58f3d699f32b3c475.tar.gz
freebsd-ports-gnome-b809ff04b6af1b46e7dee3a58f3d699f32b3c475.tar.zst
freebsd-ports-gnome-b809ff04b6af1b46e7dee3a58f3d699f32b3c475.zip
Add missing pkg-message
Submitted by: hayashi@totalware.gifu.gifu.jp
Diffstat (limited to 'mail/postfix/pkg-message')
-rw-r--r--mail/postfix/pkg-message24
1 files changed, 24 insertions, 0 deletions
diff --git a/mail/postfix/pkg-message b/mail/postfix/pkg-message
new file mode 100644
index 000000000000..ba4a1f29f387
--- /dev/null
+++ b/mail/postfix/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.