Testsuite: Explicit disabling of identd no longer needed
[exim.git] / test / confs / 0150
1 # Exim test configuration 0150
2
3 exim_path = EXIM_PATH
4 host_lookup_order = bydns
5 spool_directory = DIR/spool
6 log_file_path = DIR/spool/log/%slog
7 gecos_pattern = ""
8 gecos_name = CALLER_NAME
9
10 # ----- Main settings -----
11
12 domainlist local_domains = test.ex
13 qualify_domain = test.ex
14
15
16 # ----- Routers -----
17
18 begin routers
19
20 all:
21 driver = accept
22 retry_use_local_part
23 transport = appendfile
24
25
26 # ----- Transports -----
27
28 begin transports
29
30 appendfile:
31 driver = appendfile
32 file = DIR/test-mail/$local_part
33 user = CALLER
34
35
36 # End