Hi all,
I need to specify an IPv6 prefix in /etc/mail/access using CIDR notation and it doesn't seem to work (nor can I find it documented).
My range is similar to: "
My network doesn't fall on a 16 bit boundary so I can't just specify "
In the absence of any other information I have it working by having 256 entries in my access file (
Does anyone know if there's a patch to allow non-16 bit boundaries to be specified in access?
Thanks,
Scott
I need to specify an IPv6 prefix in /etc/mail/access using CIDR notation and it doesn't seem to work (nor can I find it documented).
My range is similar to: "
2001:DB8:1111:2200::/56
".My network doesn't fall on a 16 bit boundary so I can't just specify "
2001:DB8:1111:22
" as this is actually "2001:0DB8:1111:0022::/64
". Nor can I specify "2001:DB8:1111:2200
" as this is just the first network of a block of 256 /64 networks.In the absence of any other information I have it working by having 256 entries in my access file (
2001:DB8:1111:2200
through 2001:DB8:1111:22FF
) but this is less than ideal.Does anyone know if there's a patch to allow non-16 bit boundaries to be specified in access?
Thanks,
Scott