mirror of
https://github.com/webmin/webmin.git
synced 2026-02-03 14:13:29 +00:00
Fix field labels https://github.com/webmin/webmin/issues/1540
This commit is contained in:
@@ -317,8 +317,9 @@ opts_smtp_data_init_timeout=Timeout on waiting for answer to DATA
|
||||
opts_smtp_data_xfer_timeout=Timeout on waiting for answer to transmit of message content
|
||||
opts_smtp_data_done_timeout=Timeout on waiting for answer to ending "."
|
||||
opts_smtp_quit_timeout=Timeout on waiting for answer to QUIT
|
||||
opts_smtp_use_tls=Use TLS for SMTP connections
|
||||
opts_smtp_use_tls=Use TLS for SMTP connections?
|
||||
opts_smtp_sasl_security_options=SASL security options
|
||||
opts_smtp_tls_security_level=SMTP TLS client security level
|
||||
|
||||
rate_title=Delivery rates
|
||||
rate_ecannot=You are not allowed to edit the delivery rates options
|
||||
|
||||
@@ -55,7 +55,7 @@ if (&compare_version_numbers($postfix_version, 2) <= 0) {
|
||||
# TLS enforcement options
|
||||
if (&compare_version_numbers($postfix_version, 2.3) >= 0) {
|
||||
$level = &get_current_value("smtp_tls_security_level");
|
||||
print &ui_table_row($text{'opts_smtp_use_tls'},
|
||||
print &ui_table_row($text{'opts_smtp_tls_security_level'},
|
||||
&ui_select("smtp_tls_security_level", $level,
|
||||
[ [ "", $text{'default'} ],
|
||||
[ "none", $text{'sasl_level_none'} ],
|
||||
|
||||
Reference in New Issue
Block a user