邮件客户端配置文件(msmtp+fetchmail+procmail+mutt)
时间:2010-03-19 来源:aprilus
~/.msmtprc
# 假设有[email protected], [email protected], [email protected]三个帐号,密码都是PASSWORD~/.fetchmailrc
defaults
logfile ~/msmtp.log
account example_qq
host smtp.qq.com
from [email protected]
auth login
user example
password PASSWORD
account example_qq
host smtp.163.com
from [email protected]
auth login
user example
password PASSWORD
account example_gmail
host smtp.gmail.com
from [email protected]
auth on
user example
password PASSWORD
tls on
tls_trust_file /etc/ssl/certs/ca-certificates.crt
account default : example_qq
set logfile $HOME/.fetchmail.log~/.procmailrc
poll pop.gmail.com proto pop3 user example password PASSWORD
ssl sslcertck sslcertpath /etc/ssl/certs/
mda "/usr/bin/procmail -d %T"
LOGFILE=$HOME/.procmail.log~/.muttrc
MAILDIR=$HOME/Mail
:0
* .*
default
set sendmail=/usr/bin/msmtp
set realname=EXAMPLE
set [email protected]
set editor=/usr/bin/vim
set spoolfile=$HOME/Mail/qqmail
相关阅读 更多 +
排行榜 更多 +