1 # Exim test configuration 5401
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 : *.test.ex
16 acl_smtp_rcpt = acl_rcpt
23 accept control = cutthrough_delivery
33 domains = ! +local_domains
34 route_list = * 127.0.0.1
40 # ----- Transports -----