1 # Exim test configuration 0230
6 host_lookup_order = bydns
7 primary_hostname = myhost.test.ex
8 rfc1413_query_timeout = 0s
9 spool_directory = DIR/spool
10 log_file_path = DIR/spool/log/SERVER%slog
12 gecos_name = CALLER_NAME
14 # ----- Main settings -----
16 domainlist local_domains = test.ex : *.test.ex
17 acl_smtp_rcpt = check_recipient
32 accept domains = +local_domains
33 deny message = relay not permitted
42 domains = ! +local_domains
43 data = :fail: unrouteable mail domain "$domain"
48 transport = local_delivery
51 # ----- Transports -----
57 file = DIR/test-mail/$local_part
58 headers_add = Port: $sender_host_port