1 # Exim test configuration 0028
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 = acl_data
25 message = SIZE value too big
26 condition = ${if > {$message_size}{10}{no}{yes}}
30 message = message too big - \$recipients=$recipients ($recipients_count)
31 condition = ${if > {$message_size}{10}{no}{yes}}
34 # ------ Routers ------
40 domains = ! +local_domains
46 local_parts = userx : postmaster
47 transport = local_delivery
50 # ------ Transports ------
61 file = DIR/test-mail/$local_part