- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- send an email from HPUX 11.31
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
тАО05-01-2010 07:06 AM
тАО05-01-2010 07:06 AM
send an email from HPUX 11.31
i have HPUX 11.31 IA
i want to configure my system to send an email to any one
what is the configuration required for this and what is the used command for this
Note
-my server not connected to internet but connected to my exchange server
fast response will be appreciated
Thanks
AINMS
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО05-01-2010 07:47 AM
тАО05-01-2010 07:47 AM
Re: send an email from HPUX 11.31
First, read:
http://www.docs.hp.com/en/B2355-91064/index.html
Next, modify 'etc/mail/sendmail.cf' to specify a "smart relay" for your MS Exchange server to use. Doing this allows the forwarding of mail.
By default the 'DS' macro is empty. Change it to look something like:
DSmsexchange.xyz.com
Now, stop and restart 'sendmail':
# /sbin/init.d/sendmail stop
# /sbin/init.d/sendmail start
To test everything, do:
# mailx -s "Test Message" ainms@xyz.com < /dev/null
You should find the message in your MS (Outlook) mailbox.
Regards!
...JRF...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО05-01-2010 08:20 AM
тАО05-01-2010 08:20 AM
Re: send an email from HPUX 11.31
thanks for these information
but i din't know the section to read inside this link
also i configured it and start sendmail daemon but gives me this
ETNNM:/sbin/init.d#./sendmail start
Starting sendmail [Done]
Unable to start sm-client
and try using mailx but it gives me
hope tjhis is OK
Thanks
AINMS
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО05-01-2010 08:21 AM
тАО05-01-2010 08:21 AM
Re: send an email from HPUX 11.31
thanks
AINMS
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО05-01-2010 08:47 AM
тАО05-01-2010 08:47 AM
Re: send an email from HPUX 11.31
is you are administrator of Exchange sevrer make a "RELAY" for your Unix box.
the Unix box onfigure as "Smarthost"
an example how to do it:
http://www.elandsys.com/resources/sendmail/smarthost.html
mikap
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО05-01-2010 09:11 AM
тАО05-01-2010 09:11 AM