1 # Exim test configuration 3460
5 host_lookup_order = bydns
6 primary_hostname = myhost.test.ex
7 rfc1413_query_timeout = 0s
8 spool_directory = DIR/spool
9 log_file_path = DIR/spool/log/%slog
11 gecos_name = CALLER_NAME
13 # ----- Main settings -----
15 domainlist local_domains = test.ex
16 hostlist auth_over_tls_hosts = 127.0.0.1
18 acl_smtp_auth = check_auth
20 tls_advertise_hosts = *
21 tls_certificate = DIR/aux-fixed/cert1
22 tls_privatekey = DIR/aux-fixed/cert1
29 accept hosts = +auth_over_tls_hosts
31 message = STARTTLS required before AUTH
36 # ----- Authenticators -----
45 ${if and {{eq{$2}{userx}}{eq{$3}{secret}}}{yes}{no}}"