- wget http://nchc.dl.sourceforge.net/sourceforge/msmtp/msmtp-1.4.17.tar.bz2
- tar xvf msmtp-1.4.17.tar.bz2
- cd msmtp-1.4.17
- ./configure --prefix=/usr/local/msmtp
- make
- make install
- cd /usr/local/msmtp/
- mkdir etc #配置文件目录和配置文件都要自己建
- cd etc
defaults
logfile /usr/local/msmtp/log/msmtp.log
account [email protected]
host smtp.163.com
from [email protected]
auth login
tls off
user [email protected]
password
account default: [email protected]
yum install mutt
vim /etc/Muttrc set sendmail="/usr/local/msmtp/bin/msmtp" #你的msmtp命令路径 set use_from=yes set realname="[email protected]" set editor="vim"
时间: 2024-10-19 08:31:37