[Dovecot] problem authenticating passwd
Maybe you guys seen this question a thousand times but really I can't find a solution. So is there anybody who can give me a direction or a clue to solve my problem. I configured my dovecot as follows:
protocols = imap pop3 imaps pop3s
login_chroot = yes
login_user = dovecot
auth_verbose = yes
auth default { mechanisms = plain
passdb passwd { args = /etc/passwd }
userdb passwd { args = /etc/passwd }
user = root }
The maillog gives me that there is password mismatch, but I'm 100 % sure that the password is correct. I allso looked in my /etc/passwd file and the user is there. The user is all so able to login the Linux system. My system is Fedora redhat RC 5. Dovecot is v1.0.beta2. I attached the last rules of my maillog. Is there anybody who can please help me.
Thx in advance richard
This is the tail of the maillog:
Apr 8 10:58:12 host dovecot: Killed with signal 15 Apr 8 10:58:34 host dovecot: Dovecot v1.0.beta2 starting up Apr 8 10:59:09 host dovecot: auth(default): client in: AUTH 1 PLAIN service=POP3 lip=192.168.0.200 rip=192.168.0.104 resp=AHJpY2hhcmRAcmljaGFyZC1icm91d2VyLmNvbQBoYWxsbzUzOA== Apr 8 10:59:09 host dovecot: auth(default): passwd(richard@richard-brouwer.com,192.168.0.104): unknown user Apr 8 10:59:11 host dovecot: auth(default): client out: FAIL 1 user=richard@richard-brouwer.com Apr 8 11:00:00 host dovecot: auth(default): client in: AUTH 2 PLAIN service=POP3 lip=192.168.0.200 rip=192.168.0.104 resp=AHJpY2hhcmRAcmljaGFyZC1icm91d2VyLm5sAGhhbGxvNTM4 Apr 8 11:00:00 host dovecot: auth(default): passwd(richard@richard-brouwer.nl,192.168.0.104): password mismatch Apr 8 11:00:01 host dovecot: auth(default): client out: FAIL 2 user=richard@richard-brouwer.nl
On Saturday 2006-April-08 04:10, richard@richard-brouwer.nl wrote:
auth default { mechanisms = plain
passdb passwd { args = /etc/passwd }
Perhaps you should be using PAM or shadow for the passdb?
Apr 8 10:59:09 host dovecot: auth(default): client in: AUTH 1
PLAIN service=POP3 lip=192.168.0.200 rip=192.168.0.104
resp=AHJpY2hhcmRAcmljaGFyZC1icm91d2VyLmNvbQBoYWxsbzUzOA==
BTW with this information archived on Google, I hope you changed your password!
Apr 8 10:59:09 host dovecot: auth(default): passwd(richard@richard-brouwer.com,192.168.0.104): unknown user
Did you try using just "richard" as the username, or adding "richard-brouwer.com" as an auth realm?
Offlist mail to this address is discarded unless
"/dev/rob0" or "not-spam" is in Subject: header
participants (2)
-
/dev/rob0
-
richard@richard-brouwer.nl