Bagaimana caranya agar mandrake 9.0 saya dapat telnet localhost 110, sebab memang terlihat jika netstat -an | grep 110, tidak sedang aktif / listen
Terima kasih sebelumnya. [EMAIL PROTECTED] init.d]# /etc/rc.d/init.d/xinetd restart Stopping xinetd: [ OK ] Starting xinetd: [ OK ] [EMAIL PROTECTED] init.d]# service postfix start [ OK ] [EMAIL PROTECTED] init.d]# telnet localhost 110 Trying 127.0.0.1... telnet: Unable to connect to remote host: Connection refused [EMAIL PROTECTED] init.d]# telnet localhost 25 Trying 127.0.0.1... Connected to localhost.localdomain (127.0.0.1). Escape character is '^]'. 220 ubslinux ESMTP Postfix (1.1.11) (Mandrake Linux) quit 221 Bye Connection closed by foreign host. [EMAIL PROTECTED] init.d]# [EMAIL PROTECTED] init.d]# netstat -an | grep 110 udp 0 0 127.0.0.1:51106 0.0.0.0:* [EMAIL PROTECTED] init.d]# netstat -an | grep 25 tcp 0 0 127.0.0.1:25 0.0.0.0:* LISTEN -- Unsubscribe: kirim email kosong ke [EMAIL PROTECTED] Arsip dan info di http://linux.or.id/milis.php FAQ milis http://linux.or.id/faq.php
