1 # Exim test configuration 0600
4 .include DIR/aux-var/std_conf_prefix
7 # ----- Main settings -----
9 domainlist local_domains = @
11 acl_smtp_rcpt = accept
12 acl_smtp_data = check_data
14 trusted_users = CALLER
23 x-test-header-good1: ${utf8clean:$h_x-test-header-good1:}
25 x-test-header-good2: ${utf8clean:$h_x-test-header-good2:}
27 x-test-header-too-short: ${utf8clean:$h_x-test-header-too-short:}
29 x-test-header-too-long: ${utf8clean:$h_x-test-header-too-long:}
31 x-test-header-too-big: ${utf8clean:$h_x-test-header-too-big:}
33 x-test-header-truncated: ${utf8clean:$h_x-test-header-truncated:}
43 domains = ! +local_domains
44 data = :fail: unrouteable mail domain "$domain"
49 transport = local_delivery
50 headers_add = X-local-user: uid=$local_user_uid gid=$local_user_gid
53 # ----- Transports -----
61 file = DIR/test-mail/${bless:$local_part}
62 headers_add = "X-body-linecount: $body_linecount\n\
63 X-message-linecount: $message_linecount\n\
64 X-received-count: $received_count"