1 # Exim test configuration 0603
2 # Add several messages going to the same location
3 # And change smtp output based on senders domain
5 hostlist loopback = <; 127.0.0.0/8 ; 0.0.0.0 ; ::1 ; 0000:0000:0000:0000:0000:ffff
6 untrusted_set_sender = *
10 .include DIR/aux-var/std_conf_prefix
12 rfc1413_query_timeout = 0s
13 log_selector = +sender_on_delivery
15 # ----- Main settings -----
17 acl_smtp_rcpt = accept
28 condition = ${if eq {SERVER}{server}{no}{yes}}
29 transport = send_to_server
33 transport = send_to_server
36 # ----- Transports -----
42 connection_max_messages = 0
46 # assumes that HOSTIPV4 can send to 127.0.0.1
47 interface = ${if eq {$sender_address_domain}{dustybelt.tld} {127.0.0.1}{HOSTIPV4}}