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.
You want enable authentication only for clients using secure TLS connection? : Just put into your config:
auth_advertise_hosts = ${if eq{$tls_cipher}{}{*}{localhost}}
Note: That this will also enable auth for clients connecting from localhost (for example webmails).