文章详情

  • 游戏榜单
  • 软件榜单
关闭导航
热搜榜
热门下载
热门标签
php爱好者> php文档>邮件客户端配置文件(msmtp+fetchmail+procmail+mutt)

邮件客户端配置文件(msmtp+fetchmail+procmail+mutt)

时间:2010-03-19  来源:aprilus


~/.msmtprc
# 假设有[email protected], [email protected], [email protected]三个帐号,密码都是PASSWORD
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

~/.fetchmailrc
set logfile $HOME/.fetchmail.log
poll pop.gmail.com proto pop3 user example password PASSWORD
ssl sslcertck sslcertpath /etc/ssl/certs/

mda "/usr/bin/procmail -d %T"

~/.procmailrc
LOGFILE=$HOME/.procmail.log
MAILDIR=$HOME/Mail

:0
* .*
default

~/.muttrc
set sendmail=/usr/bin/msmtp

set realname=EXAMPLE
set [email protected]
set editor=/usr/bin/vim
set spoolfile=$HOME/Mail/qqmail
相关阅读 更多 +
排行榜 更多 +
地狱摩托游戏最新版下载

地狱摩托游戏最新版下载

赛车竞速 下载
小猫快来钓鱼游戏下载

小猫快来钓鱼游戏下载

休闲益智 下载
殴打氪金大佬昊天手游下载

殴打氪金大佬昊天手游下载

休闲益智 下载