spamassassin.

This commit is contained in:
4fury-c3440d8
2021-10-14 06:12:46 +03:00
parent ea67d544a2
commit 4e5a883d49
5 changed files with 162 additions and 0 deletions
@@ -0,0 +1,11 @@
#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"