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 -----
17 domainlist local_domains = test.ex : myhost.ex
19 acl_smtp_rcpt = check_recipient$local_part
20 sender_unqualified_hosts = +include_unknown: ^ten-1\\.test\\.ex
29 deny hosts = +include_unknown : ^ten-1\\.test\\.ex
30 accept domains = +local_domains
31 deny message = relay not permitted
34 accept hosts = non.existent.invalid : V4NET.0.0.13
35 deny message = "Denied"
38 accept hosts = +ignore_unknown : non.existent.invalid : V4NET.0.0.13
39 deny message = "Denied"
43 deny hosts = +include_defer : test.again.dns
44 accept domains = +local_domains
45 deny message = relay not permitted
48 accept hosts = test.again.dns : V4NET.0.0.13
49 deny message = "Denied"
52 accept hosts = +ignore_defer : test.again.dns : V4NET.0.0.13
53 deny message = "Denied"