- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Sendmail through MS Exchange 5.5
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
07-06-2002 09:38 AM
07-06-2002 09:38 AM
Sendmail through MS Exchange 5.5
Trying to setup sendmail on HP-UX 11.0 system. I need the mail to be routed through my MS Exchange 5.5 server to the outside world. Any help would be great. Currently I have my mail.mydomain.com in my HOSTS file and I changed the Dj$w & DS lines of my sendmail.cf file but I do not seem to be able to get mail into any exchange boxes or outside mail accounts.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-07-2002 04:03 AM
07-07-2002 04:03 AM
Re: Sendmail through MS Exchange 5.5
I wanted to get my mail to be sent externally to lotus notes release 5. The following link may help you in setting this up from Unix
http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0x983ceea29889d611abdb0090277a778c,00.html
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-08-2002 12:35 AM
07-08-2002 12:35 AM
Re: Sendmail through MS Exchange 5.5
In /etc/mail/sendmail.cf,
Look for DS,
And add the line :
DS
This means that all emails will be sent to your exchange server.
Don't forget after the change to stop start sendmail :
/sbin/init.d/sendmail stop
/sbin/init.d/sendmail start
To test it :
sendmail -v (verbode mode..)
hth
benoit
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-08-2002 09:55 AM
07-08-2002 09:55 AM
Re: Sendmail through MS Exchange 5.5
Rgds...Geoff
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-08-2002 12:54 PM
07-08-2002 12:54 PM
Re: Sendmail through MS Exchange 5.5
It has to be set up as a SMTP Relay machine.
You can set it up to relay everybody, or, better yet, set it up to relay only your
IP address.