diff options
author | Jeremy Harris <jgh146exb@wizmail.org> | 2014-06-08 17:49:21 +0100 |
---|---|---|
committer | Jeremy Harris <jgh146exb@wizmail.org> | 2014-06-08 17:49:21 +0100 |
commit | f77cff22db0bbb4d71a16becb5512e19d86ed63a (patch) | |
tree | ccfd91707e4e55eeba6a3a5e9aa52d174502b3c9 /test/confs/0601 | |
parent | c50e5871c141ea24777fc916de1fc0cb2e96c37d (diff) |
Testcase for udpsend
Diffstat (limited to 'test/confs/0601')
-rw-r--r-- | test/confs/0601 | 20 |
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 |