Testsuite: build a generic tls enabled client: client-anytls
[exim.git] / test / confs / 3406
CommitLineData
afda344b
PH
1# Exim test configuration 3406
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
9acl_smtp_rcpt = accept
10trusted_users = CALLER
11
12
13# ----- Authentication -----
14
15begin authenticators
16
17a1:
18 driver = plaintext
19 public_name = FIRST
20 server_advertise_condition = \
21 ${if eq{$sender_host_address}{10.0.0.2}{yes}{no}}
22 server_condition = yes
23
24a2:
25 driver = plaintext
26 public_name = SECOND
27 server_advertise_condition = \
28 ${if eq{$sender_host_address}{10.0.0.3}{yes}{no}}
29 server_condition = yes
30
31# End