Displaying 2 results from an estimated 2 matches for "alteroo".
2005 Dec 24
0
dovecot - postgresql ERR No INBOX for user.
I've setup dovecot to authenticate against postgresql.
But I consistently get a "No INBOX for user" error when I try to do pop
requests.
Any pointers would be helpful.
Postfix deposits mails in maildirs in the format
/var/spool/virtual_mailboxes/{domain}/{username}/
below is the result of a telnet test (altered slightly of course, but gives
the idea)
telnet localhost 110
Trying
2005 Dec 25
2
dovecot and virtual mailbox - suggestions please
I've setup postfix to delivered my mail to a maildir located at
/var/spool/virtual_mailboxes/mydomain.com/myuser
My postgresql database called 'mails' has a user table setup as follows:
CREATE TABLE users (
userid VARCHAR(128) NOT NULL,
password VARCHAR(128),
realname VARCHAR(128),
uid INTEGER NOT NULL,
gid INTEGER NOT NULL,
home VARCHAR(128),
mail VARCHAR(255),