Disable identd (rfc1413) lookups by default
[exim.git] / test / confs / 0141
1 # Exim test configuration 0141
2
3 exim_path = EXIM_PATH
4 host_lookup_order = bydns
5 spool_directory = DIR/spool
6 log_file_path = DIR/spool/log/%slog
7 gecos_pattern = ""
8 gecos_name = CALLER_NAME
9
10 # ----- Main settings -----
11
12 qualify_domain = test.ex
13 ignore_bounce_errors_after = 0s
14
15
16 # ----- Routers -----
17
18 begin routers
19
20 ok:
21 driver = redirect
22 allow_defer
23 allow_fail
24 condition = ${if match{$received_protocol}{^prot\\d\$}{1}{0}}
25 data = :fail: Forced failure
26 retry_use_local_part
27
28
29 # ----- Retry -----
30
31 begin retry
32
33 * * F,1d,15m
34
35
36 # End