The default is any

This commit is contained in:
Jamie Cameron
2024-12-18 14:49:30 -08:00
parent 9329829732
commit b1a98f9b6c

View File

@@ -90,8 +90,7 @@ if (&compare_version_numbers($postfix_version, 2.8) >= 0) {
$pref = &get_current_value("smtp_address_preference");
print &ui_table_row($text{'opts_smtp_address_preference'},
&ui_select("smtp_address_preference_def", $pref,
[ [ "", $text{'default'} ],
[ "any", $text{'opts_smtp_address_preference_any'} ],
[ [ "any", $text{'opts_smtp_address_preference_any'} ],
[ "ipv4", "IPv4" ],
[ "ipv6", "IPv6" ] ]));
}