25 May
2005
25 May
'05
9:39 a.m.
Hello Adam,
- Adam Barrett dragen@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