HPE GreenLake Administration
- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- mailx using exchange server
Operating System - HP-UX
1832542
Members
5712
Online
110043
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
09-22-2003 02:55 PM
09-22-2003 02:55 PM
mailx using exchange server
Hi,
I am receiving following error from HP Unix system.
"The following addresses had transient non-fatal errors"
followed by a series of Name server timeout error. Can somebody tell me what is going wrong?
My script is using
mailx -s subject myname@abc.com
where myname@abc.com is my official email address setup on exchenge server.
I just want to confirm that above mailx command will be using exchange server ?
Also how can I change new exchange server to be used on HP Unix?
Pls Help.
Faiza
I am receiving following error from HP Unix system.
"The following addresses had transient non-fatal errors"
followed by a series of Name server timeout error. Can somebody tell me what is going wrong?
My script is using
mailx -s subject myname@abc.com
where myname@abc.com is my official email address setup on exchenge server.
I just want to confirm that above mailx command will be using exchange server ?
Also how can I change new exchange server to be used on HP Unix?
Pls Help.
Faiza
3 REPLIES 3
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-22-2003 03:02 PM
09-22-2003 03:02 PM
Re: mailx using exchange server
First, check to see what you have the in the sendmail config file (/etc/mail/sendmail.cf) at this location.
# "Smart" relay host (may be null)
DSmyserver
DS followed by the name of the mail server. This is to be the name of your mail server. As long as DNS can see the server, this should be okay.
Make sure that you stop and restart sendmail on completion.
# /sbin/init.d/sendmail stop
# /sbin/init.d/sendmail start
# "Smart" relay host (may be null)
DSmyserver
DS followed by the name of the mail server. This is to be the name of your mail server. As long as DNS can see the server, this should be okay.
Make sure that you stop and restart sendmail on completion.
# /sbin/init.d/sendmail stop
# /sbin/init.d/sendmail start
Anyone for a Mutiny ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-22-2003 03:09 PM
09-22-2003 03:09 PM
Re: mailx using exchange server
Hi,
You'll have to use Smart Relay i.e set the DS setting to point to your's exchange server and then all the mails sent from this server will go to your exchange server.
Cheers
Rajeev
You'll have to use Smart Relay i.e set the DS setting to point to your's exchange server and then all the mails sent from this server will go to your exchange server.
Cheers
Rajeev
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-22-2003 04:22 PM
09-22-2003 04:22 PM
Re: mailx using exchange server
Answer to your question:
Yes.
Caveats:
The Exchange Server must accept relays. Thats a Microsoft question, though it can be set up with the GUI admin program that comes with Exchange. You should be able to relay by hostname or IP address.
You will need smart relay as noted above.
/etc/mail/sendmail.cf
DS
[IP of exchange server]
or
DShostname
save the file
/sbin/init.d/sendmail stop
/sbin/init.d/sendmail start
You want to make sure sendmail is patches with all security updates, mailx as well. Its a good idea to have all relavent security patches on the Exchnge side.
Diagnostic:
sendmail -v -d8.99 -d38.99 myname@abc.com
type some text
.
This will let you test your setup even without mailx
mailq after running your script.
sendmail -q tries to push the queue if its stopped for some reason.
SEP
Yes.
Caveats:
The Exchange Server must accept relays. Thats a Microsoft question, though it can be set up with the GUI admin program that comes with Exchange. You should be able to relay by hostname or IP address.
You will need smart relay as noted above.
/etc/mail/sendmail.cf
DS
[IP of exchange server]
or
DShostname
save the file
/sbin/init.d/sendmail stop
/sbin/init.d/sendmail start
You want to make sure sendmail is patches with all security updates, mailx as well. Its a good idea to have all relavent security patches on the Exchnge side.
Diagnostic:
sendmail -v -d8.99 -d38.99 myname@abc.com
type some text
.
This will let you test your setup even without mailx
mailq after running your script.
sendmail -q tries to push the queue if its stopped for some reason.
SEP
Steven E Protter
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
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