1 # Exim test configuration 3410
4 host_lookup_order = bydns
5 primary_hostname = myhost.test.ex
6 spool_directory = DIR/spool
7 log_file_path = DIR/spool/log/%slog
9 gecos_name = CALLER_NAME
11 # ----- Main settings -----
13 # Use first three components of address to select ACL
14 acl_smtp_rcpt = acl_${sg{${tr{$sender_host_address}{.}{_}}}{^(.*)_.*\$}{\$1}}
20 # These ones test defers
24 message = You must authenticate
28 accept authenticated = auth1
31 # ------ Authenticators ----
38 server_condition = ${if eq {$3}{secret}{yes}{no}}
43 server_prompts = "User Name : Password "
44 server_condition = ${if eq {$2}{secret}{yes}{no}}