1 # Exim test configuration 0566
5 host_lookup_order = bydns
6 primary_hostname = myhost.test.ex
7 spool_directory = DIR/spool
8 log_file_path = DIR/spool/log/%slog
9 log_selector = +8bitmime
11 gecos_name = CALLER_NAME
14 # ----- Main settings -----
16 domainlist local_domains = test.ex
18 acl_smtp_rcpt = acl_rcpt
19 acl_smtp_data = acl_data
28 message = SIZE value too big
29 condition = ${if > {$message_size}{10000}{no}{yes}}
33 message = message too big - \$recipients=$recipients ($recipients_count)
34 condition = ${if > {$message_size}{10000}{no}{yes}}
37 # ------ Routers ------
43 domains = ! +local_domains
49 local_parts = userx : postmaster
50 transport = local_delivery
53 # ------ Transports ------
64 file = DIR/test-mail/$local_part