Jump to content

Recommended Posts

Posted

Yesterday I was setting up our ESXi server to auto shutdown VM's when the UPS sent the signal. Long story short is the script worked, but because I didn't have VMWare Tools on our Zimbra server it just hard powered it off.

 

Now I can't get MTA service on Zimbra to work. Something about postfix problems and such.

 

I'm in the middle of running a file system check to see if this resolves the issues, but can anybody offer any advice in advance to try and get this back up and running?

Posted

Backup a copy of the zimbra folder and run the installer if latest, or do an upgrade.

 

You can perform a reinstallation with the same version by just re-running it.

 

This can fix borked zimbra and has sorted me out in the past.

  • 2 weeks later...
Posted
Backup a copy of the zimbra folder and run the installer if latest, or do an upgrade.

 

You can perform a reinstallation with the same version by just re-running it.

 

This can fix borked zimbra and has sorted me out in the past.

 

If I reinstall it should it keep the mailboxes or will it remove them?

Posted

Figured it out (I think)

 

Exim4 is using port 25 thus causing Zimbra not to start the MTA. I've stopped Exim4 and Zimbra could then successfully start

 

Just got to remove Exim4 now.

Posted

Yeah, I would imagine you've installed something such as mailx or such with which exim4 has pulled in as a dependency of which wasn't a problem until the box rebooted. (Reinstalling zimbra won't fix this).

 

Run dpkg -l | grep exim4 to get all of the exim package names (I don't like wildcarded removals) and remove them one at a time taking note of any other apps it may wish to remove.

Posted

Okay - I found out why Exim4 was on there. I was trying to add a disclaimer so I installed Altermime.

 

However, the make details available here:Domain Disclaimer Extension Admin UI - Zimbra :: Wiki didn't work on my box so I did a:

 

apt-get install altermime

 

This however puts Exim4 on there too which breaks Zimbra. Firstly, does the disclaimer thing require Exim4?

 

If not, how do I install altermime without it installing Exim4?

Posted

Posted for archive use

 

If I reinstall it should it keep the mailboxes or will it remove them?

 

An in-situ reinstall (or upgrade using same version) should not affect mailboxes. (Although I suggested a backup of the zimbra folder to be extra sure - you can drop the copied folder back in place if something horrible happens) It just resets configuration and setyp and is what you need to do when moving architecture (say from 32 bit to 64bit).

 

Yeah, I would imagine you've installed something such as mailx or such with which exim4 has pulled in as a dependency of which wasn't a problem until the box rebooted. (Reinstalling zimbra won't fix this).

 

I believe that running the installer would have displayed the port conflict and made troubleshooting easy though

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now



×
×
  • Create New...