Moved config files out of the src directory.
[carnet-upgrade.git] / files / etc / default / postgrey
diff --git a/files/etc/default/postgrey b/files/etc/default/postgrey
new file mode 100644 (file)
index 0000000..07ba6bc
--- /dev/null
@@ -0,0 +1,10 @@
+# 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"