1 # Exim test configuration 3465
7 host_lookup_order = bydns
8 primary_hostname = myhost.test.ex
9 rfc1413_query_timeout = 0s
10 spool_directory = DIR/spool
11 log_file_path = DIR/spool/log/%slog
13 gecos_name = CALLER_NAME
15 # ----- Main settings -----
17 acl_smtp_rcpt = accept
19 domainlist local_domains = test.ex
21 log_selector = +smtp_no_mail
25 tls_advertise_hosts = *
26 tls_certificate = DIR/aux-fixed/cert1
27 tls_privatekey = DIR/aux-fixed/cert1
30 # ----- Authenticators -----
38 ${if and {{eq{$2}{userx}}{eq{$3}{secret1}}}{yes}{no}}"
40 client_condition = ${if !eq {$tls_out_cipher}{}}
41 client_send = ^userx^secret1
46 server_prompts = User Name : Password
48 ${if and {{eq{$auth1}{usery}}{eq{$auth2}{secret2}}}{yes}{no}}"
49 server_set_id = $auth1
50 client_send = : usery : secret2
62 # ----- Transports -----
70 hosts_avoid_tls = HOSTS_AVOID_TLS
71 hosts_require_auth = *