update to pre-4.87 master
[exim.git] / test / confs / 5208
CommitLineData
afda344b
PH
1# Exim test configuration 5208
2
3LIST=
4SELF=freeze
5
6exim_path = EXIM_PATH
7host_lookup_order = bydns
8primary_hostname = myhost.test.ex
afda344b
PH
9spool_directory = DIR/spool
10log_file_path = DIR/spool/log/%slog
11gecos_pattern = ""
12gecos_name = CALLER_NAME
bfe645c1 13tls_advertise_hosts =
afda344b
PH
14
15# ----- Main settings -----
16
17
18# ----- Routers -----
19
20begin routers
21
22r1:
23 driver = queryprogram
24 domains = query.program
25 transport = t1
26 command = /bin/echo "accept hosts=LIST"
27 command_user = CALLER
28
29
30# ----- Transports -----
31
32begin transports
33
34t1:
35 driver = smtp
36
37# End