1 # Exim test configuration 0029
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 = check_rcpt
23 require verify = sender
25 ${if eq {${domain:$sender_address}}{test.ex}\
26 {${local_part:$sender_address}@abc.test.ex}\
31 # ------ Routers ------
37 domains = test.ex : xyz.test.ex
47 # ------ Transports ------