博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
centos 邮箱报警
阅读量:5871 次
发布时间:2019-06-19

本文共 570 字,大约阅读时间需要 1 分钟。

1 yum install mailx

2 vi /etc/mail.rc //如果不存在,则编辑/etc/mail.rc
set from=公司企业QQ 邮箱
set smtp=smtp.exmail.qq.com
set smtp-auth-user=公司企业QQ 邮箱
set smtp-auth-password=密码
set smtp-auth=login
3 mailx -s "ss" xx.@.com < ss.sh 发邮件测试
这里填写的邮箱地址可以和配置文件中填写的相同,也可以不同。
4 这里使用QQ 邮箱,163 邮箱也是也可以的。

ubuntu 16.04 apt install heirloom-mailxUbuntu16.04 ,配置文件为/etc/s-nail.rc,把下面几行放置在最后如果不配置端口发送可以使用

set from=QQ 企业邮箱 smtp=smtp.exmail.qq.com

set smtp-auth-user=QQ 企业邮箱 smtp-auth-password=邮箱密码
set smtp-auth=login

mailx -s "ss" QQ 企业邮箱 < /root/.profile

转载于:https://blog.51cto.com/study2008/2071388

你可能感兴趣的文章