1 # Exim test configuration 0027
4 host_lookup_order = bydns
5 primary_hostname = myhost.test.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 domainlist local_domains = test.ex
16 acl_smtp_rcpt = acl_rcpt
17 acl_smtp_data = $h_subject:
19 trusted_users = CALLER
27 deny message = deny for userx
30 accept verify = sender
36 accept verify = recipient
39 accept domains = a.b.c
42 accept local_parts = a.b.c
45 warn set acl_m_1 = ${acl {data}}
47 acl = ${tr{$local_part}{:}{\n}}
48 deny message = this message should not occur
51 # ------ Routers ------
57 domains = ! +local_domains
63 local_parts = userx : postmaster
64 transport = local_delivery
67 # ------ Transports ------
78 file = DIR/test-mail/$local_part