On Mon, 2005-03-14 at 14:54 -0700, Carl Parrish wrote: > I'm thinking it may be the old version of qmail. Problem is I don't know > what is mine and what is what they had in there. > # ps -ef | grep qmail > root 30276 26688 0 Mar06 ? 00:08:58 supervise qmail-smtpd > qmaill 30339 30308 0 Mar06 ? 00:00:51 /usr/local/bin/multilog > t /var/log/qmail/smtpd > root 12424 26688 0 Mar07 ? 00:00:00 supervise qmail-pop3d > root 12426 26688 0 Mar07 ? 00:00:00 supervise qmail-pop3ds > qmaill 12433 12427 0 Mar07 ? 00:00:00 multilog > t /var/log/qmail/pop3ds > root 28132 26688 0 Mar08 ? 00:06:19 supervise qmail-send > qmails 4576 28132 0 09:41 ? 00:00:00 qmail-send > root 4772 4576 0 09:41 ? 00:00:00 qmail-lspawn ./Maildir/ > qmailr 4805 4576 0 09:41 ? 00:00:00 qmail-rspawn > qmailq 4835 4576 0 09:41 ? 00:00:00 qmail-clean > root 7392 11924 0 14:48 pts/1 00:00:00 grep qmail > > these are all the processes running after I turn off qmail with qmailctl > stop. I'm willing to uninstall eveything and start *back* over from > scratch but now I want good docs on uninstalling so I can make sure > *everything* they had is gone before I start over again.
If you want to stop everything, edit your /etc/inittab and hash '#' out the svscanboot line, usually at the bottom of the file. Then issue a init q command to reread the inittab. If you then do a netstat -ap | grep smtp you will be able to find anything left listening on port 25. Shane