aboutsummaryrefslogtreecommitdiffstats
path: root/mail/spamassassin/files/pkg-message.in
blob: e3deef4e7f403cf8c173388b3e05b960c4269c5b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
[
{ type: install
  message: <<EOM
You should complete the following post-installation tasks:

	1) Read %%DOCSDIR%%/INSTALL
	   and %%DOCSDIR%%/UPGRADE
	   BEFORE enabling SpamAssassin for important changes

	2) Edit the configuration in %%ETCDIR%%,
	   in particular %%ETCDIR%%/init.pre
	   You may get lots of annoying (but harmless) error messages
	   if you skip this step.

	3) To run spamd, add the following to /etc/rc.conf:
	   spamd_enable="YES"

        4) If this is a new installation, you should run sa-update
           and sa-compile. If this isn't a new installation, you
           should run those commands immediately after update and
           probably run them on a regular basis.

	5) Install mail/spamass-rules if you want some third-party
	   spam-catching rulesets

        6) Remove %%ETCDIR%%/sa-update-keys if this software is no
           longer needed.

SECURITY NOTE:
By default, spamd runs as root (the AS_ROOT option). If you wish
to change this, add the following to /etc/rc.conf:

	spamd_flags="-u spamd -H /var/spool/spamd"
EOM
}
]