Re: [Dovecot] Default mbox file ownership and permissions with static userdb

2009-01-17 Thread Christian Kreibich
On Sat, 2009-01-17 at 19:57 -0500, Timo Sirainen wrote: > You'll get doveusers group by changing the gid to doveusers. To get > 660 permissions you can set umask=07 in dovecot.conf. The umask > changing is kind of a kludge and not really recommended, but currently > there's no better way. It

Re: [Dovecot] Default mbox file ownership and permissions with static userdb

2009-01-17 Thread Timo Sirainen
On Jan 16, 2009, at 8:40 PM, Christian Kreibich wrote: Hi there! I'm using Dovecot 1.1.7 in a simple setup with a static userdb: userdb: driver: static args: uid=50018 gid=50019 home=/home/dovemail Instead of numbers you can here also use uid=dovemail gid=doveusers When my users crea