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
  #11 (permalink)  
Old 06-09-2008, 02:38 PM
y@w y@w is offline
Moderator
 
Posts: 658
Default

Zimbra uses all the standard ports. It means that the server wasn't able to connect to the host in the time allowed by the timeout. The IPs in the code you posted was a 192.168.1.x address.. Are you behind a NAT? If so, you need to have split DNS so it can resolve correctly both outside your network and inside.
__________________
What a n00b!
Reply With Quote
  #12 (permalink)  
Old 06-09-2008, 06:03 PM
Junior Member
 
Posts: 7
Default thanks..

Hi,

I already setup bind. Here is my configuration..

// Default named.conf generated by install of bind-9.2.4-27.0.1.el4
options {
allow-recursion { localhost; };
directory "/var/named";
dump-file "/var/named/data/cache_dump.db";
statistics-file "/var/named/data/named_stats.txt";
forwarders { 192.168.1.211; };
};
include "/etc/rndc.key";
// We are the master server for mail.geekdept.com
zone "mail.dohma.com" {
type master;
file "db.mail.dohma.com";
};


[root@mail named]# more db.mail.dohma.com
;
; Addresses and other host information.
;
@ IN SOA mail.dohma.com. hostmaster.mail.dohma.com. (
10118 ; Serial
43200 ; Refresh
3600 ; Retry
3600000 ; Expire
2592000 ) ; Minimum
; Define the nameservers and the mail servers
IN NS 192.168.1.211
IN A 192.168.1.211
IN MX 10 mail.dohma.com.
Reply With Quote
  #13 (permalink)  
Old 06-09-2008, 10:04 PM
Zimbra Consultant & Moderator
 
Posts: 20,316
Default

Quote:
Originally Posted by aboyz View Post
Again, Everything passed , but only one error.
Please post a link to the output form a pingability test for your domain, I'd like to see that it's working correctly.

Quote:
Originally Posted by aboyz View Post
What is the Socket timeout Exception?? is zimbra using a differnet port?
It means that you can't contact the server. What were you trying to do when this happened and were you trying it form a LAN PC or an external connection? DO you have a firewall and/or SELinux on the Zimbra server?

You test the set-up with these commands (as I mentioned earlier):

Code:
host `hostname`  <-- type that command as-is and use backticks not single quotes
dig yourdomain.com mx
dig yourdomain.com any
cat /etc/hosts
If they show the correct information (Including an A & MX records pointing to your Zimbra server) then run the two dig commands from another PC and see what the response is.
__________________
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.