1 # Exim test configuration 0227
4 host_lookup_order = bydns
5 primary_hostname = myhost.test.ex
6 rfc1413_query_timeout = 0s
7 spool_directory = DIR/spool
8 log_file_path = DIR/spool/log/%slog
10 gecos_name = CALLER_NAME
12 # ----- Main settings -----
14 domainlist local_domains = test.ex
16 acl_smtp_rcpt = check_recipient
17 acl_smtp_data = check_data
25 warn senders = ^uncheckable2@
26 control = no_multiline_responses
27 accept hosts = V4NET.0.0.4
28 deny hosts = V4NET.0.0.1
29 !verify = sender/callout=no_cache
30 deny hosts = V4NET.0.0.3
31 !verify = recipient/callout=no_cache
32 deny hosts = V4NET.0.0.5
33 !verify = sender/callout=no_cache/check_postmaster
34 require verify = sender
35 accept domains = +local_domains
36 deny message = relay not permitted
39 deny hosts = V4NET.0.0.4
40 !verify = header_sender/callout=no_cache
50 domains = mxt3.test.ex
57 route_list = * 127.0.0.1 byname
65 route_list = * 127.0.0.1
71 domains = ! +local_domains
72 route_list = * "127.0.0.1 : HOSTIPV4" byname
78 # ----- Transports -----