chore(mail): 优化邮件投递超时与服务配置

- 为 SMTP 连接与前端发信请求增加更明确的超时控制。
- 调整 Postfix 与 Rspamd 代理配置,缩短相关处理超时并统一运行参数。
This commit is contained in:
LanQin
2026-06-16 22:28:04 +08:00
parent 4882a65e43
commit b0cc425f61
4 changed files with 35 additions and 27 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
bind_socket = "0.0.0.0:11332";
milter = yes;
timeout = 120s;
timeout = 10s;
upstream "local" {
default = yes;