当前位置:网站首页>After the mailbox of the Pagoda Post Office is successfully set up, it can be sent but not received.
After the mailbox of the Pagoda Post Office is successfully set up, it can be sent but not received.
2022-08-02 03:53:00 【auspi12341】
Today I used the Pagoda Post Office to build a mailbox by myself. After success, I found that I could only receive mail but not send mail. Check the log
User doesn't exist: [email protected]****.com (in reply to RCPT TO command))warning: E9B1C43064: undeliverable postmaster notification discarded
Add one directly as postmaster
Users, problem solved, send again, found new problems,
warning: No server certs available. TLS won't be enabled
Generate certificate
cd /etc/postfixsudo openssl req -new -outform PEM -out smtpd.cert -newkey rsa:2048 -nodes -keyout smtpd.key -keyform PEM -days 365 -x509
Then modify the configuration file and add the following configuration at the bottom
smtpd_enforce_tls = nosmtpd_tls_loglevel = 1smtpd_use_tls = yessmtpd_tls_key_file = /etc/postfix/smtpd.keysmtpd_tls_cert_file = /etc/postfix/smtpd.cert
Restart the service, send and receive everything is normal, get it!
边栏推荐
猜你喜欢
PHP有哪些框架?
面试总结 22/7/22 面试中的重点
微信小程序云开发之券码领取,怎么防止用户领取到相同的数据?
我的小笔记 =》其他东东
Advanced gradient of skeleton effect, suitable for waiting for pictures
微信小程序自定义swiper轮播图面板指示点|小圆点|进度条
SQL: DDL, DML, DQL, DCL corresponding introduction and demonstration
IP门禁:手把手教你用PHP实现一个IP防火墙
PHP8.2中字符串变量解析的新用法
Customer Rating Control
随机推荐
[symfony/mailer]一个优雅易用的发送邮件类库
npm和package.json
SQL:DDL、DML、DQL、DCL相应介绍以及演示
13.JS输出内容和语法
js 原型和原型链
Living to detect the Adaptive Normalized Representation Learning for GeneralizableFace Anti - Spoofing reading notes
点名系统和数组元素为对象的排序求最大值和最小值
1.11今日学习
猴子选大王
解决uni-app 打包H5网站 下载图片问题
js eventLoop 事件循环机制
IO流、字节流、字节缓冲流
三月底啦啦
1.10今日学习
微信小程序九宫格抽奖和转盘抽奖的实现
ES6三点运算符、数组方法、字符串扩展方法
JS对象, 函数和作用域
百度定位js API
如何计算地球上两点的距离(附公式推导)
New usage of string variable parsing in PHP8.2