summaryrefslogtreecommitdiff
blob: 056d2bc1446dbeea067ae4592da78e5a277fc192 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# 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";

# DEFAULT: listens on localhost:11332


# 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;
}
Powered by cgit v1.2.3 (git 2.41.0)