Testsuite: move dsearch-dependent testcase
[exim.git] / test / confs / 3412
CommitLineData
afda344b
PH
1# Exim test configuration 3412
2
d4dc049f
JH
3.include DIR/aux-var/std_conf_prefix
4
afda344b 5primary_hostname = myhost.test.ex
afda344b
PH
6
7# ----- Main settings -----
8
9bounce_sender_authentication = mailer-daemon@test.ex
10trusted_users = CALLER
11
12
13# ----- Authentication -----
14
15begin authenticators
16
17plain:
18 driver = plaintext
19 public_name = PLAIN
20 client_send = ^userx^secret
21
22
23# ----- Routers -----
24
25begin routers
26
27local:
28 driver = redirect
29 domains = test.ex
30 allow_fail
31 data = :fail: no deliveries made locally
32
33remote:
34 driver = accept
35 transport = smtp
36
37
38# ----- Transports -----
39
40begin transports
41
42smtp:
43 driver = smtp
44 allow_localhost
45 hosts = 127.0.0.1
46 port = PORT_S
277b9979 47 hosts_try_fastopen = :
afda344b
PH
48 hosts_try_auth = *
49
50# End