|
|
我用telnet 127.0.0.1 25不能登陸,110端口也是這樣
|
|
我將qmail配置號以後,用上面的方法登陸出現以下信息,已經將/etc/inetd.conf修改了
[root@wabox /root]# telnet 127.0.0.1 25
Trying 127.0.0.1...
Connected to 127.0.0.1.
Escape character is '^]'.
Connection closed by foreign host.
[root@wabox /root]# telnet 127.0.0.1 110
Trying 127.0.0.1...
telnet: Unable to connect to remote host: Connection refused
在redhat linux下
|
|
|
Re: 我用telnet 127.0.0.1 25不能登陸,110端口也是這樣
|
|
你參考一下相關文章,你並沒有將smtp pop服務啟動起來,你需要手工寫命令行假如到啟動文件中。
我很高興在這裡認識大家
|
|
|
Re: 我用telnet 127.0.0.1 25不能登陸,110端口也是這樣
|
|
安裝的時候安全性是不是選擇了高? 如果是則要運行
# setup
然後選擇firewall configureation 將security 該成medium 把相應的端口打開!
|