Disable identd (rfc1413) lookups by default
[exim.git] / test / confs / 0192
1 # Exim test configuration 0192
2
3 exim_path = EXIM_PATH
4 host_lookup_order = bydns
5 primary_hostname = myhost.test.ex
6 spool_directory = DIR/spool
7 log_file_path = DIR/spool/log/%slog
8 gecos_pattern = ""
9 gecos_name = CALLER_NAME
10
11 # ----- Main settings -----
12
13
14 # ----- Routers -----
15
16 begin routers
17
18 localuser:
19 driver = accept
20 local_parts = userx
21 transport = appendfile
22
23
24 # ----- Transports -----
25
26 begin transports
27
28 appendfile:
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
39 begin retry
40
41 * * F,5d,1d
42
43
44 # End