Q1702 - Exim/exim GitHub Wiki Q1702 Question How can I arrange for Exim to advertise support for SMTP authentication only when the session is encrypted? Answer Use this setting: auth_advertise_hosts = ${if eq{$tls_cipher}{}{}{*}} ⚠️ **GitHub.com Fallback** ⚠️