1 # Exim test configuration 0025
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
12 # ----- Main settings -----
14 domainlist local_domains = test.ex
15 domainlist relay_domains = ten-1.test.ex
17 acl_smtp_rcpt = acl_local
24 # Pass on for non-remote input (should all be)
25 require message = this message should not occur
28 # The redundant hosts check is just to ensure it works
29 accept verify = sender
33 # ------ Routers ------
39 domains = ! +local_domains
45 local_parts = userx : postmaster
46 transport = local_delivery
49 # ------ Transports ------
60 file = DIR/test-mail/$local_part