Hi,
I have the following command for retrieving mails from another IMAP mail server
dsync -D -v backup -R -u jon.doe imapc:
I't ok and works, but I'd want to copy messages outside of /var directory, is there a way to do that?
Thanks in advance!
--
Sergio Belkin LPIC-2 Certified - http://www.lpi.org
On 25 Jan 2018, at 19.11, Sergio Belkin sebelk@gmail.com wrote:
Hi,
I have the following command for retrieving mails from another IMAP mail server
dsync -D -v backup -R -u jon.doe imapc:
I't ok and works, but I'd want to copy messages outside of /var directory, is there a way to do that?
You can always override settings on command line, such as mail_location in this case. just add -o mail_location=Maildir:/alternate/location/path
or what ever mailbox format you are using.
Sami
participants (2)
-
Sami Ketola
-
Sergio Belkin