Re: [Dovecot] Mail storage creation fails with virtual users

2009-12-29 Thread Scott H. W. Snyder
Could this have something to do with mail_extra_groups? Or privileged group? I tried adding these in to no avail. On Dec 29, 2009, at 4:21 PM, Timo Sirainen wrote: Two possibilities: a) Give it enough permissions (e.g. chmod 01777 /var/mail/folders) b) Create the directories manually at

Re: [Dovecot] Mail storage creation fails with virtual users

2009-12-29 Thread Scott H. W. Snyder
I've tried the first, and it didn't work. I'd rather not have to do the second. :( On Dec 29, 2009, at 4:21 PM, Timo Sirainen wrote: Two possibilities: a) Give it enough permissions (e.g. chmod 01777 /var/mail/folders) b) Create the directories manually at the same time as creating new user

[Dovecot] Mail storage creation fails with virtual users

2009-12-29 Thread Scott H. W. Snyder
So I have recently set up dovecot with a virtual users dovecot.passdb file, but when I attempt to telnet in, it fails because my virtual users don't have proper permissions to create mailboxes. I don't want to have to create actual users for each email account. Any idea as to what to do?