Disable identd (rfc1413) lookups by default
[exim.git] / test / confs / 0382
1 # Exim test configuration 0382
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
12 # ----- Main settings -----
13
14 log_timezone
15 qualify_domain = test.ex
16 system_filter = DIR/aux-fixed/TESTNUM.F
17 timeout_frozen_after = 1s
18
19
20 # ----- Routers -----
21
22 begin routers
23
24 r1:
25 driver = redirect
26 senders = !:
27 allow_fail
28 data = :fail: forced fail
29
30
31 # ----- Retry -----
32
33 begin retry
34
35 * * F,1d,1s
36
37 # End