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
11 # ----- Main settings -----
13 domainlist local_domains = test.ex
14 domainlist relay_domains = ten-1.test.ex
16 acl_smtp_rcpt = acl_local
23 # Pass on for non-remote input (should all be)
24 require message = this message should not occur
27 # The redundant hosts check is just to ensure it works
28 accept verify = sender
32 # ------ Routers ------
38 domains = ! +local_domains
44 local_parts = userx : postmaster
45 transport = local_delivery
48 # ------ Transports ------
59 file = DIR/test-mail/$local_part