1 # Exim test configuration 0227
3 .include DIR/aux-var/std_conf_prefix
5 primary_hostname = myhost.test.ex
7 # ----- Main settings -----
9 domainlist local_domains = test.ex
11 acl_smtp_rcpt = check_recipient
12 acl_smtp_data = check_data
20 warn senders = ^uncheckable2@
21 control = no_multiline_responses
22 accept hosts = V4NET.0.0.4
23 deny hosts = V4NET.0.0.1
24 !verify = sender/callout=no_cache
25 deny hosts = V4NET.0.0.3
26 !verify = recipient/callout=no_cache
27 deny hosts = V4NET.0.0.5
28 !verify = sender/callout=no_cache/check_postmaster
29 deny hosts = V4NET.0.0.6
30 !verify = sender/callout=no_cache
31 require verify = sender
32 accept domains = +local_domains
33 deny message = relay not permitted
36 deny hosts = V4NET.0.0.4
37 !verify = header_sender/callout=no_cache
47 domains = mxt3.test.ex
54 route_list = * 127.0.0.1 byname
62 route_list = * 127.0.0.1
68 domains = ! +local_domains
69 route_list = * "127.0.0.1 : HOSTIPV4" byname
75 # ----- Transports -----