aboutsummaryrefslogtreecommitdiffstats
path: root/mail/p5-Mail-SpamAssassin/pkg-message
diff options
context:
space:
mode:
Diffstat (limited to 'mail/p5-Mail-SpamAssassin/pkg-message')
-rw-r--r--mail/p5-Mail-SpamAssassin/pkg-message7
1 files changed, 7 insertions, 0 deletions
diff --git a/mail/p5-Mail-SpamAssassin/pkg-message b/mail/p5-Mail-SpamAssassin/pkg-message
index c600e35de546..9946219b7e27 100644
--- a/mail/p5-Mail-SpamAssassin/pkg-message
+++ b/mail/p5-Mail-SpamAssassin/pkg-message
@@ -25,3 +25,10 @@ NOTE: FREEBSD users: If you are updating to 3.20 you will find
that sa-update now places state files in /var/db/spamassassin
and not the default /var/lib/spamassassin. This is to be consistant
with Freebsd file directory conventions
+
+If you are running with spamd, you must add the following to rc.conf:
+spamd_enable="YES"
+
+Security Note: If you did NOT deselected AS_ROOT, spamd will be running
+as root. To change this, also add this to rc.conf:
+spamd_flags="-u spamd -H /var/spool/spamd"