1 # Exim test configuration 0069
6 host_lookup_order = bydns
7 primary_hostname = myhost.test.ex
8 spool_directory = DIR/spool
9 log_file_path = DIR/spool/log/%slog
11 gecos_name = CALLER_NAME
14 # ----- Main settings -----
18 domainlist local_domains = test.ex : myhost.ex
20 acl_smtp_rcpt = check_recipient$local_part
21 sender_unqualified_hosts = +include_unknown: ^ten-1\\.test\\.ex
30 deny hosts = +include_unknown : ^ten-1\\.test\\.ex
31 accept domains = +local_domains
32 deny message = relay not permitted
35 accept hosts = non.existent.invalid : V4NET.0.0.13
36 deny message = "Denied"
39 accept hosts = +ignore_unknown : non.existent.invalid : V4NET.0.0.13
40 deny message = "Denied"
44 deny hosts = +include_defer : test.again.dns
45 accept domains = +local_domains
46 deny message = relay not permitted
49 accept hosts = test.again.dns : V4NET.0.0.13
50 deny message = "Denied"
53 accept hosts = +ignore_defer : test.again.dns : V4NET.0.0.13
54 deny message = "Denied"