X-Git-Url: http://git.madism.org/?a=blobdiff_plain;f=postlicyd%2Fdata%2Ftest.conf;h=8f4c9a0fd2726319accbe78c9db365ee58219a08;hb=92dc834e982d4b71ce6a3fcc2c973e555afd3fcf;hp=9901accdf5ab9eed487b6ed94679aef6487de5eb;hpb=b5c79dd713c2e444df9ba50b48718330ad936eb7;p=apps%2Fpfixtools.git diff --git a/postlicyd/data/test.conf b/postlicyd/data/test.conf index 9901acc..8f4c9a0 100644 --- a/postlicyd/data/test.conf +++ b/postlicyd/data/test.conf @@ -55,6 +55,17 @@ hostnames2 { on_fail = postfix:OK; } +hostnames3 { + type = strlist; + + fields = client_name; + file = nolock:partial-suffix:1:data/test_hostnames_4; + + on_hard_match = postfix:OK; + on_fail = postfix:OK; +} + + emails1 { type = strlist; @@ -87,6 +98,16 @@ emails2 { on_fail = postfix:ok; } +emails3 { + type = strlist; + + fields = sender; + file = nolock:partial-prefix:1:data/test_emails_4; + + on_hard_match = postfix:ok; + on_fail = postfix:ok; +} + ips1 { type = iplist; @@ -108,6 +129,7 @@ greylist1 { delay = 1; retry_window = 4; client_awl = 2; + max_age = 8; on_greylist = postfix:OK; on_whitelist = postfix:OK;