aboutsummaryrefslogtreecommitdiffstats
path: root/conf/worker-proxy.inc
blob: 1047fd87f8381ff91f5ba9326d00e9d2d95a5a4a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
# Included from top-level .conf file

type = "proxy";

milter = yes; # Enable milter mode
timeout = 120s; # Needed for Milter usually

upstream "local" {
  default = yes;
  hosts = "localhost";
}

count = 1; # Do not spawn too many processes of this type