Testcase for udpsend
[exim.git] / test / confs / 0601
1 # Exim test configuration 0601
2 # udpsend
3
4 exim_path = EXIM_PATH
5 spool_directory = DIR/spool
6 log_file_path = DIR/spool/log/%slog
7
8 # ----- Main settings -----
9
10 acl_smtp_connect = check
11
12
13 # ----- ACL -----
14
15 begin acl
16
17 check:
18   warn  udpsend = <; 127.0.0.1 ; 1223 ; message from exim
19
20 # End