Re: [exim] How to advertise different Authentication methods…

Top Page
Delete this message
Reply to this message
Author: Jakob Hirsch
Date:  
To: Wolfgang Kraft
CC: exim-users
Subject: Re: [exim] How to advertise different Authentication methods for encrypted/unencrypted connections
Wolfgang Kraft wrote:

> Standard TCP connection: Use only CRAM-MD5
> TLS encrypted connection: Offer: PLAIN, LOGIN and CRAM-MD5


Don't mess around with auth_advertise_hosts, use

server_advertise_condition = ${if def:tls_cipher {yes}}

in your plain and login authenticator. Works for me at least.