1 # Exim test configuration 0999
2 # Queue many messages for a two-phase fast-ramp run
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 = chk_rcpt
18 smtp_accept_queue_per_connection = 0
24 warn condition = ${if eq {local-smtp}{$received_protocol}}
34 condition = ${if !def:sender_host_address}
35 transport = send_to_server
42 # ----- Transports -----
48 connection_max_messages = 0
52 hosts_try_fastopen = :
53 # assumes that HOSTIPV4 can send to 127.0.0.1
54 interface = ${if eq {$sender_address_domain}{dustybelt.tld} {127.0.0.1}{HOSTIPV4}}