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