Truncate delay when peer closes connection. Bug 348
[exim.git] / test / confs / 0033
CommitLineData
afda344b
PH
1# Exim test configuration 0033
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# ----- Main settings -----
12
13domainlist local_domains = test.ex : *.test.ex
14
afda344b
PH
15# ----- Routers -----
16
17begin routers
18
19all:
20 driver = manualroute
21 domains = ! +local_domains
22 route_list = * 127.0.0.1 byname
23 self = send
24 transport = smtp
25 no_more
26
27d1:
28 driver = redirect
29 no_check_local_user
30 file = DIR/aux-fixed/TESTNUM.list
31 forbid_file
32 forbid_filter_reply
33 forbid_pipe
34 one_time
35 retry_use_local_part
36
37
38# ----- Transports -----
39
40begin transports
41
42smtp:
43 driver = smtp
44 port = PORT_S
45
46# End