summaryrefslogtreecommitdiff
path: root/test/confs/0601
diff options
context:
space:
mode:
authorJeremy Harris <jgh146exb@wizmail.org>2014-06-08 17:49:21 +0100
committerJeremy Harris <jgh146exb@wizmail.org>2014-06-08 17:49:21 +0100
commitf77cff22db0bbb4d71a16becb5512e19d86ed63a (patch)
treeccfd91707e4e55eeba6a3a5e9aa52d174502b3c9 /test/confs/0601
parentc50e5871c141ea24777fc916de1fc0cb2e96c37d (diff)
Testcase for udpsend
Diffstat (limited to 'test/confs/0601')
-rw-r--r--test/confs/060120
1 files changed, 20 insertions, 0 deletions
diff --git a/test/confs/0601 b/test/confs/0601
new file mode 100644
index 000000000..58b47d517
--- /dev/null
+++ b/test/confs/0601
@@ -0,0 +1,20 @@
+# Exim test configuration 0601
+# udpsend
+
+exim_path = EXIM_PATH
+spool_directory = DIR/spool
+log_file_path = DIR/spool/log/%slog
+
+# ----- Main settings -----
+
+acl_smtp_connect = check
+
+
+# ----- ACL -----
+
+begin acl
+
+check:
+ warn udpsend = <; 127.0.0.1 ; 1223 ; message from exim
+
+# End