linux 下用Mutt + msmtp 发送邮件

mutt + msmtp 发送邮件

1。安装mutt
    #emerge -v mutt
   安装后在/etc/mutt/下有下面几个文件 :
localTest ~ # ls /etc/mutt/ -l
-rw-r--r-- 1 root root    771 Dec 29 12:00 Muttrc  mutt配置文件
-rw-r--r-- 1 root root 114298 Dec 29 11:57 Muttrc.dist mutt参考文件
lrwxrwxrwx 1 root root     15 Dec 24 01:58 mime.types -> /etc/mime.types
-rw-r--r-- 1 root root   3162 Dec 24 01:57 mime.types.dist

 Mutt安装后 配置文件Muttrc 只有最小的配置,如果需要增加配置,可以参考Muttrc.dist文件

一般配置如下:
  1. # Some minimal Mutt settings, Gentoo-style.  These reflect the Gentoo
  2. # predilection for maildir folders.
  3. #
  4. # Please don't add settings to this file to change other user
  5. # preferences (such as colors), since those can be hard for a user to
  6. # undo if their preference doesn't match yours!  For example, it is
  7. # *impossible* currently in mutt to remove color settings from objects
  8. # other than the index.
  9. set content_type="text/html"
  10. set charset="GBK"
  11. set sendmail_wait=-1
  12. set realname="test"
  13. set use_from=yes
  14. set mbox_type=Maildir
  15. set folder=~/.maildir
  16. set spoolfile=~/.maildir/
  17. set record=~/.maildir-sent/
  18. set move=no
  19. # Maybe we shouldn't set index_format here, but this is a recommended
  20. # one for maildir-style folders.



2) 安装 msmtp
localTest # emerge -pv msmtp
编辑配置文件:
localTest mutt # nano -w /etc/msmtprc
  1. # Set default values for all following accounts.
  2. defaults
  3. logfile /data/syslog/msmtp.log #-------该文件要存在,不然没有日志
  4. # The SMTP server of the provider.
  5. account test@myddz.com
  6. host myddz.com #发送邮件服务器名称
  7. from test@myddz.com #发送的邮件Email
  8. auth off #(关闭认证,login 需要认证)
  9. #user test@myddz.com #邮件服务器登录账号
  10. #password 119143 #邮件服务器登陆密码
  11. # Set a default account
  12. account default : test@myddz.com



3)测试一下mutt是否有效:

    echo "测试测试" | mutt -s "测试标题" 测试邮件地址
    更多参数参考:mutt --help
 
 查看msmtp配置文件在那儿

[root@server bin]# ./msmtp --version

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值