summaryrefslogtreecommitdiff
path: root/dbmail.conf
diff options
context:
space:
mode:
authorPaul J Stevens <paul@nfg.nl>2009-11-23 11:27:02 +0100
committerPaul J Stevens <paul@nfg.nl>2009-11-23 11:27:02 +0100
commit3cf09ea0c71e28157b8f53db5f0d46341e861af8 (patch)
tree0e976f07bf66c1f8b32136b07a39d7965f727782 /dbmail.conf
parent2dc65d51ae92b16eb7254802d23e91f3f3fc29df (diff)
testing bindip setups
Diffstat (limited to 'dbmail.conf')
-rw-r--r--dbmail.conf5
1 files changed, 3 insertions, 2 deletions
diff --git a/dbmail.conf b/dbmail.conf
index 5dbe77d4..18f1926b 100644
--- a/dbmail.conf
+++ b/dbmail.conf
@@ -141,8 +141,9 @@ effective_group = nogroup
# Separate multiple entries with spaces ( ) or commas (,).
#
bindip = 0.0.0.0 # IPv4 only - all IP's
-#bindip = :: # IPv6 only - all IP's
-#bindip = 0.0.0.0,:: # IPv4 and IPv6 - all IP's
+#bindip = :: # IPv4 and IPv6 - all IP's (linux)
+#bindip = :: # IPv6 only - all IP's (BSD)
+#bindip = 0.0.0.0,:: # IPv4 and IPv6 - all IP's (BSD)
#