aboutsummaryrefslogtreecommitdiffstats
path: root/modules/postgrey/templates/postgrey.sysconfig
diff options
context:
space:
mode:
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"