25 Dec
2005
25 Dec
'05
5:29 p.m.
On Sun, 2005-12-25 at 10:13 -0500, David Bain wrote:
What would the query look like in my dovecot-pgsql.conf file to retrieve the appropriate INBOX information?
mine currently looks like this. user_query = SELECT '/var/spool/virtual_mailboxes/'||home AS home, uid, gid FROM users WHERE userid = '%u'
never mind my question. What does the userid field in the database look like? The full email address? Then this default_mail_env should work:
default_mail_env = maildir:/var/spool/virtual_mailboxes/%d/%u/
johannes