Testsuite: fix problem with parsing retry records spanning midnight.
[exim.git] / test / confs / 0556
1 # Exim test configuration 0556
2
3 ACL_MAIL=accept
4 ACL_RCPT=accept
5 ACL_PREDATA=accept
6 PAH=127.0.0.1
7
8 exim_path = EXIM_PATH
9 host_lookup_order = bydns
10 primary_hostname = myhost.test.ex
11 rfc1413_query_timeout = 0s
12 spool_directory = DIR/spool
13 log_file_path = DIR/spool/log/%slog
14 gecos_pattern = ""
15 gecos_name = CALLER_NAME
16
17 # ----- Main settings -----
18
19 acl_smtp_predata = ACL_PREDATA
20 acl_smtp_mail = ACL_MAIL
21 acl_smtp_rcpt = ACL_RCPT
22 pipelining_advertise_hosts = PAH
23
24 queue_only
25
26 # ----- ACL -----
27
28 begin ACL
29
30 check_predata:
31 accept delay = 2s
32
33 check_mail:
34 accept delay = 2s
35
36 check_rcpt:
37 accept delay = 2s
38
39 # End