Testsuite: avoid ipv6 when testing retry data
[exim.git] / test / confs / 0328
CommitLineData
afda344b
PH
1# Exim test configuration 0328
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# ----- Main settings -----
13
14qualify_domain = test.ex
15system_filter = DIR/aux-fixed/TESTNUM.F
16
17
18# ----- ACLs -----
19
20
21# ----- Routers -----
22
23begin routers
24
25r1:
26 driver = accept
27 transport = t1
28
29
30# ----- Transports -----
31
32begin transports
33
34t1:
35 driver = appendfile
36 file = DIR/test-mail/$local_part
37 user = CALLER
38
39# End