当前位置:网站首页>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 enabledGenerate certificate
cd /etc/postfixsudo openssl req -new -outform PEM -out smtpd.cert -newkey rsa:2048 -nodes -keyout smtpd.key -keyform PEM -days 365 -x509Then 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.certRestart the service, send and receive everything is normal, get it!
边栏推荐
猜你喜欢
随机推荐
PHP图片压缩到指定的大小
npm and package.json
js 原型和原型链
[trendsoft/capital]金额转中文大写库
我的小笔记 =》原生微信小程序
js __proto__、prototype、constructor的关系
解决MySQL创建子视图并查看的时候,字符集报错问题
L1-043 阅览室 (20分)
每日五道面试题总结 22/7/21
3.PHP数据类型、常量、字符串和运算符
Relative and absolute paths
uniapp | 开发中遇到的兼容性问题(待续)
多线程(实现多线程、线程同步、生产者消费者)
二维码生成API接口,可以直接作为A标签连接
如何根据地图上的两个坐标点来确定方向
uniapp | 官方提供的map组件使用问题
微信小程序云开发如何将页面生成为pdf?
4.14到新公司的一天
猴子选大王
如何计算地球上两点的距离(附公式推导)









