1. 程式人生 > >linux 配置mailx傳送到外網郵箱

linux 配置mailx傳送到外網郵箱

1、安裝sendmail伺服器
yum install mailx


2、修改配置
vim /etc/mail.rc
## 在尾部新增
set from="18765262***@139.com" --(你的郵箱,發件郵箱,例如139郵箱)
set smtp=smtp.139.com --- 郵箱的smtp伺服器
set smtp-auth-user=18765262*** ---郵箱賬號,不包含字尾
set smtp-auth-password=mailpassword ---郵箱密碼
set smtp-auth=login


4、測試傳送郵件
mailx -s "test001 " [email protected] < /etc/redhat-release