Thank you for your response. Now I'm making progress.
- removed httpd from /etc/init.d
- uninstalled with install.sh -u
- reboot, confirmed no httpd running
- installed. success.
Now I can get the login page and access the admin section, as well. I can login to the admin account and unlike before, when I attempt to send a message, the new message sends successfully and goes to my send folder. (Previously it would hang after I press send and give me a connection error).
The message is not delivered, however. It isn't delivered to external addresses like gmail, nor to myself at
admin@email.ewebzone.net.
Messages bound for
admin@email.ewebzone.net are not delivered to Zimbra, either.
---------------
Now I'm experiencing the following:
- The interface loads but mail is not delivered (outgoing nor incoming)
- When I su zimbra and zmcontrol stop I am asked a password. This has happened with various installations before, I can't get around it:
Code:
ail ~]$ zmcontrol stop
Host
Stopping mta...Password:
^[Password:
Done
Stopping spell...Done
Stopping snmp...Done
Stopping antivirus...Done
Stopping antispam...Done
Stopping imapproxy...Done
Stopping mailbox...Password: Right after the above error, I received a local message from command prompt and reading it said it could not start the JVM. I then did a tomcat stop and a zmcontrol stop, and this time I did not get the password prompt. Afterwards, I was able to start, but got a segmentation fault for the MTA:
Code:
[zimbra@email ~]$ tomcat stop
[zimbra@email ~]$ zmcontrol stop
Host email.ewebzone.net
Stopping mta...Done
Stopping spell...Done
Stopping snmp...Done
Stopping antivirus...Done
Stopping antispam...Done
Stopping imapproxy...Done
Stopping mailbox...Done
Stopping logger...Done
Stopping ldap...Done
[zimbra@email ~]$ zmcontrol start
Host email.ewebzone.net
Starting ldap...Done.
Starting logger...Done.
Starting mailbox...Done.
Starting antispam...Done.
Starting antivirus...Done.
Starting snmp...Done.
Starting spell...Done.
Starting mta...FAILED
/opt/zimbra/bin/zmsaslauthdctl: line 46: 26511 Segmentation fault ${zimbra_home}/cyrus-sasl-2.1.21.ZIMBRA/sbin/saslauthd -r -a zimbra
zmsaslauthdctl failed to start zmmtactl start also gave a segmentatin fault.
Checking the zimbra.log I see of interest:
Code:
May 11 11:12:51 email postfix/master[26452]: warning: process /opt/zimbra/postfix-2.2.9/libexec/bounce
pid 5897 killed by signal 11
May 11 11:12:51 email postfix/master[26452]: warning: /opt/zimbra/postfix-2.2.9/libexec/bounce:
bad command startup -- throttling
THANK YOU