1 # Exim test configuration 0069
7 host_lookup_order = bydns
8 primary_hostname = myhost.test.ex
9 spool_directory = DIR/spool
10 log_file_path = DIR/spool/log/%slog
12 gecos_name = CALLER_NAME
15 # ----- Main settings -----
19 domainlist local_domains = test.ex : myhost.ex
21 acl_smtp_rcpt = check_recipient$local_part
22 sender_unqualified_hosts = +include_unknown: ^ten-1\\.test\\.ex
31 deny hosts = +include_unknown : ^ten-1\\.test\\.ex
32 accept domains = +local_domains
33 deny message = relay not permitted
36 accept hosts = non.existent.invalid : V4NET.0.0.13
37 deny message = "Denied"
40 accept hosts = +ignore_unknown : non.existent.invalid : V4NET.0.0.13
41 deny message = "Denied"
45 deny hosts = +include_defer : test.again.dns
46 accept domains = +local_domains
47 deny message = relay not permitted
50 accept hosts = test.again.dns : V4NET.0.0.13
51 deny message = "Denied"
54 accept hosts = +ignore_defer : test.again.dns : V4NET.0.0.13
55 deny message = "Denied"