Disable identd (rfc1413) lookups by default
[exim.git] / test / confs / 0296
CommitLineData
afda344b
PH
1# Exim test configuration 0296
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
13admin_groups = CALLER
14trusted_users = CALLER
15system_filter = DIR/aux-fixed/TESTNUM.Filter
16
17# ------ Routers ------
18
19begin routers
20
21r1:
22 driver = accept
23 transport = t1
24
25
26# ------ Transports ------
27
28begin transports
29
30t1:
31 driver = appendfile
32 file = DIR/test-mail/$local_part
33 user = CALLER
34
35# End