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 the first char on that line).
After that do a
    kill -HUP `pidof inetd`

        \Maex

-- 
SpaceNet AG            | Joseph-Dollinger-Bogen 14 | Fon: +49 (89) 32356-0
Research & Development |       D-80807 Muenchen    | Fax: +49 (89) 32356-299
Stress is when you wake up screaming and you realize you haven't fallen
asleep yet.

Reply via email to