1 # Exim test configuration 3410
5 host_lookup_order = bydns
6 primary_hostname = myhost.test.ex
7 spool_directory = DIR/spool
8 log_file_path = DIR/spool/log/%slog
10 gecos_name = CALLER_NAME
13 # ----- Main settings -----
15 # Use first three components of address to select ACL
16 acl_smtp_rcpt = acl_${sg{${tr{$sender_host_address}{.}{_}}}{^(.*)_.*\$}{\$1}}
22 # These ones test defers
26 message = You must authenticate
30 accept authenticated = auth1
33 # ------ Authenticators ----
40 server_condition = ${if eq {$3}{secret}{yes}{no}}
45 server_prompts = "User Name : Password "
46 server_condition = ${if eq {$2}{secret}{yes}{no}}