docs(deploy): 补充 SMTP 发信排查说明

- 说明单容器部署下 Webmail 发信的默认 Postfix 配置。
- 补充 `smtp delivery failed: EOF` 的排查命令与 `SMTP Require TLS` 注意事项。
- 调整 `deploy/postfix/master.cf` 中 `smtp/submission` 的监听标志,避免本机提交会话异常。
This commit is contained in:
LanQin_
2026-06-16 21:21:56 +08:00
parent d87f635899
commit 4fc933bc89
2 changed files with 23 additions and 2 deletions
+2 -2
View File
@@ -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