summaryrefslogtreecommitdiff
path: root/test/confs/0119
blob: 4514635e5d9d7aa30ad3badf3f701a0c8274b6e3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
# Exim test configuration 0119

.include DIR/aux-var/std_conf_prefix


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

acl_smtp_rcpt = check_recipient
acl_smtp_data = check_message

domainlist local_domains = test.ex
qualify_domain = test.ex


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

begin routers

force_defer:
  driver = redirect
  allow_defer
  data = :defer: forced defer
  retry_use_local_part


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

begin retry

* * F,5d,1d


# End