码迷,mamicode.com
首页 > 其他好文 > 详细

华为云发送邮件

时间:2019-06-11 22:12:55      阅读:227      评论:0      收藏:0      [点我收藏+]

标签:password   pass   tps   http   https   oba   cert   yun   log   

https://www.jianshu.com/p/e25cd6b97b36

vim /etc/mail.rc

set from=noreply@cnbmxinyun.com
set smtp=smtps://smtp.cnbmxinyun.com:465
set smtp-auth=login
set smtp-auth-user=noreply@cnbmxinyun.com
set smtp-auth-password=123@Cnbmtech
set ssl-verify=ignore
set nss-config-dir=/etc/pki/nssdb/

 

$ echo -n | openssl s_client -connect smtp.cnbmxinyun.com:465 | sed -ne ‘/-BEGIN CERTIFICATE-/,/-END CERTIFICATE-/p‘ > /etc/pki/nssdb/xinyun.crt
$ certutil -A -n "GeoTrust SSL CA" -t "C,," -d /etc/pki/nssdb/ -i /etc/pki/nssdb/xinyun.crt
$ certutil -A -n "GeoTrust Global CA" -t "C,," -d /etc/pki/nssdb/ -i /etc/pki/nssdb/xinyun.crt
$ certutil -L -d /etc/pki/nssdb/

华为云发送邮件

标签:password   pass   tps   http   https   oba   cert   yun   log   

原文地址:https://www.cnblogs.com/rigid/p/11006317.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!