1819806 Members
2774 Online
109607 Solutions
New Discussion юеВ

Stop anoying mail daemon

 
SOLVED
Go to solution
Sergej_5
Regular Advisor

Stop anoying mail daemon

Hi there guru's!
I have problem on HP-UX 11.11 with mail daemon.
Durin boot process always wait for 10min. or more to start this mail daemon. HOw can i disable it during startup?
Thank you!

Brgds,
Sergej
3 REPLIES 3
Pete Randall
Outstanding Contributor
Solution

Re: Stop anoying mail daemon

Edit /etc/rc.config.d/sendmail and set the line "export SENDMAIL_SERVER=1" to be "export SENDMAIL_SERVER=0". That should stop it.


Pete

Pete
DCE
Honored Contributor

Re: Stop anoying mail daemon

If you do not want to use sendmail, do the following:

edit the file /etc/rc.config.d/mailservs
on the line export SENDMAIL_SERVER=1
change the 1 to a 0.

the next time the server starts up the sendmail daemon will be disabled
Sergej_5
Regular Advisor

Re: Stop anoying mail daemon

TY!
Brgds,
Sergej