Re: [exim] Upgrade blues...

Page principale
Supprimer ce message
Répondre à ce message
Auteur: Jakob Hirsch
Date:  
À: Niclas Hedhman
CC: exim-users
Sujet: Re: [exim] Upgrade blues...
Niclas Hedhman wrote:

> www.hedhman.org on port 25 is where it is running.


It's likely to be a problem with your, no authenticators (besides the
fake auth) are announced:

250-AUTH
250-AUTH=PLAIN LOGIN

Seeing your other post, it seem that this

> .ifndef AUTH_SERVER_ALLOW_NOTLS_PASSWORDS
> server_advertise_condition = ${if eq{$tls_cipher}{}{}{*}}
> .endif


is the problem, though CRAM-MD5 should be possible without TLS.
This looks like Debian-specific stuff, you'd better ask on Debian's exim
list.