[Dovecot] Auth Issue

Tero Ripattila tero at ripattila.com
Wed May 25 09:39:28 EEST 2005


Hello Adam,

* Adam Barrett <dragen at gmail.com> [2005-05-24 21:05:24 -0600]:

> I have set it up so that it is to accept login via PLAIN TEXT.

Okay, so you have the following options set in dovecot.conf:

disable_plaintext_auth = no

auth default {
  # Space separated list of wanted authentication mechanisms:
  #   plain digest-md5 cram-md5 apop anonymous
  mechanisms = plain
}

> I enter my password (the same I would use to login to FTP) and it fails. 
> Any thoughts?

I'd recommend turning on the following debug options and then watching the dovecot.log:

auth_verbose = yes
(verbose_ssl = yes)

Thanks, Tero

-- 
Tero Ripattila



More information about the dovecot mailing list