supports :status => true, :restart => true, :reload => true
end
+directory "/var/spool/spamassassin" do
+ owner "mail"
+ group "mail"
+ mode 0755
+ action :create
+end
+
template "/etc/default/spamassassin" do
source "spamassassin.erb"
owner "root"
# make sure --max-children is not set to anything higher than 5,
# unless you know what you're doing.
-OPTIONS="--username mail --nouser-config"
+OPTIONS="--username mail --nouser-config --virtual-config-dir=/var/spool/spamassassin"
# Pid file
# Where should spamd write its PID to file? If you use the -u or