1 # Exim test configuration 0026
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
17 acl_smtp_rcpt = accept
18 acl_smtp_data = acl_data
20 trusted_users = CALLER
27 deny log_message = body contains trigger
28 condition = ${if match{$message_body}{trigger}{yes}{no}}
29 warn logwrite = \$h_from: '$h_from:'
30 require verify = header_syntax
31 warn message = X-warning: this is a test warning
33 accept verify = header_sender
36 # ------ Routers ------
42 domains = ! +local_domains
48 local_parts = userx : postmaster
49 transport = local_delivery
52 # ------ Transports ------
63 file = DIR/test-mail/$local_part