1 # Exim test configuration 0566
4 host_lookup_order = bydns
5 primary_hostname = myhost.test.ex
6 spool_directory = DIR/spool
7 log_file_path = DIR/spool/log/%slog
8 log_selector = +8bitmime
10 gecos_name = CALLER_NAME
12 # ----- Main settings -----
14 domainlist local_domains = test.ex
16 acl_smtp_rcpt = acl_rcpt
17 acl_smtp_data = acl_data
26 message = SIZE value too big
27 condition = ${if > {$message_size}{10000}{no}{yes}}
31 message = message too big - \$recipients=$recipients ($recipients_count)
32 condition = ${if > {$message_size}{10000}{no}{yes}}
35 # ------ Routers ------
41 domains = ! +local_domains
47 local_parts = userx : postmaster
48 transport = local_delivery
51 # ------ Transports ------
62 file = DIR/test-mail/$local_part