Disable identd (rfc1413) lookups by default
[exim.git] / test / confs / 0352
CommitLineData
afda344b
PH
1# Exim test configuration 0352
2
3exim_path = EXIM_PATH
4host_lookup_order = bydns
afda344b
PH
5spool_directory = DIR/spool
6log_file_path = DIR/spool/log/%slog
7gecos_pattern = ""
8gecos_name = CALLER_NAME
9
10# ----- Main settings -----
11
12domainlist local_domains = test.ex
13
14qualify_domain = test.ex
15system_filter = DIR/aux-fixed/TESTNUM.F
16
17
18# ----- Routers -----
19
20begin routers
21
22r1:
23 driver = accept
24 transport = t1
25
26# ----- Transports -----
27
28begin transports
29
30t1:
31 driver = appendfile
32 user = CALLER
33 file = DIR/test-mail/$local_part
34
35# End