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 test@test.com --password1 oldtest --host2 server.new.com --user2 test@test.com --password2 newtest

Solution :-

To avoid the warning if the message really exists, you can try:

imapsync ... --useheader ALL imapsync --useheader ALL --host1 server.old.com --user1 test@test.com --password1 oldtest --host2 server.new.com --user2 test@test.com --password2 newtest

This new command will solve your issue. :) 

  • 0 Users Found This Useful
Was this answer helpful?

Related Articles

How to reset SSH port back to default port 22?

In some situations most of us may come across a problem that we are able to log into the WHM but...

How to setup the root login alert notification email?

Its very important to keep a check on your servers and who logs into the server, From security...

How to enable Open SSL on WHM?

Before enabling open SSL, you can check whether it is already enabled on your server. Please fire...

How to install mod_pagespeed on WHM?

'mod_pagespeed' is module of Apache which is nothing but plugin which is used for compressing the...

How to enable Hot Link Protection in cPanel?

To avoid other sites to use your website's bandwidth, you can enable the hot link protection....

Powered by WHMCompleteSolution