当前位置:网站首页>宝塔邮局邮箱设置成功后能发送不能接收问题处理
宝塔邮局邮箱设置成功后能发送不能接收问题处理
2022-08-02 03:24:00 【auspi12341】
今天用宝塔邮局准备自建一个邮箱,成功后发现只能接收邮件不能发送邮件,查看日志
<[email protected]****.com> User doesn't exist: [email protected]****.com (in reply to RCPT TO command))
warning: E9B1C43064: undeliverable postmaster notification discarded直接增加一个为postmaster
的用户,问题解决,再次发送,发现新问题 ,
warning: No server certs available. TLS won't be enabled生成证书
cd /etc/postfix
sudo openssl req -new -outform PEM -out smtpd.cert -newkey rsa:2048 -nodes -keyout smtpd.key -keyform PEM -days 365 -x509然后修改配置文件,最下面增加如下配置
smtpd_enforce_tls = no
smtpd_tls_loglevel = 1
smtpd_use_tls = yes
smtpd_tls_key_file = /etc/postfix/smtpd.key
smtpd_tls_cert_file = /etc/postfix/smtpd.cert
重启服务,发送接收一切正常,搞定!
边栏推荐
- js 正则中 replace() 使用
- DSPE-PEG-DBCO Phospholipid-Polyethylene Glycol-Dibenzocyclooctyne A Linear Heterobifunctional Pegylation Reagent
- L1-043 阅览室 (20分)
- Circular linked list---------Joseph problem
- npm--package.json---require
- Living to detect the Adaptive Normalized Representation Learning for GeneralizableFace Anti - Spoofing reading notes
- 微信小程序全局组件的定义
- 三月底啦啦
- display,visibility,opacity
- --fs module--
猜你喜欢

URL module

nucleo stm32 h743 FREERTOS CUBE MX配置小记录

环形链表---------约瑟夫问题

kettle 安装与配置

如何查看一个现有的keil工程之前由什么版本的keil IDE编译

mysql阶段总结

ModuleNotFoundError No module named 'xxx' possible solutions

Deveco studio Hongmeng app access network detailed process (js)

Living to detect the Adaptive Normalized Representation Learning for GeneralizableFace Anti - Spoofing reading notes

Advanced gradient of skeleton effect, suitable for waiting for pictures
随机推荐
猴子选大王(约瑟环问题)
每日面试题 2022/7/28
每日五道面试题总结 22/7/26
COCO数据集训练TPH-YoloV5
第一篇博客
我的小笔记 =》其他东东
轮播图详解(完整代码在最后)
DOM manipulation---magnifying glass case
解决5+APP真机测试无法访问后台(同局域网)
uniapp | 官方提供的map组件使用问题
微信小程序实现文本安全监测
如何计算地球上两点的距离(附公式推导)
三元判断再三元判断
js basics
1.13 学习JS
最新,每天填坑,Jeston TX1 精卫填坑,第一步:刷机
正则笔记(1)- 正则表达式字符匹配攻略
Small program van-cell line wrapping can be left-aligned
uniapp | 使用npm update更新后编译报错问题
ES6三点运算符、数组方法、字符串扩展方法