summaryrefslogtreecommitdiff
path: root/test/confs/9900
blob: c042cd39a409cd9a2eb79074c0fc8120f1a8b933 (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
34
35
36
37
38
39
# Exim test configuration 9900

.include DIR/aux-var/std_conf_prefix


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

local_interfaces = 127.0.0.1
primary_hostname = myhost.text.ex
qualify_domain = test.ex



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

begin routers

lookuphost:
  driver = dnslookup
  transport = smtp

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

begin transports

smtp:
  driver = smtp
  port = PORT_S


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

begin retry

46c.test.ex * F,1s,1s
46d.test.ex * F,1m,1s


# End