spamassassin: Enable nightly updates through cron.
[matthijs/servers/drsnuggles.git] / etc / default / spamassassin
index 09fd09597f0031bec30c280f80af06080b87a267..b61c44b43cad05712ca283568f1a41f2614492ae 100644 (file)
@@ -5,7 +5,7 @@
 # There may be security risks.
 
 # Change to one to enable spamd
-ENABLED=0
+ENABLED=1
 
 # Options
 # See man spamd for possible options. The -d option is automatically added.
@@ -28,4 +28,4 @@ PIDFILE="/var/run/spamd.pid"
 # Cronjob
 # Set to anything but 0 to enable the cron job to automatically update
 # spamassassin's rules on a nightly basis
-CRON=0
+CRON=1