TLS: Default tls_advertise_hosts to "*". Bug 1709
[exim.git] / test / confs / 0099
CommitLineData
afda344b
PH
1# Exim test configuration 0099
2
51596af4
JH
3RETRY =
4
afda344b
PH
5exim_path = EXIM_PATH
6host_lookup_order = bydns
afda344b
PH
7spool_directory = DIR/spool
8log_file_path = DIR/spool/log/%slog
9gecos_pattern = ""
10gecos_name = CALLER_NAME
23f3dc67 11tls_advertise_hosts =
afda344b
PH
12
13# ----- Main settings -----
14
15primary_hostname = primary.test.ex
16qualify_domain = test.ex
17retry_data_expire = 2s
66c1f8e0 18log_selector = +received_recipients
afda344b
PH
19
20
21# ----- Routers -----
22
23begin routers
24
bd4ece7d
JH
25bydns:
26 driver = dnslookup
27 domains = mxt2.test.ex
28 transport = smtp
29 fail_defer_domains = *
30
afda344b
PH
31all:
32 driver = manualroute
51596af4 33 route_list = simple thishost.test.ex byname \
66c1f8e0 34 ; complex thisloop.test.ex byname \
bd4ece7d 35 ; nonexist nonexist.test.ex byname \
51596af4 36 ; * 127.0.0.1 byname
afda344b 37 self = send
bd4ece7d 38 host_find_failed = defer
afda344b
PH
39 transport = smtp
40
41
42# ----- Transports -----
43
44begin transports
45
46smtp:
47 driver = smtp
48 port = 999
51596af4 49 RETRY
afda344b
PH
50
51
52# ----- Retry -----
53
54begin retry
55
56* * senders=: G,1d,1m,1.5
57* * senders = "a@b.c : d@e.f" G,2d,2m,1.5
58
59rcpt45x.test.ex rcpt_45x F,10d,2m
60rcpt463.test.ex rcpt_463 F,10d,3m
61rcpt4xx.test.ex rcpt_4xx F,10d,1m
bd4ece7d 62* lookup F,10d,30m
afda344b
PH
63
64*@\N^\d * F,5d,1m
65*@*.abcd.ex * F,5d,2m
66*@literal.ex * F,5d,3m
67*@lsearch;DIR/aux-fixed/TESTNUM.rlist2 * F,5d,4m
68*@@[] * F,5d,5m
69*@@ * F,5d,6m
70lsearch*@;DIR/aux-fixed/TESTNUM.rlist * F,1d,3m
71*.star.ex * F,3d,10m
34fab493
PH
72!*.not.ex * F,2d,15m
73* * F,12d,150m
afda344b
PH
74
75# End