Renumber testcase
[exim.git] / test / confs / 3412
CommitLineData
afda344b
PH
1# Exim test configuration 3412
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
15bounce_sender_authentication = mailer-daemon@test.ex
16trusted_users = CALLER
17
18
19# ----- Authentication -----
20
21begin authenticators
22
23plain:
24 driver = plaintext
25 public_name = PLAIN
26 client_send = ^userx^secret
27
28
29# ----- Routers -----
30
31begin routers
32
33local:
34 driver = redirect
35 domains = test.ex
36 allow_fail
37 data = :fail: no deliveries made locally
38
39remote:
40 driver = accept
41 transport = smtp
42
43
44# ----- Transports -----
45
46begin transports
47
48smtp:
49 driver = smtp
50 allow_localhost
51 hosts = 127.0.0.1
52 port = PORT_S
53 hosts_try_auth = *
54
55# End