Disable identd (rfc1413) lookups by default
[exim.git] / test / confs / 0456
CommitLineData
afda344b
PH
1# Exim test configuration 0456
2
3HOSTS_MAX_TRY=4
4
5exim_path = EXIM_PATH
6host_lookup_order = bydns
afda344b
PH
7spool_directory = DIR/spool
8log_file_path = DIR/spool/log/%slog
9gecos_pattern = ""
10gecos_name = CALLER_NAME
11
12# ----- Main settings -----
13
14ignore_bounce_errors_after = 0s
15qualify_domain = test.ex
16
17# ----- Routers -----
18
19begin routers
20
21test_bus_error:
22 driver = redirect
23 local_parts = test-bus-error
24 errors_to = owner-bus-error@localhost
25 data = postmaster@localhost
26
27accept:
28 driver = accept
29 transport = t1
30
31# ----- Transports -----
32
33begin transports
34
35t1:
36 driver = appendfile
37 file = DIR/test-mail/$local_part
38 user = CALLER
39
40# ----- Retry -----
41
42begin retry
43
44* * F,4s,1s
45
46# End