3 Aug
2010
3 Aug
'10
5:51 p.m.
On Tue, 2010-08-03 at 11:39 -0300, Henrique Fernandes wrote:
Ok, now i am getting this:
# dsync -D -vv -u stak@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
Any -o parameters must be before "mirror".
You can't create a namespace with a command line parameter. Just add to your dovecot.conf:
namespace { separator = / inbox = yes }