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:}
41 domains = ! +local_domains
42 data = :fail: unrouteable mail domain "$domain"
47 transport = local_delivery
48 headers_add = X-local-user: uid=$local_user_uid gid=$local_user_gid
51 # ----- Transports -----
59 file = DIR/test-mail/$local_part
60 headers_add = "X-body-linecount: $body_linecount\n\
61 X-message-linecount: $message_linecount\n\
62 X-received-count: $received_count"