中司と申します。
> On Wed, 15 Aug 2007 11:44:42 +0900
> HOTTA Michihide <hotta@xxxxxxxxxxxxxx> wrote:
>
> > * BAD [ALERT] Plaintext authentication is disabled,
> > but your client sent password in plaintext anyway.
> > If anyone was listening, the password was exposed.
> > A1 NO Plaintext authentication disallowed on non-secure connections.
>
> 「セキュアでない接続からの」平文パスワードは許可してないよ、とい
> うことみたいですね。ローカルホストからだと安全ということなのでし
> ょう。
>
> dovecot.conf の中を "plain" で検索すると、何か出てきませんか?
disable_plaintext_auth = no
を有効して、dovecot を再起動したら接続出来ました。
disable_plaintext_auth = no の行の上には、
# Disable LOGIN command and all other plaintext authentications unless
# SSL/TLS is used (LOGINDISABLED capability). Note that if the remote IP
# matches the local IP (ie. you're connecting from the same computer), the
# connection is considered secure and plaintext authentication is allowed.
というコメントがあり単純にコメントアウト(デフォルトと同じ)
すれば暗号化認証が出来る訳ではなさそうです。
試しに、コメントアウト -> 再起動 して、メールクライアントの認証方式を
標準 -> CRAM-MD5 に変更しても
メールサーバーとの通信中にエラーが発生しました。
0004 BAD Unsupported authentication mechanism.
というエラーがクライアントに表示されて接続できませんでした。
#メールクライアントは、Becky2(WinXP)です。
#Bekey2には、この2種類の認証方式しかなさそうです。
でも、当初の目的は達成出来ました。
有り難うございました。