summaryrefslogtreecommitdiff
path: root/test/confs/5208
blob: 988183b3676885c2e9cf1cef82055206e45d9f40 (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 5208

LIST=
SELF=freeze

.include DIR/aux-var/std_conf_prefix

primary_hostname = myhost.test.ex

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


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

begin routers

r1:
  driver = queryprogram
  domains = query.program
  transport = t1
  command = /bin/echo "accept hosts=LIST"
  command_user = CALLER


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

begin transports

t1:
  driver = smtp
  hosts_try_fastopen =	:

# End