1 # Exim test configuration 4201
4 host_lookup_order = bydns
5 spool_directory = DIR/spool
6 log_file_path = DIR/spool/log/%slog
8 gecos_name = CALLER_NAME
10 # ----- Main settings -----
12 domainlist local_domains = test.ex
14 acl_smtp_rcpt = check_recipient
15 trusted_users = CALLER
16 log_selector = +received_recipients
21 smtputf8_advertise_hosts = *
30 accept domains = +local_domains
31 deny message = relay not permitted
39 domains = ! +local_domains
40 data = :fail: unrouteable mail domain "$domain"
46 # ----- Transports -----
54 file = DIR/test-mail/$local_part
55 headers_add = "X-body-linecount: $body_linecount\n\
56 X-message-linecount: $message_linecount\n\
57 X-received-count: $received_count"