[Dovecot] map-login: Login failed: Plaintext
Hi
I'm running Dovecot 1.0 stable and getting error like this:
dovecot: Jun 07 11:51:00 Info: Dovecot v1.0-stable starting up dovecot: Jun 07 11:51:01 Info: auth(default): mysql: Connected to postfix Dovecot: Jun 07 11:47:34 Info: imap-login: Login failed: Plaintext authentication disabled [85.76.231.143]
dovecot.conf Authentication processes section looks like:
auth default { mechanisms = plain digest-md5 cram-md5 passdb = sql /usr/local/etc/dovecot-mysql.conf userdb = sql /usr/local/etc/dovecot-mysql.conf
and the dovecot-mysql.conf
driver = mysql connect = host=127.0.0.1 dbname=postfix user=koira password=secret default_pass_scheme = PLAIN-MD5
<and then the querys>
I also tried default_pass_scheme = PLAIN and same error occurred..
I'm confused because earlier versions of dovecot has worked so well and smoothly.
I've read some dovecot wiki pages and also dovecot-1.0-stable/doc/dovecot-sql.conf files etc. and noticed that the authenticatin has changed... but still getting that error :/
Anybody have any clue?
City.fi:n huippusuosittu kulttipalvelu nyt myös matkapuhelimeesi. Peilikuva on myös WAPissa! http://www.city.fi/mobiili/peilikuva/
On Tue, Jun 07, 2005 at 06:18:31PM +0300, Nmap wrote:
I'm running Dovecot 1.0 stable and getting error like this:
dovecot: Jun 07 11:51:00 Info: Dovecot v1.0-stable starting up dovecot: Jun 07 11:51:01 Info: auth(default): mysql: Connected to postfix Dovecot: Jun 07 11:47:34 Info: imap-login: Login failed: Plaintext authentication disabled [85.76.231.143]
Did you set: disable_plaintext_auth = no
Or did you try enabling TLS in your client?
-- Jim Tittsler http://www.OnJapan.net/ GPG: 0x01159DB6 Python Starship http://Starship.Python.net/crew/jwt/ Mailman IRC irc://irc.freenode.net/#mailman
participants (2)
-
Jim Tittsler
-
Nmap