码迷,mamicode.com
首页 > 其他好文 > 详细

msmtp+mutt

时间:2014-11-21 16:33:56      阅读:223      评论:0      收藏:0      [点我收藏+]

标签:linux mail

[root@localhost jinhu]# wget http://sourceforge.net/projects/msmtp/files/msmtp/1.4.28/msmtp-1.4.28.tar.bz2

[root@localhost jinhu]# tar xvf msmtp-1.4.28.tar.bz2

[root@localhost jinhu]# cd msmtp-1.4.28

[root@localhost msmtp-1.4.28]# ./configure --prefix=/usr/local/msmtp

[root@localhost msmtp-1.4.28]# make && make install

[root@localhost msmtp]# cd /usr/local/msmtp

[root@localhost msmtp]# mkdir etc

[root@localhost msmtp]# cd etc/

[root@localhost etc]# vim msmtprc

account default
host smtp.163.com
port 25
from tiger1121@163.com
auth login
tls off
user tiger1121@163.com
password mima123457.
logfile /var/log/mmlog


[root@localhost etc]# /usr/local/msmtp/bin/msmtp 1908616619@qq.com
sdfsdfsdfsdfsdsdf
sdfsdfsd

[root@localhost etc]# yum install mutt

[root@localhost etc]# more /etc/Muttrc
set sendmail="/usr/local/msmtp/bin/msmtp"
set use_from=yes
set realname="tiger1121@163.com"
set editor="vim"

[root@localhost etc]# echo "testmail" |mutt -s "zhengwen" 1908616619@qq.com


msmtp+mutt

标签:linux mail

原文地址:http://kingtigerhu.blog.51cto.com/2936525/1580864

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!