- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- sendmail issue
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
11-21-2007 10:48 PM
11-21-2007 10:48 PM
I don't think anyone is going to be able to help but we have an issue with mailing to the outside world and want to rule out the server and sendmail.
We route our mails via a windows server running mail marshal. We have two servers with identical sendmail configs. The hostfiles are also the same. One server is having its mail rejected saying its undeliverable. Its just a test mail from myself again identical on both machines. Is it fair to say if we are seeing it hit the windows server this is a problem at that end and does not relate to the way the mail is sent.
Cheers
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-21-2007 11:10 PM
11-21-2007 11:10 PM
SolutionIf you want relay mail from HP-UX through windows server, then you need host entry in windows mail server of your unix host then you change the sendmail.cf files
then you may able to send mail from unix host through windows mail server to outer world.
Is that your need? If this can help you i can guide you to configure sendmail to relay mail from hp-ux
Jeesun
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-21-2007 11:14 PM
11-21-2007 11:14 PM
Re: sendmail issue
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-21-2007 11:18 PM
11-21-2007 11:18 PM
Re: sendmail issue
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-21-2007 11:33 PM
11-21-2007 11:33 PM
Re: sendmail issue
and host entry of your FQDN windows mail relay host
like
Example:
10.10.10.10 exchange.example.com exchange
then change the sendmail.cf file according to this entry
Anything more? If you need i can give you the details path for your configuration.