我在windows上一直使用outlook来收发邮件,windows上还可以使用foxmail,应该也是一款不错的邮件客户端软件。
在ubuntu上可以用thundbird,这个应该是ubuntu有集成好,本文介绍一下mutt的安装方法,以及我安装过程中遇到的一些问题:
首先上ubuntu官方wiki上的教程:https://help.ubuntu.com/community/MuttAndGmail
这里要强调的是:需要把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