From f77cff22db0bbb4d71a16becb5512e19d86ed63a Mon Sep 17 00:00:00 2001 From: Jeremy Harris Date: Sun, 8 Jun 2014 17:49:21 +0100 Subject: Testcase for udpsend --- test/confs/0601 | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 test/confs/0601 (limited to 'test/confs/0601') 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 -- cgit v1.2.3