I recently installed Zimbra Collaboration suite "open source edition" on a test server (RedHat Enterprise AS 4). In the installation I changed the port from 80 to 8080. Everything seemed to fine as I am able to login from both the administration and regular email access via the ip address and port.
When our programmer updated our DNS server so we can send and receive email, we noticed we are were unable to send and receive email.
zmcontrol status shows MTA is stopped and postfix is not running. I did the obvious thing and I typed zmcontrol stop and zmcontrol start. Everything started gracefully. I type zmcontrol status and I received the same error.
Here is what our logs show:
Code:
Jan 3 13:13:20 RALPH postfix/master[18973]: warning: process /opt/zimbra/postfix-2.2.9/libexec/smtpd pid 13489 exit status 1
Jan 3 13:13:20 RALPH postfix/master[18973]: warning: /opt/zimbra/postfix-2.2.9/libexec/smtpd: bad command startup -- throttling
Jan 3 13:14:03 RALPH zmtomcatmgr[13762]: status requested
Jan 3 13:14:03 RALPH zmtomcatmgr[13762]: status OK
Jan 3 20:14:03 RALPH postfix/postqueue[13772]: fatal: Queue report unavailable - mail system is down
Jan 3 13:14:05 RALPH zimbramon[13623]: 13623:info: 2007-01-03 13:14:02, STATUS: ralph.sesc.k12.ut.us: antispam: Running
Jan 3 13:14:05 RALPH zimbramon[13623]: 13623:info: 2007-01-03 13:14:02, STATUS: ralph.sesc.k12.ut.us: antivirus: Running
Jan 3 13:14:05 RALPH zimbramon[13623]: 13623:info: 2007-01-03 13:14:02, STATUS: ralph.sesc.k12.ut.us: ldap: Running
Jan 3 13:14:05 RALPH zimbramon[13623]: 13623:info: 2007-01-03 13:14:02, STATUS: ralph.sesc.k12.ut.us: logger: Running
Jan 3 13:14:05 RALPH zimbramon[13623]: 13623:info: 2007-01-03 13:14:02, STATUS: ralph.sesc.k12.ut.us: mailbox: Running
Jan 3 13:14:05 RALPH zimbramon[13623]: 13623:info: 2007-01-03 13:14:02, STATUS: ralph.sesc.k12.ut.us: mta: Stopped
Jan 3 13:14:05 RALPH zimbramon[13623]: 13623:info: 2007-01-03 13:14:02, STATUS: ralph.sesc.k12.ut.us: snmp: Running
Jan 3 13:14:05 RALPH zimbramon[13623]: 13623:info: 2007-01-03 13:14:02, STATUS: ralph.sesc.k12.ut.us: spell: Running
Jan 3 13:14:08 RALPH postfix/master[18973]: warning: master_wakeup_timer_event: service public/pickup: No such file or directory
Jan 3 13:14:20 RALPH postfix/smtpd[13803]: fatal: open lock file pid/inet.smtp: cannot create file exclusively: No such file or directory
Jan 3 13:14:21 RALPH postfix/master[18973]: warning: process /opt/zimbra/postfix-2.2.9/libexec/smtpd pid 13803 exit status 1
Jan 3 13:14:21 RALPH postfix/master[18973]: warning: /opt/zimbra/postfix-2.2.9/libexec/smtpd: bad command startup -- throttling
Any ideas?