Hi The "Additional allowed sender IPv6 addresses/networks" does not show since I dont have ipv6 enabled on this server. But that shoud not be stopping me from entering a ipv6 adress in the SPF. The code in bind8-lib.pl says only show "Additional allowed sender IPv6 addresses/networks" if ipv6 is present on the server ? 1219 if (&supports_ipv6()) { 1220 print &ui_table_row($text{'value_spfip6s'}, 1221 &ui_textarea("spfip6s", join("\n", @{$spf->{'ip6:'} || []}), 1222 3, 40), 3); 1223 } /mats
Hi Also adding a host pointing to a "AAAA" record in "Additional allowed sender hosts" is not allowed. Addning a host pointing to a "A" record is allowed. /mats
Hi sorry about that : Webmin -> Servers -> Bind DNS server - Zone "example.com" -> Sender Permitted From -> Additional allowed sender IP addresses/networks -> "2001:67c:1384:3::10" Create /Save /mats
Hi Webmin version 1.850 I'm trying to add a IPv6 address to Sender Permitted From Records. I get "Failed to save record : '2001:67c:1384:3::10' is not a valid IP address or IP/prefix to allow sending from" when trying to add a IPv6 address. /mats
SPF does not accept ipv6 addresses