bounce message
[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
afda344b
PH
6spool_directory = DIR/spool
7log_file_path = DIR/spool/log/%slog
8gecos_pattern = ""
9gecos_name = CALLER_NAME
10
11
12# ----- Main settings -----
13
14queue_run_in_order
15
16
17# ----- Routers -----
18
19begin routers
20
21r1:
22 driver = manualroute
23 transport = t1
24 self = send
25 route_list = * 127.0.0.1
26
27
28# ----- Transports -----
29
30begin transports
31
32t1:
33 driver = smtp
34 port = PORT_S
35 transport_filter = /bin/cat
36
37
38# End