5a6276e4638166e69b94a0073643d676aa28e36a
[exim.git] / test / confs / 5208
1 # Exim test configuration 5208
2
3 LIST=
4 SELF=freeze
5
6 exim_path = EXIM_PATH
7 host_lookup_order = bydns
8 primary_hostname = myhost.test.ex
9 spool_directory = DIR/spool
10 log_file_path = DIR/spool/log/%slog
11 gecos_pattern = ""
12 gecos_name = CALLER_NAME
13 tls_advertise_hosts =
14
15 # ----- Main settings -----
16
17
18 # ----- Routers -----
19
20 begin routers
21
22 r1:
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
32 begin transports
33
34 t1:
35 driver = smtp
36
37 # End