Hi all,
thanks to MACscr we have found and solved this issue.
We posted a workaround on our forum and we close to release the 1.5.1 Beta.
The ZeXtras Team
Type: Posts; User: Cine.ZxCommunity; Keyword(s):
Hi all,
thanks to MACscr we have found and solved this issue.
We posted a workaround on our forum and we close to release the 1.5.1 Beta.
The ZeXtras Team
Hello muyepaa!
This error is caused by the shared LDAP, as ZxSuite's zimlet and ZxMig's one cannot coexist in a single LDAP server. I'd suggest to uninstall ZeXtras Migration Tool and install...
Hello muyepaa!
This is not an error per-se, it's an error information stored in the LDAP which probably refers to the datasources created in the new server - since the LDAP is the same, every change...
Hello ualex,
if I remember correctly version 7.1.3 had a misconfiguration in the default logrotate config...
Check the /etc/logrotate.d/zimbra file, find the "/opt/zimbra/log/cbpolicyd.log"...
Hello everybody!
I'm proud to inform you that ZeXtras Suite 1.2 has been released today, featuring the brand-new ZeXtras Mobile module.
This module allows ActiveSync synchronization between a...
Hello again,
as far as I know, all mail for a user is in its /opt/zimbra-old/store/0/{mailbox_id}/msg/ folder (and subfolders), so as long as you can read some .msg files to determine the user,...
Hello Dewanggaba,
check out the following wiki article, might have the answer to your question: Account mailbox database structure - Zimbra :: Wiki
The field you marked as {hash} is the...
Hello everybody!
Some days ago my account was deprived of all write permissions in the Zimbra Wiki, because of "Spamming of External Links".
While I know that my Userpage and User-Notes contained...
Hi wooby,
As far as I know the 'zmrestore' util doesn't provide an "undelete" option that restores deleted/backupped mail to a mailbox without deleting new contents.
However, you can restore...
There are many ways to migrate your data from one server to another:
ZCS-to-ZCS Migrations:: Blog
Bug 30163 zimbra-zimbra migration via tar formatter
But with these ways, all the shared...
Do this task on Zimbra Open with Zextras the steps for your migration would be fairly straightforward:
Install Zextras Migration Tool to export your data from your old server.
Install Zextras...
Hello tgx.
There shouldn't be any problem, but you might get some exceptions for Documents (as in Zimbra 7 such function is merged with the Briefcase).
Mind that using Zimbra's Import/Export...
Hi Stefaan,
you can add your users from cli with zmprov command, directly in the form fistname.lastname@domain without password:
zmprov ca fistname.lastname@domain ""
and for...
Have you managed to migrate your server?
If you are still trying to figure out how to perform the migration I suggest you to have a look at ZeXtras Migration Tool, a free tool specifically made to...
I think you could like ZeXtras Migration Tool..
It's a free tool for Zimbra-to-Zimbra migrations, and you would just need to upgrade your current server to 6.0.7+ (as ZxMig requires Zimbra 6.0.7 or...
Hi diablo62.
Maybe you can check out ZeXtras Migration Tool, a free tool for Zimbra to Zimbra migrations.
With it the steps for your migration would be fairly straightforward:
Install...
Hi markhard,
you can develop an administrative zimlet that hide the button, but this is only a client (javascript code) solution that can be eluded quite easily.
Hi,
To reset a key to Cos or to Domain default value, you can set the key to null with a command like this:
zmprov ma <user@domain> zimbraZimletAvailableZimlets ""
Have a nice day.
Hi dangons.
If you have to migrate and you have to change the hostname and domain, maybe you can check out ZeXtras Migration Tool, a free tool for Zimbra to Zimbra migrations.
With it the steps...
Hi!
Quick question.. Have you tried the Quotas module of cbpolicyd (the built-in version in Zimbra 7.1.1)?
It allows you to set a message limit over time applied to your cbpolicyd policies. I...
Hi cryppy,
your setup is actually small, but if you want to try a Multiserver environment I'd suggest to go with the Medium setup ad described in the Multi-Server Installation Guide:
- 1 LDAP +...
Hello buedsma,
the Zimbra Download page states that Zimbra 5.0.13 runs on RH4 and RH5, so I think Centos 6 is not supported.
As for the upgrade question, it's possible to perform a direct...
Primary and Secondary refer only to the MTA role.. If you want users to connect via webmail or mobile, you just need to give them the URL of the zimbra server :).
I don't really think you'll need...
Zimbra Proxy is a 'standalone' component, so it can be on any server.
Zimbra MTA is essential on the secondary, as stated on the Split Domain guide
Regards,
Cine
A couple of shell commands are enough :)
zmmailbox -z -m source_mailbox@domain.org > filters.txt
sed -i 's/^/afrl /' filters.txt
zmmailbox -z -m destination_mailbox@domain.org < filters.txt...