This commit is contained in:
Jamie Cameron
2021-10-22 22:02:26 -07:00
parent 3ebf8ae2dd
commit e2e536fd38
2 changed files with 3 additions and 2 deletions

View File

@@ -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

View File

@@ -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'} ],