Hi, ever since i switched a few servers to 1.1RC4 im finding control dirs with the wrong permissions: 80023615 8 drw------- 2 xxxxxxx user 4096 Apr 23 09:46 ./a/an/xxxxxxx/INBOX/.INBOX.Maatschappijen When dovecot then wants to write a file inside, it gets a permission denied. Cor
On Fri, 2008-04-25 at 11:47 +0200, Cor Bosman wrote:> Hi, ever since i switched a few servers to 1.1RC4 im finding control dirs > with the wrong permissions: > > 80023615 8 drw------- 2 xxxxxxx user 4096 Apr 23 09:46 ./a/an/xxxxxxx/INBOX/.INBOX.Maatschappijen > > When dovecot then wants to write a file inside, it gets a permission denied.This is created in src/lib-storage/index/maildir/maildir-util.c maildir_create_subdirs(). But I don't see how box->dir_create_mode could be 0600 and not 0700. I also can't reproduce this in my tests. What plugins do you use? Does it work if you disable them? -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 189 bytes Desc: This is a digitally signed message part URL: <dovecot.org/pipermail/dovecot/attachments/20080425/0e3e3e5e/attachment-0002.bin>
> This is created in src/lib-storage/index/maildir/maildir-util.c > maildir_create_subdirs(). But I don't see how box->dir_create_mode could > be 0600 and not 0700. I also can't reproduce this in my tests. What > plugins do you use? Does it work if you disable them?Could it be old data that is only showing up because of 1.1 and was ignored or fatal in 1.0? Cor