Get TLS SNI server-switching working with GnuTLS.
[exim.git] / test / confs / 0363
CommitLineData
afda344b
PH
1# Exim test configuration 0363
2
3exim_path = EXIM_PATH
4host_lookup_order = bydns
5rfc1413_query_timeout = 0s
6spool_directory = DIR/spool
7log_file_path = DIR/spool/log/%slog
8gecos_pattern = ""
9gecos_name = CALLER_NAME
10
11# ----- Main settings -----
12
13percent_hack_domains = *
14qualify_domain = test.ex
15
16
17# ----- Routers -----
18
19begin routers
20
21r1:
22 driver = accept
23 transport = t1
24
25
26# ----- Transports -----
27
28begin transports
29
30t1:
31 driver = smtp
32 hosts = 127.0.0.1
33 port = PORT_S
34 allow_localhost
35
36
37# End