1cd500ff73cbf2f1796c5470530e835c59f47017
[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
14 # ----- Main settings -----
15
16
17 # ----- Routers -----
18
19 begin routers
20
21 r1:
22   driver = queryprogram
23   domains = query.program
24   transport = t1
25   command = /bin/echo "accept hosts=LIST"
26   command_user = CALLER
27
28
29 # ----- Transports -----
30
31 begin transports
32
33 t1:
34   driver = smtp
35
36 # End