You should update your
forum profile with the output of the following command (do
not post the output in this thread):
Quote:
Originally Posted by koltar New Installation Zimbra Server Status
zmcontrol status
Host mail.mydomain.com
antispam Running
antivirus Running
imapproxy Running
ldap Running
logger Running
mailbox Running
memcached Running
mta Running
snmp Running
spell Running
stats Running
zmconfigd Running mailbox.log
Could not establish a connection to the database. Retrying in 5 seconds.
com.zimbra.common.service.ServiceException: system failure: getting database connection
ExceptionId:main:1325883608588:4753be1bfc61ef09
Code:service.FAILURE dig MX mail.mydomain.com
; <<>> DiG 9.7.3-P3-RedHat-9.7.3-8.P3.el6_2.1 <<>> MX mail.mydomain.com
;; global options: +cmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 50041
;; flags: qr aa rd ra; QUERY: 1, ANSWER: 0, AUTHORITY: 1, ADDITIONAL: 0
;; QUESTION SECTION:
;mail.mydomain.com. IN MX
;; AUTHORITY SECTION:
mydomain.com. 86400 IN SOA mail.mydomain.com. admin.mydomain.com. 2011010701 43200 3600 3600000 2592000
;; Query time: 0 msec
;; SERVER: 127.0.0.1#53(127.0.0.1)
;; WHEN: Sat Jan 7 20:21:00 2012
;; MSG SIZE rcvd: 87 MySQL Test
mysql -e "check table zimbra.mailbox"
+----------------+-------+----------+----------+
| Table | Op | Msg_type | Msg_text |
+----------------+-------+----------+----------+
| zimbra.mailbox | check | status | OK |
+----------------+-------+----------+----------+ Performed Telnet to 80 Test
telnet mail.mydomain.com 80
Trying 10.1.1.3...
Connected to mail.mydomain.com.
Escape character is '^]'. After connection it just hangs probably due to no database connection Performing tests by command line everything appears to be working except Jetty's connection. Anyone have some ideas how to get Jetty to connect? |
This subject has been covered interminably in the forums, you could have answered all these questions with a forum search.. The first thing you need to do is disable imapproxy and memcahced, they are not necessary on a single server and will cause you problems. You'll find full details in the forums on how to disable those services and reset the ports to their default.
The second thing you need to do is set-up a
Split DNS if you're behind a NAT router (or firewall). The final thing you're doing wrong is using the following command to display your DNS records:
Code:
dig MX mail.mydomain.com
That is incorrect to use the FQDN of your server not the domain name, you need a valid /etc/hosts file and correct DNS A & MX records.
When you've configured the Split DNS go to the 'Verify....' section of that article and run
all the commands to confirm your configuration is correct.