2.6 mailx邮件
Posted 思_行
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了2.6 mailx邮件相关的知识,希望对你有一定的参考价值。
RHEL、CentOS:
[[email protected] ~]#yum install mailx
[[email protected] ~]#vi /etc/mail.rc
set from=名@163.com smtp=smtp.163.com
set smtp-auth-user=名@163.com smtp-auth-password=密
set smtp-auth=login
Ubuntu:
[[email protected] ~]#sudo apt-get install heirloom-mailx
[[email protected] ~]#vi /etc/nail.rc
set from=名@163.com smtp=smtp.163.com
set smtp-auth-user=名@163.com smtp-auth-password=密
set smtp-auth=login
以上是关于2.6 mailx邮件的主要内容,如果未能解决你的问题,请参考以下文章
配置mailx 通过465端口发送邮件 /etc/mail.rc