1 # Exim test configuration 5500
7 host_lookup_order = bydns
8 primary_hostname = myhost.test.ex
9 rfc1413_query_timeout = 0s
10 spool_directory = DIR/spool
11 log_file_path = DIR/spool/log/%slog
13 gecos_name = CALLER_NAME
15 # ----- Main settings -----
17 domainlist local_domains = test.ex : *.test.ex
21 qualify_domain = test.ex
22 trusted_users = CALLER
26 acl_smtp_rcpt = accept
27 acl_smtp_data_prdr = prdr_acl
28 acl_smtp_data = data_acl
35 defer local_parts = usery
36 deny local_parts = userz
40 deny condition = ${if match {$recipients}{userq}}
43 # ----- Transports -----
49 file = DIR/test-mail/$local_part