More new test committing.
[exim.git] / test / confs / 0395
1 # Exim test configuration 0395
2
3 TRUSTED=
4
5 exim_path = EXIM_PATH
6 host_lookup_order = bydns
7 rfc1413_query_timeout = 0s
8 spool_directory = DIR/spool
9 log_file_path = DIR/spool/log/%slog
10 gecos_pattern = ""
11 gecos_name = CALLER_NAME
12
13 # ----- Main settings -----
14
15 acl_smtp_rcpt = accept
16 qualify_domain = test.ex
17 smtp_max_synprot_errors = 20
18 trusted_users = TRUSTED
19
20
21 # ----- Routers -----
22
23 begin routers
24
25 r1:
26 driver = accept
27 transport = t1
28
29
30 # ----- Transports -----
31
32 begin transports
33
34 t1:
35 driver = appendfile
36 file = DIR/test-mail/$local_part
37 user = CALLER
38
39 # End