- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Using DNS to resolve relay host
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
06-05-2002 07:38 AM
06-05-2002 07:38 AM
Relevant info:
- /etc/nsswitch.conf
hosts: files [NOTFOUND = continue] dns
- nslookup set type=MX does yield a hostname when I enter the domain.
Thank you.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-05-2002 07:44 AM
06-05-2002 07:44 AM
Re: Using DNS to resolve relay host
Define the relay server in the /etc/mail/sendmail.cf file. Define the relay server name and ip address in you local hosts (/etc/hosts) file and use the resolver. That way the system will be able to resolve the relay under all situations. If you want to use a relay, you have to define the same in sendmail.cf file. You can use multiple relay.
Hope this helps.
Regds
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-05-2002 07:57 AM
06-05-2002 07:57 AM
Re: Using DNS to resolve relay host
That is what I'm currently doing, and it is working fine. What the Exchange admin is proposing is to NOT specify a specific host as a relay server, and have the DNS server provide that information. Here's an explanation by example:
Relay host is an NT server:
mailer.mydomain.com
In all of my UNIX servers, I have:
DSmailer # defined in /etc/hosts
nslookup
> set type=MX
> mydomain.com
yields: mailer.mydomain.com ip: 123.456.789.012
Current setup is working. What is being proposed is to remove the reference to "mailer" and have DNS provide the relay server information (not just resolve the hostname, but provide the actual server name to use as a relay host). This way, in case there is a problem on the NT side relaying mail, I do not have to modify sendmail.cf with a different hostname; only DNS would be modified. I hope this clarifies the question.
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-05-2002 09:03 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-05-2002 11:53 AM
06-05-2002 11:53 AM
Re: Using DNS to resolve relay host
That seemed to work. Although
since we currently only have one relay host, I can't test any failover, but at least I know what my options are.