1 # Exim test configuration 0025
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 domainlist local_domains = test.ex
16 domainlist relay_domains = ten-1.test.ex
18 acl_smtp_rcpt = acl_local
25 # Pass on for non-remote input (should all be)
26 require message = this message should not occur
29 # The redundant hosts check is just to ensure it works
30 accept verify = sender
34 # ------ Routers ------
40 domains = ! +local_domains
46 local_parts = userx : postmaster
47 transport = local_delivery
50 # ------ Transports ------
61 file = DIR/test-mail/$local_part