Zimbra offers Open Source email server software and shared calendar for Linux and the Mac
Go Back   Zimbra :: Forums > Zimbra Collaboration Suite > Migration

Welcome to the Zimbra :: Forums!
Welcome, if you would like to post a comment please register. We also encourage you to explore all things Zimbra with our team and members of the community.

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 05-21-2010, 04:56 AM
Intermediate Member
 
Posts: 21
Default Migration related issues

I am on the way to migrate my mailserver to zcs -6.0 on CentOS 5.4.

1.What is the best method to migrate mailboxes from ZCS-3.0 to ZCS-6.0?

2. I have also try to write a php script to copy the mailboxes, but I am not able to access the details of the mailboxes. Please see:

Quote:


$src_mbox = imap_open("{192.168.10.2:143/novalidate-cert}INBOX","test@testdomain.com","123456", OP_HALFOPEN)
or die("can't connect: ".imap_last_error()."\n");

echo "Processing mailbox\n";

$imapObj=imap_check($src_mbox);
var_dump($imapObj);


============= Output===============
Content-type: text/html
X-Powered-By: PHP/4.3.4

resource(1) of type (imap)
Processing mailbox
object(stdClass)(5) {
["Date"]=>
string(37) "Fri, 21 May 2010 16:51:18 +0530 (IST)"
["Driver"]=> string(4) "imap"
["Mailbox"]=>
string(84) "{192.168.10.2:143/imap/tls/novalidate-
cert/user="test@testdomain.com"}<no_mailbox>"
["Nmsgs"]=> int(0)
["Recent"]=> int(0)
}

================================================== =

In output I have seen that something wrong in Mailbox information. IIt is showing <no_mailbox> instead of INBOX.

How can I correct this
Reply With Quote
Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes


Similar Threads

Why Join?

Registering let's you ask questions, makes it easier to search, displays any files attached to posts, and notifies you about replies.

blog.zimbra.com




 

SEO by vBSEO ©2011, Crawlability, Inc.