# Exim test configuration 0169

.include DIR/aux-var/std_conf_prefix

primary_hostname = myhost.test.ex

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


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

begin routers

localuser:
  driver = accept
  local_parts = userx
  transport = appendfile


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

begin transports

appendfile:
  driver = appendfile
  file = DIR/test-mail/$local_part
  create_file = DIR/test-mail
  quota = $h_quota
  quota_warn_threshold = $h_threshold
  user = CALLER


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


begin retry

* * F,5d,1d


# End
