[ad_1]
Host1 uid 32210 no header by parse_headers so taking whole header with BODY.PEEK[HEADER]
I was getting below error messages while using imapsync command on the server and emails were not getting synchronised –
Host1 uid 32210 no header by parse_headers so taking whole header with BODY.PEEK[HEADER]I was using below command :-
imapsync –host1 server.old.com –user1 [email protected] –password1 oldtest –host2 server.new.com –user2 [email protected] –password2 newtest
To avoid the warning if the message really exists, you can try:
imapsync … –useheader ALL imapsync –useheader ALL –host1 server.old.com –user1 [email protected] –password1 oldtest –host2 server.new.com –user2 [email protected] –password2 newtestThis new command will solve your issue. 🙂
Also Read
Powered by WHMCompleteSolution
[ad_2]