- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Configure Sendmail with Microsoft Exchange
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
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
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
тАО09-18-2002 10:32 AM
тАО09-18-2002 10:32 AM
Configure Sendmail with Microsoft Exchange
When I try sendmail -bv local@emailaddress.com,
I get the message local@emailaddress.com... User Unknown
Has anyone else experienced this type of problem? I would appreciate any help anyone can give.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-18-2002 10:39 AM
тАО09-18-2002 10:39 AM
Re: Configure Sendmail with Microsoft Exchange
# See if we are supposed to deliver to hosts in the local domain
It is located about 80% through the file in Ruleset 0
then stop sendmail with /sbin/init.d/sendmail stop
restart with /sbin/init.d/sendmail start
Ted
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-18-2002 11:15 AM
тАО09-18-2002 11:15 AM
Re: Configure Sendmail with Microsoft Exchange
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-18-2002 11:34 AM
тАО09-18-2002 11:34 AM
Re: Configure Sendmail with Microsoft Exchange
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-19-2002 01:29 AM
тАО09-19-2002 01:29 AM
Re: Configure Sendmail with Microsoft Exchange
In order to send email to people on a exchange server, you should first check if this exchange server has a Internet Email service.
If not, you need to find which server in your company run this service and to forward the email to this server.
To set the relay server, you have 2 solutions:
1) If you have a DNS server, make sure the first MX record for the domain is set on the exchange server which is running the internet mail service. Make sure your HPUX server is using DNS.
2) If you don't use DNS :
# UUCP relay for unresolved ! addresses via SMTP (DW): #
# #
# If you can mail via SMTP to the host you wish to use as a UUCP #
# relay, define the macro W, on the line beginning DW, as the name #
# of the UUCP relay host. #
# #
# Note that in this case, the macro W must be a single host name, #
# not a path. Note also that the name of any host defined as a #
# relay to be reached via SMTP must be an official host name; in a #
# domain naming environment this must be a fully qualified domain #
# name. The canonicalization operator $[ $] is not applied to relay #
# names. #
# #
# For example, if domain names are not in use at your site, and #
# if the relay host's official name is pzzz, define W: #
# #
# DWpzzz #
# #
# Then uncomment the line in Ruleset 0 following the comment: #
# #
# # pass unresolved UUCP addresses to the UUCP relay (via SMTP) #
Hope this help.
Chris