Disable identd (rfc1413) lookups by default
[exim.git] / test / confs / 0082
CommitLineData
afda344b
PH
1# Exim test configuration 0082
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
12trusted_users = CALLER
13
14
15# ----- Routers -----
16
17begin routers
18
19localuser:
20 driver = accept
21 local_parts = userx
22 transport = local_delivery
23
24
25# ----- Transports -----
26
27begin transports
28
29local_delivery:
30 driver = appendfile
31 delivery_date_add
32 envelope_to_add
33 file = DIR/test-mail/$local_part
34 headers_add = "Proto: $received_protocol"
35 return_path_add
36 user = CALLER
37
38# End