1 # Exim test configuration 0227
4 host_lookup_order = bydns
5 primary_hostname = myhost.test.ex
6 spool_directory = DIR/spool
7 log_file_path = DIR/spool/log/%slog
9 gecos_name = CALLER_NAME
11 # ----- Main settings -----
13 domainlist local_domains = test.ex
15 acl_smtp_rcpt = check_recipient
16 acl_smtp_data = check_data
24 warn senders = ^uncheckable2@
25 control = no_multiline_responses
26 accept hosts = V4NET.0.0.4
27 deny hosts = V4NET.0.0.1
28 !verify = sender/callout=no_cache
29 deny hosts = V4NET.0.0.3
30 !verify = recipient/callout=no_cache
31 deny hosts = V4NET.0.0.5
32 !verify = sender/callout=no_cache/check_postmaster
33 require verify = sender
34 accept domains = +local_domains
35 deny message = relay not permitted
38 deny hosts = V4NET.0.0.4
39 !verify = header_sender/callout=no_cache
49 domains = mxt3.test.ex
56 route_list = * 127.0.0.1 byname
64 route_list = * 127.0.0.1
70 domains = ! +local_domains
71 route_list = * "127.0.0.1 : HOSTIPV4" byname
77 # ----- Transports -----