mirror of
https://git.freebsd.org/ports.git
synced 2025-05-07 19:30:46 -04:00
The reason for this port is due to the following statement in the spamassassin 3.4.5 announcement: Ongoing development on the 3.4 branch has ceased. All future releases and bug fixes will be on the 4.0 series, unless a new security issue is found that necessitates a 3.4.6 release. Upstream is the apache/spamassassing github read-only mirror.
33 lines
917 B
Text
33 lines
917 B
Text
[
|
|
{ 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 probably run those commands on a regular basis
|
|
anyway.
|
|
|
|
5) Install mail/spamass-rules if you want some third-party
|
|
spam-catching rulesets
|
|
|
|
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
|
|
}
|
|
]
|