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 Search this Thread Display Modes
  #1 (permalink)  
Old 07-28-2008, 04:40 PM
Member
 
Posts: 10
Default How to troubleshoot problems...

I have installed and can run Zimbra client and administration on CentOS 5.2 x86_64.

I have one comment and one problem

The comment, if I goto http://mydomain.com:7071, I get a few square boxes followed by the letter 'P', however if I got https://mydomain:7071 everything works well. This seems odd.

My problem, and I am interested in how to troublshoot as well as the resolution is a big red X next to MTA in the Admin interface server status.

Where can I find log files and other stuff that will tell me what is really going on so I can see what silliness I have done?

Paul
Reply With Quote
  #2 (permalink)  
Old 07-28-2008, 11:18 PM
Zimbra Consultant & Moderator
 
Posts: 20,317
Default

You'll find the log files here: Log Files - Zimbra :: Wiki You should also run the following commands to check your DNS & hosts file setup is correct:

Code:
cat /etc/hosts
cat /etc/resolv.conf
dig yourdonaim.com mx
dig yourdomain.com any
and post the output (plus log file infor) when you've done your investigating. There are also likely to be threads in the forums that cover your problem, do a search for those. It also helps to know if you're on NE or OSS version of Zimbra and which operating system you're using. Run this command: 'zmcontrol -v' and add the output to your forums profile.
__________________
Regards


Bill
Reply With Quote
  #3 (permalink)  
Old 07-31-2008, 04:27 PM
Member
 
Posts: 10
Default

You requested the "log infor" unfortunately I do not know where that lives.

The version stuff;

Release 5.0.8_GA_2462.RHEL5_64_20080709164104 CentOS5_64 FOSS edition

My host file;

# Do not remove the following line, or various programs
# that require network functionality will fail.
# 127.0.0.1 mail.aceworld.com mail localhost.localdomain localhost
127.0.0.1 localhost.localdomain localhost
::1 localhost6.localdomain6 localhost6

My resolv.conf;

search aceworld.com
nameserver 66.184.210.75

dig mx;


; <<>> DiG 9.3.4-P1 <<>> aceworld.com mx
;; global options: printcmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 44634
;; flags: qr aa rd ra; QUERY: 1, ANSWER: 0, AUTHORITY: 1, ADDITIONAL: 0

;; QUESTION SECTION:
;aceworld.com. IN MX

;; AUTHORITY SECTION:
aceworld.com. 3600 IN SOA ace005.aceworld.local. hostmaster.aceworld.local. 1031 10800 3600 604800 172800

;; Query time: 1 msec
;; SERVER: 66.184.210.75#53(66.184.210.75)
;; WHEN: Thu Jul 31 19:25:12 2008
;; MSG SIZE rcvd: 98

dig any;


; <<>> DiG 9.3.4-P1 <<>> aceworld.com any
;; global options: printcmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 42174
;; flags: qr aa rd ra; QUERY: 1, ANSWER: 3, AUTHORITY: 0, ADDITIONAL: 0

;; QUESTION SECTION:
;aceworld.com. IN ANY

;; ANSWER SECTION:
aceworld.com. 172800 IN A 66.184.210.75
aceworld.com. 172800 IN NS ace005.aceworld.local.
aceworld.com. 3600 IN SOA ace005.aceworld.local. hostmaster.aceworld.local. 1031 10800 3600 604800 172800

;; Query time: 1 msec
;; SERVER: 66.184.210.75#53(66.184.210.75)
;; WHEN: Thu Jul 31 19:26:00 2008
;; MSG SIZE rcvd: 128
Reply With Quote
  #4 (permalink)  
Old 07-31-2008, 10:42 PM
Zimbra Consultant & Moderator
 
Posts: 20,317
Default

Quote:
Originally Posted by aceinc View Post
You requested the "log infor" unfortunately I do not know where that lives.
It lives in the link I've given you above.

Quote:
Originally Posted by aceinc View Post
My host file;

# Do not remove the following line, or various programs
# that require network functionality will fail.
# 127.0.0.1 mail.aceworld.com mail localhost.localdomain localhost
127.0.0.1 localhost.localdomain localhost
::1 localhost6.localdomain6 localhost6
This is incorrect, please read the Quick Start Installation Guide for details of how to fix it..

Quote:
Originally Posted by aceinc View Post
My resolv.conf;

search aceworld.com
nameserver 66.184.210.75
If you're behind a NAT router (i.e. on a private LAN subnet) this is also incorrect, you'll need a Split DNS set-up.

Quote:
Originally Posted by aceinc View Post
dig mx;


; <<>> DiG 9.3.4-P1 <<>> aceworld.com mx
;; global options: printcmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 44634
;; flags: qr aa rd ra; QUERY: 1, ANSWER: 0, AUTHORITY: 1, ADDITIONAL: 0

;; QUESTION SECTION:
;aceworld.com. IN MX

;; AUTHORITY SECTION:
aceworld.com. 3600 IN SOA ace005.aceworld.local. hostmaster.aceworld.local. 1031 10800 3600 604800 172800

;; Query time: 1 msec
;; SERVER: 66.184.210.75#53(66.184.210.75)
;; WHEN: Thu Jul 31 19:25:12 2008
;; MSG SIZE rcvd: 98

dig any;


; <<>> DiG 9.3.4-P1 <<>> aceworld.com any
;; global options: printcmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 42174
;; flags: qr aa rd ra; QUERY: 1, ANSWER: 3, AUTHORITY: 0, ADDITIONAL: 0

;; QUESTION SECTION:
;aceworld.com. IN ANY

;; ANSWER SECTION:
aceworld.com. 172800 IN A 66.184.210.75
aceworld.com. 172800 IN NS ace005.aceworld.local.
aceworld.com. 3600 IN SOA ace005.aceworld.local. hostmaster.aceworld.local. 1031 10800 3600 604800 172800

;; Query time: 1 msec
;; SERVER: 66.184.210.75#53(66.184.210.75)
;; WHEN: Thu Jul 31 19:26:00 2008
;; MSG SIZE rcvd: 128
You didn't run the commands I asked, this output is useless. Please search the forums for details on how to set-up Zimbra on CentOS5 and how to resolve the problems you have.

You also appear to have no external DNS records for the domain you have in your resolv.conf file. Is that your real domain name?
__________________
Regards


Bill
Reply With Quote
  #5 (permalink)  
Old 08-01-2008, 06:29 AM
Member
 
Posts: 10
Default

Sorry I missed the link regarding the log files.

I did run each command as you had asked.

cat /etc/hosts
cat /etc/resolv.conf
dig aceworld.com mx
dig aceworld.com any

The name of the computer is mail.aceworld.com.

This computer is not behind a NATted firewall, it is BA naked on the internet.

I will be using this computer to host e-mail for a number of domains the first of which is aceworld.com.

I will look at the log files and see what I can find, as well as the quickstart guide.

Paul
Reply With Quote
  #6 (permalink)  
Old 08-01-2008, 06:59 AM
Zimbra Consultant & Moderator
 
Posts: 20,317
Default

There appears to be two problems with your DNS a) if I do a check via a terminal you appear to have no MX record and b) this report shows no domain records at all. You can also check your DNS records here: DNSGoodies.com - DNS tools, WHOIS, Open Relay Test, Reverse DNS, Spam Database Check, traceroute, ping and other utilities.
__________________
Regards


Bill
Reply With Quote
  #7 (permalink)  
Old 08-01-2008, 08:25 AM
Member
 
Posts: 10
Default

Bill:

I found my MX record problem, I recently switched DNS from Tru64 unix to Windows, and obviously don't know what I am doing.

The "Pingability" report seemed to say I have a problem, but not what the problem was. I ran the Pingability test on another domain that I have that uses another local mail server (that works fine) and I get the same error as aceworld.

Paul
Reply With Quote
  #8 (permalink)  
Old 08-01-2008, 09:06 AM
Zimbra Consultant & Moderator
 
Posts: 20,317
Default

I'm having a bit of trouble reconciling your DNS records that I see from here. Go to the DNS goodies site I gave you earlier and do a DNS query on your domain aceworld.com (it's near the top of the page). Then go to the Traceroute and Ping near the bottom and enter your server FQDN - mail.aceworld.com - they both return the same IP but a different IP from the DNS MX lookup. Those results confirm what I see when I do nslookup & dig for your domain. So, my conclusion is that you either have the wrong IP in your external DNS records or your local DNS has the wrong IP.

I'm also slightly confused (nothing new in that) by the fact that pingability can't find anything about your domain.
__________________
Regards


Bill
Reply With Quote
  #9 (permalink)  
Old 08-01-2008, 09:19 AM
Member
 
Posts: 10
Default

Bill:

The DNS server is a different server than the computer that Zimbra is installed on. That is why there are two IP addresses. The default IP where my web and other stuff is happens to be the DNS server, a windows computer, and Zimbra is on a separate linux box.

Paul
Reply With Quote
  #10 (permalink)  
Old 08-01-2008, 09:37 AM
Zimbra Consultant & Moderator
 
Posts: 20,317
Default

Paul

The point I was making is that the MX record for your Zimbra server is different than the response (IP address) if you do a traceroute or ping - something is incorrect there. Do the test on the DNS Goodies site rather than using your local DNS server.
__________________
Regards


Bill
Reply With Quote
Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search
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.

blog.zimbra.com




 

SEO by vBSEO ©2011, Crawlability, Inc.