1 # Exim test configuration 0615
2 # Send many messages in hopes of tripping continuation records code
4 hostlist loopback = <; 127.0.0.0/8 ; 0.0.0.0 ; ::1 ; 0000:0000:0000:0000:0000:ffff
5 untrusted_set_sender = *
9 .include DIR/aux-var/std_conf_prefix
11 rfc1413_query_timeout = 0s
12 log_selector = +sender_on_delivery +millisec
14 # ----- Main settings -----
16 acl_smtp_rcpt = accept
27 condition = ${if eq {SERVER}{server}{no}{yes}}
28 transport = send_to_server
32 transport = send_to_server
35 # ----- Transports -----
41 connection_max_messages = 0
45 hosts_try_fastopen = :
46 # assumes that HOSTIPV4 can sent to 127.0.0.1
47 interface = ${if eq {$sender_address_domain}{dustybelt.tld} {127.0.0.1}{HOSTIPV4}}