伺服器簡單郵箱配置

weixin_34402408發表於2018-08-24

一、linux安裝郵件傳送工具mailx

$service sendmailstop #關閉

$chkconfig sendmailoff #禁止開機啟動

$service postfixstop

$chkconfig postfixoff

$yum install mailx

第二種ubuntu安裝方法:
vi /etc/nail.rc或者/etc/s-nail.rc

二、配置Zabbix服務端外部郵箱 我配置的是qq

$ vi /etc/mail.rc
set from=179061434@qq.com
set smtp=smtp://smtp.qq.com

smtp.qq.com
set smtp-auth-user=179061434@qq.com smtp-auth-password=xxxxxxx 這裡注意password是授權碼
set smtp-auth=login
:wq! #儲存退出
訪問:
echo "hello" | mail -s "嘿嘿" 1258834323@qq.com

5949949-6c2756d42c931708.png
授權碼

如果想知道什麼是授權碼參考:
https://www.jianshu.com/p/ed4803c140ca

相關文章