summaryrefslogtreecommitdiff
path: root/files
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2010-09-12 21:52:38 -0300
committerSilvio Rhatto <rhatto@riseup.net>2010-09-12 21:52:38 -0300
commit0a8736ad7c395e8eb6b205b5b86479d417bddfc1 (patch)
treeb5ddc12b0975dfbbf3114bfc238f8ec55218228d /files
parent593c80720d5d9a5fdd4baf3939ed98b7fc091429 (diff)
downloadpuppet-mail-0a8736ad7c395e8eb6b205b5b86479d417bddfc1.tar.gz
puppet-mail-0a8736ad7c395e8eb6b205b5b86479d417bddfc1.tar.bz2
Managing spamassassin
Diffstat (limited to 'files')
-rw-r--r--files/spamassassin/default31
1 files changed, 31 insertions, 0 deletions
diff --git a/files/spamassassin/default b/files/spamassassin/default
new file mode 100644
index 0000000..dc44da0
--- /dev/null
+++ b/files/spamassassin/default
@@ -0,0 +1,31 @@
+# /etc/default/spamassassin
+# Duncan Findlay
+
+# WARNING: please read README.spamd before using.
+# There may be security risks.
+
+# Change to one to enable spamd
+ENABLED=1
+
+# Options
+# See man spamd for possible options. The -d option is automatically added.
+
+# SpamAssassin uses a preforking model, so be careful! You need to
+# make sure --max-children is not set to anything higher than 5,
+# unless you know what you're doing.
+
+OPTIONS="--create-prefs --max-children 5 --helper-home-dir"
+
+# Pid file
+# Where should spamd write its PID to file? If you use the -u or
+# --username option above, this needs to be writable by that user.
+# Otherwise, the init script will not be able to shut spamd down.
+PIDFILE="/var/run/spamd.pid"
+
+# Set nice level of spamd
+#NICE="--nicelevel 15"
+
+# Cronjob
+# Set to anything but 0 to enable the cron job to automatically update
+# spamassassin's rules on a nightly basis
+CRON=0