diff --git a/mail-filter/spamassassin/files/3.0.0-spamd.conf b/mail-filter/spamassassin/files/3.0.0-spamd.conf index b3cd1ac..44d126d 100644 --- a/mail-filter/spamassassin/files/3.0.0-spamd.conf +++ b/mail-filter/spamassassin/files/3.0.0-spamd.conf @@ -22,23 +22,11 @@ # -L if you want to run no net tests # # for more help look in man spamd -# -# Note: if you plan on using the -u flag to spamd you will need to -# make sure the location of the PID file is writable by that user. -# This can be done by making the directory /var/run/spamd and -# changing the owner to the UID that runs spamd. You will then -# need to edit $pidfile in /etc/init.d/spamd. This should fix the -# problem with stop/restart in the init scripts. -# -# See http://bugs.gentoo.org/show_bug.cgi?id=70124 for a full -# explanation. SPAMD_OPTS="-m 5 -c -H" -# spamd stores its pid in this file. If you use the -u option to -# run spamd under another user, you might need to adjust it. -PIDFILE="/run/spamd.pid" +# PIDFILE="/run/spamd.pid" # SPAMD_NICELEVEL lets you set the 'nice'ness of the running # spamd process