1 # Exim test configuration 3460
4 host_lookup_order = bydns
5 primary_hostname = myhost.test.ex
6 rfc1413_query_timeout = 0s
7 spool_directory = DIR/spool
8 log_file_path = DIR/spool/log/%slog
10 gecos_name = CALLER_NAME
12 # ----- Main settings -----
14 domainlist local_domains = test.ex
15 hostlist auth_over_tls_hosts = 127.0.0.1
17 acl_smtp_auth = check_auth
19 tls_advertise_hosts = *
20 tls_certificate = DIR/aux-fixed/cert1
21 tls_privatekey = DIR/aux-fixed/cert1
28 accept hosts = +auth_over_tls_hosts
30 message = STARTTLS required before AUTH
35 # ----- Authenticators -----
44 ${if and {{eq{$2}{userx}}{eq{$3}{secret}}}{yes}{no}}"