16 Aug
2009
16 Aug
'09
3:45 a.m.
On Fri, 2009-08-14 at 19:35 +0200, André Labuschagné wrote:
Thank you for your response. It helped a lot. The contents of the conf file is:
connect = host=localhost dbname=[db] user=[*] password=[*] user_query = SELECT CONCAT('maildir:', domain.home_dir, '/mail/', mailbox.maildir, 'mail') as mail, domain.uid, domain.gid,
Do you really want to have per-domain uid/gids? That makes it more secure, but also makes things more difficult. If you need multiple uids, you need to make deliver setuid-root: http://wiki.dovecot.org/LDA#Multiple_UIDs