1 # Exim test configuration 3406
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 acl_smtp_rcpt = accept
16 trusted_users = CALLER
19 # ----- Authentication -----
26 server_advertise_condition = \
27 ${if eq{$sender_host_address}{10.0.0.2}{yes}{no}}
28 server_condition = yes
33 server_advertise_condition = \
34 ${if eq{$sender_host_address}{10.0.0.3}{yes}{no}}
35 server_condition = yes