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
23 smtputf8_advertise_hosts = *
32 accept domains = +local_domains
33 deny message = relay not permitted
43 domains = ! +local_domains
44 data = :fail: unrouteable mail domain "$domain"
54 route_data = <;[127.0.0.1]:PORT_D
60 # ----- Transports -----
68 file = DIR/test-mail/$local_part
69 headers_add = "X-body-linecount: $body_linecount\n\
70 X-message-linecount: $message_linecount\n\
71 X-received-count: $received_count"