Changes of Revision 10
[-] [+] | Added | sysconfig.spamd |
@@ -0,0 +1,11 @@ +## Path: Network/Mail/Spamassassin +## Description: Arguments for the spam daemon +## Type: string +## Default: "-d -c -L" +## ServiceRestart: spamd +# +# The arguments passed to spamd. +# See spamd(1) man page. +# Default is "-d -c -L" +SPAMD_ARGS="-d -c -L" + |