# Exim test configuration 0144

.include DIR/aux-var/std_conf_prefix

qualify_domain = test.ex
primary_hostname = myhost.test.ex

# ----- Main settings -----

domainlist local_domains = test.ex


# ----- Routers -----

begin routers

domainlist:
  driver = manualroute
  domains = ! +local_domains
  route_list = * test.again.dns bydns
  transport = smtp
  no_more


# ----- Transports -----

begin transports

smtp:
  driver = smtp
  hosts_try_fastopen =	:


# ----- Retry -----

begin retry

* * F,1h,10m


# End