Hi all!
I've created custom rbl with own dns. I've noticed problem when
connection from remote smtp is via ipv6. It looks like SA dosen't query
rbl about address ipv6.

Example 1:
client(address BB, ipv4)->MTA( CC, ipv4)->dest. MTA
in this case, SA checks for both addresses BB and CC

example 2:
client(address BB, ipv4)->MTA( DD, ipv6)->dest. MTA
in this case, SA checks only address BB

I'm using SA-3.3.1, NetAddr-IP-4.033.

Rules looks like this:

header          __LR_NADAWCA_W_H        eval:check_rbl('XXX',
'rbl.mejor.pl.')
describe        __LR_NADAWCA_W_H        Odebrane od nadawcy w RBL XXX
tflags          __LR_NADAWCA_W_H        net
reuse           __LR_NADAWCA_W_H

header          LR_NADAWCA_W_RBL_H1     eval:check_rbl_sub('XXX',
'127.0.0.1')
describe        LR_NADAWCA_W_RBL_H1     Odebrane od nadawcy w RBL XXX
tflags          LR_NADAWCA_W_RBL_H1     net
score           LR_NADAWCA_W_RBL_H1     1
reuse           LR_NADAWCA_W_RBL_H1

header          LR_NADAWCA_W_RBL_H2     eval:check_rbl_sub('XXX',
'127.0.0.2')
describe        LR_NADAWCA_W_RBL_H2     Odebrane od nadawcy w RBL XXX
tflags          LR_NADAWCA_W_RBL_H2     net
score           LR_NADAWCA_W_RBL_H2     2
reuse           LR_NADAWCA_W_RBL_H2

(sorry for little obsfucation, i hope this will not be problematic)
May you give any advice?
Regards

Reply via email to