docs(deploy): 补充 SMTP 发信排查说明
- 说明单容器部署下 Webmail 发信的默认 Postfix 配置。 - 补充 `smtp delivery failed: EOF` 的排查命令与 `SMTP Require TLS` 注意事项。 - 调整 `deploy/postfix/master.cf` 中 `smtp/submission` 的监听标志,避免本机提交会话异常。
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
smtp inet n - y - - smtpd
|
||||
submission inet n - y - - smtpd
|
||||
smtp inet n - n - - smtpd
|
||||
submission inet n - n - - smtpd
|
||||
-o syslog_name=postfix/submission
|
||||
-o smtpd_tls_security_level=may
|
||||
-o smtpd_sasl_auth_enable=yes
|
||||
|
||||
Reference in New Issue
Block a user