diff options
Diffstat (limited to 'test/confs')
-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 |