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