entos 7 mailx配置163邮箱发送邮件

Posted myvic

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了entos 7 mailx配置163邮箱发送邮件相关的知识,希望对你有一定的参考价值。

配置:

set from[email protected]163.com
set smtp.163.com
set smtp-auth-user=wcczcl
set smtp-auth-password=1454545  
set smtp-auth=login
set smtp-use-starttls
set ssl-verify=ignore
set nss-config-dir=/root/.certs

from:对方收到邮件时显示的发件人
smtp:指定第三方发邮件的smtp服务器地址
set smtp-auth-user:第三方发邮件的用户名
set smtp-auth-password:用户名对应的密码,有些邮箱填的是授权码
smtp-auth:SMTP的认证方式,默认是login,也可以改成CRAM-MD5或PLAIN方式
mkdir -p /root/.certs/
echo -n | openssl s_client -connect smtp.163.com:465 | sed -ne /-BEGIN CERTIFICATE-/,/-END CERTIFICATE-/p > ~/.certs/163.crt
certutil -A -n "GeoTrust SSL CA" -t "C,," -d ~/.certs -i ~/.certs/163.crt
certutil -A -n "GeoTrust Global CA" -t "C,," -d ~/.certs -i ~/.certs/163.crt
certutil -L -d /root/.certs
cd /root/.certs/
certutil -A -n "GeoTrust SSL CA - G3" -t "Pu,Pu,Pu" -d ./ -i 163.crt

技术分享图片

 

 

 

 

参考资料:http://blog.51cto.com/ygtq666/2164919?source=dra







以上是关于entos 7 mailx配置163邮箱发送邮件的主要内容,如果未能解决你的问题,请参考以下文章

centos 7 mailx邮件发送

mailx加163邮箱发邮件

关于阿里云Centos7 Mailx发送邮件失败的处理

centos上mailx通过465端口发送邮件

linux centos 7.2 发送邮件的详细步骤 我现在配置好了,无法收到邮件,希望能找

linux下使用自带mail发送邮件