TLS: Default tls_advertise_hosts to "*". Bug 1709
[exim.git] / test / confs / 0407
1 # Exim test configuration 0407
2
3 HEADER_MAXSIZE=
4 HEADER_LINE_MAXSIZE=
5
6 exim_path = EXIM_PATH
7 host_lookup_order = bydns
8 spool_directory = DIR/spool
9 log_file_path = DIR/spool/log/%slog
10 gecos_pattern = ""
11 gecos_name = CALLER_NAME
12 tls_advertise_hosts =
13
14 # ----- Main settings -----
15
16 primary_hostname = mail.test.ex
17 qualify_domain = test.ex
18
19 acl_smtp_rcpt = accept
20 queue_only
21
22 HEADER_MAXSIZE
23 HEADER_LINE_MAXSIZE
24
25 # End