Files
NewSzxcn-Email/deploy/rspamd/local.d/worker-proxy.inc
T
LanQin b0cc425f61 chore(mail): 优化邮件投递超时与服务配置
- 为 SMTP 连接与前端发信请求增加更明确的超时控制。
- 调整 Postfix 与 Rspamd 代理配置,缩短相关处理超时并统一运行参数。
2026-06-16 22:28:04 +08:00

9 lines
118 B
PHP

bind_socket = "0.0.0.0:11332";
milter = yes;
timeout = 10s;
upstream "local" {
default = yes;
self_scan = yes;
}