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

Pàgina inicial
Delete this message
Reply to this message
Autor: Jakob Hirsch
Data:  
A: Wolfgang Kraft
CC: exim-users
Assumpte: 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.