CPANPLUS-Dist-Slackware
view release on metacpan or search on metacpan
lib/CPANPLUS/Dist/Slackware/Plugin/Mail/SpamAssassin.pm view on Meta::CPAN
Run spamd without root privileges if per-user configuration files are not
needed. First create a dedicated account. Example:
useradd -u 401 -r -U -c "User for SpamAssassin daemon" \
-m -d /var/lib/spamd spamd
Then set the following options in /etc/spamassassin.conf:
OPTIONS="-u spamd -x"
On a busy server, you might have to add options like "--min-children",
"--max-children", "--min-spare" and "--max-spare". See the spamd manual page
for a complete list of options.
Finally run spamd:
/etc/rc.d/rc.spamd start
END_README
}
1;
( run in 0.237 second using v1.01-cache-2.11-cpan-87723dcf8b7 )