diff options
author | Jeremy Harris <jgh146exb@wizmail.org> | 2015-01-28 00:16:56 +0000 |
---|---|---|
committer | Jeremy Harris <jgh146exb@wizmail.org> | 2015-01-28 00:22:36 +0000 |
commit | 2aad5761b59a709d98a7d278d83e978ac4e83c2b (patch) | |
tree | 42993e7b34a411cd54b4ffd8e7d7605881f20eff /doc | |
parent | 3e60dd410992e3b732d5633e25d3cbf76d8b1e2d (diff) |
Support hostnames and IPv6 addresses for spamd_address. Bug 1259
Diffstat (limited to 'doc')
-rw-r--r-- | doc/doc-docbook/spec.xfpt | 6 | ||||
-rw-r--r-- | doc/doc-txt/ChangeLog | 3 |
2 files changed, 8 insertions, 1 deletions
diff --git a/doc/doc-docbook/spec.xfpt b/doc/doc-docbook/spec.xfpt index e34ed8054..cb3d78d5d 100644 --- a/doc/doc-docbook/spec.xfpt +++ b/doc/doc-docbook/spec.xfpt @@ -30778,6 +30778,12 @@ condition defers. Unix and TCP socket specifications may be mixed in any order. Each element of the list is a list itself, space-separated by default and changeable in the usual way. + +For TCP socket specifications a host name or IP (v4 or v6, but +subject to list-separator quoting rules) address can be used, +and the port can be one or a dash-separated pair. +In the latter case, the range is tried in strict order. + Elements after the first for Unix sockets, or second for TCP socket, are options. The supported option are: diff --git a/doc/doc-txt/ChangeLog b/doc/doc-txt/ChangeLog index e06ac6065..fbfe7507e 100644 --- a/doc/doc-txt/ChangeLog +++ b/doc/doc-txt/ChangeLog @@ -58,7 +58,8 @@ JH/15 Bug 670: The spamd_address main option (for the spam= ACL condition) modifiers per server. Patch originally by <rommer@active.by>. JH/16 The spamd_address main option now supports a mixed list of local - and remote servers. + and remote servers. Remote servers can be IPv6 addresses, and + specify a port-range. |