- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Repoint the sendmail relay-host to <new-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
08-05-2008 05:05 AM
08-05-2008 05:05 AM
Repoint the sendmail relay-host to <new-host>
Thanks
Terry
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-05-2008 05:10 AM
08-05-2008 05:10 AM
Re: Repoint the sendmail relay-host to <new-host>
the relay is configured ad:
grep ^DS /etc/mail/sendmail.cf
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-05-2008 05:10 AM
08-05-2008 05:10 AM
Re: Repoint the sendmail relay-host to <new-host>
# "Smart" relay host (may be null)
DS
you can send a HUP signal as well to ask sendmail to reread its config file...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-11-2008 09:44 AM
08-11-2008 09:44 AM
Re: Repoint the sendmail relay-host to <new-host>
DSoldserver.com to DSnewserver.com and restarted the sendmail. How do i verify this change? Please help.
Thanks
Terry
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-11-2008 09:54 AM
08-11-2008 09:54 AM
Re: Repoint the sendmail relay-host to <new-host>
> I have changed the relay host...How do i verify this change?
Send a mail:
# mailx -s "Test_Message" somebody@xyz.net < /dev/null
...where "somebody@xyz.net" should be addressable by your configuration.
You can examine '/var/adm/syslog/mail.log'.
Regards!
...JRF...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-11-2008 10:28 AM
08-11-2008 10:28 AM
Re: Repoint the sendmail relay-host to <new-host>
this is what i did..
sendmail -v
# sendmail -v terry@abs.com
this is a test
terry@abs.com... Connecting to abs.com (tcp)...
terry@abs.com... Host unknown
Saving message in //dead.letter
//dead.letter... Can't create output
Thanks
Terry