首页 运维 网络学院 查看内容

Linux msmtp+mutt

2013-7-26 10:57 567 0

摘要: wget http://downloads.sourceforge.net/msmtp/msmtp-1.4.30.tar.bz2?big_mirror=0bzip2 -d msmtp.bz2...
关键词: nbsp msmtp 529873244 local usr com set msmtprc qq bin

wget http://downloads.sourceforge.net/msmtp/msmtp-1.4.30.tar.bz2?big_mirror=0bzip2 -d msmtp.bz2./configure --prefix=/usr/local/msmtpmakemake installmkdir -p /usr/local/msmtp/etc/cat msmtprcaccount default host smtp.qq.com port 25 from [email protected] auth login tls off user [email protected] password 邮箱密码 logfile /home/tong.li/msmtp.logcp /usr/local/msmtp/etc/msmtprc ~/.msmtprc检测:msmtp -Pmsmtp -Sln -s  /usr/local/msmtp/bin/msmtp /usr/bin/msmtpyum install muttcat ~/.muttrcset from="[email protected]" set sendmail="/usr/local/msmtp/bin/msmtp" #你的msmtp命令路径 set use_from=yes set realname="[email protected]" set editor="vim"测试:echo "test" | mutt -s "hello" [email protected]# -a:附件   -c:抄送
声明:文章版权归原作者所有 部分文章转自互联网 如有侵权请联系 [邮箱地址] 删除

路过

雷人

握手

鲜花

鸡蛋

最新评论

返回顶部