6ff214e9336d5f6336e6ecced9d3a0276483250b
[exim.git] / test / confs / 0238
1 # Exim test configuration 0238
2
3 exim_path = EXIM_PATH
4 host_lookup_order = bydns
5 rfc1413_query_timeout = 0s
6 spool_directory = DIR/spool
7 log_file_path = DIR/spool/log/%slog
8 gecos_pattern = ""
9 gecos_name = CALLER_NAME
10
11 # ----- Main settings -----
12
13 domainlist local_domains = test.ex
14 qualify_domain = test.ex
15
16
17 # ----- Routers -----
18
19 begin routers
20
21 rrr:
22 driver = manualroute
23 domains = ! +local_domains
24 require_files = un/qualified
25 route_list = * $domain byname
26 transport = smtp
27
28 localuser:
29 driver = accept
30 local_parts = userx
31 require_files = ${if eq{$local_part}
32 transport = smtp
33
34
35 # ----- Transports -----
36
37 begin transports
38
39 smtp:
40 driver = smtp
41
42
43 # ----- Retry -----
44
45
46 begin retry
47
48 * * F,5d,1d
49
50
51 # End