Additional tests - didn't show any problems.
[exim.git] / test / confs / 0440
CommitLineData
afda344b
PH
1# Exim test configuration 0440
2
3exim_path = EXIM_PATH
4host_lookup_order = bydns
5primary_hostname = myhost.test.ex
6rfc1413_query_timeout = 0s
7spool_directory = DIR/spool
8log_file_path = DIR/spool/log/%slog
9gecos_pattern = ""
10gecos_name = CALLER_NAME
11
12
13# ----- Main settings -----
14
15queue_run_in_order
16
17
18# ----- Routers -----
19
20begin routers
21
22r1:
23 driver = manualroute
24 transport = t1
25 self = send
26 route_list = * 127.0.0.1
27
28
29# ----- Transports -----
30
31begin transports
32
33t1:
34 driver = smtp
35 port = PORT_S
36 transport_filter = /bin/cat
37
38
39# End