1 # Exim test configuration 0057
4 host_lookup_order = bydns
5 primary_hostname = myhost.ex
6 rfc1413_query_timeout = 0s
7 spool_directory = DIR/spool
8 log_file_path = DIR/spool/log/%slog
10 gecos_name = CALLER_NAME
12 # ----- Main settings -----
14 acl_smtp_rcpt = check_recipient
16 domainlist local_domains = test.ex : myhost.ex : *.test.ex
17 domainlist relay_domains = test.ex : !*
19 percent_hack_domains = ! a.test.ex : !b.test.ex : \
20 !DIR/aux-fixed/TESTNUM.d1 : ! DIR/aux-fixed/TESTNUM.d2 : *.test.ex
28 accept domains = +local_domains
29 accept domains = +relay_domains
30 deny message = relay not permitted
39 domains = ! +local_domains
40 data = :fail: unrouteable mail domain "$domain"