On Tue, 2010-08-03 at 13:11 -0300, Henrique Fernandes wrote: > Is not a problem, is not sync, but i guess i have old code. > > > my question is: > i declare inbox in a diferente location! > mail_location = mbox:/CX4/vdomains/%d/home/% > n/mail:INBOX=/CX4/vdomains/%d/var/spool/mail/% > n:INDEX=/tmp/imap-index/%d/%n
This specifies INBOX location when reading from source mbox file. > When i dsync with: > > # dsync -D -vv -u s...@example.com backup > maildir:/CX4/vdomains/nti.uff.br/stak/mail/ > > To where would the inbox go ? The same place where it would go even if you didn't specify INBOX path for mbox, i.e. the default INBOX location for Maildir: /CX4/vdomains/nti.uff.br/stak/mail/. If you want it elsewhere, you can again add :INBOX=<elsewhere> at the end of the maildir:...