亚洲av成人无遮挡网站在线观看,少妇性bbb搡bbb爽爽爽,亚洲av日韩精品久久久久久,兔费看少妇性l交大片免费,无码少妇一区二区三区

  免費(fèi)注冊(cè) 查看新帖 |

Chinaunix

  平臺(tái) 論壇 博客 文庫(kù)
最近訪問(wèn)板塊 發(fā)新帖
查看: 883 | 回復(fù): 0
打印 上一主題 下一主題

mutt配置成功 [復(fù)制鏈接]

論壇徽章:
0
跳轉(zhuǎn)到指定樓層
1 [收藏(0)] [報(bào)告]
發(fā)表于 2008-11-20 23:25 |只看該作者 |倒序?yàn)g覽
哈哈,今天上午終于把mutt配制好了,類似我了,弄了好幾天,期間遇到了一些問(wèn)題都被我kill掉了,有兩個(gè)是比較嚴(yán)肅的,第一個(gè),最還不要用其他的文本編輯器編寫(xiě)配置文件,使用vim是最好的,我用其他編輯器些的配置文件,不知為什么不行,用vim就可以,第二,必須注意文件的權(quán)限在配置msmtp的時(shí)候始終提示~/.msmtprc: must have no more than user read/write permissions于是到網(wǎng)上查資料,最終在一個(gè)不起眼的地方找到了,只要這樣 chmod 600 ~/.msmtprc就可以了,不過(guò)實(shí)在不明白為什么權(quán)限這么嚴(yán)格?只要600?下面附上配置文件。
# 默認(rèn)信箱目錄
set folder="~/Mail"
# 已讀的信箱
set mbox="~/Mail/inbox"
# 進(jìn)入mutt后默認(rèn)使用的信箱,可以考慮和$HOME/.procmailrc設(shè)置的默認(rèn)信箱相同
set spoolfile="~/Mail/inbox"
# 不清楚
#set postponed="~/Mail/postponed"
# 已發(fā)送的信箱
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"
# 外發(fā)郵件使用的編碼
set send_charset="UTF-8"
# 用中文格式顯示日期
set locale="zh_CN.UTF-8"
# 解決沒(méi)有設(shè)置字符編碼的信件顯示為亂碼的問(wèn)題
charset-hook ^us-ascii$ gb2312
# 解決主題為utf-8的信件標(biāo)題顯示為亂碼的問(wèn)題
charset-hook !UTF-8 gb2312
# 解決未經(jīng)過(guò)MIME編碼的信件顯示為亂碼的問(wèn)題
#set strict_mime=no
set assumed_charset="gb2312"
# 解決中文附件名為亂碼的問(wèn)題
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發(fā)送郵件
set sendmail="/usr/bin/msmtp"
# 讓mutt可以更好的閱讀html郵件
auto_view text/html
#set signature="~/.mutt_sig"
# 用快捷鍵G來(lái)調(diào)用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
               
               
               

本文來(lái)自ChinaUnix博客,如果查看原文請(qǐng)點(diǎn):http://blog.chinaunix.net/u2/73535/showart_1434321.html
您需要登錄后才可以回帖 登錄 | 注冊(cè)

本版積分規(guī)則 發(fā)表回復(fù)

  

北京盛拓優(yōu)訊信息技術(shù)有限公司. 版權(quán)所有 京ICP備16024965號(hào)-6 北京市公安局海淀分局網(wǎng)監(jiān)中心備案編號(hào):11010802020122 niuxiaotong@pcpop.com 17352615567
未成年舉報(bào)專區(qū)
中國(guó)互聯(lián)網(wǎng)協(xié)會(huì)會(huì)員  聯(lián)系我們:huangweiwei@itpub.net
感謝所有關(guān)心和支持過(guò)ChinaUnix的朋友們 轉(zhuǎn)載本站內(nèi)容請(qǐng)注明原作者名及出處

清除 Cookies - ChinaUnix - Archiver - WAP - TOP