您的位置:首页 > 其它

ubuntu14.04安装mutt邮件处理软件

2014-11-09 21:28 344 查看
我在windows上一直使用outlook来收发邮件,windows上还可以使用foxmail,应该也是一款不错的邮件客户端软件。

在ubuntu上可以用thundbird,这个应该是ubuntu有集成好,本文介绍一下mutt的安装方法,以及我安装过程中遇到的一些问题:

闲言少叙,首先祭上ubuntu官方wiki上的教程:

官方教程

这里要强调的是:需要把gmail(其他邮件系统)设置好支持pop3,应该每个邮件都有设置选项自己找

我遇到的问题是,输入fetchmail -v获取邮件,报如下错误:

proc mail: Unknown user "xxx"
fetchmail: MDA returned nonzero status 67
一步步按照流程来的呀,不应该有错。后来不断寻找,终于找到了这篇帖子,完美解决了我的问题:

解决贴

帖子比较长,比较有用的几句:

In ~/.fetchmailrc, change

is 'exrs.2008' here

to

is 'qmemo' here

PS. andrew.46, you have written so many interesting and useful guides! Thank you, thank you, thank you!
This one helped me setup Gmail with emacs.
自行在文中定位查看详细解释。

帖子中的老兄跟我犯了一个问题,把系统的用户名和邮件的名搞混了

其实仔细看教程会发现教程里写的确实是用户名而非邮件名,还是粗心啊!血淋淋的教训~

poll pop.gmail.com
with proto POP3
user "john.example@gmail.com"
there with password "rover"
is "john" here                               !!!john而非john.example!!!
mda "/usr/bin/procmail -d %T"
options
no keep
ssl
sslcertck
sslcertpath /etc/ssl/certs
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: