1 # Exim test configuration 0130
3 .include DIR/aux-var/std_conf_prefix
6 # ----- Main settings -----
9 acl_smtp_rcpt = check_recipient
11 domainlist local_domains = test.ex
12 hostlist relay_hosts = V4NET.0.0.0
13 qualify_domain = test.ex
21 deny message = unrouteable address
23 accept domains = +local_domains
24 accept hosts = +relay_hosts
25 deny message = relay not permitted
34 domains = ! +local_domains
35 route_list = "* localhost byname"
40 # ----- Transports -----