1 # Exim test configuration 0600
6 host_lookup_order = bydns
7 spool_directory = DIR/spool
8 log_file_path = DIR/spool/log/%slog
10 gecos_name = CALLER_NAME
13 # ----- Main settings -----
15 domainlist local_domains = @
17 acl_smtp_rcpt = accept
18 acl_smtp_data = check_data
20 trusted_users = CALLER
29 x-test-header-good1: ${utf8clean:$h_x-test-header-good1:}
31 x-test-header-good2: ${utf8clean:$h_x-test-header-good2:}
33 x-test-header-too-short: ${utf8clean:$h_x-test-header-too-short:}
35 x-test-header-too-long: ${utf8clean:$h_x-test-header-too-long:}
37 x-test-header-too-big: ${utf8clean:$h_x-test-header-too-big:}
47 domains = ! +local_domains
48 data = :fail: unrouteable mail domain "$domain"
53 transport = local_delivery
54 headers_add = X-local-user: uid=$local_user_uid gid=$local_user_gid
57 # ----- Transports -----
65 file = DIR/test-mail/$local_part
66 headers_add = "X-body-linecount: $body_linecount\n\
67 X-message-linecount: $message_linecount\n\
68 X-received-count: $received_count"