1 # Exim test configuration 0624
3 .include DIR/aux-var/std_conf_prefix
6 # ----- Main settings -----
8 domainlist local_domains = test.ex
9 qualify_domain = test.ex
10 log_selector = +received_recipients +outgoing_port +millisec
12 smtp_accept_max_per_host = ${acl {delay}}10
13 remote_max_parallel = 3
15 acl_smtp_rcpt = discard
22 logwrite = $sender_host_name
31 # ----- Trnasport -----
35 hosts = ${if eq {b}{$local_part} {HOSTIPV4}{127.0.0.1}}
36 port = ${if eq {c}{$local_part} {PORT_D2}{PORT_D}}