summaryrefslogtreecommitdiffstats
path: root/network/amavisd-new/README.SBo
diff options
context:
space:
mode:
Diffstat (limited to 'network/amavisd-new/README.SBo')
-rw-r--r--network/amavisd-new/README.SBo22
1 files changed, 8 insertions, 14 deletions
diff --git a/network/amavisd-new/README.SBo b/network/amavisd-new/README.SBo
index 7918b1091f..b662fa0ca6 100644
--- a/network/amavisd-new/README.SBo
+++ b/network/amavisd-new/README.SBo
@@ -2,6 +2,9 @@ If you plan to run amavisd-new, you don't need to run spamassassin separately (u
via spamd). Amavisd-new calls spamassassin internally to scan messages. You can
also install clamav and enable virus scanning in the configuration file.
+RUNTIME DEPENDENCIES:
+ZeroMQ library -- since amavisd-new version > 2.8.x depends heavily on ZeroMQ.
+
DEPENDENCIES:
FOR SPAMASSASSIN (please install in this order):
@@ -23,17 +26,6 @@ perl-digest-sha1
perl-digest-hmac
perl-html-tagset
perl-html-parser
-perl-encode-locale
-perl-uri-escape
-perl-http-date
-perl-lwp-mediatypes
-perl-http-message
-perl-http-cookies
-perl-http-daemon
-perl-file-listing
-perl-http-negotiate
-perl-net-http
-perl-www-robotrules
re2c
libwww-perl
perl-NetAddr-IP
@@ -57,6 +49,8 @@ perl-MIME-tools
perl-Unix-Syslog
perl-BerkeleyDB
perl-IO-Multiplex
+perl-Net-LibIDN
+perl-File-LibMagic (recommended)
SLACKBUILD CHANGELOG:
Script and package changes introduced in version >= 2.6.6
@@ -68,8 +62,9 @@ Script and package changes introduced in version >= 2.6.6
4. Remember to update your rc.local and rc.local_shutdown scripts accordingly.
5. With version 2.7, a new process amavisd-signer is spawned to take care
of dkim signing. Please read RELEASE_NOTES in the documentation.
-
-
+6. With version > 2.8, rc script has been overhauled to start 3 daemons, more
+ notes are in the rc script.
+
SETUP:
1. Create amavis user/group, before running the script.
groupadd -g 225 amavis
@@ -94,4 +89,3 @@ SETUP:
7. You can turn on debugging in log file with $sa_debug configuration
variable in /etc/amavisd.conf.
-