31 Jul
2012
31 Jul
'12
9:42 p.m.
On 30.7.2012, at 13.36, mailing list subscriber wrote:
userdb { driver = passwd }
Looks like you're using system users. Each mail then needs to be written using different permissions, so hard linking can't work.
I am afraid this is incorrect:
The code that determines if Dovecot even attempts to use hard links is in:
http://hg.dovecot.org/dovecot-2.1/file/f74557336910/src/lib-storage/mail-cop...
So you could make it work if you chmod 0770 all of your maildir directories and chgrp them to the same group.