e553a967ccad0d49bfd1af012d37ba8ea05bdcf9
[exim.git] / test / confs / 0320
1 # Exim test configuration 0320
2
3 exim_path = EXIM_PATH
4 host_lookup_order = bydns
5 spool_directory = DIR/spool
6 log_file_path = DIR/spool/log/%slog
7 gecos_pattern = ""
8 gecos_name = CALLER_NAME
9
10 # ----- Main settings -----
11
12 acl_smtp_rcpt = check_recipient
13 qualify_domain = test.ex
14
15
16 # ------ ACL ------
17
18 begin acl
19
20 check_recipient:
21   accept local_parts = DIR/aux-fixed/TESTNUM.list : +caseful : LP10
22
23 # ----- Routers -----
24
25 begin routers
26
27
28 # ----- Transports -----
29
30 begin transports
31
32
33 # ----- Retry -----
34
35 begin retry
36
37 * * F,5d,1d
38
39
40 # End