1 # Exim test configuration 3465
6 host_lookup_order = bydns
7 primary_hostname = myhost.test.ex
8 rfc1413_query_timeout = 0s
9 spool_directory = DIR/spool
10 log_file_path = DIR/spool/log/%slog
12 gecos_name = CALLER_NAME
14 # ----- Main settings -----
16 acl_smtp_rcpt = accept
18 domainlist local_domains = test.ex
20 log_selector = +smtp_no_mail
24 tls_advertise_hosts = *
25 tls_certificate = DIR/aux-fixed/cert1
26 tls_privatekey = DIR/aux-fixed/cert1
29 # ----- Authenticators -----
37 ${if and {{eq{$2}{userx}}{eq{$3}{secret1}}}{yes}{no}}"
39 client_condition = ${if !eq {$tls_cipher}{}}
40 client_send = ^userx^secret1
45 server_prompts = User Name : Password
47 ${if and {{eq{$auth1}{usery}}{eq{$auth2}{secret2}}}{yes}{no}}"
48 server_set_id = $auth1
49 client_send = : usery : secret2
61 # ----- Transports -----
69 hosts_avoid_tls = HOSTS_AVOID_TLS
70 hosts_require_auth = *