forked from ccchb/ansible
11 lines
191 B
Text
11 lines
191 B
Text
|
# {{ ansible_managed }}
|
|||
|
|
|||
|
bind_socket = "/var/run/rspamd/proxy.sock mode=0666";
|
|||
|
milter = yes;
|
|||
|
timeout = 120s;
|
|||
|
|
|||
|
upstream "local" {
|
|||
|
default = yes;
|
|||
|
self_scan = yes;
|
|||
|
}
|