Fix CVE-2016-1531
[exim.git] / test / confs / 0601
1 # Exim test configuration 0601
2 # udpsend
3
4 exim_path = EXIM_PATH
5 keep_environment =
6 spool_directory = DIR/spool
7 log_file_path = DIR/spool/log/%slog
8 queue_only
9
10 # ----- Main settings -----
11
12 acl_smtp_rcpt = accept udpsend = <; 127.0.0.1 ; 1223 ; message from exim
13
14
15 # End