Operating System - HP-UX
1825163 Members
3971 Online
109679 Solutions
New Discussion

Configure Mailx on HP UX server

 
santoshasianpaints
New Member

Configure Mailx on HP UX server

Dear All,

We have HP/ux 11.11, we want to configure mailx so that we can send mail from root accout to our mailbox using smtp server.

So how we can configure mailx and what r diff steps we need to follow to configure it.


thanks in advance

Regards

Santosh
1 REPLY 1
spex
Honored Contributor

Re: Configure Mailx on HP UX server

Hi Santosh,

The most important thing is to make sure that your SMTP server appears in the DS macro in /etc/mail/sendmail.cf:

# "Smart" relay host (may be null)
DSyour.server.com

Then send a test message:

echo "test01" | mailx -m -s "test01" your@email.addr

PCS