how to stop smtp .... there's no sendmail

2001-01-25 Thread rocael
Hi! I trying to stop smtp and pop-3... when I did netstat -l I got this: LISTEN tcp 0 0 *:pop-3 *: * LISTEN tcp 0 0 *:smtp So I want to stop both of them in order to use qmail, but I don't know how, I did a ps ax and there is no sendmail process, it means that if I do a killall -9 sendmail nothi

Re: how to stop smtp .... there's no sendmail

2001-01-25 Thread Peter van Dijk
On Thu, Jan 25, 2001 at 10:55:01AM -0700, [EMAIL PROTECTED] wrote: > Hi! > I trying to stop smtp and pop-3... > when I did netstat -l I got this: > LISTEN tcp 0 0 *:pop-3 *: > * LISTEN tcp 0 0 *:smtp > So I want to stop both of them in order to use qmail, but I don't know how, I > did a ps ax an

Re: how to stop smtp .... there's no sendmail

2001-01-25 Thread Markus Stumpf
On Thu, Jan 25, 2001 at 10:55:01AM -0700, [EMAIL PROTECTED] wrote: > when I did netstat -l I got this: > LISTEN tcp 0 0 *:pop-3 *: > * LISTEN tcp 0 0 *:smtp This is probably inetd listening on that ports. Edit /etc/inetd.conf and comment the lines for "smtp" and "pop"/"pop3" (i.e. put a '#' as

Re: how to stop smtp .... there's no sendmail

2001-01-25 Thread pape
On Thu, Jan 25, 2001 at 10:55:01AM -0700, [EMAIL PROTECTED] wrote: > Hi! > I trying to stop smtp and pop-3... > when I did netstat -l I got this: > LISTEN tcp 0 0 *:pop-3 *: > * LISTEN tcp 0 0 *:smtp > So I want to stop both of them in order to use qmail, but I don't know how, I > did a ps ax an

Re: how to stop smtp .... there's no sendmail

2001-01-25 Thread Charles Cazabon
[EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > I trying to stop smtp and pop-3... > So I want to stop both of them in order to use qmail, but I don't know how, I > did a ps ax and there is no sendmail process, it means that if I do a killall > -9 sendmail nothing happen (I did) and the smtp and po