8 Jul
2009
8 Jul
'09
8:52 p.m.
On Wed, 2009-07-08 at 13:46 -0400, Timo Sirainen wrote:
On Wed, 2009-07-08 at 19:37 +0200, Julien Danjou wrote:
Jul 8 18:47:51 prometheus dovecot: deliver(jd@danjou.info): mkdir_parents_chown(danjou.info/jd/) failed: Permission denied (euid=8(mail) egid=8(mail))
The problem is this. It tries to create a non-existing directory, but can't because of permission problems. Although this may be misleading, because you're not using absolute paths in the user's home (mail?) directory. I'd fix that first. Maybe this problem goes away after that too.
http://hg.dovecot.org/dovecot-1.2/rev/6d7f6ea02e17 makes it log the current directory in the above error message when the path is relative.