Testsuite: Explicit disabling of identd no longer needed
[exim.git] / test / confs / 0382
CommitLineData
afda344b
PH
1# Exim test configuration 0382
2
3exim_path = EXIM_PATH
4host_lookup_order = bydns
5primary_hostname = myhost.test.ex
afda344b
PH
6spool_directory = DIR/spool
7log_file_path = DIR/spool/log/%slog
8gecos_pattern = ""
9gecos_name = CALLER_NAME
10
11# ----- Main settings -----
12
13log_timezone
14qualify_domain = test.ex
15system_filter = DIR/aux-fixed/TESTNUM.F
16timeout_frozen_after = 1s
17
18
19# ----- Routers -----
20
21begin routers
22
23r1:
24 driver = redirect
25 senders = !:
26 allow_fail
27 data = :fail: forced fail
28
29
30# ----- Retry -----
31
32begin retry
33
34* * F,1d,1s
35
36# End