Mailbox Troubleshooting

Revision as of 10:27, 12 July 2015 by Jorge de la Cruz (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Mailbox Troubleshooting

   KB 1378        Last updated on 2015-07-12  




0.00
(0 votes)

Mailbox Troubleshooting

For most of these issues, zmcontrol is your friend

Unless otherwise specified - run all these commands as the zimbra user

su - zimbra

How to see what's running

zmcontrol status

[zimbra@myhost ~]$ zmcontrol status

Host myhost.example.com
       antispam                Running
       antivirus               Running
       ldap                    Running
       logger                  Running
       mailbox                 Running
       mta                     Running
       snmp                    Running
       spell                   Running

zmcontrol will set the shell exit value based on the status - if everything is running, it will exit with a 0 status. In this case you may see mailbox or zmmailboxdctl listed as not running.

Common Problems with Mailbox

Mysql

The most common cause for the mailbox not starting is an out of sync MySQL database password.

You can test this by attempting to login to the mysql database:

[zimbra@myhost ~]$ mysql mysql

OR

[zimbra@myhost ~]$ mysql zimbra

If you recieve an error message, then this is the likely cause. You should then proceed to check your mysql tables. [1]

Perdition

Perdition can also reserve ports that are used by mailbox. Perdition should not be used in single server environments.

Please see Perdition#Disabling_the_service

zmmailboxdctl is not running

Can be indicated by

[zimbra@example.com ~]$ zmcontrol start
Host example.com
        Starting logger...FAILED


        Starting mailbox...Done.
        Starting antispam...Done.
        Starting antivirus...Done.
        Starting spell...Done.
        Starting mta...Done.
        Starting stats...Done.

or

[zimbra@example.com ~]$ zmcontrol status
Host example.com
        antispam                Running
        antivirus               Running
        ldap                    Running
        logger                  Running
        mailbox                 Stopped
                zmmailboxdctl is not running
        mta                     Running
        spell                   Running
        stats                   Running

Your http (Apache) server is running and port 80 is in use. Stop http server and now start zimbra.

--Verbunk 00:52, 29 June 2007 (CDT) --satforum 23:51, 30 May 2008 (CET)

Verified Against: ZCS 6.0.5 Date Created: 4/8/2010
Article ID: https://wiki.zimbra.com/index.php?title=Mailbox_Troubleshooting Date Modified: 2015-07-12



Try Zimbra

Try Zimbra Collaboration with a 60-day free trial.
Get it now »

Want to get involved?

You can contribute in the Community, Wiki, Code, or development of Zimlets.
Find out more. »

Looking for a Video?

Visit our YouTube channel to get the latest webinars, technology news, product overviews, and so much more.
Go to the YouTube channel »

Jump to: navigation, search