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