Quote:
Originally Posted by bhwong 3. How do I get the mailbox ID from zmmailbox? And how does it reveal the folder location under /opt/zimbra/store? |
zmprov gmi
user@domain.com
Divide by 100 gets the mysql group and general store dir. If you need to find an individual message, get it's item id, calculate it's hash (4096 divide by 2^12 rounded down) and get it's revision # from mod_content field. Covered in detail here:
Account mailbox database structure - Zimbra :: Wiki Quote:
Originally Posted by bhwong 5. How can I access this CLI? |
su - zimbra (To run ZCS specific commands
Zimbra CLI Command List - Zimbra :: Wiki - you can also communicate with mysql, ldapmodify, and a few things have hand configurable files.)
Your prior posts show that's you've used command-line-interface before.
Quote:
Originally Posted by bhwong 6. Unfortunately, the very reason why I end up running the wrong command and corrupt Zimbra is actually what you have suggested. I asked the forum first and they suggested me to run this command without telling me the implications. |
For other in brief: This was the
copied server rename issue where the zmsetservername ran on the test box affected the live server - this is because DNS lookups found the production box and re-rwote it's LDAP instead.
Quote:
Originally Posted by bhwong I have installed Zimbra in a VM and I want to clone this VM so that I can do some testing. But in order not to affect the original Zimbra that is running fine, I will have to change the IP, Hostname etc. How do I get to the setup page again which appear during installation of Zimbra? Quote:
Originally Posted by Klug | |
Klug assumed that you would take a backup that's not stored online (per directions, which didn't consider the clone test box angle because they assume you'd be renaming the production itself). He also read your 2nd sentence to mean that you knew it had to be isolated, and were only asking how to do the config rename.
Though what you really meant to say was something like:
Quote:
|
I have installed Zimbra in a VM and I want to clone this VM so that I can do some testing. How do I change the IP, Hostname etc without affect the original Zimbra that is running fine?
|
It happens - especially on a global forum site - wars have been fought over punctuation.
We've put a warning in the documentation, and if you think an additional prompt is needed in the command itself feel free to file an RFE.
Quote:
Originally Posted by bhwong 8. Persona or External email accounts all insist to send email out using your primary email address. You only get to change the name, not the email. |
By default you can only send/recieve as primary & any aliases.
You can manually allow specific addresses:
Admin console gui > Account > Preferences tab> Allow sending email only from these:

zmprov ma
user@domain.com +zimbraAllowFromAddress
other@external.com
Or if you would like to let them send as any you set:
zmprov mc COSname zimbraAllowAnyFromAddress TRUE
or
zmprov ma
user@domain.com zimbraAllowAnyFromAddress TRUE
Pic of it FALSE:
Pic of it TRUE (notice how you can now type in a value):
So it's not an unchecked quantity vote for
Bug 29974 - persona/external account from field address verification Quote:
Originally Posted by bhwong The GAL is using LDAP and Active Directory, both are incomplete since most of our employees are from other difference domains which cannot be merged into a single LDAP or AD. |
Sound's like your currently using a contact folder shared with everyone@ company wide waiting for:
Bug 29697 - External (non-Zimbra) addresses in GAL &
Bug 21879 - Add non-Zimbra email addresses to GAL >
Bug 14531 - GAL via contacts folders with sorting, browsing and real sync Quote:
Originally Posted by bhwong 1. Beside attachment, Outlook can embed images inside the email itself. Zimbra can't do this and will create broken image link when forwarding email with embed images.
ZCS Version: Release 5.0.11_GA_2695.UBUNTU8 FOSS edition |
This should be fixed in 5.0.12+:
Bug 34539 - inline images wont display in ajax client Quote:
Originally Posted by bhwong 2. Some emails appear to be completely empty but the content will appear when you forward it. We found that to force the content to display as text will resolve this, but all text styles will disappear.
They are not using Outlook Conector nor IMAP. They are using Zimbra Desktop Client to view emails. The emails are English. Do you mean non-English will cause problem for Zimbra but not Outlook?
If you are keen to investigate, I can do a screen capture for you. |
Provided your trying the latest ZD, yes a pic and the contents of a 'show original' would help / should be added to bugzilla. Be sure to specify languages tried.