1829575 Members
2819 Online
109992 Solutions
New Discussion

Configure MAILX

 
Daniel Duarte
Frequent Advisor

Configure MAILX

I have in a server with mailx configured that it functions, I have that to configure this product in another server HP-UX versao 10,20, as would make this?

Daniel Duarte
3 REPLIES 3
aparna challagulla
Valued Contributor

Re: Configure MAILX

hi Daniel,

You can look at the related documentation here
http://www.docs.hp.com/hpux/netcom/index.html#Internet%20Services

HTH
aparna
If you don't have time to do it right you must have time to do it over
aparna challagulla
Valued Contributor

Re: Configure MAILX

hi Daniel,
this is more specific

http://docs.hp.com/cgi-bin/fsearch/framedisplay?top=/hpux/onlinedocs/B2355-90776/B2355-90776_top.html&con=/hpux/onlinedocs/B2355-90776/00/00/13-con.html&toc=/hpux/onlinedocs/B2355-90776/00/00/13-toc.html&searchterms=mailx&queryid=20031031-042210

you need not configure anything if sendmail is already running i think. i have not worked on 10.20 so not so sure.

see man mailx maybe that will clear your doubts
HTH
aparna
If you don't have time to do it right you must have time to do it over
Matti_Kurkela
Honored Contributor

Re: Configure MAILX

The mailx command uses sendmail to do the actual sending of email. Check the settings in /etc/rc.config.d/mailservs. If you make any changes, run "sh /sbin/init.d/sendmail stop" and "sh /sbin/init.d/sendmail start" to make the changes effective.

The correct configuration for you depends on the structure of your email delivery system. Your email administrator should be able to offer more detailed information.

If you want to receive email to the local accounts of your server, you must - at the very least - ensure that the server is properly registered to the DNS system. You might have to do other things, too - ask your email system administrator.

If the server is accessible from the internet, be VERY careful about sendmail configurations. HP-UX 10.20 probably has a very old sendmail version, so it will have several known vulnerabilities. You don't want to find that your server's been cracked or used as a relay for unsolicited commercial email (spam).
MK