天天看點

mutt+msmtp 配置

  1. wget http://nchc.dl.sourceforge.net/sourceforge/msmtp/msmtp-1.4.17.tar.bz2 
  2. tar xvf msmtp-1.4.17.tar.bz2 
  3. cd msmtp-1.4.17 
  4. ./configure --prefix=/usr/local/msmtp 
  5. make 
  6. make install 
  7. cd /usr/local/msmtp/ 
  8. mkdir etc #配置檔案目錄和配置檔案都要自己建 
  9. 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"

繼續閱讀