- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Mailx Configuation
Categories
Company
Local Language
Forums
Discussions
Knowledge Base
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Forums
Discussions
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
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
10-20-2009 12:19 PM
10-20-2009 12:19 PM
We have HP/ux 11.11 adn 11.23, we want to configure mailx so that we can send mail from root accout to our mailbox using smtp server. Our Mail server name is sbserd04.sbif.gov.ve, i was edit sednmail.cf file so add the following:
# "Smart" relay host (may be null)
DSsbserd04.sbif.gov.ve
We need another change????
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-20-2009 12:24 PM
10-20-2009 12:24 PM
Re: Mailx Configuation
Enabling the DS macro should do it.
Regards!
...JRF...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-20-2009 12:26 PM
10-20-2009 12:26 PM
Re: Mailx Configuation
Where do it??
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-20-2009 01:11 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-20-2009 01:23 PM
10-20-2009 01:23 PM
Re: Mailx Configuation
-Add the smtp server with the DS string in /etc/mail/sendmail.cf file:
# cat /etc/mail/sendmail.cf | grep ^DS
Example: DS10.120.5.1 #[where 10.120.5.1 is mail server ip]
- /usr/bin/killsm
- # cd /sbin/init.d ; ./sendmail start
- You can now send a sample mail and chek
# echo "Sample mail" | mailx -s "Test mail" youremail@domain.com
Hth,
Raj.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-21-2009 08:28 AM
10-21-2009 08:28 AM
Re: Mailx Configuation
I juts was configure de /etc/resolv.conf and the /etc/nsswitch.conf.
Thanks again