Testsuite: GnuTLS server TLD startup errors testcase
[exim.git] / test / confs / 0256
CommitLineData
afda344b
PH
1# Exim test configuration 0256
2
3exim_path = EXIM_PATH
bc3c7bb7 4keep_environment =
afda344b
PH
5host_lookup_order = bydns
6primary_hostname = myhost.test.ex
afda344b
PH
7spool_directory = DIR/spool
8log_file_path = DIR/spool/log/%slog
9gecos_pattern = ""
10gecos_name = CALLER_NAME
23f3dc67 11tls_advertise_hosts =
afda344b
PH
12
13# ----- Main settings -----
14
bc64a74d 15acl_smtp_rcpt = accept
afda344b 16qualify_domain = test.ex
b6d22362
PH
17errors_copy = *@* ${quote_local_part::abcd+$domain+\
18 ${if eq{$local_part}{CALLER}{xxxx}{$local_part}}}@test.ex
bc64a74d 19trusted_users = CALLER
afda344b
PH
20
21
22# ------ Routers ------
23
24begin routers
25
26r1:
27 driver = accept
28 local_parts = !unknown
29 retry_use_local_part
30 transport = t1
31
32
33# ------ Transports ------
34
35begin transports
36
37t1:
38 driver = appendfile
39 file = DIR/test-mail/$local_part
40 user = CALLER
41
42# End