- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: sendmail
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
Forums
Discussions
Discussions
Discussions
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
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
01-31-2002 10:01 AM
01-31-2002 10:01 AM
This is the first time I am at this web-site, and I need some serious help!
Basically, I have to be able to send e-mail from HP-UNIX using "sendmail". So, first I need to be able to get sendmail to recognize our mailserver. Can anyone please tell how can I accomplish this? Thank you very much!
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-31-2002 10:08 AM
01-31-2002 10:08 AM
Re: sendmail
Try this link from hp docs site on how to configure sendmail. This will guide you on some basic steps.
http://docs.hp.com/cgi-bin/fsearch/framedisplay?top=/hpux/onlinedocs/B2355-90685/B2355-90685_top.html&con=/hpux/onlinedocs/B2355-90685/00/00/35-con.html&toc=/hpux/onlinedocs/B2355-90685/00/00/35-toc.html&searchterms=sendmail&queryid=20020131-101424
http://docs.hp.com/cgi-bin/fsearch/framedisplay?top=/hpux/onlinedocs/B2355-90685/B2355-90685_top.html&con=/hpux/onlinedocs/B2355-90685/00/00/46-con.html&toc=/hpux/onlinedocs/B2355-90685/00/00/46-toc.html&searchterms=sendmail&queryid=20020131-101424
Hope this helps.
Regds
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-31-2002 10:09 AM
01-31-2002 10:09 AM
Re: sendmail
http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0xf403670142b2d5118ff10090279cd0f9,00.html
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-31-2002 10:16 AM
01-31-2002 10:16 AM
SolutionYou need edit sendmail file
vi /etc/mail/sendmail.cf
look for DS flag by typing /^DS
put your mail servername infront of DS
DSmailservername
Once the changes has been made
Restart sendmail by
/sbin/init.d/sendmail stop
/sbin/init.d/sensmail start
Try sending mail by typing sendmail user@domainname.
Goodluck,
-USA..
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-31-2002 10:30 AM
01-31-2002 10:30 AM
Re: sendmail
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-31-2002 10:46 AM
01-31-2002 10:46 AM
Re: sendmail
Thank you all for responding in such a short time. I found out how to change permissions of the file..."man"...such a helpful function! :-)
Uday's was the most helpful answer because that was the exact answer, but everyone else also pointed me in right direction. So, You all get lots of points....it's the least I can do for your help!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-31-2002 10:49 AM
01-31-2002 10:49 AM
Re: sendmail
If you are logged in into the system as root, you don't have to change the file permission. you can do a "vi file_name" to edit the file and save the file using "w! .This will write the file even if the file permissions are read only. To change the file permission you use the chmod command. To allow the owner to write to the file, the file permission should be -rw-------
Do a "man chmod" to know more about file permissions and how to modify them.
Hope this helps.
Regds