|

Friday June 18, 2004
Disabling Sendmail
A common comment that comes up when talking to friends and acquaintances who admin Solaris is that sendmail keeps getting reenabled when they install patches, obviously annoying, particularly when they are not using JASS to control your upgrades (personally I'd recommend just downloading JASS and using it, but its not always possible).
The standard mechanism that people use is to move /etc/rc2.d/S88sendmail to another name, but when you repatch your box this will be recreated. What you need to do is create the file /etc/default/sendmail and put in an entry of
MODE=
Nice and easy, but like I mentioned, JASS will do this for you. (Did I mention JASS often enough ;) ).
(2004-06-18 10:35:15.0)
Permalink
|
Posted by Jiiim on June 24, 2004 at 06:44 PM IST #
Posted by Albert White on July 05, 2004 at 08:05 PM IST #