免费注册 查看新帖 |

Chinaunix

  平台 论坛 博客 文库
最近访问板块 发新帖
查看: 869 | 回复: 0
打印 上一主题 下一主题

mutt配置成功 [复制链接]

论坛徽章:
0
跳转到指定楼层
1 [收藏(0)] [报告]
发表于 2008-11-20 23:25 |只看该作者 |倒序浏览
哈哈,今天上午终于把mutt配制好了,类似我了,弄了好几天,期间遇到了一些问题都被我kill掉了,有两个是比较严肃的,第一个,最还不要用其他的文本编辑器编写配置文件,使用vim是最好的,我用其他编辑器些的配置文件,不知为什么不行,用vim就可以,第二,必须注意文件的权限在配置msmtp的时候始终提示~/.msmtprc: must have no more than user read/write permissions于是到网上查资料,最终在一个不起眼的地方找到了,只要这样 chmod 600 ~/.msmtprc就可以了,不过实在不明白为什么权限这么严格?只要600?下面附上配置文件。
# 默认信箱目录
set folder="~/Mail"
# 已读的信箱
set mbox="~/Mail/inbox"
# 进入mutt后默认使用的信箱,可以考虑和$HOME/.procmailrc设置的默认信箱相同
set spoolfile="~/Mail/inbox"
# 不清楚
#set postponed="~/Mail/postponed"
# 已发送的信箱
set record="~/Mail/sent"
set envelope_from = yes
my_hdr Reply-To:LiQiangFeng
set use_from=yes
set from="blueskyflq@gmail.com"
my_hdr From:LiQiangFeng
set realname="LiQiangFeng"
set editor=vim
set sort=threads
mailboxes = "inbox"
set check_new = yes
set timeout = 300
set metoo=yes
# 终端的编码
set charset="UTF-8"
# 外发邮件使用的编码
set send_charset="UTF-8"
# 用中文格式显示日期
set locale="zh_CN.UTF-8"
# 解决没有设置字符编码的信件显示为乱码的问题
charset-hook ^us-ascii$ gb2312
# 解决主题为utf-8的信件标题显示为乱码的问题
charset-hook !UTF-8 gb2312
# 解决未经过MIME编码的信件显示为乱码的问题
#set strict_mime=no
set assumed_charset="gb2312"
# 解决中文附件名为乱码的问题
set rfc2047_parameters=yes
# Color
color hdrdefault black        cyan
color quoted     red          white
color signature  brightblack  white
color indicator  brightwhite  magenta
color attachment black        green
color error      red          white
color message    blue         white
color search     brightwhite  magenta
color status     brightyellow blue
color tree       red          white
color normal     blue         white
color tilde      green        white
color bold       brightyellow white
color markers    red          white
color index  brightwhite    red ~N
color index  red    default ~O
color index  brightblack    default ~D
mono bold      bold
mono underline underline
mono indicator reverse
auto_view text/html
#新闻组
#subscribe xiyoulinux@googlegroups.com #xiyousource@googlegroups.com
#地址薄:
#source ~/.muttrc.a
# 采用msmtp发送邮件
set sendmail="/usr/bin/msmtp"
# 让mutt可以更好的阅读html邮件
auto_view text/html
#set signature="~/.mutt_sig"
# 用快捷键G来调用getmial收取邮件
macro index G "!/usr/bin/getmail"
#set sig_on_top=YES
#~/.msmtprc
defaults
tls on
logfile ~/.msmtp.log
account gmail
host smtp.gmail.com
from user@gmail.com
port 587
user user@gmail.com
password 123456
auth on
tls_certcheck off
account default:gmail
#~/.getmail
[retriever]
type = SimplePOP3SSLRetriever
server = 209.85.199.109
#server = pop.gmail.com
port = 995
username = user@gmail.com
password = 123456
[destination]
type = Maildir
path = ~/Mail/inbox/
[options]
verbose = 0
delete = true
               
               
               

本文来自ChinaUnix博客,如果查看原文请点:http://blog.chinaunix.net/u2/73535/showart_1434321.html
您需要登录后才可以回帖 登录 | 注册

本版积分规则 发表回复

  

北京盛拓优讯信息技术有限公司. 版权所有 京ICP备16024965号-6 北京市公安局海淀分局网监中心备案编号:11010802020122 niuxiaotong@pcpop.com 17352615567
未成年举报专区
中国互联网协会会员  联系我们:huangweiwei@itpub.net
感谢所有关心和支持过ChinaUnix的朋友们 转载本站内容请注明原作者名及出处

清除 Cookies - ChinaUnix - Archiver - WAP - TOP