Removing "/etc/rc3.d/s88sendmail" would prevent sendmail from starting entirely. That is not what I was trying to accomplish. If Sendmail were not running the box would not send messages. Sendmail 8.12 runs with two separate instances. One sends messages from the system.(smmsp) It is started with "/usr/lib/sendmail -Ac -q15m". The other instance is for binding to port 25 for incoming mail.(smtp) it is started with "/usr/lib/sendmail -bd -q15m". It is the second instance I was trying to disable. This is new with sendmail 8.12.
Kelly > -------- Original Message -------- > Subject: Re: SOLVED: Using sendmail with JAMES > From: [EMAIL PROTECTED] > Date: Mon, April 25, 2005 10:40 am > To: "'James Users List'" <[email protected]> > > > Making the following change in the /etc/rc3.d/s88sendmail > > file prevents sendmail from binding to port 25. > > > > #MODE="-bd" > > MODE="" > > This prevent sendmail from running in background as a daemon, so it does > nothing. > You could even remove the "/etc/rc3.d/s88sendmail", as I said you before. > > Stefano > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
