- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- To configure mail to send mail to outlook
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
02-03-2003 07:30 AM
02-03-2003 07:30 AM
Requirement:
We have Oracle Financials and Hr systems implemented on HPux11.11 - rp7410. The Oracle Alerts that are genertaed in Oracle Applications need to be recieved on microsoft outlook mail users.
I need to know how this could be configured in HPux11.11 so that outlook user could recieve mails designated for them from oracle.
Please provide me a detail step by step instruction on this configuration.
Thanking you all in advance
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-03-2003 07:42 AM
02-03-2003 07:42 AM
Re: To configure mail to send mail to outlook
There are two ways of doing it.
1. Setup your /etc/mail/sendmail.cf configure to forward mails to your exchange server. vi /etc/mail/sendmail.cf. Search for ^DS and append your exchange server and restart sendmail. Make sure your exchange server is resolvable on the hp server as well hp server on the exchange server.
2. Install POP server on the box. Then configure your outlook to read mails from the POP.
http://hpux.cs.utah.edu/hppd/hpux/Networking/Mail/qpopper-4.0.4/
-Sri
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-03-2003 08:14 AM
02-03-2003 08:14 AM
Re: To configure mail to send mail to outlook
vi /etc/mail/cendmail.cf
look for /^DS flag and put your exchange server name infront of it like this.
DSyourexchangerserver
Save and quit sendmail and restart sendmail by,
/sbin/init.d/sendmail stop; /sbin/init.d/sendmail start
Goodluck,
-USA..
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-03-2003 08:25 AM
02-03-2003 08:25 AM
SolutionHere is the link :
http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0xb3db91ccb36bd611abdb0090277a778c,00.html
Manoj Srivastava
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-03-2003 08:33 AM
02-03-2003 08:33 AM
Re: To configure mail to send mail to outlook
It is tested and in production at my shop, though we get to exchange via a smtp relay box.
P
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-04-2003 07:51 AM
02-04-2003 07:51 AM
Re: To configure mail to send mail to outlook
You have some good info on how to enable sendmail to deliver to Outlook, but it's not clear if that's your issue. To have the mail delivered to the Outlook user, you'll also want to alias the To: address(es) on the Alerts to go to the Outlook user. For Oracle Applications, that's likely "applmgr", but maybe "oracle". In /etc/mail/aliases:
applmgr : username@company.com
where the right hand side is the Internet e-mail address of the Outlook user.