From 44c7b1f5f8beddc8c4fe094073273c71bba9fdd6 Mon Sep 17 00:00:00 2001 From: delvh Date: Sat, 14 Aug 2021 09:56:28 +0200 Subject: [PATCH 1/2] Improve resource string --- options/locale/locale_en-US.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/options/locale/locale_en-US.ini b/options/locale/locale_en-US.ini index 1a4cae9d9d692..7f437246956cb 100644 --- a/options/locale/locale_en-US.ini +++ b/options/locale/locale_en-US.ini @@ -2432,7 +2432,7 @@ auths.allowed_domains = Allowed Domains auths.allowed_domains_helper = Leave empty to allow all domains. Separate multiple domains with a comma (','). auths.skip_tls_verify = Skip TLS Verify auths.force_smtps = Force SMTPS -auths.force_smtps_helper = By default SMTPS will be used for port 465, set this to use smtps on other ports, otherwise STARTTLS is used if supported. +auths.force_smtps_helper = By default, SMTPS uses port 465. Set this to force SMPTS on other ports as well. Otherwise, STARTTLS will be used for these ports if it is supported. auths.helo_hostname = HELO Hostname auths.helo_hostname_helper = Hostname sent with HELO. Leave blank to send current hostname. auths.disable_helo = Disable HELO From cee919f39d36508e62d2d5468c65b00109a6e21f Mon Sep 17 00:00:00 2001 From: delvh Date: Sat, 14 Aug 2021 14:42:36 +0200 Subject: [PATCH 2/2] Update options/locale/locale_en-US.ini Co-authored-by: zeripath --- options/locale/locale_en-US.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/options/locale/locale_en-US.ini b/options/locale/locale_en-US.ini index 7f437246956cb..5c40eb18b3084 100644 --- a/options/locale/locale_en-US.ini +++ b/options/locale/locale_en-US.ini @@ -2432,7 +2432,7 @@ auths.allowed_domains = Allowed Domains auths.allowed_domains_helper = Leave empty to allow all domains. Separate multiple domains with a comma (','). auths.skip_tls_verify = Skip TLS Verify auths.force_smtps = Force SMTPS -auths.force_smtps_helper = By default, SMTPS uses port 465. Set this to force SMPTS on other ports as well. Otherwise, STARTTLS will be used for these ports if it is supported. +auths.force_smtps_helper = SMTPS is always used on port 465. Set this to force SMTPS on other ports. (Otherwise STARTTLS will be used on other ports if it is supported by the host.) auths.helo_hostname = HELO Hostname auths.helo_hostname_helper = Hostname sent with HELO. Leave blank to send current hostname. auths.disable_helo = Disable HELO