update to pre-4.87 master
[exim.git] / test / confs / 0459
1 # Exim test configuration 0459
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 = $local_part
18
19
20 # ----- ACLs -----
21
22 begin acl
23
24 inner:
25 defer log_message = forced defer
26
27 outer:
28 deny senders = ${lookup{xxx}lsearch{/non/exist}}
29 deny acl = inner
30
31
32 # End