Hi kjl, Is this a fresh install of qmailtoaster, or is it installed over a previous qmail installation?
Regards, Nick > do this syntax : > > ps axf > > then, look at the result. When you restart qmail-toaster then like this: > @4000000044716d4723c5ff44 alert: cannot start: qmail-send is already > running > etc........., > it's mean any program of qmail-toaster still running and you must stop > it then start again qmail toaster. > > Or do this script : > > vi qmailtoaster-restart.sh > #!/bin/sh > clear > /etc/init.d/qmail stop > killall qmail-remote > killall qmail-local > killall qmail-clean > killall qmail-send > killall qmail-smtpd > killall qmail-popup > killall qmail-pop3d > killall imapd > /etc/init.d/qmail start > clear > > may be helping you. > > > > 2006/5/22, Warner Moore <[EMAIL PROTECTED]>: >> > -----Original Message----- >> > From: kjl [mailto:[EMAIL PROTECTED] >> > Sent: Monday, May 22, 2006 3:51 AM >> > To: [email protected] >> > Subject: [qmailtoaster] what is happening >> > >> > i just check server logs and i found this from qmail/send/current >> > >> > @4000000044716d4723c5ff44 alert: cannot start: qmail-send is >> > already running >> <snip> >> >> Seems like your child process for qmail-send isn't forked under >> supervise anymore. >> >> Run: >> >> ps aufx >> >> Is qmail-send running under supervise? If not, kill all >> qmail-send >> processes and then daemontools will start it properly. >> >> You only reboot Windows workstations. >> >> Regards, >> -- >> Warner Moore >> Enterprise Services Group >> 2CheckOut.com, Inc. >> >> >> --------------------------------------------------------------------- >> QmailToaster hosted by: VR Hosted <http://www.vr.org> >> --------------------------------------------------------------------- >> To unsubscribe, e-mail: [EMAIL PROTECTED] >> For additional commands, e-mail: [EMAIL PROTECTED] >> >> > > --------------------------------------------------------------------- > QmailToaster hosted by: VR Hosted <http://www.vr.org> > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > --------------------------------------------------------------------- QmailToaster hosted by: VR Hosted <http://www.vr.org> --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
