1 # Exim test configuration 3460
3 .include DIR/aux-var/tls_conf_prefix
5 primary_hostname = myhost.test.ex
7 # ----- Main settings -----
9 domainlist local_domains = test.ex
10 hostlist auth_over_tls_hosts = 127.0.0.1
12 acl_smtp_auth = check_auth
14 tls_advertise_hosts = *
15 tls_certificate = DIR/aux-fixed/cert1
16 tls_privatekey = DIR/aux-fixed/cert1
23 accept hosts = +auth_over_tls_hosts
25 message = STARTTLS required before AUTH
30 # ----- Authenticators -----
39 ${if and {{eq{$2}{userx}}{eq{$3}{secret}}}{yes}{no}}"