1 # Exim test configuration 0028
3 .include DIR/aux-var/std_conf_prefix
5 primary_hostname = myhost.test.ex
7 # ----- Main settings -----
9 domainlist local_domains = test.ex
11 acl_smtp_rcpt = acl_rcpt
12 acl_smtp_data = acl_data
21 message = SIZE value too big
22 condition = ${if > {$message_size}{10}{no}{yes}}
26 message = message too big - \$recipients=$recipients ($recipients_count)
27 condition = ${if > {$message_size}{10}{no}{yes}}
30 # ------ Routers ------
36 domains = ! +local_domains
42 local_parts = userx : postmaster
43 transport = local_delivery
46 # ------ Transports ------
57 file = DIR/test-mail/$local_part