1 # Exim test configuration 0227
5 host_lookup_order = bydns
6 primary_hostname = myhost.test.ex
7 spool_directory = DIR/spool
8 log_file_path = DIR/spool/log/%slog
10 gecos_name = CALLER_NAME
13 # ----- Main settings -----
15 domainlist local_domains = test.ex
17 acl_smtp_rcpt = check_recipient
18 acl_smtp_data = check_data
26 warn senders = ^uncheckable2@
27 control = no_multiline_responses
28 accept hosts = V4NET.0.0.4
29 deny hosts = V4NET.0.0.1
30 !verify = sender/callout=no_cache
31 deny hosts = V4NET.0.0.3
32 !verify = recipient/callout=no_cache
33 deny hosts = V4NET.0.0.5
34 !verify = sender/callout=no_cache/check_postmaster
35 require verify = sender
36 accept domains = +local_domains
37 deny message = relay not permitted
40 deny hosts = V4NET.0.0.4
41 !verify = header_sender/callout=no_cache
51 domains = mxt3.test.ex
58 route_list = * 127.0.0.1 byname
66 route_list = * 127.0.0.1
72 domains = ! +local_domains
73 route_list = * "127.0.0.1 : HOSTIPV4" byname
79 # ----- Transports -----