Testsuite: avoid using STARTTLS in a non-TLS testcase
[exim.git] / test / confs / 0460
... / ...
CommitLineData
1# Exim test configuration 0460
2
3.include DIR/aux-var/std_conf_prefix
4
5primary_hostname = myhost.test.ex
6
7
8# ----- Main settings -----
9
10qualify_domain = test.ex
11queue_only
12queue_run_in_order
13
14acl_smtp_rcpt = accept
15
16
17# ----- Routers -----
18
19begin routers
20
21r1:
22 driver = accept
23 transport = t1
24
25
26# ----- Transports -----
27
28begin transports
29
30t1:
31 driver = appendfile
32 file = DIR/test-mail/$local_part
33 user = CALLER
34
35# End