1 # Exim test configuration 3403
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 acl_smtp_rcpt = accept
16 # ----- Authentication -----
25 {and {{eq{$2}{userx}}{eq{$3}{secret}}}}\
26 {and {{eq{$2}{usery}}{eq{$3}{ab?}}}}\
30 server_mail_auth_condition = ${if eq{$authenticated_id}{userx}{yes}}
39 headers_add = aid: $authenticated_id
44 # ----- Transports -----
50 file = DIR/test-mail/$local_part