Add $smtp_command_history variable
[exim.git] / test / confs / 0320
1 # Exim test configuration 0320
2
3 .include DIR/aux-var/std_conf_prefix
4
5
6 # ----- Main settings -----
7
8 acl_smtp_rcpt = check_recipient
9 qualify_domain = test.ex
10
11
12 # ------ ACL ------
13
14 begin acl
15
16 check_recipient:
17 accept local_parts = DIR/aux-fixed/TESTNUM.list : +caseful : LP10
18
19 # ----- Routers -----
20
21 begin routers
22
23
24 # ----- Transports -----
25
26 begin transports
27
28
29 # ----- Retry -----
30
31 begin retry
32
33 * * F,5d,1d
34
35
36 # End