Quantcast
Channel: Zimbra :: Forums - Migration
Viewing all 197 articles
Browse latest View live

Trouble in encoding migrating from Domino Lotus to Zimbra

$
0
0
Hello every one, I meet some trouble in migrating.

Windows os is windows server 2008 simplified Chinese edition with Domino Lotus R8 simplified Chinese edition.

The linux os is Debian5_64bit with a Chinese simple language, and the mail system is zimbra6_64 also with a Chinese simple language environment.

The client tool in windows is ZCSDominoMigrationWizard-7.1.1.86

Below is my trouble.

The encoding in lotus web is GB2312 which means Chinese simple language.
111.jpg

And the content which implys the sender and the recipients also seems all right in the lotus web.
2222.jpg

Ater migrating to Zimbra, then, problem comes up.
3333.jpg

It`s realy hard to me! God help me!
Attached Images

"ignore previously imported items" : does it work ?

$
0
0
Hello,

I am running several tests in order to import emails into a Zimbra server, using ZCSPSTImportWizard-7.1.3.6347. I guess I worked "by the book", but the checkbox "ignore previously imported items" keeps being greyed out, whatever the test I am running, on three different PCs - anybody has an explanation/ a hint about how to fix it ?

Each time, I run a first test, at the end of which I uncheck the box asking for the logs deletion, then I run my second test - and the checkbox is still greyed out.

Add-AvailabilityAddressSpace -forestname

$
0
0
Add-AvailabilityAddressSpace -forestname <ZIMBRA SYSTEMS's FQDN>
>
> -accessmethod publicfolder
>
>
>
> This command references Zimbra’s System FQDN. What would this be
> exactly – the zimbra domain name, the zimbra FQDN as in
> server.domain.com or anything else.
>
> I think when we did this function we used the Exchange Forest name as
> documented in other places. This may be why the Zimbra’s F/B info
> isn’t updating on Exchange.

Can anyone confirm where to get the zimbra system FQDN (simply is it the server.domain.com name?)
May see simple, but I want to confirm 100%.

Thanks.

Free Busy question-Exchange

$
0
0
when this command is executed:

Add-AvailabilityAddressSpace -forestname ZimbraFQDN -accessmethod Publicfolder

does this just provide access and updates from Zimbra free busy info to the associated contact in AD that represents the Zimbra account?
I am assuming that Exchange 2010 based mailboxes will still use the availability service and their Free/Busy information is still based out of their mailbox and not in the Public Folders.

The only reason that Public Folders are required would be to contain Zimbra Free/Busy information synced from Zimbra to Exchange.

Reason for my question is the Operations group is concerned that a change from the command above will modify the way Free/Busy is handled for existing Exchange users, where if my assumption is correct, there is no change. The only change is adding in a location where Zimbra based Free/Busy can be synced to to allow Exchange users to view it.

Please comment.

Permissions for Zimbra service accounts

$
0
0
Is this sufficient permissions or overkill?
'Zimbra' account will be used for F/B and GAL Interaction.
'Zmigrator' account will be used for migration functions(mapi profile, mailbox access).

----------

1. Create ‘zimbra’ and ‘zmigrator” domain accounts
2. Grant to the ‘zmigrator’ account – Full Access to all Exchange mailboxes and be part of the Domain Administrators Group.
3. Grant to the ‘zimbra’ account – ‘Local Administrator’ on the each Exchange Mail and Hub Transport server(s).
4. Ensure that this Service Account 'ONXCOM\Zimbra' can update Exchange Free-Busy folder by issuing this Powershell command on the Exchange server.

[PS] C:\> add-publicfolderclientpermission -identity
"\NON_IPM_SUBTREE\SCHEDULE+ FREE BUSY\EX:/o=ONXCOM/ou=Exchange Administrative Group (FYDIBOHF23SPDLT)" –user Zimbra – accessrights owner

Thanks

Glenn.

Cannot migration calender items from exchange to zimbra

$
0
0
Hi all,

I am trying to migration mailboxes from exchange 2007 sp3 to zimbra 7.2 using the migration wizard for exchange.

Things are running fine, except calender items are not migrated.

Just before the migrate start, an error prompts "Could not retrieve base forder URL of Exchange Server. Appointment will not be imported.
Either the permission are not configured correctly or because of Microsoft KB article 899351."


I am runing the migration wizard on the exchange server, using the administrator account.


Parhaps the "base folder" refer to the public folder of exchange?

Any ideas?

Zimbra migration from Exchange in Cloud

$
0
0
Hi Folks,

I have exchange setup in cloud and would like to migrate to ZCS NE. Just wondering what info I would need before migration. Plus I don't think it has AD configured not sure from where the schema will be picked up? In that case how do I migrate the users and respective data to the Zimbra server?

Handling MX change

$
0
0
Looking at options for migrating from our existing POP3 Mercury mail system to Zimbra, specifically how to transition MX records smoothly. Mercury mail is currently set to a priority of 10 in public dns, while Zimbra is set to 20. The same domain exists on both systems as well as the same users. Currently, I am prohibiting mail flow from going to Zimbra by keeping SMTP port 25 closed on for Zimbra's IP on our Juniper firewall facing the internet. We are a small company with about 25 users.

I have always been under the impression that public dns propogation can take some time, up to 72 hours which can make MX changes tricky when it comes to migrating mail systems. I have reviewed the Split Domain article on how to handle this situation with forwarding and it seems like a bit of overkill for a small environment like ours.

My question is since I have the MX record already in place, would it be easier to simply block SMTP port 25 on the firewall to the old system when I wish to migrate? I can't shut it down completely, since other services are hosted there. That way mail would bypass the primary MX and flow to the secondary MX, Zimbra, and all I would be left to do is change user client settings to point to Zimbra. Of course I would make the changes to reflect Zimbra as the primary MX, but would not be dependent on DNS propogation for desired mail flow. What am I missing here?

imapsync : IO::Socket::SSL: connect: Connection refused

$
0
0
Hi,

I'm trying to migrate the accounts from worldclient to Zimbra with imapsync.
I can't figure it out how to fix this issue.
Please anyone help me to fix it ?

Code:

# /usr/bin/imapsync --host1 172.16.0.12 --user1 user@domain.com--passfile1 /home/username/password1 --host2 172.16.12.12 --user2 user@domain.com --passfile2 /home/username/password3 --ssl2 --noauthmd5
$RCSfile: imapsync,v $ $Revision: 1.286 $ $Date: 2009/07/24 15:53:04 $
Here is a [linux] system (Linux ZIMBRIX 2.6.32-38-server #83-Ubuntu SMP Wed Jan 4 11:26:59 UTC 2012 x86_64)
with perl 5.10.1
Mail::IMAPClient  3.21
IO::Socket        1.31
IO::Socket::SSL
Digest::MD5      2.39
Digest::HMAC_MD5
Term::ReadKey    2.30
Date::Manip
 and the module Mail::IMAPClient version used here is 3.21
Command line used:
/usr/bin/imapsync --host1 172.16.0.12 --user1 user@domain.com --passfile1 /home/username/password1 --host2 172.16.12.12 --user2 user@domain.com --passfile2 /home/username/password3 --ssl2 --noauthmd5
Turned ON syncinternaldates, will set the internal dates (arrival dates) on host2 same as host1.
TimeZone:[europe/paris]
Will try to use LOGIN authentication on host1
Will try to use LOGIN authentication on host2
From imap server [172.16.0.12] port [143] user [user@domain.com]
To  imap server [172.16.12.12] port [993] user [user@domain.com]
Banner: * OK domain.com IMAP4rev1 MDaemon 12.5.4 ready
Host 172.16.0.12 says it has CAPABILITY for AUTHENTICATE LOGIN
Success login on [172.16.0.12] with user [user@domain.com] auth [LOGIN]
Can not open imap connection on [172.16.12.12] with user [user@domain.com]: IO::Socket::SSL: connect: Connection refused

New to Zimbra have a few questions

$
0
0
Hi Group,

I'm new to Zimbra and have a few questions. We are a service provider and have been using Qmail for a long time now. We are looking to move beyond it because of the lack of a web front end other than squirrel mail.

1.) Is the Zimbra Open Source product suited to the service provider customer? We have many customers, each with their own domain.

2.) Do users login with email address or username? I ask because it is possible there are users with potentially the same username under different domains (aka sales@domain1.com and sales@domain2.com) etc..

3.) Besides general LDAP support, is there any other included support/features in the open source version for droid/iphone ?

4.) MS Outlook is supported on the desktop right?

5.) Any shared calendaring functions in the Open source product.

Thanks!

move dead install to new server questionq

$
0
0
I had a server pop it's psu and mobo. The data on the drives in ok. will this technique work?
» Zimbra :: Blog

also i THINK is had 7.2 on there. Can i look at the files inside /opt/zimbra to find out what versions they are?

Zimbra Co-existence with Microsoft Exchange 2010

$
0
0
I am planning to co-exist Zimbra with Microsoft Exchange 2010. Requirement is send and receive emails between Zimbra and Exchange. GAL Sync. Free-Busy.
And there will be separate mailboxes for the two different mail servers.

Zimbra mailboxes

user1@domain.com
user2@domain.com
user3@domain.com

MS Exchange 2010 mailboxes

user4@domain.com
user5@domain.com
user6@domain.com

For example the mails send to user1, user2 and user3 should go to Zimbra Server and mail send to user4, user5 and user6 should go to Exchange 2010 server.
I have configured the Exchange Server to send email to Zimbra when the mailbox is not in the Exchange 2010 Server. Now I need to configure Zimbra to send email to Exchange when the mailbox in Exchange. Please assist me on this regard.
Also I need kind help on GAL Sync and Free/Busy.

Thanks,
Damitha

Google Apps to Zimbra

$
0
0
We are migrating away from Google Apps and to Zimbra Network Edition.

We are in the process of syncing mailboxes using Imap Sync and its working fairly well.

The question we need answered is what is the best method to sync everyone's calendars off of Google Apps and into Zimbra? Anyone have any experience with this?

Relaying Non-existent mailbox accounts to another server (Internal)

$
0
0
Hi to all,

Zimbra - ZIMBRA_OPENSOURCE_zcs-7.2.0_GA_2669.UBUNTU10
OS – Ubuntu 10.04 Server x64
Zimbara Domain – email.organization.co.za

I have followed a very thorough and clean installation guide at http://www.zimbra.com/forums/install...-04-3-lts.html BIG Thanks to LHammonds!

I currently have an existing Qmail mail server (rhel5) within the organization, namely mail.organization.co.za

After searching through the Zimbra Wiki & Forum I am still unsure what route to follow to relay only mail accounts not existing on the new Zimbra server.

So I would like to forward nonexistent mailbox account on my Zimbra (email.organiation.co.za) to my qmail server (mail.organization.co.za) ONLY

I have also tried the commands zmprov as the zimbra user and restart postfix after the changes.
zmprov md organization.co.za(zimbra) zimbraMailCatchAllForwardingAddress @mail.organization.co.za(qmail)
zmprov md organization.co.za(zimbra) zimbraMailCatchAllAddress @mail.organization.co.za(qmail)
zmprov md organization.co.za(zimbra) zimbraMailTransport smtp: mail.organization.co.za(qmail)
zmprov mcf zimbraMtaRelayHost mail.organization.co.za(qmail)
zmprov mcf zimbraMtaDnsLookupsEnabled FALSE

How would I relay to @mail.organization.co.za(qmail) on account that does not exist on my organization.co.za(zimbra) ONLY?

Many thanks in advance.

Chris.

Log file from PST Import Wizard

$
0
0
Hi,

I use ZCS PST Import Wizard version 8.0.1.649 to import from Outlook.
If often get for example 10 warnings when importing 3000 e-mails.

It would be nice to have the warnings in a separate log file.

It would be nice if the log file could include the sender of the large attachement (if I see it came from name@company.com I could ignore it)
21-09-2012 14:25:52 [6152]: (MI): **Warning** Message skipped, MIME representation too large d(Thu, 10 May 2012 01:18:25 -0000) fid(400) size(11355293) max(10485760)

Some warnings could have better explainations
21-09-2012 14:25:42 [6152]: **Warning**:Zimbra Exception: message not added, No upload token returned

Best regards,
Bengt Nilsson, Sweden

Can't migrate user mailboxes from IMAP server to Zimbra

$
0
0
Hello!

I administer Zimbra Collaboration Server Open Source Edition 8 (VMware Zimbra 8.0.0_GA_5434.F, Version: OSS) on Ubuntu 10.04 LTS.
I need to migrate user mailboxes from Dovecot IMAP to ZCS using "Migration and Co-existence" tool.
I can't use imapsync because some users have folders with non-english names. Imapsync transfers then incorrectly.

Sometimes "Migration and Co-existence" can't start transfer with this error:
"Server error encountered
Message: data source already exists: __imap_import__ Error code: account.DATA_SOURCE_EXISTS Method: [unknown] Details:soap:Sender"

mailbox.log contains this:
Code:

2012-09-22 13:38:38,136 INFO  [qtp2010258075-1192:https://46.46.111.111:7071/service/a...ImportRequest] [name=avorobyov@domain.com;mid=49;ip=81.25.11.11;ua=ZimbraWebClient - FF15 (Win);] misc - delegated access: doc=BulkIMAPDataImport, authenticated account=avorobyov@domain.com, target account=dterentieva@dom.ru
2012-09-22 13:38:38,139 INFO  [qtp2010258075-1192:https://46.46.111.111:7071/service/a...ImportRequest] [name=avorobyov@domain.com;mid=49;ip=81.25.11.11;ua=ZimbraWebClient - FF15 (Win);] misc - delegated access: doc=BulkIMAPDataImport, authenticated account=avorobyov@domain.com, target account=fomin@dom.ru
2012-09-22 13:38:38,142 INFO  [qtp2010258075-1192:https://46.46.111.111:7071/service/a...ImportRequest] [name=avorobyov@domain.com;mid=49;ip=81.25.11.11;ua=ZimbraWebClient - FF15 (Win);] misc - delegated access: doc=BulkIMAPDataImport, authenticated account=avorobyov@domain.com, target account=glebova@dom.ru
2012-09-22 13:38:38,145 INFO  [qtp2010258075-1192:https://46.46.111.111:7071/service/a...ImportRequest] [name=avorobyov@domain.com;mid=49;ip=81.25.11.11;ua=ZimbraWebClient - FF15 (Win);] misc - delegated access: doc=BulkIMAPDataImport, authenticated account=avorobyov@domain.com, target account=hruk@dom.ru
2012-09-22 13:38:38,148 INFO  [qtp2010258075-1192:https://46.46.111.111:7071/service/a...ImportRequest] [name=avorobyov@domain.com;mid=49;ip=81.25.11.11;ua=ZimbraWebClient - FF15 (Win);] misc - delegated access: doc=BulkIMAPDataImport, authenticated account=avorobyov@domain.com, target account=iakovleva@dom.ru
2012-09-22 13:38:38,151 INFO  [qtp2010258075-1192:https://46.46.111.111:7071/service/a...ImportRequest] [name=avorobyov@domain.com;mid=49;ip=81.25.11.11;ua=ZimbraWebClient - FF15 (Win);] soap - BulkIMAPDataImportRequest elapsed=15
2012-09-22 13:38:41,894 INFO  [qtp2010258075-1192:https://46.46.111.111:7071/service/a...ImportRequest] [name=avorobyov@domain.com;mid=49;ip=81.25.11.11;ua=ZimbraWebClient - FF15 (Win);] misc - delegated access: doc=BulkIMAPDataImport, authenticated account=avorobyov@domain.com, target account=dterentieva@dom.ru
2012-09-22 13:38:41,894 INFO  [qtp2010258075-1192:https://46.46.111.111:7071/service/a...ImportRequest] [name=avorobyov@domain.com;mid=49;ip=81.25.11.11;ua=ZimbraWebClient - FF15 (Win);] misc - delegated access: doc=BulkIMAPDataImport, authenticated account=avorobyov@domain.com, target account=fomin@dom.ru
2012-09-22 13:38:41,894 INFO  [qtp2010258075-1192:https://46.46.111.111:7071/service/a...ImportRequest] [name=avorobyov@domain.com;mid=49;ip=81.25.11.11;ua=ZimbraWebClient - FF15 (Win);] misc - delegated access: doc=BulkIMAPDataImport, authenticated account=avorobyov@domain.com, target account=glebova@dom.ru
2012-09-22 13:38:41,894 INFO  [qtp2010258075-1192:https://46.46.111.111:7071/service/a...ImportRequest] [name=avorobyov@domain.com;mid=49;ip=81.25.11.11;ua=ZimbraWebClient - FF15 (Win);] misc - delegated access: doc=BulkIMAPDataImport, authenticated account=avorobyov@domain.com, target account=hruk@dom.ru
2012-09-22 13:38:41,895 INFO  [qtp2010258075-1192:https://46.46.111.111:7071/service/a...ImportRequest] [name=avorobyov@domain.com;mid=49;ip=81.25.11.11;ua=ZimbraWebClient - FF15 (Win);] misc - delegated access: doc=BulkIMAPDataImport, authenticated account=avorobyov@domain.com, target account=iakovleva@dom.ru
2012-09-22 13:38:41,897 INFO  [qtp2010258075-1192:https://46.46.111.111:7071/service/a...ImportRequest] [name=avorobyov@domain.com;mid=49;ip=81.25.11.11;ua=ZimbraWebClient - FF15 (Win);] SoapEngine - handler exception
com.zimbra.cs.account.AccountServiceException: data source already exists: __imap_import__
ExceptionId:qtp2010258075-1192:https://46.46.111.111:7071/service/a...2db18d9cba1ef2
Code:account.DATA_SOURCE_EXISTS
        at com.zimbra.cs.account.AccountServiceException.DATA_SOURCE_EXISTS(AccountServiceException.java:340)
        at com.zimbra.cs.account.ldap.LdapProvisioning.createDataSource(LdapProvisioning.java:7333)
        at com.zimbra.cs.account.ldap.LdapProvisioning.createDataSource(LdapProvisioning.java:7265)
        at com.zimbra.cs.account.ldap.LdapProvisioning.createDataSource(LdapProvisioning.java:7257)
        at com.zimbra.bp.BulkIMAPDataImport.createIMAPDataSource(BulkIMAPDataImport.java:614)
        at com.zimbra.bp.BulkIMAPDataImport.handle(BulkIMAPDataImport.java:285)
        at com.zimbra.soap.SoapEngine.dispatchRequest(SoapEngine.java:421)
        at com.zimbra.soap.SoapEngine.dispatch(SoapEngine.java:284)
        at com.zimbra.soap.SoapEngine.dispatch(SoapEngine.java:157)
        at com.zimbra.soap.SoapServlet.doWork(SoapServlet.java:290)
        at com.zimbra.soap.SoapServlet.doPost(SoapServlet.java:206)
        at javax.servlet.http.HttpServlet.service(HttpServlet.java:727)
        at com.zimbra.cs.servlet.ZimbraServlet.service(ZimbraServlet.java:208)
        at javax.servlet.http.HttpServlet.service(HttpServlet.java:820)
        at org.eclipse.jetty.servlet.ServletHolder.handle(ServletHolder.java:565)
        at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1361)
        at com.zimbra.cs.servlet.SetHeaderFilter.doFilter(SetHeaderFilter.java:57)
        at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1332)
        at org.eclipse.jetty.servlets.UserAgentFilter.doFilter(UserAgentFilter.java:77)
        at org.eclipse.jetty.servlets.GzipFilter.doFilter(GzipFilter.java:181)
        at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1332)
        at org.eclipse.jetty.servlets.DoSFilter.doFilterChain(DoSFilter.java:464)
        at org.eclipse.jetty.servlets.DoSFilter.doFilter(DoSFilter.java:327)
        at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1332)
        at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:477)
        at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:119)
        at org.eclipse.jetty.security.SecurityHandler.handle(SecurityHandler.java:524)
        at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:227)
        at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1031)
        at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:406)
        at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:186)
        at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:965)
        at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:117)
        at org.eclipse.jetty.server.handler.ContextHandlerCollection.handle(ContextHandlerCollection.java:250)
        at org.eclipse.jetty.server.handler.HandlerCollection.handle(HandlerCollection.java:149)
        at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:111)
        at org.eclipse.jetty.rewrite.handler.RewriteHandler.handle(RewriteHandler.java:312)
        at org.eclipse.jetty.server.handler.DebugHandler.handle(DebugHandler.java:77)
        at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:111)
        at org.eclipse.jetty.server.Server.handle(Server.java:349)
        at org.eclipse.jetty.server.AbstractHttpConnection.handleRequest(AbstractHttpConnection.java:452)
        at org.eclipse.jetty.server.AbstractHttpConnection.content(AbstractHttpConnection.java:894)
        at org.eclipse.jetty.server.AbstractHttpConnection$RequestHandler.content(AbstractHttpConnection.java:948)
        at org.eclipse.jetty.http.HttpParser.parseNext(HttpParser.java:857)
        at org.eclipse.jetty.http.HttpParser.parseAvailable(HttpParser.java:235)
        at org.eclipse.jetty.server.AsyncHttpConnection.handle(AsyncHttpConnection.java:77)
        at org.eclipse.jetty.io.nio.SslConnection.handle(SslConnection.java:191)
        at org.eclipse.jetty.io.nio.SelectChannelEndPoint.handle(SelectChannelEndPoint.java:606)
        at org.eclipse.jetty.io.nio.SelectChannelEndPoint$1.run(SelectChannelEndPoint.java:46)
        at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:603)
        at org.eclipse.jetty.util.thread.QueuedThreadPool$3.run(QueuedThreadPool.java:538)
        at java.lang.Thread.run(Thread.java:722)
2012-09-22 13:38:41,899 INFO  [qtp2010258075-1192:https://46.46.111.111:7071/service/a...ImportRequest] [name=avorobyov@domain.com;mid=49;ip=81.25.11.11;ua=ZimbraWebClient - FF15 (Win);] soap - BulkIMAPDataImportRequest elapsed=6

"Tools and migration" => "Account migration" shows line with status of migration task. When I'm tryng to delete this task I recieve error:
"Server error encountered
Message: system failure: unable to delete data source: f2c0f8ca-6451-4d26-87fd-4bd4eff1613f Error code: service.FAILURE Method: [unknown] Details:soap:Receiver"

mailbox.log contains this:
Code:

2012-09-22 13:44:30,104 INFO  [qtp2010258075-1194:https://46.46.111.111:7071/service/a...erversRequest] [name=avorobyov@domain.com;mid=49;ip=81.25.11.11;ua=ZimbraWebClient - FF15 (Win);] soap - GetAllServersRequest elapsed=2
2012-09-22 13:44:30,123 INFO  [qtp2010258075-1199:https://46.46.111.111:7071/service/a...skListRequest] [name=avorobyov@domain.com;mid=49;ip=81.25.11.11;ua=ZimbraWebClient - FF15 (Win);] soap - GetBulkIMAPImportTaskListRequest elapsed=0
2012-09-22 13:44:34,095 INFO  [qtp2010258075-1200:https://46.46.111.111:7071/service/a...tTasksRequest] [name=avorobyov@domain.com;mid=49;ip=81.25.11.11;ua=ZimbraWebClient - FF15 (Win);] SoapEngine - handler exception
com.zimbra.common.service.ServiceException: system failure: unable to delete data source: f2c0f8ca-6451-4d26-87fd-4bd4eff1613f
ExceptionId:qtp2010258075-1200:https://46.46.111.111:7071/service/a...2db18d9cba1ef2
Code:service.FAILURE
        at com.zimbra.common.service.ServiceException.FAILURE(ServiceException.java:258)
        at com.zimbra.cs.account.ldap.LdapProvisioning.deleteDataSource(LdapProvisioning.java:7362)
        at com.zimbra.bp.BulkIMAPImportTaskManager.cleanTaskQueue(BulkIMAPImportTaskManager.java:132)
        at com.zimbra.bp.BulkIMAPImportTaskManager.purgeQueue(BulkIMAPImportTaskManager.java:96)
        at com.zimbra.bp.PurgeIMAPImportTasks.handle(PurgeIMAPImportTasks.java:18)
        at com.zimbra.soap.SoapEngine.dispatchRequest(SoapEngine.java:421)
        at com.zimbra.soap.SoapEngine.dispatch(SoapEngine.java:284)
        at com.zimbra.soap.SoapEngine.dispatch(SoapEngine.java:157)
        at com.zimbra.soap.SoapServlet.doWork(SoapServlet.java:290)
        at com.zimbra.soap.SoapServlet.doPost(SoapServlet.java:206)
        at javax.servlet.http.HttpServlet.service(HttpServlet.java:727)
        at com.zimbra.cs.servlet.ZimbraServlet.service(ZimbraServlet.java:208)
        at javax.servlet.http.HttpServlet.service(HttpServlet.java:820)
        at org.eclipse.jetty.servlet.ServletHolder.handle(ServletHolder.java:565)
        at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1361)
        at com.zimbra.cs.servlet.SetHeaderFilter.doFilter(SetHeaderFilter.java:57)
        at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1332)
        at org.eclipse.jetty.servlets.UserAgentFilter.doFilter(UserAgentFilter.java:77)
        at org.eclipse.jetty.servlets.GzipFilter.doFilter(GzipFilter.java:181)
        at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1332)
        at org.eclipse.jetty.servlets.DoSFilter.doFilterChain(DoSFilter.java:464)
        at org.eclipse.jetty.servlets.DoSFilter.doFilter(DoSFilter.java:327)
        at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1332)
        at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:477)
        at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:119)
        at org.eclipse.jetty.security.SecurityHandler.handle(SecurityHandler.java:524)
        at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:227)
        at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1031)
        at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:406)
        at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:186)
        at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:965)
        at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:117)
        at org.eclipse.jetty.server.handler.ContextHandlerCollection.handle(ContextHandlerCollection.java:250)
        at org.eclipse.jetty.server.handler.HandlerCollection.handle(HandlerCollection.java:149)
        at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:111)
        at org.eclipse.jetty.rewrite.handler.RewriteHandler.handle(RewriteHandler.java:312)
        at org.eclipse.jetty.server.handler.DebugHandler.handle(DebugHandler.java:77)
        at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:111)
        at org.eclipse.jetty.server.Server.handle(Server.java:349)
        at org.eclipse.jetty.server.AbstractHttpConnection.handleRequest(AbstractHttpConnection.java:452)
        at org.eclipse.jetty.server.AbstractHttpConnection.content(AbstractHttpConnection.java:894)
        at org.eclipse.jetty.server.AbstractHttpConnection$RequestHandler.content(AbstractHttpConnection.java:948)
        at org.eclipse.jetty.http.HttpParser.parseNext(HttpParser.java:857)
        at org.eclipse.jetty.http.HttpParser.parseAvailable(HttpParser.java:235)
        at org.eclipse.jetty.server.AsyncHttpConnection.handle(AsyncHttpConnection.java:77)
        at org.eclipse.jetty.io.nio.SslConnection.handle(SslConnection.java:191)
        at org.eclipse.jetty.io.nio.SelectChannelEndPoint.handle(SelectChannelEndPoint.java:606)
        at org.eclipse.jetty.io.nio.SelectChannelEndPoint$1.run(SelectChannelEndPoint.java:46)
        at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:603)
        at org.eclipse.jetty.util.thread.QueuedThreadPool$3.run(QueuedThreadPool.java:538)
        at java.lang.Thread.run(Thread.java:722)
Caused by: com.zimbra.cs.account.AccountServiceException: no such data source: f2c0f8ca-6451-4d26-87fd-4bd4eff1613f
ExceptionId:qtp2010258075-1200:https://46.46.111.111:7071/service/a...2db18d9cba1ef2
Code:account.NO_SUCH_DATA_SOURCE
        at com.zimbra.cs.account.AccountServiceException.NO_SUCH_DATA_SOURCE(AccountServiceException.java:248)
        at com.zimbra.cs.account.ldap.LdapProvisioning.deleteDataSource(LdapProvisioning.java:7358)
        ... 49 more
2012-09-22 13:44:34,097 INFO  [qtp2010258075-1200:https://46.46.111.111:7071/service/a...tTasksRequest] [name=avorobyov@domain.com;mid=49;ip=81.25.11.11;ua=ZimbraWebClient - FF15 (Win);] soap - PurgeBulkIMAPImportTasksRequest elapsed=4

I've already transfered several domains and its mailboxes to Zimbra without problems. But sometimes I get troubles to start transfer. After some hours I can successfully start transfer but after another some hours - not.

Does anybody knows why this happens? What should I do to fix this?
Thanks for your answers.

Zimbra 8. Open Source

$
0
0
Hi!!!

I just have a little question this past June I installed Zimbra 7.2 Collaboration Suite Open Source, and i search for some method the Migrate Exchange 2010 to Zimbra 7.2 but in that time there was no way to do this.

In August VMWare launch the new Zimbra 8, is it true that in Zimbra 8 Open Source, we can migrate from MS Exchange 2010 to Zimbra?

What are are requisites?:confused:

It is free?:confused:

Thanks!!!

RPC ERROR Tryng to Migrate from Exchange 2010 to Zimbra 7.2.1

$
0
0
Hi,

I am trying to migrate from Exchange 2010 to Zimbra Open Source 7.2.1(Centos 5.6 64bit), but i have this error:


27-09-2012 16:51:07 [9452]: ------------------Import Options--------------------------

27-09-2012 16:51:07 [9452]: Import Mails : Yes

27-09-2012 16:51:07 [9452]: Import Contacts : No

27-09-2012 16:51:07 [9452]: Import Calendar Items: No

27-09-2012 16:51:07 [9452]: Import Tasks : No

27-09-2012 16:51:07 [9452]: Import JunkMail : Yes

27-09-2012 16:51:07 [9452]: Import Deleted Items : Yes

27-09-2012 16:51:07 [9452]: Import Sent Items : Yes

27-09-2012 16:51:07 [9452]: Import Rules : No

27-09-2012 16:51:07 [9452]: UseProgressLogs : Yes

27-09-2012 16:51:07 [9452]: Concurrency : 1

27-09-2012 16:51:07 [9452]: MessageLogging : No

27-09-2012 16:51:07 [9452]: ----------------------X-X-X-------------------------------

27-09-2012 16:51:09 [9452]: Creating / starting 1 worker threads

27-09-2012 16:51:09 [9452]: Dispatching work to worker threads

27-09-2012 16:51:09 [9452]: Notifying threads to exit

27-09-2012 16:51:09 [4088]: Worker thread started

27-09-2012 16:51:09 [4088]: Waiting for work

27-09-2012 16:51:09 [4088]: Work arrived.../o=GMG Honduras/ou=Exchange Administrative Group (FYDIBOHF23SPDLT)/cn=Recipients/cn=Nacy Duron1af nduron01@grupom.com.hn

27-09-2012 16:51:09 [4088]: Opening other users store

27-09-2012 16:51:09 [4088]: Logging on to zimbra server (imap.grupom.com.hn:7071)

27-09-2012 16:51:11 [4088]: RPC Error:- WinHttpSendRequest failed. The RPC request is logged as D:\Users\ebanegas\AppData\Local\Temp\ZCSExchangeMi grationWizard-7.2.1.547\4-RPCErrorRequest.xml

27-09-2012 16:51:11 [4088]: Deleting mapi folder list

27-09-2012 16:51:11 [4088]: **Error**:RPC Error: Unable to connect.

27-09-2012 16:51:11 [4088]: Waiting for work

27-09-2012 16:51:11 [4088]: Worker thread exiting

27-09-2012 16:51:12 [9452]: Total errors and warnings in migration:

27-09-2012 16:51:12 [9452]: (MI): Number of Errors : 1

27-09-2012 16:51:12 [9452]: (MI): Number of Warnings : 0

What can i do to fix it?

I can migrate the account but not the mail.

Help!!:confused:

Split Domain Best Practices

$
0
0
I've been pouring over the Split Domain wiki, and some other posts on how to migrate from 2007 --> Zimbra 8.0

I am however not sure which course would be best, using Exchange as my primary or Zimbra. Also, we are using GFI Essentials and Mail Security on Microsoft SMTP in the DMZ, and I'm not sure if that would handle the split domain, or if I do it at the Exchange level.

Right now, mail routing is fairly straight forward:

ISP Relay <--> GFI SMTP Content Filter <--> Exchange 2007

GFI accepts mail for example.domain.com

Exchange is on example.otherdomain.com with example.domain.com as an alias.

I setup Zimbra 8.0 as zimbra.otherdomain.com with an alias of example.domain.com

I want to keep all user email addresses the same, hence the split domain.

So, my question is, do I need to get the GFI SMTP piece involved at all until I fully remove the Exchange server? Or can I just have mail routed from Exchange to Zimbra as we move departments then change GFI route mail just to the zimbra server when we are done?

I'm still a little confused on the best scenario to use. We don't have a lot of mailboxes (about 700), but they are rather large, and we cover over 35 departments --- so timing is crucial and the reason we what to do this in phases.

Trouble migrating POP to Zimbra

$
0
0
I'm following the recommendation in WIKI to use pop2imap to migrate from sendmail to Zimbra but it's now working see below;

[root@BTVMfedora bin]# pop2imap --host1 mail.greatgulfhomes.com --user1 ahmedi@greatbuildersoltions.com --password1 4a3cd7 --host2 testmail.greatbuildersolutions.com --user2 ahmedi@greatbuildersolutions.com --password2 4a3cd7
From pop3 server [mail.greatgulfhomes.com] port [110] user [ahmedi@greatbuildersoltions.com]
To imap server [testmail.greatbuildersolutions.com] port [143] user [ahmedi@greatbuildersolutions.com]
TimeZone :[america/toronto]
Looking POP messages
Found [-1] pop messages
1 BAD invalid command ...propagated at /usr/bin/pop2imap line 184, <GEN2> line 13.

What is wrong seems to start working then fails.

Thanks for any help

Brad
Viewing all 197 articles
Browse latest View live