git://git.exim.org
/
exim.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8ddef69
)
Expand documentation on use of dnslists in an IPv6 environment. Bug 1369
author
Jeremy Harris
<jgh146exb@wizmail.org>
Sat, 8 Mar 2014 18:50:16 +0000
(18:50 +0000)
committer
Jeremy Harris
<jgh146exb@wizmail.org>
Sat, 8 Mar 2014 19:03:40 +0000
(19:03 +0000)
doc/doc-docbook/spec.xfpt
patch
|
blob
|
history
diff --git
a/doc/doc-docbook/spec.xfpt
b/doc/doc-docbook/spec.xfpt
index 28c2ceb621f7edbe1b22b75312f2a6e547a9d8b3..4faf78d9040d9383ceae6bff65a334426fef8f38 100644
(file)
--- a/
doc/doc-docbook/spec.xfpt
+++ b/
doc/doc-docbook/spec.xfpt
@@
-28611,6
+28611,13
@@
deny condition = ${if isip4{$sender_host_address}}
dnslists = some.list.example
.endd
+If an explicit key is being used for a DNS lookup and it may be an IPv6
+address you should specify alternate list separators for both the outer
+(DNS list name) list and inner (lookup keys) list:
+.code
+ dnslists = <; dnsbl.example.com/<|$acl_m_addrslist
+.endd
+
.section "Rate limiting incoming messages" "SECTratelimiting"
.cindex "rate limiting" "client sending"
.cindex "limiting client sending rates"