View Single Post
  #7 (permalink)  
Old 11-03-2006, 01:47 PM
phoenix phoenix is offline
Zimbra Consultant & Moderator
 
Posts: 19,646
Default

Try the 'here' link from the earlier post again.

Is this supposed to be a public DNS server pointing to your zimbra server? If it is then there's something wrong. What's the FQDN you're using for the zimbra server? Is it
Code:
fronneville.upkeeponline.com
- if that's it then it doesn't resolve to your server, if I do a telnet to port 25 on that address I get this:
Code:
telnet fronneville.upkeeponline.com 25
Trying 72.29.70.35...
Connected to fronneville.upkeeponline.com.
Escape character is '^]'.
220-fronneville.upkeeponline.com ESMTP Exim 4.52 #1 Fri, 03 Nov 2006 14:35:59 -0600
220-We do not authorize the use of this system to transport unsolicited,
220 and/or bulk e-mail.
That matches the IP address they have in the DNS records you've posted, there is already a server running at that IP address. So, you either have a mail server already running on your server or that's the wrong IP address. This doesn't appear to be a problem with zimbra, it's their setup of your server.

Look at this post here - the NS & MX records have a period at the end of the line, your example doesn't.
__________________
Regards


Bill

Last edited by phoenix; 11-04-2006 at 01:02 AM..
Reply With Quote