Quote:
Originally Posted by dpicella
I think I need to enable plain text logins for this to work. Does anyone know how to config imap this way?
Cheers!
|
Nevermind ... solved
Follow the directions at:
http://www.howtoforge.com/how-to-mig...-with-imapsync
I modified the imapsync command line as follows to use plain text passwords. I think it is good to put your passwords in a file so that anyone who can look at system processes won't see them (see the website above).
Code:
imapsync --host1 [oldhost.com] --user1 [oldhostusername] --passfile1 [/tmp/passwordfile] --authmech1 PLAIN --host2 [newhost.com] --user2 [newhostusername] --passfile2 [/tmp/passwordfile] –authmech2 PLAIN