美文网首页
Mail安装

Mail安装

作者: 袁先生的笔记 | 来源:发表于2017-08-11 16:17 被阅读0次

环境

系统:CentOS 6.8

mail安装配置

  • 安装
# yum install mailx
  • 配置
# vim /etc/mail.rc
set from=username@163.com
set smtp=smtp.163.com
set smtp-auth-user=username@163.com
set smtp-auth-password=yourpassword
set smtp-auth=login

测试

# echo hello | mail -s testmail testuser@163.com

相关文章

网友评论

      本文标题:Mail安装

      本文链接:https://www.haomeiwen.com/subject/twalrxtx.html