]> git.donarmstrong.com Git - dsa-puppet.git/blobdiff - modules/postgrey/files/default
Add minimal clamav and postgrey classes to the exim::mx class
[dsa-puppet.git] / modules / postgrey / files / default
diff --git a/modules/postgrey/files/default b/modules/postgrey/files/default
new file mode 100644 (file)
index 0000000..224e764
--- /dev/null
@@ -0,0 +1,16 @@
+# postgrey startup options, created for Debian
+# (c)2004 Adrian von Bidder <avbidder@fortytwo.ch>
+# Distribute and/or modify at will.
+
+# you may want to set
+#   --delay=N   how long to greylist, seconds (default: 300)
+#   --max-age=N delete old entries after N days (default: 30)
+# see also the postgrey(8) manpage
+
+#POSTGREY_OPTS="--inet=127.0.0.1:60000"
+
+# the --greylist-text commandline argument can not be easily passed through
+# POSTGREY_OPTS when it contains spaces.  So, insert your text here:
+#POSTGREY_TEXT="Your customized rejection message here"
+POSTGREY_OPTS="--unix=/var/run/postgrey/socket --retry-window=4 --auto-whitelist-clients=10 --exim"
+[ -d /var/run/postgrey ] || (mkdir /var/run/postgrey && chown postgrey:Debian-exim /var/run/postgrey && chmod 750 /var/run/postgrey)