Operating System - HP-UX
1819800 Members
3307 Online
109607 Solutions
New Discussion юеВ

Re: Turning of SendMail in HP UX 10.20

 
Shumon Hakim
New Member

Turning of SendMail in HP UX 10.20

I want to stop sendmail from starting when I restart. How do I do that?
2 REPLIES 2
Uday_S_Ankolekar
Honored Contributor

Re: Turning of SendMail in HP UX 10.20

vi mailservs in /etc/rc.config.d, make changes this line export SEDMAIL_SERVER=0


-USA
Good Luck..
Gary L. Paveza, Jr.
Trusted Contributor

Re: Turning of SendMail in HP UX 10.20

First, stop it:

/sbin/init.d/sendmail stop

Then to prevent it from running at bootup:

Edit /etc/rc.config.d/mailservs
Change SENDMAIL_SERVER=1 to SENDMAIL_SERVER=0