Add testcase for callout fallback from ESMTP to SMTP.
[exim.git] / test / confs / 0356
1 # Exim test configuration 0356
2
3 MESSAGE_LOGS =
4
5 exim_path = EXIM_PATH
6 host_lookup_order = bydns
7 rfc1413_query_timeout = 0s
8 spool_directory = DIR/spool
9 log_file_path = DIR/spool/log/%slog
10 gecos_pattern = ""
11 gecos_name = CALLER_NAME
12
13 # ----- Main settings -----
14
15 MESSAGE_LOGS
16 qualify_domain = test.ex
17
18
19 # ----- Routers -----
20
21 begin routers
22
23 r0:
24 driver = redirect
25 allow_defer
26 data = :defer: forced defer
27
28
29 # ----- Retry -----
30
31 begin retry
32
33 * * F,1d,1h
34
35 # End