86350d23065ce698cbd15dcde3c173724dae2ecb
[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
11
12 # ----- Main settings -----
13
14 qualify_domain = test.ex
15
16 acl_smtp_rcpt = $local_part
17
18
19 # ----- ACLs -----
20
21 begin acl
22
23 inner:
24   defer log_message = forced defer
25
26 outer:
27   deny  senders = ${lookup{xxx}lsearch{/non/exist}}
28   deny  acl     = inner
29
30
31 # End