Re: [exim] Upgrade blues...

トップ ページ
このメッセージを削除
このメッセージに返信
著者: Jakob Hirsch
日付:  
To: Niclas Hedhman
CC: exim-users
題目: 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.