MySQL: support MySQL config file option group names. Bug 1701
[exim.git] / test / confs / 0154
CommitLineData
afda344b
PH
1# Exim test configuration 0154
2
3exim_path = EXIM_PATH
4host_lookup_order = bydns
afda344b
PH
5spool_directory = DIR/spool
6log_file_path = DIR/spool/log/%slog
7gecos_pattern = ""
8gecos_name = CALLER_NAME
23f3dc67 9tls_advertise_hosts =
afda344b
PH
10
11# ----- Main settings -----
12
13domainlist local_domains = test.ex
14qualify_domain = test.ex
15queue_run_in_order
16
17
18# ----- Routers -----
19
20begin routers
21
22defer_always:
23 driver = redirect
24 allow_defer
25 data = :defer: forced defer
26 retry_use_local_part
27
28
29# ----- Retry -----
30
31
32begin retry
33
34* * F,5d,1d
35
36
37# End