1 # Exim test configuration 4201
7 host_lookup_order = bydns
8 spool_directory = DIR/spool
9 log_file_path = DIR/spool/log/%slog
11 gecos_name = CALLER_NAME
13 # ----- Main settings -----
15 domainlist local_domains = test.ex
17 acl_smtp_rcpt = check_recipient
18 trusted_users = CALLER
19 log_selector = +received_recipients
26 smtputf8_advertise_hosts = OPTION
39 accept domains = +local_domains
40 deny message = relay not permitted
50 domains = ! +local_domains
51 data = :fail: unrouteable mail domain "$domain"
61 domains = +local_domains
62 route_data = <;[127.0.0.1]:PORT_D
72 # ----- Transports -----
80 file = DIR/test-mail/$local_part
81 headers_add = "X-body-linecount: $body_linecount\n\
82 X-message-linecount: $message_linecount\n\
83 X-received-count: $received_count"