1 # Exim test configuration 0285
3 .include DIR/aux-var/std_conf_prefix
5 primary_hostname = myhost.test.ex
7 # ----- Main settings -----
9 qualify_domain = test.ex
10 remote_max_parallel = 1
24 route_list = * 127.0.0.1 byname
26 transport = ${if eq {$domain}{test.ex} {smtp}{magic_smtp}}
29 # ----- Transports -----
36 hosts_try_fastopen = :
38 connection_max_messages = 3
43 hosts_try_fastopen = :
44 max_rcpt = ${if match {$domain}{magic(\\d+)} {$1} {2}}
45 connection_max_messages = 3