Re-fix live variable $value free. The inital fix resulted in $value from ${run....
[exim.git] / test / confs / 0019
1 # Exim test configuration 0019
2
3 .include DIR/aux-var/std_conf_prefix
4
5
6 # ----- Main settings -----
7
8 acl_smtp_etrn = accept
9 log_selector =  \
10               +smtp_syntax_error \
11               +smtp_protocol_error
12 recipients_max = 5
13 smtp_max_synprot_errors = 1000
14
15 # End