]> git.openstreetmap.org Git - chef.git/commitdiff
Run spamassassin as debian-spamd
authorTom Hughes <tom@compton.nu>
Sat, 6 Sep 2014 09:59:44 +0000 (10:59 +0100)
committerTom Hughes <tom@compton.nu>
Sat, 6 Sep 2014 09:59:44 +0000 (10:59 +0100)
cookbooks/spamassassin/recipes/default.rb
cookbooks/spamassassin/templates/default/spamassassin.erb

index bbea0159b597bdfad7682fdd2015d6aa77507cae..6c64083b8df58da66de8d99b2a0f18b6e322fabf 100644 (file)
@@ -25,8 +25,8 @@ service "spamassassin" do
 end
 
 directory "/var/spool/spamassassin" do
-  owner "mail"
-  group "mail"
+  owner "debian-spamd"
+  group "debian-spamd"
   mode 0755
 end
 
index e64c19be99ecfaa814c51a1385173db5be80d948..286d1feeb9bd5a0e091083d9baf36d371438f459 100644 (file)
@@ -10,7 +10,7 @@ ENABLED=1
 # 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 debian-spamd --nouser-config"
 
 # Pid file
 # Where should spamd write its PID to file? If you use the -u or