Get TLS SNI server-switching working with GnuTLS.
[exim.git] / test / confs / 0108
1 # Exim test configuration 0108
2
3 exim_path = EXIM_PATH
4 host_lookup_order = bydns
5 rfc1413_query_timeout = 0s
6 spool_directory = DIR/spool
7 log_file_path = DIR/spool/log/%slog
8 gecos_pattern = ""
9 gecos_name = CALLER_NAME
10
11 # ----- Main settings -----
12
13 acl_smtp_rcpt = check_recipient
14 acl_smtp_data = check_message
15
16 domainlist local_domains = test.ex
17 qualify_domain = test.ex
18
19 remote_sort_domains = black.com:myhost.com:other.edu
20
21
22 # ----- Routers -----
23
24 begin routers
25
26 remote:
27 driver = manualroute
28 domains = ! +local_domains
29 route_list = * ten-1.test.ex byname
30 transport = smtp
31 no_more
32
33
34 # ----- Transports -----
35
36 begin transports
37
38 smtp:
39 driver = smtp
40
41
42 # End