Testsuite: fix problem with parsing retry records spanning midnight.
[exim.git] / test / confs / 0505
1 # Exim test configuration 0505
2
3 ACL=
4 CONTROL=
5 RECIPIENT=acl_smtp_rcpt=accept
6
7 exim_path = EXIM_PATH
8 host_lookup_order = bydns
9 primary_hostname = myhost.test.ex
10 rfc1413_query_timeout = 0s
11 spool_directory = DIR/spool
12 log_file_path = DIR/spool/log/%slog
13 gecos_pattern = ""
14 gecos_name = CALLER_NAME
15
16 # ----- Main settings -----
17
18 acl_ACL = test_acl
19 RECIPIENT
20
21 queue_only
22
23 # ----- ACLs -----
24
25 begin acl
26
27 test_acl:
28 accept control = CONTROL
29
30 # End