1 # Exim test configuration 0027
5 host_lookup_order = bydns
6 primary_hostname = myhost.test.ex
7 spool_directory = DIR/spool
8 log_file_path = DIR/spool/log/%slog
10 gecos_name = CALLER_NAME
13 # ----- Main settings -----
15 domainlist local_domains = test.ex
17 acl_smtp_rcpt = acl_rcpt
18 acl_smtp_data = $h_subject:
20 trusted_users = CALLER
28 deny message = deny for userx
31 accept verify = sender
37 accept verify = recipient
40 accept domains = a.b.c
43 accept local_parts = a.b.c
46 warn set acl_m_1 = ${acl {data}}
48 acl = ${tr{$local_part}{:}{\n}}
49 deny message = this message should not occur
52 # ------ Routers ------
58 domains = ! +local_domains
64 local_parts = userx : postmaster
65 transport = local_delivery
68 # ------ Transports ------
79 file = DIR/test-mail/$local_part