On Wed, 2009-07-08 at 19:37 +0200, Julien Danjou wrote: > Jul 8 18:47:51 prometheus dovecot: deliver([email protected]): > 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. > Jul 8 18:47:51 prometheus dovecot: deliver([email protected]): copy: > i_stream_read() failed: No such file or directory > Jul 8 18:47:51 prometheus dovecot: deliver([email protected]): sieve: > msgid=? > <[email protected]>: > failed to store into mailbox 'INBOX': Internal error occurred. Refer > to server log for more information. [2009-07-08 18:47:51] > Jul 8 18:47:51 prometheus dovecot: deliver([email protected]): read(mail, > uid=1) failed: Permission denied All this is a result from the first error.
signature.asc
Description: This is a digitally signed message part
