1 # Exim test configuration 0005
3 .include DIR/aux-var/std_conf_prefix
6 # ----- Main settings -----
8 domainlist local_domains = @
10 acl_smtp_rcpt = check_recipient
11 acl_smtp_data = check_data
12 message_id_header_domain = ${if eq{0}{0}{some.domain}}
13 message_id_header_text = ${if eq{0}{0}{a@b[c]}}
14 trusted_users = CALLER
23 accept domains = +local_domains
24 deny message = relay not permitted
27 warn message = X-acl-message-linecount: $message_linecount
37 domains = ! +local_domains
38 data = :fail: unrouteable mail domain "$domain"
43 transport = local_delivery
44 headers_add = X-local-user: uid=$local_user_uid gid=$local_user_gid
47 # ----- Transports -----
55 file = DIR/test-mail/$local_part_data
56 headers_add = "X-body-linecount: $body_linecount\n\
57 X-message-linecount: $message_linecount\n\
58 X-received-count: $received_count"