1 # Exim test configuration 3410
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 # Use first three components of address to select ACL
15 acl_smtp_rcpt = acl_${sg{${tr{$sender_host_address}{.}{_}}}{^(.*)_.*\$}{\$1}}
21 # These ones test defers
25 message = You must authenticate
29 accept authenticated = auth1
32 # ------ Authenticators ----
39 server_condition = ${if eq {$3}{secret}{yes}{no}}
44 server_prompts = "User Name : Password "
45 server_condition = ${if eq {$2}{secret}{yes}{no}}