[Dovecot] Dsync fatal error.

Timo Sirainen tss at iki.fi
Tue Aug 3 17:51:36 EEST 2010


On Tue, 2010-08-03 at 11:39 -0300, Henrique Fernandes wrote:
> Ok, now i am getting this:
> 
>     # dsync -D  -vv -u stak at example.com mirror maildir:/CX4/vdomains/
> example.com/stak/mail/ -o separator=/
>     dsync(root): Fatal: execvp(maildir:/CX4/vdomains/example.com/stak/mail/)
> failed: No such file or directory

1) Any -o parameters must be before "mirror".

2) You can't create a namespace with a command line parameter. Just add
to your dovecot.conf:

namespace {
  separator = /
  inbox = yes
}



More information about the dovecot mailing list