1 # Exim test configuration 0108
4 host_lookup_order = bydns
5 spool_directory = DIR/spool
6 log_file_path = DIR/spool/log/%slog
8 gecos_name = CALLER_NAME
11 # ----- Main settings -----
13 acl_smtp_rcpt = check_recipient
14 acl_smtp_data = check_message
16 domainlist local_domains = test.ex
17 qualify_domain = test.ex
19 remote_sort_domains = black.com:myhost.com:other.edu
28 domains = ! +local_domains
29 route_list = * ten-1.test.ex byname
34 # ----- Transports -----