3c5c4d03578dedf7d43f1015bc1468393a494122
[exim.git] / test / confs / 0144
1 # Exim test configuration 0144
2
3 exim_path = EXIM_PATH
4 keep_environment =
5 host_lookup_order = bydns
6 primary_hostname = myhost.test.ex
7 qualify_domain = test.ex
8 spool_directory = DIR/spool
9 log_file_path = DIR/spool/log/%slog
10 gecos_pattern = ""
11 gecos_name = CALLER_NAME
12 tls_advertise_hosts =
13
14 # ----- Main settings -----
15
16 domainlist local_domains = test.ex
17
18
19 # ----- Routers -----
20
21 begin routers
22
23 domainlist:
24 driver = manualroute
25 domains = ! +local_domains
26 route_list = * test.again.dns bydns
27 transport = smtp
28 no_more
29
30
31 # ----- Transports -----
32
33 begin transports
34
35 smtp:
36 driver = smtp
37
38
39 # ----- Retry -----
40
41 begin retry
42
43 * * F,1h,10m
44
45
46 # End