We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
How can I arrange for Exim to advertise support for SMTP authentication only when the session is encrypted?
Use this setting:
auth_advertise_hosts = ${if eq{$tls_cipher}{}{}{*}}
tls_try_verify_hosts
tls_verify_hosts