1 acl_smtp_rcpt = check_recipient
2 acl_smtp_data = check_message
4 domainlist local_domains = test.ex : *.test.ex
6 domainlist relay_domains = test.ex
8 # Exim test configuration 0092
12 host_lookup_order = bydns
13 primary_hostname = myhost.test.ex
14 rfc1413_query_timeout = 0s
15 spool_directory = DIR/spool
16 log_file_path = DIR/spool/log/%slog
18 gecos_name = CALLER_NAME
20 # ----- Main settings -----
22 smtp_receive_timeout = 2s
30 deny message = unrouteable address
31 recipients = verify@test.ex
33 accept domains = +local_domains
34 accept domains = +relay_domains
35 deny message = relay not permitted
54 domains = ! +local_domains
55 data = :fail: unrouteable mail domain "$domain"
57 # ----- Directors -----
61 file = DIR/aux-fixed/non-exist