- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: sendmail from unix to external address to exch...
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
10-24-2001 12:09 PM
10-24-2001 12:09 PM
sendmail from unix to external address to exchange servers
to a external address . I my company all
NT servers communicate with the external address through excahnge servers .
How can I forward my mail to exchange server
address .
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-24-2001 12:16 PM
10-24-2001 12:16 PM
Re: sendmail from unix to external address to exchange servers
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-24-2001 12:18 PM
10-24-2001 12:18 PM
Re: sendmail from unix to external address to exchange servers
On the Unix box configure sendmail.cf to direct all the mails to Exchange server.
The flag is DS in /etc/mail/sendmail.cf file
Put exchange servers full qualified doman name address infront of DS
then restart the sendmail service by
/sbin/init.d/sendmail stop
/sbin/init.d/sendmail start
Check /var/adm/syslog/mail.log for the log file
GoodLuck
-USA..
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-24-2001 12:19 PM
10-24-2001 12:19 PM
Re: sendmail from unix to external address to exchange servers
Edit /etc/mail/sendmail.cf and add the Exchange server's name to DS macro.
Search for ^DS in /etc/mail/sendmail.cf file.
Then restart sendmail. /sbin/init.d/sendmail stop|start.
-Sri
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-24-2001 12:38 PM
10-24-2001 12:38 PM
Re: sendmail from unix to external address to exchange servers
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-24-2001 12:50 PM
10-24-2001 12:50 PM
Re: sendmail from unix to external address to exchange servers
Would you mind now assigning points for the guys who tried to helped you to resolve your problem..??