Displaying 1 result from an estimated 1 matches for "doveimport".
Did you mean:
do_import
2013 Dec 07
1
Easy migration from Dovecot 1.2.16 ppc maildir to 2.1.17 amd64 mdbox
.../dovecot.index*" because of a change of
endianness (ppc -> amd64).
the second, having dovecot import the folder, is done by this second
fonction
dsync () {
doveadm backup -R -u $1 at mondomaine.fr
maildir:/var/mail/oldServer/$1
}
this one is really fast.
Both in one function
doveImport() { fetchOldServer $1 && dsync $1 }
I tried for initial load to empty mailbox. I am not sure it will works
on a non empty mailbox. But would be nice, as it would allow a fast last
minute sync before switch, minimizing downtime.
Ph. Le