1 # Exim test configuration 0069
6 host_lookup_order = bydns
7 primary_hostname = myhost.test.ex
8 rfc1413_query_timeout = 0s
9 spool_directory = DIR/spool
10 log_file_path = DIR/spool/log/%slog
12 gecos_name = CALLER_NAME
14 # ----- Main settings -----
16 domainlist local_domains = test.ex : myhost.ex
18 acl_smtp_rcpt = check_recipient$local_part
19 sender_unqualified_hosts = +include_unknown: ^ten-1\\.test\\.ex
28 deny hosts = +include_unknown : ^ten-1\\.test\\.ex
29 accept domains = +local_domains
30 deny message = relay not permitted
33 accept hosts = non.existent.invalid : V4NET.0.0.13
34 deny message = "Denied"
37 accept hosts = +ignore_unknown : non.existent.invalid : V4NET.0.0.13
38 deny message = "Denied"
42 deny hosts = +include_defer : test.again.dns
43 accept domains = +local_domains
44 deny message = relay not permitted
47 accept hosts = test.again.dns : V4NET.0.0.13
48 deny message = "Denied"
51 accept hosts = +ignore_defer : test.again.dns : V4NET.0.0.13
52 deny message = "Denied"