Add greylist tests.
[apps/pfixtools.git] / postlicyd / data / test.conf
index 9825ce1..9901acc 100644 (file)
@@ -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,17 @@ ips1 {
   on_soft_match = postfix:OK;
 }
 
+greylist1 {
+  type = greylist;
+
+  prefix = test1_;
+  path   = data/;
+  delay  = 1;
+  retry_window = 4;
+  client_awl = 2;
+
+  on_greylist = postfix:OK;
+  on_whitelist = postfix:OK;
+}
+
 recipient_filter = match1;