From 6c329fc735a1b71b1aeebfc96406f29e36c7b3ab Mon Sep 17 00:00:00 2001 From: Carsten Rosenberg Date: Thu, 24 May 2018 15:18:30 +0200 Subject: [PATCH] [Minor] Ratelimit - improve config file --- conf/modules.d/ratelimit.conf | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/conf/modules.d/ratelimit.conf b/conf/modules.d/ratelimit.conf index 08109b820..521bdb1a8 100644 --- a/conf/modules.d/ratelimit.conf +++ b/conf/modules.d/ratelimit.conf @@ -30,6 +30,10 @@ ratelimit { #} # If symbol is specified, then it is inserted instead of setting result #symbol = "R_RATELIMIT"; + + # If info_symbol is specified, then it is inserted next to set the result + #info_symbol = "R_RATELIMIT_INFO"; + whitelisted_rcpts = "postmaster,mailer-daemon"; max_rcpt = 5; -- 2.39.5