|

楼主 |
发表于 2003-11-11 12:01:50
|
显示全部楼层
用hotwayd搞定了
1,下载安装hotwayd-0。7.1-1.i386.rpm
http://sourceforge.net/project/s ... p;release_id=194772
2,启动hotwayd
#hotwayd
3,修改/etc/xinetd。conf
添上下面一段:
service hotwayd
{
disable = no
type = unlisted
socket_type = stream
protocol = tcp
wait = no
user = nobody
groups = yes
#server = /usr/local/sbin/hotwayd (use this for source install)
server = /usr/sbin/hotwayd
#server_args = -p http://proxy:8080 -u proxy_user -q proxy_password
port = 110
}
重新启动xinetd
到:系统设置》服务器设置》服务:重启动xinetd
4,检查安全设置,
在/etc/host。allow添加
hotwayd : 127.0.0.1
如果端口是默认的110,用telnet检查:
$ telnet 127.0.0.1 110
Trying 127.0.0.1...
Connected to 127.0.0.1.
Escape character is '^]'.
+OK POP3 hotwayd v0.7.1 -> The POP3-HTTPMail Gateway. Server on localhost.localdomain active.
5,设置客户端,接收pop-3服务器设置为127.0.0.1或localhost。localdomain等自己机器名,账户name@hotmail。com,自己的密码;
good luck可以用了。 |
|