Migration from Mdaemon or import *.msg

Looking to migrate to ZCS? Ask here. Got a great tip or script that helped you migrate? Post it here.
Post Reply
trungnt
Posts: 29
Joined: Sat May 07, 2016 10:22 am
Location: Viet Nam

Migration from Mdaemon or import *.msg

Post by trungnt »

I use Zimbra Collaboration – Open Source Edition, my old email system user Mdaemon.
Could you tell me guide to perporm Migration from Mdaeon or import *.msg

Thank you in advantage
User avatar
jorgedlcruz
Zimbra Alumni
Zimbra Alumni
Posts: 2782
Joined: Thu May 22, 2014 4:47 pm

Re: Migration from Mdaeon or import *.msg

Post by jorgedlcruz »

Hello,
The best option is by using imapsync: Or I will suggest imapsync, you can search on this Forums or in the Wiki about it.

Best regards
Jorge de la Cruz https://jorgedelacruz.es
Systems Engineer at Veeam Software https://www.veeam.com/
trungnt
Posts: 29
Joined: Sat May 07, 2016 10:22 am
Location: Viet Nam

Re: Migration from Mdaeon or import *.msg

Post by trungnt »

jorgedlcruz wrote:Hello,
The best option is by using imapsync: Or I will suggest imapsync, you can search on this Forums or in the Wiki about it.

Best regards
Thank jorgedlcruz for your reply,

I try it, and then i will report it.

Thank you!
trungnt
Posts: 29
Joined: Sat May 07, 2016 10:22 am
Location: Viet Nam

Re: Migration from Mdaeon or import *.msg

Post by trungnt »

Dear all,

I want import from .msg offline cannot using imapsysnc. For examble, I copy mailbox that is *.msg and convert mailbox Mdaemon to mailbox Zimbra. Could you tell me, how to do it?

Thanks in advance!
imanudin11
Outstanding Member
Outstanding Member
Posts: 304
Joined: Sat Sep 13, 2014 2:23 am
ZCS/ZD Version: Release 8.8.15.GA.3829.UBUNTU16.64
Contact:

Re: Migration from Mdaeon or import *.msg

Post by imanudin11 »

trungnt wrote:Dear all,

I want import from .msg offline cannot using imapsysnc. For examble, I copy mailbox that is *.msg and convert mailbox Mdaemon to mailbox Zimbra. Could you tell me, how to do it?

Thanks in advance!
Hi,

You can import .msg file using the following command :

Code: Select all

/opt/zimbra/bin/zmmailbox -z -m user@example.com am --noValidation /Inbox /folder-location-of-msg-file
Please make sure user@example.com has been created in your Zimbra server
**

Best Regards,
Ahmad Imanudin - Sharing is Beautiful !
Personal Blog [EN] :http://www.imanudin.net
trungnt
Posts: 29
Joined: Sat May 07, 2016 10:22 am
Location: Viet Nam

Re: Migration from Mdaeon or import *.msg

Post by trungnt »

imanudin11 wrote:
trungnt wrote:Dear all,

I want import from .msg offline cannot using imapsysnc. For examble, I copy mailbox that is *.msg and convert mailbox Mdaemon to mailbox Zimbra. Could you tell me, how to do it?

Thanks in advance!
Hi,

You can import .msg file using the following command :

Code: Select all

/opt/zimbra/bin/zmmailbox -z -m user@example.com am --noValidation /Inbox /folder-location-of-msg-file
Please make sure user@example.com has been created in your Zimbra server
Thank you so much!
trungnt
Posts: 29
Joined: Sat May 07, 2016 10:22 am
Location: Viet Nam

Re: Migration from Mdaemon or import *.msg

Post by trungnt »

Hi all

I perform migrate old mail server to new mail server by using imapsync, but i have a problem on my public folder.

I run this command:
imapsync --nosyncacls --subscribe --syncinternaldates \
--host1 old_ip --user1 trungnt@example.com --password1 123456 \
--host2 mailbox1.example.com --user2 trungnt@example.com --password2 123456

All inbox and public folder on older Mdaemon is synced with new mailbox server, but i don`t want to sync older public folder to new server.

Please, send me your solutions.

Tks
Post Reply