1 # Exim test configuration 5500
8 host_lookup_order = bydns
9 primary_hostname = myhost.test.ex
10 rfc1413_query_timeout = 0s
11 spool_directory = DIR/spool
12 log_file_path = DIR/spool/log/%slog
14 gecos_name = CALLER_NAME
16 # ----- Main settings -----
18 domainlist local_domains = test.ex : *.test.ex
22 qualify_domain = test.ex
23 trusted_users = CALLER
27 acl_smtp_rcpt = accept
28 acl_smtp_data_prdr = prdr_acl
29 acl_smtp_data = data_acl
36 defer local_parts = usery
37 deny local_parts = userz
41 deny condition = ${if match {$recipients}{userq}}
44 # ----- Transports -----
50 file = DIR/test-mail/$local_part