Testsuite: build a generic tls enabled client: client-anytls
[exim.git] / test / confs / 0550
CommitLineData
41c7c167
PH
1# Exim test configuration 0550
2
d4dc049f
JH
3.include DIR/aux-var/std_conf_prefix
4
41c7c167 5primary_hostname = myhost.test.ex
41c7c167
PH
6
7# ----- Main settings -----
8
9
10# ----- Routers -----
11
12begin routers
13
14r1:
15 driver = accept
16 transport = t1
17
18
19# ----- Transports -----
20
21begin transports
22
23t1:
24 driver = smtp
25 hosts = 127.0.0.1 : HOSTIPV4
26 port = PORT_S
277b9979 27 hosts_try_fastopen = :
41c7c167
PH
28 allow_localhost
29 helo_data = \
30 ${if eq{$sending_ip_address}{127.0.0.1}{Tweedledum}{Tweedledee}} \
31 to $host [$host_address]
32
33
34# ------ Retry ------
35
36begin retry
37
38* * F,1d,1d
39
40# End