From b373134fbf3bc79d26731c6d10aa2545cf16a072 Mon Sep 17 00:00:00 2001 From: Florent Bruneau Date: Wed, 1 Oct 2008 20:35:42 +0200 Subject: [PATCH] Add doc about the new max_age parameter of the greylister. Signed-off-by: Florent Bruneau --- example/postlicyd.conf | 3 +++ 1 file changed, 3 insertions(+) diff --git a/example/postlicyd.conf b/example/postlicyd.conf index d70a771..fded2bd 100644 --- a/example/postlicyd.conf +++ b/example/postlicyd.conf @@ -164,6 +164,9 @@ client_whitelist { # - client_awl: number (default: 5) # number of successful greylisting before the client get whitelisted (0 means, # no-auto-whitelist). +# - max_age: number (default: 30 * 3600) +# lifetime of a greylist/whitelist session: ie, if a client does ne reappear during +# max_age seconds, the entries associated to this client are invalidated. # Return value: # - if the client is whitelisted, returns whitelist # - if the client is greylisted, returns greylist -- 2.20.1