Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 523960
Collapse All | Expand All

(-)a/mail-filter/spamassassin/files/3.0.0-spamd.conf (-13 / +1 lines)
Lines 22-44 Link Here
22
# -L          if you want to run no net tests
22
# -L          if you want to run no net tests
23
#
23
#
24
# for more help look in man spamd
24
# for more help look in man spamd
25
#
26
# Note: if you plan on using the -u flag to spamd you will need to
27
# make sure the location of the PID file is writable by that user.
28
# This can be done by making the directory /var/run/spamd and
29
# changing the owner to the UID that runs spamd.  You will then
30
# need to edit $pidfile in /etc/init.d/spamd. This should fix the
31
# problem with stop/restart in the init scripts.
32
#
33
# See http://bugs.gentoo.org/show_bug.cgi?id=70124 for a full
34
# explanation.
35
25
36
SPAMD_OPTS="-m 5 -c -H"
26
SPAMD_OPTS="-m 5 -c -H"
37
27
38
# spamd stores its pid in this file. If you use the -u option to
39
# run spamd under another user, you might need to adjust it.
40
28
41
PIDFILE="/run/spamd.pid"
29
# PIDFILE="/run/spamd.pid"
42
30
43
# SPAMD_NICELEVEL lets you set the 'nice'ness of the running 
31
# SPAMD_NICELEVEL lets you set the 'nice'ness of the running 
44
# spamd process
32
# spamd process

Return to bug 523960