#sendmial service sendmail stop chkconfig sendmail off #postfix service postfix stop chkconfig postfix off
yum -y install mailx ln -s /bin/mailx /bin/mail chown -R zabbix.zabbix /bin/mail
mkdir -p /etc/pki/nssdb/ cd /etc/pki/nssdb echo -n | openssl s_client -connect smtp.qq.com:465 | sed -ne '/-BEGIN CERTIFICATE-/,/-END CERTIFICATE-/p' > /etc/pki/nssdb/qq.crt certutil -A -n "GeoTrust SSL CA" -t "C,," -d /etc/pki/nssdb/ -i /etc/pki/nssdb/qq.crt certutil -A -n "GeoTrust Global CA" -t "C,," -d /etc/pki/nssdb/ -i /etc/pki/nssdb/qq.crt certutil -L -d /etc/pki/nssdb/ certutil -A -n "GeoTrust SSL CA - G3" -t "Pu,Pu,Pu" -d ./ -i qq.crt
安裝步驟操做,發送完郵件會生成一個受權碼,複製保存稍後使用html
vim /etc/mail.rc
在文本最後插入vim
set nss-config-dir=/etc/pki/nssdb/ set smtp-user-starttls set ssl-verify=ignore set from=123456@qq.com #使用本身的QQ郵箱,這個是發件箱 set smtp=smtps://smtp.qq.com:465 set smtp-auth-user=123456@qq.com #外部smtp服務器認證的用戶名,也是QQ郵箱 set smtp-auth-password=受權碼 set smtp-auth=login
echo test | mail -v -s " test" test@qq.com #此郵箱爲收件箱,使用其餘郵箱做爲收件箱
測試成功
測試失敗(這是多半是證書問題)
centos
Linux 使用命令發送郵件
Linux CentOS7 Zabbix郵件報警 經過QQ企業郵箱發送郵件的問題解決方案服務器