From: Jeremy Harris Date: Sat, 28 Apr 2018 12:09:04 +0000 (+0100) Subject: Docs: minor fixes X-Git-Tag: exim-4.92-RC1~193 X-Git-Url: https://git.exim.org/exim.git/commitdiff_plain/d6e7df900550f1a63e066f8a4a7d023e8d8e312b Docs: minor fixes --- diff --git a/doc/doc-docbook/spec.xfpt b/doc/doc-docbook/spec.xfpt index 173d69222..f865fc9a1 100644 --- a/doc/doc-docbook/spec.xfpt +++ b/doc/doc-docbook/spec.xfpt @@ -15082,7 +15082,7 @@ server. This reduces security slightly, but improves interworking with older implementations of TLS. -option gnutls_allow_auto_pkcs11 main boolean unset +.option gnutls_allow_auto_pkcs11 main boolean unset This option will let GnuTLS (2.12.0 or later) autoload PKCS11 modules with the p11-kit configuration files in &_/etc/pkcs11/modules/_&. @@ -17369,7 +17369,7 @@ The ordering of the two lists must match. .cindex SSMTP .cindex SMTPS This option specifies a list of incoming SSMTP (aka SMTPS) ports that should -operate the obsolete SSMTP (SMTPS) protocol, where a TLS session is immediately +operate the SSMTP (SMTPS) protocol, where a TLS session is immediately set up without waiting for the client to issue a STARTTLS command. For further details, see section &<>&. diff --git a/src/src/verify.c b/src/src/verify.c index ffa6a14f9..1eff49f49 100644 --- a/src/src/verify.c +++ b/src/src/verify.c @@ -787,7 +787,7 @@ tls_retry_connection: The sync_responses() would need to be taught about it and we'd need another return code filtering out to here. - Avoid using a SIZE option on the MAIL for all randon-rcpt checks. + Avoid using a SIZE option on the MAIL for all random-rcpt checks. */ sx.avoid_option = OPTION_SIZE;