1 # Exim test configuration 0130
5 host_lookup_order = bydns
6 spool_directory = DIR/spool
7 log_file_path = DIR/spool/log/%slog
9 gecos_name = CALLER_NAME
12 # ----- Main settings -----
15 acl_smtp_rcpt = check_recipient
17 domainlist local_domains = test.ex
18 hostlist relay_hosts = V4NET.0.0.0
19 qualify_domain = test.ex
27 deny message = unrouteable address
29 accept domains = +local_domains
30 accept hosts = +relay_hosts
31 deny message = relay not permitted
40 domains = ! +local_domains
41 route_list = "* localhost byname"
46 # ----- Transports -----