search for: 41fd8672

Displaying 1 result from an estimated 1 matches for "41fd8672".

Did you mean: 4158672
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),