mirror of
https://github.com/webmin/webmin.git
synced 2026-02-03 06:03:28 +00:00
The default is any
This commit is contained in:
@@ -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" ] ]));
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user