Testsuite: avoid ipv6 when testing retry data
[exim.git] / test / confs / 0294
1 # Exim test configuration 0294
2
3 exim_path = EXIM_PATH
4 host_lookup_order = bydns
5 primary_hostname = myhost.test.ex
6 rfc1413_query_timeout = 0s
7 spool_directory = DIR/spool
8 log_file_path = DIR/spool/log/%slog
9 gecos_pattern = ""
10 gecos_name = CALLER_NAME
11 trusted_users = CALLER
12
13 # ----- Main settings -----
14
15 acl_smtp_rcpt = deny local_parts = reject\n accept
16
17 smtp_ratelimit_mail = 1,1s,5,2s
18 smtp_ratelimit_rcpt = 1, 0.25s, 1.05, 1s
19 smtp_ratelimit_hosts = : V4NET.9.8.7
20
21
22 # ------ Routers ------
23
24 begin routers
25
26 r1:
27 driver = accept
28 transport = t1
29
30
31 # ------ Transports ------
32
33 begin transports
34
35 t1:
36 driver = appendfile
37 file = /dev/null
38 user = CALLER
39
40 # End