Files
smeserver-rspamd/root/etc/rspamd/local.d/worker-proxy.inc

8 lines
158 B
PHP
Raw Normal View History

2025-11-05 16:49:06 +02:00
# Enable milter mode for Postfix integration
milter = yes;
timeout = 120s;
upstream "local" {
default = yes;
self_scan = yes; # Scan messages directly
}