TLS: Default tls_advertise_hosts to "*". Bug 1709
[exim.git] / test / confs / 0448
1 # Exim test configuration 0448
2
3 exim_path = EXIM_PATH
4 host_lookup_order = bydns
5 primary_hostname = myhost.test.ex
6 spool_directory = DIR/spool
7 log_file_path = DIR/spool/log/%slog
8 gecos_pattern = ""
9 gecos_name = CALLER_NAME
10 tls_advertise_hosts =
11
12
13 # ----- Main settings -----
14
15 qualify_domain = test.ex
16
17 acl_smtp_rcpt = rcpt
18 queue_only = true
19 trusted_users = CALLER
20
21
22 # ----- ACL -----
23
24 begin acl
25
26 rcpt:
27 accept local_parts = CALLER
28 accept verify = sender
29
30
31 # ----- Rewrite ------
32
33 begin rewrite
34
35 ^postmaster\@my\.domain <> S
36
37 postmaster@my.domain <> F
38
39 # End