1 # Exim test configuration 0900
9 host_lookup_order = bydns
10 spool_directory = DIR/spool
11 log_file_path = DIR/spool/log/SERVER%slog
13 gecos_name = CALLER_NAME
14 chunking_advertise_hosts = *
15 tls_advertise_hosts = ${if eq {SRV}{tls} {*}}
18 # ----- Main settings -----
20 primary_hostname = testhost.test.ex
21 domainlist local_domains = @ : test.ex
23 acl_smtp_rcpt = check_recipient
24 acl_smtp_data_prdr = check_prdr
25 acl_smtp_data = check_data
26 trusted_users = CALLER
28 smtp_receive_timeout = 2s
29 log_selector = +received_recipients
31 .ifdef _OPT_MAIN_TLS_CERTIFICATE
32 tls_certificate = ${if eq {SERVER}{server}{DIR/aux-fixed/cert1}fail}
33 tls_privatekey = ${if eq {SERVER}{server}{DIR/aux-fixed/cert1}fail}
44 accept domains = +local_domains
45 deny message = relay not permitted
48 accept local_parts = good
52 warn message = X-acl-message-linecount: $message_linecount
61 condition = ${if !eq {SERVER}{server}}
62 transport = remote_smtp${if eq {OPT}{dkim} {_dkim}}
67 domains = ! +local_domains
68 data = :fail: unrouteable mail domain "$domain"
73 transport = local_delivery
74 headers_add = X-local-user: uid=$local_user_uid gid=$local_user_gid
77 # ----- Transports -----
85 file = DIR/test-mail/$local_part
86 headers_add = "X-body-linecount: $body_linecount\n\
87 X-message-linecount: $message_linecount\n\
88 X-received-count: $received_count"
108 dkim_domain = test.ex
110 dkim_private_key = DIR/aux-fixed/dkim/dkim.private
111 .ifndef HEADERS_MAXSIZE
112 dkim_sign_headers = LIST