Alcune volte capita di dover migrare delle caselle e-mail da un server A ad un server B in zimbra. Per questo ci viene in contro il comando imapsync. Ecco la sintassi da dare:
imapsync –buffersize 8192000 –nosyncacls –subscribe –syncinternaldates \
–host1 host1.tld –user1 info@dominio.tld –password1 prova \
–host2 host2.tld –user2 info@dominio.tld –password2 prova
oppure se avete i server con l’SSL attivo
imapsync –buffersize 8192000 –nosyncacls –subscribe –syncinternaldates \
–host1 host1.tld –ssl1 –user1 info@dominio.tld –password1 prova \
–host2 host2.tld –ssl2 –user2 info@dominio.tld –password2 prova
Se viene restituito il seguente messaggio:
NO CAPABILITY for AUTHENTICATE CRAM-MD5
occorre aggiungere al comando l’istruzione
–noauthmd5
Add One