12 lines
376 B
Plaintext
12 lines
376 B
Plaintext
#May define spamd process priority level here
|
|
#NICELEVEL=
|
|
|
|
PIDFILE="/run/spamd.pid"
|
|
|
|
#Default package parameters
|
|
PARAMS="-x -u spamd -g spamd -H /var/lib/spamd --listen=/run/spamd.sock --listen=localhost"
|
|
|
|
#Add extra parameters for spamd here (man spamd)
|
|
#Log (-s) default is mail facility (If choosen a file, that must be writable by -u{user})
|
|
#EXTRA="-s /var/log/spamd.log"
|