View Single Post
  #3 (permalink)  
Old 07-06-2007, 05:43 AM
p24t p24t is offline
Moderator
 
Posts: 441
Default

If I use the /ni option for the username, the IMAP servers refuse login.

Code:
 Error login : [mail.bog3d.com] with user [dkirchhoff/ni] : 3 NO Authentication failed
I appended the /ni as follows:

Code:
imapsync --nosyncacls \
 --subscribe \
 --syncinternaldates \
 --host1 mail.bog3d.com 
 --user1 dkirchhoff/ni --password1 <pass> \
 --host2 192.168.1.71 \
 --user2 dkirchhoff/ni --password2 <pass> \ 
 --folder INBOX
Reply With Quote