summaryrefslogtreecommitdiffstats
path: root/test/functional/configs/greylist.conf
blob: 5e12accf9c133ef13c8ba2a0f9fa445e60de6306 (plain)
1
2
3
4
5
6
7
8
9
10
11
redis {
  servers = "${REDIS_ADDR}:${REDIS_PORT}";
}
greylist {
  check_local = true;
  timeout = 4;
}

actions {
  greylist = 1;
}