On 15.05.2010 17:17, wrote Robert Schetterer: > Am 15.05.2010 16:56, schrieb Henrique Fernandes: >> To get mny server to work i have to change de permissions like this, >> >> sleep 1 >> chmod 777 /var/run/dovecot/auth-userdb >> chmod 777 /var/run/dovecot/dict >> >> >> But about this i guess is just miss configuration >> >> i am gonna test the new code today! I dowloaded from mercurial! > > last tests showed dict sql quota seems to be complete broken with last > mercurial, apearing now with i.e imap copy actions now too > ( cant calculate quota etc ) > > perhaps i try chmod... but youre right this should not be needed
No need to chmod. You can set this in 10-master.conf e.g.: service auth { unix_listener auth-userdb { mode = 0666 } # Postfix smtp-auth unix_listener /var/spool/postfix/private/auth { mode = 0666 group = postfix user = postfix } } service dict { unix_listener dict { mode = 0666 } }