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
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
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
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 ?
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
Which page in Webmin did you try to add this IPv6 record on, and what field did you enter it into?
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
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
Try entering the IPv6 address into the "Additional allowed sender IPv6 addresses/networks" field.
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
You're right - I'll fix this in the next release.