You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

greylist.conf 132B

1234567891011
  1. redis {
  2. servers = "${REDIS_ADDR}:${REDIS_PORT}";
  3. }
  4. greylist {
  5. check_local = true;
  6. timeout = 4;
  7. }
  8. actions {
  9. greylist = 1;
  10. }