Since most of the detail in your latest message is about how you did get things working, I'll skip over that to the one problem that remains -- reverse lookup of on-LAN IP addresses. The tcpdump output says that the mail server is querying a DNS server that does not exist. Edited to highlight what matters, the attempt is reflected in several exchanges that have this form:

21:25:33.622390 192.168.10.1.59258 > 192.168.10.254.53: 28701+ PTR? 1.10.168.192.in-addr.arpa.
21:25:33.622624 192.168.10.254 > 192.168.10.1: icmp: 192.168.10.254 udp port 53 unreachable


This most likely means that you do not have tinydns listening on that interface, just on the other interface (192.168.1.254, I think). You should check your configuration of dnscache and tinydns, and make sure that the mail server's /etc/resolv.conf lists ONLY addresses that these apps are listening on.

Just barely possible -- you could have a firewall rule that blocks the access. I don't have your rulesets handy, but my memory of them is that this part was OK.

At 09:47 PM 12/26/2003 -0500, Kory Krofft wrote:
Ray,
[details deleted]





-------------------------------------------------------
This SF.net email is sponsored by: IBM Linux Tutorials.
Become an expert in LINUX or just sharpen your skills.  Sign up for IBM's
Free Linux Tutorials.  Learn everything from the bash shell to sys admin.
Click now! http://ads.osdn.com/?ad_id=1278&alloc_id=3371&op=click
------------------------------------------------------------------------
leaf-user mailing list: [EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/leaf-user
SR FAQ: http://leaf-project.org/pub/doc/docmanager/docid_1891.html

Reply via email to