freebsd-ports/mail/p5-Mail-SpamAssassin/pkg-message
Gabor Kovesdan 204a8fcd37 - Update to 3.3.0
- Reenable DCC (see DCC license for commercial use)

PR:		ports/143654
Submitted by:	Michael Scheidell <scheidell@secnap.net> (maintainer)
2010-02-10 09:06:08 +00:00

39 lines
1.8 KiB
Text

*************************************************************************
* _ _____ _____ _____ _ _ _____ ___ ___ _ _ *
* / \|_ _|_ _| ____| \ | |_ _|_ _/ _ \| \ | | *
* / _ \ | | | | | _| | \| | | | | | | | | \| | *
* / ___ \| | | | | |___| |\ | | | | | |_| | |\ | *
* /_/ \_\_| |_| |_____|_| \_| |_| |___\___/|_| \_| *
* *
* See PREFIX/share/doc/p5-Mail-SpamAssassin/INSTALL, *
* and PREFIX/share/doc/p5-Mail-SpamAssassin/UPGRADE, *
* or http://spamassassin.org/dist/INSTALL and *
* http://spamassassin.org/dist/UPGRADE BEFORE enabling *
* this version of SpamAssassin for important information *
* regarding changes in this version. *
* *
* SpamAssassin may require additional configuration in *
* PREFIX/etc/mail/spamassassin/init.pre depending on *
* the options you have installed. Otherwise, annoying *
* (but harmless) error messages may result. Read the *
* files listed above. *
* *
*************************************************************************
You may wish to run sa-update now to obtain the latest rules.
NOTE: FREEBSD users: If you are updating from a version prior to 3.20.
sa-update now places state files in /var/db/spamassassin and not
/var/lib/spamassassin. This is to be consistant with Freebsd file
directory conventions.
If you run sa-compile, you will notice that files are in
/var/db/spamassassin/compiled/<perlversion>/<version> instead of
/var/db/spamassassin/compiled/<version>.
No attempts have been made to move old versions over. You must recompile.
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"