Testsuite: avoid ipv6 when testing retry data
[exim.git] / test / confs / 5100
CommitLineData
afda344b
PH
1# Exim test configuration 5100
2
3IGNORE_QUOTA=FALSE
4
5exim_path = EXIM_PATH
6host_lookup_order = bydns
7primary_hostname = myhost.test.ex
8rfc1413_query_timeout = 0s
9spool_directory = DIR/spool
10log_file_path = DIR/spool/log/%slog
11gecos_pattern = ""
12gecos_name = CALLER_NAME
13
14# ----- Main settings -----
15
16domainlist local_domains = test.ex : *.test.ex
17
18
19# ----- Routers -----
20
21begin routers
22
23bounces:
24 driver = redirect
25 allow_defer
26 data = :blackhole:
27 retry_use_local_part
28 senders = :
29
30smartuser:
31 driver = accept
32 retry_use_local_part
33 transport = lmtp
34
35
36# ----- Transports -----
37
38begin transports
39
40lmtp:
41 driver = lmtp
42 batch_max = 100
43 command = DIR/bin/mtpscript DIR/aux-fixed/TESTNUM.script.$h_script: +DIR/spool/log/mainlog
44 timeout = 1s
45 user = EXIMUSER
46 ignore_quota = IGNORE_QUOTA
47
48
49# ----- Retry -----
50
51
52begin retry
53
e97957bc 54* mail_4xx
afda344b
PH
55* rcpt_4xx F,1d,1m
56* * F,5d,1d
57
58
59# End