Zimbra offers Open Source email server software and shared calendar for Linux and the Mac
 
Go Back   Zimbra - Forums > Zimbra Collaboration Suite > Installation

Welcome to the Zimbra - Forums!
Welcome, if you would like to post a comment please register. We also encourage you to explore all things Zimbra with our team and members of the community.

Reply
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 05-08-2007, 11:51 AM
Active Member
 
Posts: 41
Default New Install - mta won't start (part 1 due to IMG limits)

Afternoon folks. I'm gonna be upfront and explain that I'm not a Linux expert or a Zimbra expert.

I'm trying to get Zimbra Network 4.5.5 to install and run on a new install of Redhat Enterprise Linux ES 4 Update 5. After following the instructions on the install guide, and browsing the forums here for the past couple of days I've tried to look for a solution to my problem but to no avail. Let me first explain what is setup so far.
  • RHEL4U5 Installed with no server processes installed other than DNS (MySQL/Apache/Mail/etc. not installed)
  • I followed the instructions on the Wiki for setting up a SplitDNS server, since our Zimbra server will be behind a firewall.
  • After those were done I installed Zimbra as per the Installation Guide.

For the SplitDNS, I was able to run the 2 tests provided in the instructions and got:


With this setup, I am able to see:


I figured with this good to go, the LDAP portion should be working fine. Now, when I do a zmcontrol status to see what's running I get:


Ok.. Let's try to start the MTA manually with zmmtactl start. At the end of the screen scrolling I see:


First problem is that I cannot get the MTA to stay running. It tries to start but stops immediately after the start is issued. Anything else I should check or try?


Thank you for taking the time to read this,

Robert
Reply With Quote
  #2 (permalink)  
Old 05-08-2007, 12:42 PM
Zimbra Employee
 
Posts: 538
Default

Check /var/log/zimbra.log for errors.
__________________
Bugzilla - Wiki - Downloads - Before posting... Search!
Reply With Quote
  #3 (permalink)  
Old 05-08-2007, 01:08 PM
Active Member
 
Posts: 41
Default

May 8 18:52:03 zimbra postfix/postqueue[22638]: fatal: Queue report unavailable - mail system is down
May 8 14:52:04 zimbra zimbramon[22481]: 22481:info: 2007-05-08 14:52:01, STATUS: zimbra.no-ip.org: antispam: Running
May 8 14:52:04 zimbra zimbramon[22481]: 22481:info: 2007-05-08 14:52:01, STATUS: zimbra.no-ip.org: antivirus: Running
May 8 14:52:04 zimbra zimbramon[22481]: 22481:info: 2007-05-08 14:52:01, STATUS: zimbra.no-ip.org: ldap: Running
May 8 14:52:04 zimbra zimbramon[22481]: 22481:info: 2007-05-08 14:52:01, STATUS: zimbra.no-ip.org: logger: Running
May 8 14:52:05 zimbra zimbramon[22481]: 22481:info: 2007-05-08 14:52:01, STATUS: zimbra.no-ip.org: mailbox: Running
May 8 14:52:05 zimbra zimbramon[22481]: 22481:info: 2007-05-08 14:52:01, STATUS: zimbra.no-ip.org: mta: Stopped
May 8 14:52:05 zimbra zimbramon[22481]: 22481:info: 2007-05-08 14:52:01, STATUS: zimbra.no-ip.org: snmp: Running
May 8 14:52:05 zimbra zimbramon[22481]: 22481:info: 2007-05-08 14:52:01, STATUS: zimbra.no-ip.org: spell: Running

Last lines from the log.. The error about the Queue appears often in the log.

Looking around here: fatal: Queue report unavailable - mail system is down

The thread leads in the direction of proper hosts and the existance of the /opt/zimbra/exec script. exec does not exist after I did the install, and here's my hosts file:

Code:
127.0.0.1          localhost.localdomain  localhost
192.168.147.8   zimbra.no-ip.org zimbra
The FQDN is there, so what else could be the cause of the problem?
Reply With Quote
  #4 (permalink)  
Old 05-08-2007, 01:15 PM
Active Member
 
Posts: 41
Default

May 8 18:52:03 zimbra postfix/postqueue[22638]: fatal: Queue report unavailable - mail system is down
May 8 14:52:04 zimbra zimbramon[22481]: 22481:info: 2007-05-08 14:52:01, STATUS: zimbra.no-ip.org: antispam: Running
May 8 14:52:04 zimbra zimbramon[22481]: 22481:info: 2007-05-08 14:52:01, STATUS: zimbra.no-ip.org: antivirus: Running
May 8 14:52:04 zimbra zimbramon[22481]: 22481:info: 2007-05-08 14:52:01, STATUS: zimbra.no-ip.org: ldap: Running
May 8 14:52:04 zimbra zimbramon[22481]: 22481:info: 2007-05-08 14:52:01, STATUS: zimbra.no-ip.org: logger: Running
May 8 14:52:05 zimbra zimbramon[22481]: 22481:info: 2007-05-08 14:52:01, STATUS: zimbra.no-ip.org: mailbox: Running
May 8 14:52:05 zimbra zimbramon[22481]: 22481:info: 2007-05-08 14:52:01, STATUS: zimbra.no-ip.org: mta: Stopped
May 8 14:52:05 zimbra zimbramon[22481]: 22481:info: 2007-05-08 14:52:01, STATUS: zimbra.no-ip.org: snmp: Running
May 8 14:52:05 zimbra zimbramon[22481]: 22481:info: 2007-05-08 14:52:01, STATUS: zimbra.no-ip.org: spell: Running

Last lines from the log.. The error about the Queue appears often in the log.
Looking around here: fatal: Queue report unavailable - mail system is down
The thread leads in the direction of proper hosts and the existance of the /opt/zimbra/exec script. exec does not exist after I did the install, and here's my hosts file:

Code:
127.0.0.1          localhost.localdomain  localhost
192.168.147.8   zimbra.no-ip.org zimbra
The FQDN is there, so what else could be the cause of the problem?
Reply With Quote
  #5 (permalink)  
Old 05-08-2007, 01:26 PM
Active Member
 
Posts: 41
Default

Ok.. I found the problem.. Even though I told Redhat to NOT install Sendmail, it went ahead and did it anyways... GRRRRR... Stopped that and removed it from loading ever again, and the MTA service is now up and running..

Thank you for helping out...

- Rob
Reply With Quote
  #6 (permalink)  
Old 05-08-2007, 01:43 PM
Active Member
 
Posts: 41
Default

< nevermind.. Skip this.. >

Last edited by omegainstitute : 05-08-2007 at 01:49 PM.
Reply With Quote
Reply


Thread Tools
Display Modes


Similar Threads

Why Join?

Registering let's you ask questions, makes it easier to search, displays any files attached to posts, and notifies you about replies.

Zimbrablog.com




 

Search Engine Optimization by vBSEO 3.1.0