Guard loadable module vars with LOOKUP_MODULE_DIR.
[exim.git] / test / confs / 0366
CommitLineData
afda344b
PH
1# Exim test configuration 0366
2
3HOSTS_MAX_TRY=5
4
5exim_path = EXIM_PATH
6host_lookup_order = bydns
7rfc1413_query_timeout = 0s
8spool_directory = DIR/spool
9log_file_path = DIR/spool/log/%slog
10gecos_pattern = ""
11gecos_name = CALLER_NAME
12
13# ----- Main settings -----
14
15ignore_bounce_errors_after = 0s
16qualify_domain = test.ex
f3d7df6c 17disable_ipv6
afda344b
PH
18
19# ----- Routers -----
20
21begin routers
22
23r1:
24 driver = dnslookup
25 transport = smtp
26
27
28# ----- Transports -----
29
30begin transports
31
32smtp:
33 driver = smtp
34 connect_timeout = 1s
35 hosts_max_try = HOSTS_MAX_TRY
36 port = PORT_N
37
38
39# ----- Retry -----
40
41# Ended up with the same settings, but leave the first because
42# there's a -brt test as well.
43
44begin retry
45
46^[^@]+@ten- * F,2s,1s
47* * F,2s,1s
48
49# End