pop2imap to migrate Yahoo email to Zimbra I working on transfer email account from Yahoo Small Business email services that allow for pop3 connection using perl program pop2imap.
I followed the information on zimbra wiki to install pop2imap on my zimbra server but when I test the connection, the program stopped with this output:
====
From pop3 server [{pop.bizmail.yahoo.com}] port [995] user [{myyahooacct}]
To imap server [localhost] port [7143] user [{myzimbraaccout}]
TimeZone :[PST]
at /usr/bin/pop2imap line 175, <GEN0> line 1.[/I]
=======
This is how I invoke pop2imap:
=====
pop2imap --dry --debug --host1 pop.bizmail.yahoo.com --port1 995 --user1 {myyahooaccount} --password1 {myyahoopassword} --host2 localhost --port2 7143 --user2 {myzimbraaccount} --password2 {myzimbrapassword} --folder inbox/FromYahooEmail --idatefromheader
=====
Any advise would be great.
Thank you in advance. |