# Exim test configuration 0543

.include DIR/aux-var/std_conf_prefix


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

qualify_domain = test.ex
queue_run_in_order


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

begin routers

smarthost:
  driver = accept
  transport = smtp


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

begin transports

smtp:
  driver = smtp
  hosts = thisloop.test.ex
  hosts_max_try = 1
  allow_localhost
  port = PORT_S
  hosts_try_fastopen = :


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


begin retry

* * F,5d,15m


# End
