On Tue, 2010-08-03 at 11:39 -0300, Henrique Fernandes wrote:
> Ok, now i am getting this:
> 
>     # dsync -D  -vv -u s...@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
}

Reply via email to