b0cc425f61
- 为 SMTP 连接与前端发信请求增加更明确的超时控制。 - 调整 Postfix 与 Rspamd 代理配置,缩短相关处理超时并统一运行参数。
9 lines
118 B
PHP
9 lines
118 B
PHP
bind_socket = "0.0.0.0:11332";
|
|
milter = yes;
|
|
timeout = 10s;
|
|
|
|
upstream "local" {
|
|
default = yes;
|
|
self_scan = yes;
|
|
}
|