- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - Linux
- >
- Sendmail: mailq, lookup deferred?
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-31-2002 08:46 AM
07-31-2002 08:46 AM
Sendmail: mailq, lookup deferred?
I don't know why this would suddenly start happening, what is causing it, or how to fix it. We tried to forward through another machine as a relay, sending mail through their server instead of ours, but it still sticks. Apparently sendmail does some sort of lookup BEFORE forwarding the mail to another server to be sent! So I can't even fix it THAT WAY.
We are on a redhat 7.2 machine running sendmail 8.11.6 - what the heck is wrong here? :(
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-31-2002 04:29 PM
07-31-2002 04:29 PM
Re: Sendmail: mailq, lookup deferred?
What's the contents of your /etc/resolf.conf ?
When you do an 'nslookup', are you querying the DNS for an MX target (i.e. nslookup -q=mx domain.com) ?
When it happens, try forcing the queue in Verbose mode(/usr/lib/sendmail -v -q), and see what errors come up.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-09-2002 08:23 AM
08-09-2002 08:23 AM
Re: Sendmail: mailq, lookup deferred?
FEATURE(`nocanonify', `canonify_hosts')dnl
and then it would send mail to these domains.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-09-2002 10:01 PM
09-09-2002 10:01 PM
Re: Sendmail: mailq, lookup deferred?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-10-2002 09:46 AM
09-10-2002 09:46 AM
Re: Sendmail: mailq, lookup deferred?
sendmail -v -d38.2 youraddress@aol.com
Will show you the dialog.
If the sending domain does not exist, AOL won't take the mail.
Lots of ways around it, especially if you control your own dns server.
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-24-2002 01:20 PM
09-24-2002 01:20 PM
Re: Sendmail: mailq, lookup deferred?
Our problem was corrupt CACHE meaning our what was in memory on our DNS server regarding ROOT servers was corrupt or incorrect. The solution was a different OS (Not NT4) as a DNS server.
Good luck - this can be extremely frustrating.