X-Git-Url: http://git.madism.org/?a=blobdiff_plain;f=postlicyd%2Fdata%2Ftest.conf;h=6e0a7a024bc9975ce676eb15ee50b0f5aa5d018f;hb=44d04c83a53af19faecb1620cf0f9ed53054da5c;hp=9825ce1e962d3e8db8beca9d25c218d7bac900d3;hpb=855e2f651736dfd35588245082bf0ae7d3eddbe5;p=apps%2Fpfixtools.git diff --git a/postlicyd/data/test.conf b/postlicyd/data/test.conf index 9825ce1..6e0a7a0 100644 --- a/postlicyd/data/test.conf +++ b/postlicyd/data/test.conf @@ -3,7 +3,7 @@ match1 { match_all = false; condition = stress #=; - condtion = stress != yes; + condition = stress != yes; on_match = postfix:OK; on_fail = postfix:OK; } @@ -100,4 +100,18 @@ ips1 { on_soft_match = postfix:OK; } +greylist1 { + type = greylist; + + prefix = test1_; + path = data/; + delay = 1; + retry_window = 4; + client_awl = 2; + max_age = 8; + + on_greylist = postfix:OK; + on_whitelist = postfix:OK; +} + recipient_filter = match1;