From 046bc43e8ecc67ff376ef4326e879fd4dee7ba41 Mon Sep 17 00:00:00 2001 From: Matt Simerson Date: Fri, 22 Jun 2012 19:27:40 -0400 Subject: [PATCH] t/config: add missing test config files --- t/config/dnsbl_allow | 2 ++ t/config/norelayclients | 6 ++++++ 2 files changed, 8 insertions(+) create mode 100644 t/config/dnsbl_allow create mode 100644 t/config/norelayclients diff --git a/t/config/dnsbl_allow b/t/config/dnsbl_allow new file mode 100644 index 0000000..a9c72d5 --- /dev/null +++ b/t/config/dnsbl_allow @@ -0,0 +1,2 @@ +# test entry for dnsbl plugin +192.168.99.5 diff --git a/t/config/norelayclients b/t/config/norelayclients new file mode 100644 index 0000000..1ac21a4 --- /dev/null +++ b/t/config/norelayclients @@ -0,0 +1,6 @@ +# used by plugins/relay +# test entries - http://tools.ietf.org/html/rfc5737 +192.0.99.5 +192.0.99.6 +192.0.98. +# add your own entries below...