- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- HP-UX 11.11 and sendmail 8.11.1 problem
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
03-23-2006 05:22 PM
03-23-2006 05:22 PM
HP-UX 11.11 and sendmail 8.11.1 problem
I have a problem and wonder if anyone can help me. I am running Sendmail on HP-UX one of the domains I am sending to has an incorrect ip set in the DNS records, sendmail is looking up the MX record (which is incorrect), but the normal DNS ip is correct, is there a way to configure sendmail not to use the MX address when its doing the DNS lookup?
Any help would be great.
Cheers
Tim
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-23-2006 05:27 PM
03-23-2006 05:27 PM
Re: HP-UX 11.11 and sendmail 8.11.1 problem
--
Muthu
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-23-2006 05:34 PM
03-23-2006 05:34 PM
Re: HP-UX 11.11 and sendmail 8.11.1 problem
Yer its commented out:
#O TryNullMXList=False
I have attached senmail.cf as well
Tim
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-23-2006 05:39 PM
03-23-2006 05:39 PM
Re: HP-UX 11.11 and sendmail 8.11.1 problem
O TryNullMXList=T
and restart sendmail. Try again. ?
--
Muthu
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-23-2006 05:39 PM
03-23-2006 05:39 PM
Re: HP-UX 11.11 and sendmail 8.11.1 problem
These docs should help you,
http://www.han.com/dns.html
http://www.sendmail.org/faq/section4.html
http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/mail-trouble.html
-Arun
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-23-2006 05:43 PM
03-23-2006 05:43 PM
Re: HP-UX 11.11 and sendmail 8.11.1 problem
That looks like a good idea, I will try it now,
Aran,
Cheers for the docd.
Tim
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-23-2006 05:46 PM
03-23-2006 05:46 PM
Re: HP-UX 11.11 and sendmail 8.11.1 problem
I missed this link in my previous post
http://www.unix.org.ua/orelly/networking/sendmail/ch21_03.htm
-Arun
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-23-2006 07:25 PM
03-23-2006 07:25 PM
Re: HP-UX 11.11 and sendmail 8.11.1 problem
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-23-2006 07:55 PM
03-23-2006 07:55 PM
Re: HP-UX 11.11 and sendmail 8.11.1 problem
You can transfer the domain itself to yahoo and then they will set up an MX record for it.
If there is no MX record at all for a domain on the public Internet then nobody is going to be able to send mail to it.
The solution to the problem is the fix the MX record. Some slight of hand with sendmail.cf or sendmail.mc might help your one server deliver mail to the domain, but it won't fix the problem on the Public Internet.
What you can also do for this one server is set up a DNS server locally, perhaps even on the mail server. Set up the MX record correctly for this domain and then make this new DNS server look at itself as the top line entry in /etc/resolve.conf
Didn't forget a link, don't need one now.
Let me know what you'd like to do and I or others will provide details on how to do it.
SEP
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
03-23-2006 08:19 PM
03-23-2006 08:19 PM
Re: HP-UX 11.11 and sendmail 8.11.1 problem
We have set up a NAT on the firewall at the moment, but this will have to be changed. Setting up the DNS server to look at itself is a brilliant idea, Whats involved?
Tim