
jonfdaily at gmail
Feb 4, 2010, 6:54 AM
Post #1 of 1
(731 views)
Permalink
|
Hello, I'm having trouble with a few different mail servers accepting my mail now. I am getting deferred messages in my logs, and my queue is building up. I'm fairly certain that my DNS is setup correctly with a PTR record, and an A record, but I'm still having trouble. I looked at a message in the queue using qmHandle, and I noticed that each message has the line "Received: from unknown (HELP localhost) (10.177.66.74)". This is the internal IP address of my application server, passing the message to my mail server. Could this be causing the problem? If so, what do I need to do to make qmail recognize that IP address? I do have an entry in /etc/hosts for it. The domain is m.wetxt.com, and a sample message from the queue is below. Any ideas? Thanks! -------------- MESSAGE NUMBER 1654814 -------------- Received: (qmail 12847 invoked from network); 4 Feb 2010 03:01:56 -0000 Received: from unknown (HELO localhost) (10.177.66.74) by m.wetxt.com with SMTP; 4 Feb 2010 03:01:56 -0000
|