- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- sendmail config
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
01-10-2004 05:58 AM
01-10-2004 05:58 AM
Need some help. I know this is an HP UX forum but we have just moved to HP UX 11.11 from tru64. Its a SENDMAIL problem. And i think config's may be similar. We have this sendmail running on a Tru64 Unix 4.0F server which hosts Oracle Apps.
let me describe: A module(OAlerts) of Oapps sends mails to our internal employees whenever Purchase requisitions/order/etc. are pending for their action.
What has happened is that we have CHANGED OUR SMTP SERVER to a new win2003 box with a new ip and all the mails from the QApps have just stopped. The consultant tells us that there is some change required in the sendmail config on the unix box. This is a legacy box. We need help. Anyone who can.. please help us.
thanks in advance,
Patrick
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-10-2004 06:03 AM
01-10-2004 06:03 AM
Solution- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-10-2004 05:04 PM
01-10-2004 05:04 PM
Re: sendmail config
Will try this out.
rgds
Pat
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-11-2004 07:47 AM
01-11-2004 07:47 AM
Re: sendmail config
It seems to be that you changed your mail server to a new Windows 2003 Box. Now, you are trying to send mail from HP-UX box. Am i right?
Based on this let me give you my recos. There are two places this may be two places this may be encoded. One is by a sendmail relay on HP-UX box, And the second one is due with the application.
try sending a sample mail from HP-UX box to see what really happens!
sendmail -v -d8.99 -d38.99 someuser@mydomain
This command is used to troubleshoot sendmail related issues. Run this along with your modified version (you may need to edit the final email address) and see what really happens. This command will wait for your input type something like "test mail" and press Control+D.
This will send a test mail immediately and respond with whatever issues it is facing.
It may get a wrong IP Address, Route, etc.
The second issue may be with the application which is encoded with the IP address of the Old sever. Check with your Application administrators.
-Vijay
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-11-2004 04:54 PM
01-11-2004 04:54 PM
Re: sendmail config
rgds
Pat
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-11-2004 05:35 PM
01-11-2004 05:35 PM
Re: sendmail config
telnet 172.23.5.10 25
172.23.5.10 is the Windows SMTP Server IP address. This command will connect to port 25 (SMTP PorT) of the Windows server and will connect to the port. If you are able to connect using this command, you dont have much problem on the Windows SMTP Server side.
-Vijay
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-11-2004 08:00 PM
01-11-2004 08:00 PM
Re: sendmail config
look for any lines starting with DS, DR and DH.
These lines look like
DSsmtp:somehost.somedomain
or
DResmtp:[som.dotted.ip.address]
or maybe just
DHsomehost.somedomain
Change them to the new ip/name and restart
the sendmail process with /sbin/init.d/sendmail stop, /sbin/init.d/sendmail start
Hope this helps.
Armin