- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Email from HP-uh to MS Exchange server
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
03-02-2001 06:31 AM
03-02-2001 06:31 AM
Email from HP-uh to MS Exchange server
I would like to set email on the HP box to send Messages to out Microsoft Exchange server.
Whare do I start?
Email works on UNIX. I do not kinow where to start to get it to send it off to the MS Server.
Is there any Doucments out there that can help me plan/setup this to happen?
Marty
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-02-2001 06:53 AM
03-02-2001 06:53 AM
Re: Email from HP-uh to MS Exchange server
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-02-2001 08:51 AM
03-02-2001 08:51 AM
Re: Email from HP-uh to MS Exchange server
Well I looked at "Smart Host" in sendmail.cf.
I do not understand this.
I have exchange server IP and domain name just not sure where to plug it in.
When I add the host name or not here:
# Change the following line:
# #Dj$w.Foo.COM
# to
# Dj$w.hp.com
# 03/02/01 MEM
Dj$w.knaack.crystal.knaack.com
... I get this error
"Mar 2 10:39:22 knaack2 sendmail[18462]: problem creating SMTP socket"
when I use the command "sendmail -bd"
knaack2 is the HP box and knaack is the exchange server.
I think I need step by step instructions.
I have never looked at this before.
Marty
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-02-2001 09:19 AM
03-02-2001 09:19 AM
Re: Email from HP-uh to MS Exchange server
to keep it simple:
If you only want to send a mail to get a backup log or so, you need:
- unix-alias in /etc/hosts with domainname
- NOT SET "Dj" in sendmail.cf !!!
- Internet-Mail-Service running on exchange
- Restart sendmail
- Try:
mail user@exchange-ip-address
Subject: Testmail
Hello
And wait for mail.
Setup of Mail relaying to the Internet from your UNIX-Box is more complicated.
Hope this helps
Volker
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-02-2001 09:34 AM
03-02-2001 09:34 AM
Re: Email from HP-uh to MS Exchange server
example, 'DS
The msg "problem creating SMTP socket" can come about from starting another sendmail process while it is running. You can make the changes in the sendmail.cf file, stop the sendmail process with /sbin/rc1.d/K460sendmail stop and restart with /sbin/rc2.d/S540sendmail start.
I believe it is the DS macro (Smart Relay Host) that you want to make an addition for. This will send the mail to the exchange server for processing.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-02-2001 09:37 AM
03-02-2001 09:37 AM
Re: Email from HP-uh to MS Exchange server
I understand now why it wasn't working.
We do not have Internet-Mail-Service running on the Exchange server yet.
We have the ISP hosting the email for now and use Outlook to go out and get it.
I talked to Our Exchange Administrator and she says it is in the works.
I'll put the on hold for a whaile and go back to it late.
Thanks again.
Marty