Hi Sharukh, On Wed, 3 Mar 2004 16:00:20 +0530, "Dr. Sharukh K. R. Pavri." <[EMAIL PROTECTED]> said: > On Tue, 02 Mar 2004, Suresh Ramasubramanian wrote: > > > Dr. Sharukh K. R. Pavri. [3/2/2004 8:45 PM] : > > > > >I sort of figured as much. The problem is how do I do it. Exim is starting > > >up automatically. Any debian users around ? I gues I'll have to mess with > > >the rc scripts. > > > > That's the easiest way. There might be something like update-rc.d or > > whatever on debian though - i dont know. > > Okay, made the changes in /etc/init.d/exim and changed the incantation > from > > echo -n "Starting MTA: " > start-stop-daemon --start --pidfile /var/run/exim/exim.pid \ > --exec $DAEMON -- -bd -q30m > echo "exim" > > to > > echo -n "Starting MTA: " > start-stop-daemon --start --pidfile /var/run/exim/exim.pid \ > --exec $DAEMON -- -bd > echo "exim."
Is the exim writing the pid to the file you specified?. I think the rc scipt is not able to find the running exim due to this reason. -- Jemshad @(-_-)@ "I know Karate, Kung Fu, and 47 other dangerous words" -- http://www.fastmail.fm - Accessible with your email software or over the web ------------------------------------------------------- This SF.Net email is sponsored by: IBM Linux Tutorials Free Linux tutorial presented by Daniel Robbins, President and CEO of GenToo technologies. Learn everything from fundamentals to system administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click _______________________________________________ linux-india-help mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/linux-india-help
