Disable identd (rfc1413) lookups by default
[exim.git] / test / confs / 0221
CommitLineData
afda344b
PH
1# Exim test configuration 0221
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
13acl_smtp_rcpt = accept
14message_size_limit = 500
15
16
17# ----- Routers -----
18
19begin routers
20
21all:
22 driver = accept
23 retry_use_local_part
24 transport = local_delivery
25
26
27# ----- Transports -----
28
29begin transports
30
31local_delivery:
32 driver = appendfile
33 file = DIR/test-mail/$local_part
34 user = CALLER
35
36
37# ----- Retry -----
38
39
40# End