- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- sendmail and exchange 2003
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-03-2006 02:17 AM
01-03-2006 02:17 AM
sendmail and exchange 2003
I have configured my exchange server to relay my unix host.
I got this working by adding a secondary address to my exchange account of user@mailserver.domain.com but I cannot do this globally as it says I cannot add a global address that includes the name of an exchange server. I cannot add this second address for all my users.
Is there a way to setup sendmail to send to user@domain.com
Thanks.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-03-2006 02:27 AM
01-03-2006 02:27 AM
Re: sendmail and exchange 2003
What you would do is create an alias like mail.com and it would basically forward to the fully qualified name of mialserver.domain.com or the IP address if you so choose.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-03-2006 02:34 AM
01-03-2006 02:34 AM
Re: sendmail and exchange 2003
192.168.1.1 mailserver.domain.com mailserver
Is this correct.
How do I setup the alias?
Thanks.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-03-2006 02:46 AM
01-03-2006 02:46 AM
Re: sendmail and exchange 2003
192.168.1.1 mailserver.domain.com domain.com
Let me know if it doesn't!
Nathan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-03-2006 03:00 AM
01-03-2006 03:00 AM
Re: sendmail and exchange 2003
Just try this
edit /etc/mail/sendmail.cf file
change the smart host entry
# "Smart" relay host (may be null)
DStest.domain.com
and then
#newaliases
then restart the senmail process
regards
tvs
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-03-2006 03:06 AM
01-03-2006 03:06 AM
Re: sendmail and exchange 2003
Thanks Nathan.
That seemed to do the trick.