Hi
While POP3 works perfectly fine, and the mail is delivered as it should, I am having problems logging in with IMAP.
I have it running properly, the client is able to connect to service (it wirks via inetd)
The system is FreeBSD 6, fresh install
Log entries:
/var/log/messages:
/var/log/maillog:
dovecot.conf auth section:
IMAP section is empty (i.e. only the default commented-out stuff)
When starting-restarting, services do not throw any errors in logs.
What may be wrong and what should I check?
While POP3 works perfectly fine, and the mail is delivered as it should, I am having problems logging in with IMAP.
I have it running properly, the client is able to connect to service (it wirks via inetd)
The system is FreeBSD 6, fresh install
Log entries:
/var/log/messages:
(this is when connectiong via roundcuve)Jul 6 18:51:59 bender imapd[90113]: Login failed user=*@* auth=*@* host=localhost [127.0.0.1]
Jul 6 18:52:50 bender imapd[90366]: Login failed user=*@*auth=*@* host=localhost [127.0.0.1]
Jul 6 18:53:45 bender imapd[90586]: Login failed user=*@* auth=*@* host=localhost [127.0.0.1]
Jul 6 18:54:31 bender imapd[90717]: Login failed user=*@* auth=*@* host=localhost [127.0.0.1]
/var/log/maillog:
... and similarJul 6 18:53:48 bender imapd[90586]: Command stream end of file, while reading line user=*@* host=localhost [127.0.0.1]
dovecot.conf auth section:
auth default {
mechanisms = plain
passdb passwd {
}
passdb passwd-file {
args = /etc/virtual/%d/passwd
}
userdb passwd {
}
userdb passwd-file {
args = /etc/virtual/%d/passwd
}
user = root
}
IMAP section is empty (i.e. only the default commented-out stuff)
When starting-restarting, services do not throw any errors in logs.
What may be wrong and what should I check?