QQ登录

只需一步,快速开始

 找回密码
 注册

QQ登录

只需一步,快速开始

查看: 2001|回复: 11

用Kmail收发hotmail信件

[复制链接]
发表于 2004-5-17 13:26:37 | 显示全部楼层 |阅读模式
用Kmail收发hotmail信件
1. 拿我下面得源码编译先,记得编译一个i686给我。

2. 修改 /etc/xinetd.d/hotwayd, 修改后内容如下:
[code:1]service hotwayd
{
        only_from               = localhost
        socket_type             = stream
        wait                    = no
        user                    = nobody
        port                    = 110
        server                  = /usr/sbin/hotwayd
        #server_args            = -s
        log_on_success          += USERID
        log_on_failure          += USERID
        disable                 = no
}
[/code:1]
如果你得110端口被占用,请自己换一个端口。

3. 重新启动xinetd
[code:1]
/etc/init.d/xinetd restart
[/code:1]

4. 设置Kmail的pop3
[code:1]
Login: [email protected]
Password: xxxxx
Host: localhost
Port:110
[/code:1]

5. 搞定,关于怎么发我就懒得去研究了,谁搞出来就跟这个帖子吧。

本帖子中包含更多资源

您需要 登录 才可以下载或查看,没有账号?注册

×
发表于 2004-5-17 14:30:58 | 显示全部楼层
hotwayd?
回复

使用道具 举报

 楼主| 发表于 2004-5-18 20:33:56 | 显示全部楼层
yup, i use it to retrieve my hotmail
回复

使用道具 举报

发表于 2004-5-18 23:02:46 | 显示全部楼层
我怎么不成功呀??说找不到loalhost
回复

使用道具 举报

发表于 2004-5-19 00:17:04 | 显示全部楼层
提示找不到localhost,请问如何解决
[quote:f2548b0eb1="樱家冢"]要不就是/etc/hosts的问题,设置一个localhost主机。
没有启动hotwayd?
[/quote]

请问
1、如何设置localhost主机?
2、如何启动hotwayd?
回复

使用道具 举报

发表于 2004-5-19 07:44:00 | 显示全部楼层
没有启动hotwayd?
回复

使用道具 举报

发表于 2004-5-19 07:44:17 | 显示全部楼层
要不就是/etc/hosts的问题,设置一个localhost主机。
回复

使用道具 举报

发表于 2004-5-19 13:22:21 | 显示全部楼层
我已经在/etc/hosts中加了localhost了,还是不行,hotwayd怎么启动呀??请教
回复

使用道具 举报

发表于 2004-5-23 08:55:49 | 显示全部楼层

Re: 用Kmail收发hotmail信件

我的设置步骤
1、在 /etc/xinetd.d 目录下建了hotwayd的文本文件
2、修改 /etc/xinetd.d/hotmail, 修改后内容如下:
[code:1]service hotwayd
{
        only_from               = localhost
        socket_type             = stream
        wait                    = no
        user                    = nobody
        port                    = 111
        server                  = /usr/sbin/hotwayd
        #server_args            = -s
        log_on_success          += USERID
        log_on_failure          += USERID
        disable                 = no
}
[/code:1]
3. 重新启动xinetd
[code:1]
/etc/init.d/xinetd restart
[/code:1]
4. 设置Kmail的pop3
[code:1]
Login: [email protected]
Password: xxxxx
Host: localhost
Port:111
[/code:1]
打开Kmail收hotmail邮件,提示找不到localhost。
问题应该是代码中的一段
[code:1] server                  = /usr/sbin/hotwayd[/code:1]
在/usr/sbin 目录里没有hotwayd
回复

使用道具 举报

 楼主| 发表于 2004-5-23 10:02:00 | 显示全部楼层
我是在gentoo上用的,不知道rpm的环境怎么设置的。你自己再试一下,耐心点。
回复

使用道具 举报

发表于 2004-5-24 19:39:11 | 显示全部楼层
干吗要用Hotmail呢?
M$的Hotmail !
回复

使用道具 举报

发表于 2004-5-24 20:31:49 | 显示全部楼层
[quote:a6debc7278="jhuangjiahua"]干吗要用Hotmail呢?
M$的Hotmail ![/quote]

这需要理由吗
回复

使用道具 举报

您需要登录后才可以回帖 登录 | 注册

本版积分规则

GMT+8, 2024-5-14 07:07 , Processed in 0.094340 second(s), 16 queries .

© 2021 Powered by Discuz! X3.5.

快速回复 返回顶部 返回列表