21 Jan
2011
21 Jan
'11
3:29 p.m.
On Fri, Jan 21, 2011 at 03:08:26PM +0200, Timo Sirainen wrote:
$ doveadm -v mailbox status -u user@example.com unseen inbox doveadm(user@example.com): Error: userdb lookup: connect(/usr/local/dovecot-2.0.9/var/run/dovecot/auth-userdb) failed: No such file or directory
Then you'll also need to configure v1.2 to add auth-userdb socket on top of auth-master socket (if you didn't already have it). http://wiki.dovecot.org/LDA describes how to add auth-master socket. Just name it auth-userdb instead of auth-master.
I already had a /var/run/dovecot/auth-master, so I just created a symlink to it from from /usr/local/dovecot-2.0.9/var/run/dovecot/auth-userdb and now doveadm works. Thanks again!
-jf