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

Página superior
Eliminar este mensaje
Responder a este mensaje
Autor: Jakob Hirsch
Fecha:  
A: Wolfgang Kraft
Cc: exim-users
Asunto: 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.