On Thu, Aug 08, 2002 at 07:13:03AM +0300, Timo Sirainen wrote:
On Wed, Aug 07, 2002 at 08:19:56PM -0300, marcelo@carpa.ciagri.usp.br wrote:
a002 NO Broken INBOX: Permission denied
You use normal passwd/shadow/pam authentication?
Well, in dovecot.conf I have:
auth = default auth_methods = plain auth_userinfo = shadow auth_user = root
Where does the home directory point to, to your real home dir under which Maildir/ is?
Maildir is in the real users' home (/home/user/Maildir)
Anyway, one of the following failed (under Maildir/):
mkdir .INBOX ln -s ../cur .INBOX/cur ln -s ../new .INBOX/new ln -s ../tmp .INBOX/tmp
Next release will tell exactly which of them failed :)
Shouldn't it be:
mkdir .INBOX ln -s cur .INBOX/ ln -s new .INBOX/ ln -s tmp .INBOX/ ?
Anyway, "mkdir .INBOX" succeeds but it is created with perms 070 and trying to create the links inside it causes the permission errors.