1 # Exim test configuration 0600
5 host_lookup_order = bydns
6 spool_directory = DIR/spool
7 log_file_path = DIR/spool/log/%slog
9 gecos_name = CALLER_NAME
12 # ----- Main settings -----
14 domainlist local_domains = @
16 acl_smtp_rcpt = accept
17 acl_smtp_data = check_data
19 trusted_users = CALLER
28 x-test-header-good1: ${utf8clean:$h_x-test-header-good1:}
30 x-test-header-good2: ${utf8clean:$h_x-test-header-good2:}
32 x-test-header-too-short: ${utf8clean:$h_x-test-header-too-short:}
34 x-test-header-too-long: ${utf8clean:$h_x-test-header-too-long:}
36 x-test-header-too-big: ${utf8clean:$h_x-test-header-too-big:}
46 domains = ! +local_domains
47 data = :fail: unrouteable mail domain "$domain"
52 transport = local_delivery
53 headers_add = X-local-user: uid=$local_user_uid gid=$local_user_gid
56 # ----- Transports -----
64 file = DIR/test-mail/$local_part
65 headers_add = "X-body-linecount: $body_linecount\n\
66 X-message-linecount: $message_linecount\n\
67 X-received-count: $received_count"