forked from ccchb/ansible
genofire
c18f53b8ea
Postfix uses the Rspamd proxy as spam filtering milter and HAProxy exposes the Rspamd webinterface through HTTPS. Updates #10
10 lines
191 B
Django/Jinja
10 lines
191 B
Django/Jinja
# {{ ansible_managed }}
|
||
|
||
bind_socket = "/var/run/rspamd/proxy.sock mode=0666";
|
||
milter = yes;
|
||
timeout = 120s;
|
||
|
||
upstream "local" {
|
||
default = yes;
|
||
self_scan = yes;
|
||
}
|