[dovecot] Re: SELECT

Timo Sirainen tss at iki.fi
Thu Aug 8 18:04:53 EEST 2002


On Thu, Aug 08, 2002 at 10:13:30AM -0300, marcelo at carpa.ciagri.usp.br wrote:

> Shouldn't it be:
> 
> mkdir .INBOX
> ln -s cur .INBOX/
> ln -s new .INBOX/
> ln -s tmp .INBOX/
> ?

No, if that was done the symlinks would point to themselves. ln -s behaviour
looks a bit weird if you're not doing it from the destination directory :)

> Anyway, "mkdir .INBOX" succeeds but it is created with
> perms 070 and trying to create the links inside it
> causes the permission errors.

Ah, and this was because I was stupid and set the default umask to 0700
instead of 0077 :) You could fix this by uncommenting the umask-line in
dovecot.conf.

btw. 0.95 also has problems with bad network connections or large mailboxes,
I'll probably release 0.96 soon which fixes it.




More information about the dovecot mailing list