[Dovecot] problem authenticating passwd

richard at richard-brouwer.nl richard at richard-brouwer.nl
Sat Apr 8 12:10:39 EEST 2006


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 at richard-brouwer.com,192.168.0.104): unknown user
Apr  8 10:59:11 host dovecot: auth(default): client out: FAIL   1       user=richard at 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 at richard-brouwer.nl,192.168.0.104): password mismatch
Apr  8 11:00:01 host dovecot: auth(default): client out: FAIL   2       user=richard at richard-brouwer.nl


More information about the dovecot mailing list