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
11-22-2002 02:18 AM
11-22-2002 02:18 AM
mail
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-22-2002 02:22 AM
11-22-2002 02:22 AM
Re: mail
# /sbin/init.d/sendmail start
HP-UX should automatically pick up an SMTP server. I configured nothing special on my workstation and it send and receives mail fine.
Chuck J
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-22-2002 02:25 AM
11-22-2002 02:25 AM
Re: mail
# echo Testing | mailx -s "Test email" you@domain.com
Chuck J
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-22-2002 02:25 AM
11-22-2002 02:25 AM
Re: mail
Hi,
To configure sendmail use
# vi /etc/mail/sendmail.cf
and then start the sendmail
# /sbin/init.d/sendmail start
see man sendmail for more info.
-Niraj
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-22-2002 02:29 AM
11-22-2002 02:29 AM
Re: mail
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-22-2002 02:52 AM
11-22-2002 02:52 AM
Re: mail
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-22-2002 03:19 AM
11-22-2002 03:19 AM
Re: mail
Please assign points to any answers that are helpful.
Thanks. Chuck J
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-22-2002 11:33 AM
11-22-2002 11:33 AM
Re: mail
You have to do at least 3 things:
1) Edit sendmail.cf for proper domain name & smart relay system
A) Domain name is the Dj parameter in the file - Example:
Dj$w.company.com
The $w is required
B) The smart relay is the DS parameter in the file - Example
DSmailsrvr.company.com
OR
DSmailsrvr.$m
This is the server that your server will send mail to if it's not local mail.
2) Edit the sendmail.cw file to designate the systems that this server will accept mail for.
Should look like
localhost
hostname
hostname.company.com
3) Start sendmail after these changes
/sbin/init.d/sendmail start
HTH,
Jeff