1 # Exim test configuration 0089
3 .include DIR/aux-var/std_conf_prefix
5 primary_hostname = myhost.test.ex
7 # ----- Main settings -----
9 domainlist local_domains = Test.ex : myhost.test.EX
10 domainlist relay_domains = Test.ex : Relay.one.ex
12 acl_smtp_rcpt = check_recipient
15 helo_accept_junk_hosts = *N-99.test.ex
16 sender_unqualified_hosts = *N-99.test.EX
25 accept domains = +local_domains
26 accept domains = +relay_domains
27 deny message = relay not permitted
37 domains = ! +local_domains
39 route_list = * $domain byname
44 domains = ! +local_domains
49 domains = ! +local_domains
51 data = :fail: unrouteable mail domain "$domain"
65 # ----- Transports -----