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
13 # ----- Main settings -----
15 domainlist local_domains = test.ex : myhost.ex
17 acl_smtp_rcpt = check_recipient$local_part
18 sender_unqualified_hosts = +include_unknown: ^ten-1\\.test\\.ex
27 deny hosts = +include_unknown : ^ten-1\\.test\\.ex
28 accept domains = +local_domains
29 deny message = relay not permitted
32 accept hosts = non.existent.invalid : V4NET.0.0.13
33 deny message = "Denied"
36 accept hosts = +ignore_unknown : non.existent.invalid : V4NET.0.0.13
37 deny message = "Denied"
41 deny hosts = +include_defer : test.again.dns
42 accept domains = +local_domains
43 deny message = relay not permitted
46 accept hosts = test.again.dns : V4NET.0.0.13
47 deny message = "Denied"
50 accept hosts = +ignore_defer : test.again.dns : V4NET.0.0.13
51 deny message = "Denied"