X-Git-Url: http://git.madism.org/?a=blobdiff_plain;f=postlicyd%2Fdata%2Ftest.conf;h=3fc0503f06581677f06409dcad8560b62f267aec;hb=e1a3e8c4ae68a4b95f82eea3d5a3af0fa203a062;hp=7fe95489a26ea0268c10de17d7e3db5ae9a8c42e;hpb=ddf3e587c41536baad71de4008eafd64b8c00d58;p=apps%2Fpfixtools.git diff --git a/postlicyd/data/test.conf b/postlicyd/data/test.conf index 7fe9548..3fc0503 100644 --- a/postlicyd/data/test.conf +++ b/postlicyd/data/test.conf @@ -1,4 +1,4 @@ -filter1 { +match1 { type = match; condition = stress #=; @@ -6,7 +6,7 @@ filter1 { on_fail = postfix:OK; } -filter2 { +hostnames1 { type = strlist; fields = helo_name,client_name; @@ -22,7 +22,7 @@ filter2 { on_fail = postfix:OK; } -filter3 { +hostnames2 { type = strlist; fields = helo_name,client_name,reverse_client_name; @@ -38,7 +38,7 @@ filter3 { on_fail = postfix:OK; } -filter4 { +emails1 { type = strlist; fields = sender; @@ -54,7 +54,7 @@ filter4 { on_fail = postfix:ok; } -filter5 { +emails2 { type = strlist; fields = sender,recipient; @@ -70,4 +70,4 @@ filter5 { on_fail = postfix:ok; } -recipient_filter = filter1; +recipient_filter = match1;