How To Restore Zimbra When LDAP DB Is Corrupted

A week ago, I received a call from one of our clients to whom we provide system and networking support. They had called me to inform that their Zimbra server had stopped working after an unexpected power outage. So, I asked them to provide me a remote access to their server so that I couldย analyze the cause of the problem. It didn’t strike me as a big deal then because there had been lots of issues with this server previously and most of them were about spam filters, users’ accounts, or some services not working properly. After looking at the problem, I learned that it was due to the failed LDAP server whose database, according to Zimbra, had been corrupted. Well, it was something new. Then, as most of us do when facing problem, I googled the Zimbra’s error message and error code to find information on this issue.




Zimbra Logo
Zimbra Logo

The error message I got looked like this:

[code language=”bash”][zimbra@mail ~]$ ldap start
Failed to start slapd. Attempting debug start to determine error.
56d2e1e8 mdb_db_open: database "": mdb_dbi_open(/opt/zimbra/data/ldap/mdb/db/ad2i) failed: MDB_CORRUPTED: Located page was wrong type (-30796).
56d2e1e8 backend_startup_one (type=mdb, suffix=""): bi_db_open failed! (-30796)[/code]

Zimbra LDAP DB Recovery

The search results on this error message mostly provided two main recovery methods: first, to recover the corrupted database and second, to restore the previously backed up working database. So, I backed up my existing database and tried first method. As a matter of fact, Zimbra itself ships with a LDAP database recovery tool by default. I found numerous articles which taught database recovery forย ย earlier versions or Network edition of Zimbra and OpenLDAP only. However, I have Community Edition of Zimbra and its version is as follows:

[code language=”bash”][zimbra@mail ~]$ zmcontrol -v
Release 8.5.0_GA_3042.RHEL6_64_20140828192005 RHEL6_64 FOSS edition.[/code]

And the LDAP database can be recovered in this Zimbra version as follows:

[code language=”bash”][zimbra@mail ~]$ย /opt/zimbra/bdb/bin/db_recover -v -h /opt/zimbra/data/ldap/mdb/db
BDB2526 Finding last valid log LSN: file: 1 offset 28[/code]

But unfortunately for me, this didn’t help. Instead of going through the recovery process, db_recover exited without making any changes to the database. Perhaps I messed up with my log file or accidentally deleted it before trying recovery. I can’t tell this for sure because I went through lots of articles about this issue and tried few of the suggestions. Later I learned from some OpenLDAP folks that deleting or modifying database log file is very bad and can make database recovery almost impossible. Or, there wasย another possibility that both my system and database assumed that their informationย was correct, but hadย noncomplying entries. According to some MDB or LDAP DB experts, sometimes while writing information into database and there is immediate power cut, the operating system or application assumes that the information has been successfully written into database, but the database doesn’t have any knowledge of it. This mismatch can lead to database corruption and can also create trouble in recovery.

ย After failing to recover my corrupted database repeatedly, there was the second option to get my LDAP and Zimbra running i.e. restoring previously backed up database. But since I didn’t have any backup whatsoever of this server and my predecessors also didn’t take any backup, I skipped this option too. I guess you can imagine the pressure and stress one feels under such circumstance.ย So, I was left with no other choiceย than to setup a new Zimbra server to at least allow our clients to send and receive new mails.

Restoring Old Mails in New Server

Setting up a new Zimbra server wasn’t much of a big deal. I was able to install a fresh CentOS system and ZCSย in a couple of hours. We had a list of mail users ย and distribution lists from a year ago, using which I created users and distribution lists in my new server. Then, I asked my network team to change the NAT setting in the Gateway device from old server’s IP to new server’s IP address. After that, the new server was ready to send and receive mails on behalf of our clients. This reduced the stress level a little, but the challenge of restoring older mails and contacts was still there.

Once the new Zimbra server was up and running with basic configuration and tuning, I started lookingย into restoration of old mails and contacts from crashed server. For that purpose, I researched so extensively that I at least read a hundred articles andย forum posts. I looked under every stone I could find and I even turned over some stones time and again to discover any clue for my goal. Even after failing multiple times at database recovery, I kept on trying to recover it because the more I researched about my problem, the more I realized that LDAP database is the key in Zimbra’s recovery or restoration or migration. Therefore, I needed a way to either recover my LDAP database or restore old mails and contacts from older server’s user accounts to new server.

While trying to restore mails from old server to new server, one helpful member from Zimbra community suggested me a way to do it. You can find my question in this link:ย http://community.zimbra.com/collaboration/f/1886/t/1141281ย Following this suggestion, Iย created a new user account in new server and restored all the older mails to this account. Here’s how I did it:

[code language=”bash”][root@mail ~]$ย screen -S Sajjan
[root@mail ~]$ mkdir /opt/zimbra/store/0/Recovered-mails
[root@mail ~]$ย rsync -av root@192.168.2.1:/opt/zimbra/store /opt/zimbra/store/0/Recovered-mails
[/code]

To elaborate my steps, I first created a screen session because I was working over SSH and I didn’t want the processes I created to die on my disconnection. After creating a session and startingย my work inside it, Iย could easily close and resume my work later by connecting to my screen. Then, I created a folder called Recovered-mails inside store folderย and copied the entire store folder from old server to new server using Rsync. Since I had more than 128 GB of mails and I was copying them over network, it was a good thing to run it inside screen. Now you see the benefit of Screen, right?

[code language=”bash”]
[root@mail ~]$ย su zimbra
[zimbra@mail ~]$ย zmprov ca recovery@sajjan.com.np <password> displayName "Recovery Account"
[zimbra@mail ~]$ย zmmailbox -z -m recovery@sajjan.com.np cf /Old-Mails
[zimbra@mail ~]$ zmmailbox -z -m "recovery@sajjan.com.np" addMessage /Old-Mails /opt/zimbra/store/0/Recovered-mails/store/0/*/msg/*
[/code]

Next, I logged into zimbra account to control mail server. First, I added a new user called recovery@sajjan.com.np with zmprov. Then, I created a folder Old-Mails in the mailbox of this user, where I would be restoring all the old mails into. At last, I restored all mails inside Recovered-mails directory into the Old-Mails folder of recovery@sajjan.com.np. I was planning to apply filters for getting mails of specific users and then redirecting the filtered mails to their respective user accounts. But this plan was going cost a lot of time and effort for me because I had about 180 user accounts and the volume of mails was also quite high. And as you may now guess, I wasn’t going down that road for the lazy type of person that I am. So, I started to search for better ways to accomplish this or to automate things. Until I had a better idea, I manually filtered the recovered mails and redirected/shared them to few users based on the criticality and urgency of their mails.

Finally I came to learn that Zimbra creates a directory for each user accountย inside the store/0 directory of zimbra’s home directory and names these user directories as the respective IDs of the users. For example, if a MySQL ID of a particular user is 10 and zimbra has been installed in /opt directory, then all mails belonging to that user are stored inside /opt/zimbra/store/0/10 directory. And this information is the key for the successful restoration and mapping of all user mails from one to another server. As simple as it sounds, everything I did next is primarily based on this small concept. And now, the fun part begins.

In order to map and restore mails of a user from old server to new server, I needed to know the ID of that user in the old server because that’s the value which was attached to the mail store. Thank goodness, I had MySQL server running in old server. As a matter of fact, Zimbra’s MySQL server isn’t dependent upon its LDAP server/database.ย MySQL server of old server wasn’t running by default, so I started it manually and ran a select query to fetch the list of user’s IDs and email addresses. Note this is in old server.

[code language=”bash”]
[zimbra@old-mail ~]$ย mysql.server start
[zimbra@old-mail ~]$ย mysql -e "SELECT id,comment FROM zimbra.mailbox;"
1 ย  ย admin@sajjan.com.np
2 ย  ย user1@sajjan.com.np
3 ย  ย user2@sajjan.com.np
[zimbra@old-mail ~]$ย mysql -e "SELECT id,comment FROM zimbra.mailbox;" &gt; /tmp/id-comment.list [/code]

Doing this dumps the list of IDs and emails of all users in old server’s database into a file called id-comment.list in /tmp. That’s all I needed to do in my old server. Then, I went back to new server and copiedย the dump file.





[code language=”bash”][zimbra@mail ~]$ย scp root@192.168.2.1:/tmp/id-comment.list /tmp[/code]

Then, I wanted to create a folder called Old-Mails in the mailbox of every user to store their past mails. I could’ve done it from the web panel by logging into every user’s account one-by-one and creating folder there or by entering a folder creation command for every user. But I had over 180 users, so I wasn’t going to do that. Therefore, I created a script to do that for me, which is mentioned below. When running this script, I didn’t use the id-comment.list file that I created earlier because the number of users in old server was greater than that in the new server and also that list contained ID values in it, which was unnecessary in this script. So, I generated a list of user accounts present in the new server and passed this new list to the script.

[code language=”bash”]
[zimbra@mail ~]$ย mysql -e "SELECT comment FROM zimbra.mailbox;" > /tmp/accounts.list
[zimbra@mail ~]$ vi /tmp/create_folder.sh [/code]

[code language=”bash”]
#!/bin/bash
#Author: Sajjan Bhattarai
#Date: March 3, 2016
#Description: This script takes a list of accounts in the new Zimbra server and create a folder named "Old-Mails" in the mailbox of each user, where all the mails from old mail server will be restored.

# Looping through users in the list
while IFS=” read -r user || [[ -n "$user" ]]; do
echo "$user: Creating Old-Mails folder…"
# Creating folder inside a user’s mailbox
output=$(zmmailbox -z -m "$user" cf /Old-Mails)
# Handling error status of the above command
if [ $? -eq 0 ]
then
echo "Success!"
else
echo "Failed!"
echo "$user:" >> create_folder.log
echo "$output" >> create_folder.log
fi
done < "$1"
[/code]

[code language=”bash”]
[zimbra@mail ~]$ chmod +x /tmp/create_folder.sh
[zimbra@mail ~]$ /tmp/create_folder.sh /tmp/accounts.list
[/code]

Running script as above created Old-Mails folder inside mailbox of every user in the new server. If for anyย reason this folder isn’t created in any user’s account, this failed event will be logged with its error message in the create_folder.log.ย If you’re wondering why I created new folder to store old mails rather than simply restoring them into existing Inbox folder, I did it that way mainly for safety purpose and simplicity. There’s no any absoluteย reason for it.ย Once these foldersย wereย created, I wrote another script to restore old mails into the user accounts to which they belonged to. This script takes the id-comment.list file that I created earlier.

[code language=”bash”]
[zimbra@mail ~]$ย vi /tmp/restore_mails.sh

#!/bin/bash
#Author: Sajjan Bhattarai
#Date: March 3, 2016
#Description: This script takes the list of zimbra accounts’ ids and email addresses and inputs the mails associated with those users from old mail store to new Zimbra server’s mailbox

#Splitting IDs and Email addresses in every line delimited by whitespace
while IFS=” read -r user || [[ -n "$user" ]]; do
# Creating array containing ID and Email
user_id=($user)
echo "${user_id[0]} : ${user_id[1]}"
# Restoring mails from user’s mail directory to new mailbox inside folder named "Old-Mails
zmmailbox -z -m "${user_id[1]}" addMessage /Old-Mails /opt/zimbra/store/0/Recovered-mails/store/0/"${user_id[0]}"/msg/*
done < "$1"
[/code]

[code language=”bash”]
[zimbra@mail ~]$ chmod +x /tmp/restore_mails.sh
[zimbra@mail ~]$ /tmp/restore_mails.sh /tmp/id-comment.list
[/code]

Well, this is it. I successfully restored past mails of all users into their respective mailbox. But my work didn’t end there because I didn’t have as muchย user accounts in new server as in old server. That means, I was missing some users and along with that, mails associated with those users. To be exact, I lacked 40 user accounts and itย wasn’t forgivable if I were to let it go.

Completing the Users’ List in New Server

To complete the users’ list, I first needed to identify the users missing in my new server. To do this, I once again utilized the previously used id-comments.list andย accounts.listย file. First, I needed to extract only user accounts from id-comments.list so that I could perform comparison between themย and accounts in accounts.list to determine lacking accounts. For this purpose, I wrote another little script which created accounts.old.list containing email addresses only. Then, I compared the account lists from old and new servers and put the missing accounts in a new file accounts.missing.

[code language=”bash”]
[zimbra@mail ~]$ย vi /tmp/extract_accounts.sh

#!/bin/bash
#
while IFS=” read -r user || [[ -n "$user" ]]; do
user_id=($user)
echo "${user_id[1]}" >> /tmp/accounts.old.list
done < "$1" [/code]

[code language=”bash”]
[zimbra@mail ~]$ย chmod +x /tmp/extract_accounts.sh
[zimbra@mail ~]$ย /tmp/extract_accounts.sh /tmp/id-comments.list
[zimbra@mail ~]$ย comm -2 -3 < (sort /tmp/accounts.old.list) < (sort /tmp/accounts.list) > /tmp/accounts.missing
[/code]

After I had a list of missing accounts, I passed this list to my another script which adds users into Zimbra server.

[code language=”bash”]
[zimbra@mail ~]$ย vi /tmp/add_users.sh
[/code]

[code language=”bash”]
#!/bin/bash
# Author: Sajjan Bhattarai
# Date: March 5, 2016
# Description: This bash script takes the list of user accounts from old zimbra server as an argument and creates the corresponding email accounts in the new Zimbra server.

domain="sajjan.com.np"
default_password="sajjan@12345#"

# This script creates user accounts with default CoS, so user specific CoS hasn’t been defined here. You may add CoS settings accordingly.

# Splitting email address into user and domain name
while IFS=’@’ read -a user || [[ -n "$user" ]]; do
# Splitting user account into firstname and lastname
IFS=’.’ read -a names <<< "$user"
# Capitalizing first letter of names
firstname="$(tr ‘[:lower:]’ ‘[:upper:]’ <<< ${names[0]:0:1})${names[0]:1}"
lastname="$(tr ‘[:lower:]’ ‘[:upper:]’ <<< ${names[1]:0:1})${names[1]:1}"
echo "Creating $user@$domain…"
# Creating user account in Zimbra server
#output=$(zmprov ca "$user"@"$domain" "$default_password" displayName "$firstname $lastname")
# Checking the exit status of zmprov function
if [ $? -eq 0 ]
then
echo "Success!"
echo "$user@$domain" >> new_users.list
else
echo "Failed!"
echo "$user@$domain:" >> generate_users.log
echo "$output" >> generate_users.log
echo "===================================================" >> generate_users.log
fi
done < "$1"
[/code]

[code language=”bash”]
[zimbra@mail ~]$ย chmod +x /tmp/add_users.sh
[zimbra@mail ~]$ /tmp/add_users.sh /tmp/accounts.missing
[/code]

On completion of this script, all missing accounts were successfully added into Zimbra. If for some reason an account wasn’t added, that failing account would be logged into /tmp/generate_users.log file along with the error message. I then created Old-Mails folder for these users as well.

[code language=”bash”]
[zimbra@mail ~]$ /tmp/create_folder.sh /tmp/accounts.missing
[/code]

Then, to restore past mails of these newly added users, I had to know the user ID of each of these accounts in old server. I could’ve known ID of each user by making a query to MySQL server of old server and then used that ID to restore mails to that user’s mailbox as follows:

[code language=”bash”][zimbra@old-mailย ~]$ย mysql -e "SELECT id,comment from zimbra.mailbox WHERE comment LIKE ‘missing-user@sajjan.com.np’;"
168
[zimbra@mail ~]$ย zmmailbox -z -m missing-user@sajjan.com.npย addMessage /Old-Mails /opt/zimbra/store/0/Recovered-mails/store/0/168/msg/*
[/code]

Or, I could’ve also opened up /tmp/id-comment.list file and searched for missing-user@sajjan.com.np to find its ID. Then, I could’ve used above zmmailbox command to restore mails. But I had to do it for 40 accounts, which would’ve taken quite a long time and effort. So, I created a script for it as well.

[code language=”bash”]
[zimbra@mail ~]$ย vi /tmp/generate_remaining_id_comment_list.sh

#!/bin/bash

# Author: Sajjan Bhattarai
# Date: March 6, 2016
# Description: This script takes the list of remaining zimbra accounts and fetches their respective IDs from the list containing both ID and Email address. After fetching the matching ID and Email, it stores them into remaining-id-comment.list file.

# Looping through each missing user account
while IFS=” read -r user || [[ -n "$user" ]]; do
# Creating array containing ID and Email
output=$(cat /tmp/id-comment.list | grep -w "$user")
echo "$output" >> /tmp/remaining-id-comment.list
done < "$1" [/code]

[code language=”bash”]
[zimbra@mail ~]$ chmod +x /tmp/generate_remaining_id_comment_list.sh
[zimbra@mail ~]$ /tmp/generate_remaining_id_comment_list.sh /tmp/accounts.missing
[/code]

Lastly, I put thisย remaining-id-comment.listย file into the restore_mails.sh script, which restored all the past mails of remaining users into their mailbox.

[code language=”bash”]
[zimbra@mail ~]$ย /tmp/restore_mails.sh /tmp/remaining-id-comment.list
[/code]

Finally, this is it. My Zimbra mail server has been fully restored. I never thought of it, but now I’m truly thankful toward the problem I faced. Because without it, I wouldn’t have gone any deeper into Zimbra and wouldn’t have stepped any further from my comfort zone. Yes, it nearly brought me down, but I raised myself and solved it. Moral of the story: Don’t stop when you’re tired and cannot find a way to solve a problem, rather stop when you’ve fully solved it. Thank you for reading!





Comments

29 responses to “How To Restore Zimbra When LDAP DB Is Corrupted”

  1. Jean-Yves Eko Avatar
    Jean-Yves Eko

    Hi Sajjan,

    I’m facing an issue with my server after an electrical incident. Everything was working but after the restart, I got the fllowing :

    Starting ldap…Done.

    Unable to determine enabled services from ldap.
    Enabled services read from cache. Service list may be inaccurate.
    Starting zmconfigd…Done.
    Starting logger…Failed.
    Starting logswatch…[] INFO: master is down, falling back to replica…
    [] FATAL: failed to initialize LDAP client
    com.zimbra.cs.ldap.LdapException: LDAP error: : invalid credentials

    Also, trying some Ldap command, I obtain :

    $ ldapsearch -LLL -h localhost -p 389 -D uid=zimbra,cn=admins,cn=zimbra -W
    Enter LDAP Password:
    ldap_sasl_bind(SIMPLE): Can’t contact LDAP server (-1)

    So first of all, How to check LDAP Database integrity ?

    May you give me some help please.

    1. Hi Jean-Yves,
      Sorry for a late reply. The problem you reported is new to me as well. So, I did a little research on this issue and found this forum conversation (http://community.zimbra.com/collaboration/f/1886/t/1136787) mentioning the exact same problem as yours. According to it, it is more likely that the cause of your problem is incorrect DNS resolution. So, please check the status of your DNS server (BIND maybe), hosts file and nameserver config in your server. Also, based on the error message you’ve provided, I don’t think your LDAP database has been corrupted. Anyway, you can check the integrity of your LDAP DB by using this command: /opt/zimbra/bdb/bin/db_verify -h -v /opt/zimbra/data/ldap/mdb/db

      I hope that helps or at least, points you to right direction. Please let me know of the progress.

      1. Jean-Yves Eko Avatar
        Jean-Yves Eko

        Hi Sajjan,
        I’m facing the same error :
        /opt/zimbra/bdb/bin/db_recover -v -h /opt/zimbra/data/ldap/mdb/db
        BDB2526 Finding last valid log LSN: file: 1 offset 28

        I want to know and understand something please. What would exactly happen if I restore LDAP from a previous backup. I have an okd version (past january) of my server that is still functioning. I just disconnected it from the LAN. So, what about the accounts and distributions lists that I created since ?

        1. Hi Jean-Yves,
          Are you sure your mdb is corrupted? Because based on the error message you posted earlier, it doesn’t seem to me like it is corrupted. Have you made sure there isn’t any name resolution issue in your server, like problem in named perhaps. Anyway, if your mdb is corrupted, I hope you haven’t messed up your log file placed at the location of mdb itself. If your log file isn’t changed after corruption, you should be able to recover your database, at least that what forums tell regarding this matter. About restoring your last backup, the accounts and dls you created afterwards won’t be available after its restoration. Also, please make sure you backup all the important components of Zimbra or whole installation folder before making any changes or attempting restoration of previous database.

          I hope that helps or at least, gives you some clue to find a way around your problem. Please let me know of your progress. ๐Ÿ™‚

          1. Jean-Yves Eko Avatar
            Jean-Yves Eko

            Hi Sajjan,

            Am I sure my mdb is corrupted? Not really able to answer. There is no issue with name resolution. The log file still there but I can’t figure out how to fix the issue.
            Concerning the ldap, I tought I could do something like a re-indexation !?
            Concerning the backup and other thing, there is no problem. It’s a VM. So I just have to make a snapshot before.

            But what I really want is to fix my running server without using a previos backup.

            Thanks for your help and time. I can provide you all the logs ou would need.

          2. Hi Jean-Yves,
            Yes, I do understand your situation. I’ve myself been there. However, I’m also not an expert in this matter. Like you said, database recovery or re-indexing is the ideal choice, and db_recover is the tool for it. If it doesn’t work, I don’t see other alternative than to restore your backup database. But before you get down that road, please verify that database corruption is the actual problem in hand. Based on your error message, it says nothing about database being corrupted. Also please let me know if you come across other solution.

          3. Jean-Yves Eko Avatar
            Jean-Yves Eko

            Hi Sajjan,

            Take a look at the results I obtain when I try to verify Ldap database status on a working zimbra,
            [zimbra@mail ~]$ /opt/zimbra/bdb/bin/db_verify -h -v /opt/zimbra/data/ldap/mdb/db
            db_verify: BDB0134 read: 0x7fff578d34e0, 512: Is a directory
            db_verify: /opt/zimbra/data/ldap/mdb/db: Is a directory
            db_verify: BDB0134 read: 0x7fff578d33d0, 512: Is a directory
            db_verify: BDB0520 Metadata page 0 cannot be read: Is a directory
            db_verify: /opt/zimbra/data/ldap/mdb/db: Is a directory
            BDB5105 Verification of /opt/zimbra/data/ldap/mdb/db failed.

            Also, if i add the file after the command :

            [zimbra@mail ~]$ /opt/zimbra/bdb/bin/db_verify -h -v /opt/zimbra/data/ldap/mdb/db/data.mdb
            db_verify: BDB0641 __db_meta_setup: /opt/zimbra/data/ldap/mdb/db/data.mdb: unexpected file type or format
            db_verify: BDB0524 Page 0: pgno incorrectly set to 524288
            db_verify: BDB0525 Page 0: bad magic number 0
            db_verify: BDB0527 Page 0: bad page size 1
            db_verify: BDB0538 Page 0: invalid next_pgno 3203383518
            db_verify: BDB0536 Page 1: bad page number 131072
            db_verify: BDB0545 Page 1: invalid magic number
            db_verify: BDB0546 Page 1: magic number does not match database type
            db_verify: BDB0547 Page 1: unsupported database version 153882604; extraneous errors may result
            db_verify: BDB0548 Page 1: invalid pagesize 265815512
            db_verify: BDB0549 Page 0: bad meta-data flags value 0x9c
            db_verify: BDB0550 Page 1: nonempty free list on subdatabase metadata page
            db_verify: BDB0551 Page 1: nonsensical free list pgno 256118616
            db_verify: BDB1096 Page 1: database has custom hash function; reverify with DB_NOORDERCHK set
            db_verify: BDB0536 Page 2: bad page number 131072
            db_verify: BDB0544 Page 2: nonzero level 92 in non-btree database
            Segmentation fault (core dumped)

            Those two commands are executed on a well working zimbra server

          4. Hi Jean-Yves,
            Could you send me the output of commands “ldap status” and “ldap start” from zimbra user in crashed server? The error message given by ldap start can give precise information on your problem. I also tried db_verify in my working server’s db and it also showed some bad pages. I guess that’s a normal thing then.

          5. Jean-Yves Eko Avatar
            Jean-Yves Eko

            Hi Sajjan,
            There is no issue with ldap start or status. Ldap starts fine.

          6. Hi Jean-Yves,
            In that case, I really don’t think your LDAP DB is corrupted. If it was corrupted, your LDAP server wouldn’t have started. There must some other issue.

          7. Jean-Yves Eko Avatar
            Jean-Yves Eko

            But when I try some ldapsearch command, it results with : ldap_sasl_bind(SIMPLE): Can’t contact LDAP server (-1)

          8. Jean-Yves Eko Avatar
            Jean-Yves Eko

            Helas. Nothing changed.

          9. Hi Jean-Yves,
            Did you find any solution for your issue? Actually, I’ve also come across the same issue now. Could you share some information on it?

          10. Jean-Yves Eko Avatar
            Jean-Yves Eko

            Sorry for the late response. I was off.
            Finally I used one of your method posted on your blog. http://sajjan.com.np/blog/2016/03/06/zimbra-recovery/

  2. Berean Kibet Avatar
    Berean Kibet

    Thank you So so so so Much, Your saved me.

    1. Hi Berean,
      Thanks for the comment. I’m glad that it has been helpful for you. ๐Ÿ™‚

      1. Berean Kibet Avatar
        Berean Kibet

        Hallo Sajjan,
        Is there a way i can recover the sent items??

        1. I think your sent mails are also recovered while recovering mails in the steps mentioned above. In order to separate your sent mails from the rest, you can create mail filter policy from Zimbra webmail and move all the matching mails ( “from:” = “your address”) to sent folder. But this is done on per-user basis. I believe there might be other options for automation as well, which you’ve to research on your own. Hope this is helpful.

          1. Berean Kibet Avatar
            Berean Kibet

            Thank you

  3. Servercenter Avatar
    Servercenter

    Hello

  4. Servercenter Avatar
    Servercenter

    Hi, I’ve reviewed your guide. I tell you how I had zimbra installed. Zimbra was on one server, ldap on another server and mailboxes on another. The ldap was hacked to me, but I recovered it. The zimbra server from a power failure lost the disk array and I could not recover the opt directory. I already have zimbra installed again and ldap. How do I index the mailboxes with the new zimbra ??

  5. Servercenter Avatar
    Servercenter

    the new zimbra install it where the mailboxes

  6. Servercenter Avatar
    Servercenter

    are more than 3000 users

  7. Servercenter Avatar
    Servercenter

    can you tell me how to do?? Thank you

  8. Servercenter Avatar
    Servercenter

    help me, I need to activate the mail

  9. Servercenter Avatar
    Servercenter

    the ldap I lost it, I mount it again. My problem is indexing the mailboxes because you know they have numbers

  10. Hi Servercenter,
    I apologize for delayed response. Could you please verify if you’ve recovered your /opt directory and LDAP database? Also the integrity of your mysql database is crucial for the recovery of your mail server.

    1. Servercenter Avatar
      Servercenter

      Hi, the directory opt I lost it because of the disk array failure and the ldap was hacked. The only thing I have are the mailboxes. Thanks for answering

Leave a Reply

Your email address will not be published. Required fields are marked *