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 10-27-2008, 04:19 AM
Senior Member
 
Posts: 51
Default 550 unrouteable address

I've been tearing my hair out over this for the past day or so.

I've setup a zimbra box (mail.ukwebsystems.co.uk) and setup an A record in the DNS to point to the right IP. I've setup the MX records to point to mail.ukwebsystems.co.uk.

I've got the ISP to setup a reverse DNS entry for the IP of the server (delenn.ukwebsystems.co.uk).

But when I try and send anything from my current mail server (i.e. to the Zimbra box), it just comes back as an unrouteable address. I've tried it from my ISP's smtp server and it says the same.

I logged into my current mail server and can ping the Zimbra box, I can telnet into it on port 25 - basically, the current mail server can talk to the Zimbra box.

When I try and send mail from the Zimbra box to the current mail server, the current mail server rejects it...

Quote:
This is the mail system at host mail.ukwebsystems.co.uk.

I'm sorry to have to inform you that your message could not
be delivered to one or more recipients. It's attached below.

For further assistance, please send mail to postmaster.

If you do so, please include this problem report. You can
delete your own text from the attached returned message.

The mail system

/email addr removed/: host ukwebs64.positive-dedicated.net[80.87.128.184]
said: 550-Verification failed for <steve@ukwebsystems.co.uk>
550-Unrouteable address 550 Sender verify failed (in reply to RCPT TO
command)
help!


please

Last edited by MGSteve; 10-27-2008 at 04:23 AM..
Reply With Quote
  #2 (permalink)  
Old 10-27-2008, 04:25 AM
Moderator
 
Posts: 7,928
Default

MGSteve, I have just looked up your MX and connected via telnet and injected a message to postmaster at that domain. The message was accepted successfully.

Ok, please post the following from your ZCS server
Code:
cat /etc/hosts
cat /etc/resolv.conf
dig ukwebsystems.co.uk mx
dig mail.ukwebsystems.co.uk
host `hostname` <- note backticks and not double quotes
__________________

Last edited by uxbod; 10-27-2008 at 04:27 AM..
Reply With Quote
  #3 (permalink)  
Old 10-27-2008, 04:35 AM
Senior Member
 
Posts: 51
Default

Thanks for the quick reply!

Quote:
Originally Posted by cat /etc/hosts
# Do not remove the following line, or various programs
# that require network functionality will fail.
127.0.0.1 localhost.localdomain localhost
::1 localhost6.localdomain6 localhost6
Quote:
Originally Posted by cat /etc/resolv.conf
search ds-10.com
nameserver 79.170.43.250
Quote:
Originally Posted by dig ukwebsystems.co.uk mx
; <<>> DiG 9.3.3rc2 <<>> ukwebsystems.co.uk mx
;; global options: printcmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 30780
;; flags: qr rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 2, ADDITIONAL: 3

;; QUESTION SECTION:
;ukwebsystems.co.uk. IN MX

;; ANSWER SECTION:
ukwebsystems.co.uk. 1805 IN MX 10 mail.ukwebsystems.co.uk.

;; AUTHORITY SECTION:
ukwebsystems.co.uk. 960 IN NS ns.mainnameserver.com.
ukwebsystems.co.uk. 960 IN NS ns2.mainnameserver.com.

;; ADDITIONAL SECTION:
mail.ukwebsystems.co.uk. 960 IN A 79.170.43.158
ns.mainnameserver.com. 32670 IN A 82.110.105.2
ns2.mainnameserver.com. 32670 IN A 82.110.105.3

;; Query time: 1 msec
;; SERVER: 79.170.43.250#53(79.170.43.250)
;; WHEN: Mon Oct 27 11:34:03 2008
;; MSG SIZE rcvd: 158
Quote:
Originally Posted by host `hostname`
ds-43755.ds-10.com has address 79.170.43.158
Reply With Quote
  #4 (permalink)  
Old 10-27-2008, 04:51 AM
Moderator
 
Posts: 7,928
Default

your /etc/hosts is wrong as it does not have a entry for your server. Should be like
Code:
# Do not remove the following line, or various programs
# that require network functionality will fail.
127.0.0.1 localhost.localdomain localhost
79.170.43.158 mail.ukwebsystems.co.uk mail
::1 localhost6.localdomain6 localhost6
I presume your server is not behind a firewall on a private LAN aswell ?
__________________
Reply With Quote
  #5 (permalink)  
Old 10-27-2008, 05:10 AM
Senior Member
 
Posts: 51
Default

Ah ok, I'll add that into the hosts.

Its at a hosting company, setting up a firewall on the server is something I need to look into. Its a unmanaged dedicated server.
Reply With Quote
  #6 (permalink)  
Old 10-27-2008, 05:12 AM
Senior Member
 
Posts: 51
Default

Is there anything else I need to do, I still can't send mail to it from my current host, it still comes up 'unrouteable address'.
Reply With Quote
  #7 (permalink)  
Old 10-27-2008, 05:18 AM
Moderator
 
Posts: 7,928
Default

So from your current host what does a dig against mail.ukwebsystems.co.uk return ? I am in the UK and it is resolving okay.
__________________
Reply With Quote
  #8 (permalink)  
Old 10-27-2008, 06:40 AM
Senior Member
 
Posts: 51
Default

Quote:
Originally Posted by uxbod View Post
So from your current host what does a dig against mail.ukwebsystems.co.uk return ? I am in the UK and it is resolving okay.
Not exactly the same info as on the Zimbra server... (but also not the same version of dig)
Quote:
; <<>> DiG 9.2.4 <<>> ukwebsystems.co.uk mx
;; global options: printcmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 9144
;; flags: qr rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 0, ADDITIONAL: 0

;; QUESTION SECTION:
;ukwebsystems.co.uk. IN MX

;; ANSWER SECTION:
ukwebsystems.co.uk. 3600 IN MX 10 mail.ukwebsystems.co.uk.

;; Query time: 26 msec
;; SERVER: 80.87.128.200#53(80.87.128.200)
;; WHEN: Mon Oct 27 13:39:15 2008
;; MSG SIZE rcvd: 57
Reply With Quote
  #9 (permalink)  
Old 10-27-2008, 06:45 AM
Moderator
 
Posts: 7,928
Default

Okay, from a command prompt on your host can you do ?
Code:
telnet mail.ukwebsystems.co.uk 25
I have tried from here and it does respond okay.
__________________
Reply With Quote
  #10 (permalink)  
Old 10-27-2008, 06:58 AM
Senior Member
 
Posts: 51
Default

Quote:
Originally Posted by uxbod View Post
Okay, from a command prompt on your host can you do ?
Code:
telnet mail.ukwebsystems.co.uk 25
I have tried from here and it does respond okay.
already done it... (it was hidden away in the first post!)

Quote:
I logged into my current mail server and can ping the Zimbra box, I can telnet into it on port 25 - basically, the current mail server can talk to the Zimbra box.
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.