> [couriertest@pac10fans courier]$ netstat -an > Active Internet connections (servers and established) > Proto Recv-Q Send-Q Local Address Foreign Address State > tcp 0 0 0.0.0.0:32768 0.0.0.0:* LISTEN > tcp 0 0 127.0.0.1:32769 0.0.0.0:* LISTEN > tcp 0 0 0.0.0.0:515 0.0.0.0:* LISTEN > tcp 0 0 0.0.0.0:901 0.0.0.0:* LISTEN > tcp 0 0 0.0.0.0:3306 0.0.0.0:* LISTEN > tcp 0 0 0.0.0.0:139 0.0.0.0:* LISTEN [...] [snip] > i dont see 25 or 110, is that a problem here
yes, it means you have no servers listening on 110 or 25 --> neither your pop3d nor your smtpd are running. just to be sure, your courier-related processes are still running (courierd, etc)? ie. ps aux | grep courier shows you this 5 or so processes, but netstat -an doesn't show the open ports? -n _______________________________________________ courier-users mailing list [EMAIL PROTECTED] Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users
