1 # Exim test configuration 5500
7 host_lookup_order = bydns
8 primary_hostname = myhost.test.ex
9 spool_directory = DIR/spool
10 log_file_path = DIR/spool/log/%slog
12 gecos_name = CALLER_NAME
14 # ----- Main settings -----
16 domainlist local_domains = test.ex : *.test.ex
20 qualify_domain = test.ex
21 trusted_users = CALLER
25 acl_smtp_rcpt = accept
26 acl_smtp_data_prdr = prdr_acl
27 acl_smtp_data = data_acl
34 defer local_parts = usery
35 deny local_parts = userz
39 deny condition = ${if match {$recipients}{userq}}
42 # ----- Transports -----
48 file = DIR/test-mail/$local_part