1 # Exim test configuration 0027
4 host_lookup_order = bydns
5 primary_hostname = myhost.test.ex
6 spool_directory = DIR/spool
7 log_file_path = DIR/spool/log/%slog
9 gecos_name = CALLER_NAME
11 # ----- Main settings -----
13 domainlist local_domains = test.ex
15 acl_smtp_rcpt = acl_rcpt
16 acl_smtp_data = $h_subject:
18 trusted_users = CALLER
26 deny message = deny for userx
29 accept verify = sender
35 accept verify = recipient
38 accept domains = a.b.c
41 accept local_parts = a.b.c
44 warn set acl_m_1 = ${acl {data}}
46 acl = ${tr{$local_part}{:}{\n}}
47 deny message = this message should not occur
50 # ------ Routers ------
56 domains = ! +local_domains
62 local_parts = userx : postmaster
63 transport = local_delivery
66 # ------ Transports ------
77 file = DIR/test-mail/$local_part