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

Etusivu
Poista viesti
Vastaa
Lähettäjä: Jakob Hirsch
Päiväys:  
Vastaanottaja: Wolfgang Kraft
Kopio: exim-users
Aihe: 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.