![]() |
Postfix Email bounce - Connection error: 'Cannot resolve address.'
I have recently completed an install of the Community edition of Zarafa 6.20 on Ubuntu 8.04.
z-push works fine, so does SMTP inbound and WebAccess. But I am having an issue with outgoing mail -- i get a bounce message saying "Connection error: 'Cannot resolve address.'" Here are the entries from spooler.log: Fri Sep 26 10:53:30 2008: 0xb750cb90: Sending e-mail for user sam, subject: '<subject>', size: 8570 Fri Sep 26 10:53:30 2008: Connection error: 'Cannot resolve address.'. Fri Sep 26 10:53:30 2008: 0xb750cb90: E-mail for user sam could not be sent, notifying user Fri Sep 26 10:53:30 2008: 0xb750cb90: Removing failed message from queue I used wireshark to sniff the traffic from the server -- it does not catch any attempt to connect out on port 25 but it does catch an attempt to resolve DNS for yes.samantix.com, a server I have never heard of or configured -- where is this server name coming from? I do not see it in any of the postfix or zarafa configuration files... SamStorer Junior Member Posts: 3 Joined: 2008-09-26, 07:55 |
Do you have valid name servers in /etc/resolv.conf?
|
/etc/resolv.conf is fine - all DNS is working. I am puzzled where it gets 'yes.samantix.com' in the first place -- it is a non-existent server name in my domain, and the test email is being sent to a gmail.com address.
/var/log/zarafa/spooler.log, where the Connection Error is reported, is a Zarafa log -- maybe Zarafa is looking for yes.samantix.com as it's SMTP server/ postfix destination, but I don't know how or why. /etc/zarafa/spooler.cfg includes the lines: Code:
# Outgoing mailserver name or IP address |
What's the output of
Code:
hostname -f |
Code:
hostname -f/etc/hosts Code:
127.0.0.1 localhost |
Does your server have a public IP address? If so, what does
Code:
dig -x 1.2.3.4 |
| All times are GMT +2. The time now is 00:12. |
Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2013, vBulletin Solutions, Inc.