- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Can I have two relay hosts for email
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
08-29-2001 02:57 AM
08-29-2001 02:57 AM
We currently forward mail to one NT relay host but can I configure two in the sendmail file?
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-30-2001 01:14 PM
08-30-2001 01:14 PM
Re: Can I have two relay hosts for email
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-30-2001 02:54 PM
08-30-2001 02:54 PM
Re: Can I have two relay hosts for email
It took me a while but I thought there was a way to do this and here it is.
To configure SendMail to use more then one relay, edit:
/etc/mail/sendmail.cf
file and simply specify the hosts separated by a colon with no
spaces. For example:
DShostA:hostB:hostC
SendMail will always try hostA first. If hostA does not respond,
or responds incorrectly, then SendMail will try hostB and then hostC.But it will not load balance
Richard
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-31-2001 09:54 AM
08-31-2001 09:54 AM
Re: Can I have two relay hosts for email
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-31-2001 10:05 AM
08-31-2001 10:05 AM
Re: Can I have two relay hosts for email
I do this to balance internal mail using our standard mail system (i.e. Lotus Notes) and mail that needs to go out on the Internet (i.e. to pagers)
First, you'll need to uncomment the line that enables the mailertable function:
Kmailertable dbm -o /etc/mail/mailertable
This points to the mailertable file that you will have to construct whose contents look similar to this:
pagenet.net smtp:smtp.rev.net
imcingular.com smtp:smtp.rev.net
bellsouthips.com smtp:blsmsgims.bls.com
This way, I regulate what gets sent out of my box. There is an ITRC document that provides the procedure on creating and using the mailertable feature...
Mike-
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-04-2001 09:35 PM
09-04-2001 09:35 PM
Re: Can I have two relay hosts for email
Did my suggestion work for you?
richard
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-06-2001 03:44 AM
09-06-2001 03:44 AM
Re: Can I have two relay hosts for email
Is there any other way to test this?
Sorry for the delay in replying as I was on holidays.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-06-2001 06:41 AM
09-06-2001 06:41 AM
SolutionNo problem ...
well if you really wanted to test it there are ways to bring the box "down". Maybe unplug the nick card of the first one and let it go to the 2nd one. Of if you are using only /etc/hosts comment out the entry of the first one so it cant relay to that host.
Richard
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-06-2001 07:07 AM
09-06-2001 07:07 AM
Re: Can I have two relay hosts for email
Thanks for the helpful tip. It worked like a charm.
Nick