- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- How to setup mail with 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
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
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-15-2005 05:29 AM
тАО09-15-2005 05:29 AM
How to setup mail with Exchange server?
This is what it is in the mail log file. Hope this will give more insight.
============================================
Nov 4 12:33:46 sybase1 sendmail[18786]: MAA18784: to=abc123@company.com, ctladdr=erp (102/102), delay=00:00:00, xdelay=00:00:00, mailer=esmtp, relay=company.com. [10.0.1.10], stat=Service unavailable
Nov 4 12:33:46 sybase1 sendmail[18786]: MAA18784: MAA18786: DSN: Service unavailable
============================================
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-15-2005 05:51 AM
тАО09-15-2005 05:51 AM
Re: How to setup mail with Exchange server?
You will need to configure /etc/mail/sendmail.cf by updating at about line 710-750 the line you see DS
# "Smart" relay host (may be null)
DS
---> to DS
All the best
Victor
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-15-2005 06:03 AM
тАО09-15-2005 06:03 AM
Re: How to setup mail with Exchange server?
Point the HPUX sendmail to the Exchange server with the DS directive in the sendmail.cf file
DSyouexchangeserver.com
Can use a name (if resolution is correct) or IP.
All mail originating from the HPUX will go to the Exchange server.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-15-2005 06:04 AM
тАО09-15-2005 06:04 AM
Re: How to setup mail with Exchange server?
Rgds...Geoff
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-15-2005 06:06 AM
тАО09-15-2005 06:06 AM
Re: How to setup mail with Exchange server?
UNIX because I majored in cryptology...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-15-2005 02:05 PM
тАО09-15-2005 02:05 PM
Re: How to setup mail with Exchange server?
You need to configure the sendmail as the relay host, check the document (dociID : KBRC00003561) about 'Sendmail: using sendmail as a relay host' at the url below :
http://www2.itrc.hp.com/service/cki/docDisplay.do?docLocale=en_US&docId=200000080080392
Hope this information can help you.
Cheers,
AW
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-15-2005 03:12 PM
тАО09-15-2005 03:12 PM
Re: How to setup mail with Exchange server?
(1).Check the /etc/mail/sendmail.cf file, and look for the sting DS. Then append the hostname of the firewall:
DS
(2). Sendmail needs to have a domain name defined. This is usually no problem
when using DNS, but will need to be added when using a host file. A hostname
can be defined as follows in the /etc/mail/sendmail.cf file.
Dj$w.
(3) the host file (the file is /etc/hosts) entry should be changed to match this.
(4) Testing:/usr/sbin/sendmail -v -dX some_email_add@some_domain.com
(5)Check the /var/adm/syslog/mail.log for error log
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-16-2005 12:29 AM
тАО09-16-2005 12:29 AM
Re: How to setup mail with Exchange server?
we use sendmail.cf whitout modifications.
- In the intenal DNS add an MX type register with youy Exchange Server with SMTP service.
- Allow relay for the HP-UX IP address in the SMTP configuration of exchange.
Gustavo.-