Disable identd (rfc1413) lookups by default
[exim.git] / test / confs / 0192
CommitLineData
afda344b
PH
1# Exim test configuration 0192
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
13
14# ----- Routers -----
15
16begin routers
17
18localuser:
19 driver = accept
20 local_parts = userx
21 transport = appendfile
22
23
24# ----- Transports -----
25
26begin transports
27
28appendfile:
29 driver = appendfile
30 file = DIR/test-mail/$local_part
31 quota = 500
32 no_quota_is_inclusive
33 user = CALLER
34
35
36# ----- Retry -----
37
38
39begin retry
40
41* * F,5d,1d
42
43
44# End