More tests.
[apps/pfixtools.git] / postlicyd / data / test.conf
index 7c88a75..9825ce1 100644 (file)
@@ -87,4 +87,17 @@ emails2 {
   on_fail = postfix:ok;
 }
 
+ips1 {
+  type = iplist;
+
+  file = nolock:1:data/test_ip_1;
+  file = nolock:1:data/test_ip_2;
+
+  soft_threshold = 1;
+  hard_threshold = 2;
+
+  on_hard_match = postfix:OK;
+  on_soft_match = postfix:OK;
+}
+
 recipient_filter = match1;