标签:ram 外部 bcb verify 常用命令 plain office365 xen 编辑器
添加heirloom-mailx apt源
cat /etc/apt/sources.list.d/mailx.list
deb http://cz.archive.ubuntu.com/ubuntu xenial main universe
更新apt
apt update
安装heirloom-mailx
apt install heirloom-mailx -y
配置外部发件邮箱
编辑 /etc/s-nail.rc在最后加上:
set from="xxxxx@163.com" #发件地址
set smtp="smtps://smtp.163.com:465" #smtp服务器
set smtp-auth-user="xxxxxx@163.com" #登录发件地址
set smtp-auth-password="xxxx" #明文密码
set smtp-auth=login #登录方式,默认是login,也可以改成CRAM-MD5或PLAIN方式
set from="xxxx@outlook.com"
set smtp="outlook.office365.com:587"
set smtp-auth-user="xxxx@outlook.com"
set smtp-auth-password="xxxx" #明文密码
set smtp-use-starttls #加密方式
set ssl-verify=ignore # 忽略ssl认证
set smtp-auth=login
set from="xxx@qq.com"
set smtp="smtps://smtp.qq.com:465"
set smtp-auth-user="xxx@qq.com"
set smtp-auth-password="ahkphxxabcbshabbga" #QQ邮箱授权码
set smtp-auth=login
标签:ram 外部 bcb verify 常用命令 plain office365 xen 编辑器
原文地址:https://blog.51cto.com/lemonnews/2467203