aboutsummaryrefslogtreecommitdiffstats
path: root/modules/postgrey/templates/postgrey.sysconfig
diff options
context:
space:
mode:
authorMichael Scherer <misc@mageia.org>2010-11-17 15:58:10 +0000
committerMichael Scherer <misc@mageia.org>2010-11-17 15:58:10 +0000
commit602d4637e0fc7711ffb90b40f9b5467074f741c8 (patch)
treeda97ead874955c9a58c43151e31554997711ff31 /modules/postgrey/templates/postgrey.sysconfig
parentd0b22dcb390873be41d24bafb728a4f21810cad7 (diff)
downloadpuppet-602d4637e0fc7711ffb90b40f9b5467074f741c8.tar
puppet-602d4637e0fc7711ffb90b40f9b5467074f741c8.tar.gz
puppet-602d4637e0fc7711ffb90b40f9b5467074f741c8.tar.bz2
puppet-602d4637e0fc7711ffb90b40f9b5467074f741c8.tar.xz
puppet-602d4637e0fc7711ffb90b40f9b5467074f741c8.zip
- add a postgrey module
Diffstat (limited to 'modules/postgrey/templates/postgrey.sysconfig')
-rw-r--r--modules/postgrey/templates/postgrey.sysconfig12
1 files changed, 12 insertions, 0 deletions
diff --git a/modules/postgrey/templates/postgrey.sysconfig b/modules/postgrey/templates/postgrey.sysconfig
new file mode 100644
index 00000000..ec4e6947
--- /dev/null
+++ b/modules/postgrey/templates/postgrey.sysconfig
@@ -0,0 +1,12 @@
+# change default configuration option here
+
+# SOCKET=$(postconf -h queue_directory)/extern/postgrey/socket
+# OPTIONS="--unix=$SOCKET"
+# DBPATH=/var/lib/postgrey
+# OPTIONS="$OPTIONS --dbdir=$DBPATH"
+
+# to use an inet connection instead of a socket
+#OPTIONS="--inet=127.0.0.1:10031"
+
+# enable whitelisting
+OPTIONS="$OPTIONS --auto-whitelist-clients"