FreeBSD/jails/config/mail/rspamd/local.d/worker-proxy.inc

14 lines
342 B
PHP
Raw Normal View History

2020-02-25 11:28:31 -08:00
# this worker will be used as postfix milter
milter = yes;
# note to self - tighten up these permissions
bind_socket = "/var/run/rspamd/milter.sock mode=0666 owner=nobody";
# the following specifies self-scan mode, for when rspamd is on the same
# machine as postfix
timeout = 120s;
upstream "local" {
default = yes;
self_scan = yes;
}