HPE GreenLake Administration
- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Steps to implement sendmail to use exchange se...
Operating System - HP-UX
1834978
Members
2456
Online
110073
Solutions
Forums
Categories
Company
Local Language
back
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
back
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
Blogs
Information
Community
Resources
Community Language
Language
Forums
Blogs
Topic Options
- 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
12-03-2002 08:18 AM
12-03-2002 08:18 AM
Steps to implement sendmail to use exchange server
Hi,
Could you please tell me the implementation of sendmail to use exchange server to send external mail. Following are the version of sendmail available in the HP-uX 11.00 server.
# what /usr/sbin/sendmail
/usr/sbin/sendmail:
version.c 8.8.6.1 (Berkeley) 6/14/97 (PHNE_15509)
alias.c 8.73 (Berkeley) 5/8/97
arpadate.c 8.7 (Berkeley) 2/1/97
clock.c 8.24 (Berkeley) 4/19/97
collect.c 8.69 (Berkeley) 5/29/97
conf.c 8.362 (Berkeley) 6/14/97
$Id: getloadavg.c,v 1.16 1991/06/21 12:51:15 paul Exp $
convtime.c 8.9 (Berkeley) 2/1/97
daemon.c 8.175 (Berkeley) 6/1/97 (with daemon mode)
deliver.c 8.282 (Berkeley) 6/11/97
domain.c 8.67 (Berkeley) 4/9/97 (with name server)
envelope.c 8.104 (Berkeley) 6/3/97
err.c 8.62 (Berkeley) 6/5/97
headers.c 8.110 (Berkeley) 6/14/97
macro.c 8.18 (Berkeley) 2/1/97
sendmail.h 8.236 6/5/97
main.c 8.246 (Berkeley) 6/11/97
Copyright (c) 1988, 1993
map.c 8.168 (Berkeley) 6/14/97
mci.c 8.62 (Berkeley) 5/29/97
mime.c 8.59 (Berkeley) 5/6/97
Thanks
John Jayaseelan
Could you please tell me the implementation of sendmail to use exchange server to send external mail. Following are the version of sendmail available in the HP-uX 11.00 server.
# what /usr/sbin/sendmail
/usr/sbin/sendmail:
version.c 8.8.6.1 (Berkeley) 6/14/97 (PHNE_15509)
alias.c 8.73 (Berkeley) 5/8/97
arpadate.c 8.7 (Berkeley) 2/1/97
clock.c 8.24 (Berkeley) 4/19/97
collect.c 8.69 (Berkeley) 5/29/97
conf.c 8.362 (Berkeley) 6/14/97
$Id: getloadavg.c,v 1.16 1991/06/21 12:51:15 paul Exp $
convtime.c 8.9 (Berkeley) 2/1/97
daemon.c 8.175 (Berkeley) 6/1/97 (with daemon mode)
deliver.c 8.282 (Berkeley) 6/11/97
domain.c 8.67 (Berkeley) 4/9/97 (with name server)
envelope.c 8.104 (Berkeley) 6/3/97
err.c 8.62 (Berkeley) 6/5/97
headers.c 8.110 (Berkeley) 6/14/97
macro.c 8.18 (Berkeley) 2/1/97
sendmail.h 8.236 6/5/97
main.c 8.246 (Berkeley) 6/11/97
Copyright (c) 1988, 1993
map.c 8.168 (Berkeley) 6/14/97
mci.c 8.62 (Berkeley) 5/29/97
mime.c 8.59 (Berkeley) 5/6/97
Thanks
John Jayaseelan
2 REPLIES 2
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-03-2002 08:41 AM
12-03-2002 08:41 AM
Re: Steps to implement sendmail to use exchange server
Hello Sue/John,
If you are using DNS, you can define an MX record for your exchange server.
You can also define name of your exchange server in sendmail.cf as Smart Relay host (look for DS entry -
DS
...Manjeet
If you are using DNS, you can define an MX record for your exchange server.
You can also define name of your exchange server in sendmail.cf as Smart Relay host (look for DS entry -
DS
...Manjeet
work is fun ! (my manager is standing behind me!!)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-03-2002 09:12 AM
12-03-2002 09:12 AM
Re: Steps to implement sendmail to use exchange server
Hi John,
I Already do it and you must to change your sendmail.cf file in the /etc/mail directory the line:
# "Smart" relay host (may be null)
DS yourexchangeserver
And your sendmail.mc file in the same directory including the lines:
LOCAL_CONFIG
define(`SMART_HOST', `yourexchangeserver')dnl
You must stop and start the sendmail in order to activate the changes.
PD: Obiusly you must include yourexchangeserver in the /etc/hosts file.
Regards,
Justo.
I Already do it and you must to change your sendmail.cf file in the /etc/mail directory the line:
# "Smart" relay host (may be null)
DS yourexchangeserver
And your sendmail.mc file in the same directory including the lines:
LOCAL_CONFIG
define(`SMART_HOST', `yourexchangeserver')dnl
You must stop and start the sendmail in order to activate the changes.
PD: Obiusly you must include yourexchangeserver in the /etc/hosts file.
Regards,
Justo.
Help is a Beatiful word
The opinions expressed above are the personal opinions of the authors, not of Hewlett Packard Enterprise. By using this site, you accept the Terms of Use and Rules of Participation.
Company
Events and news
Customer resources
© Copyright 2025 Hewlett Packard Enterprise Development LP