1 # Exim test configuration 0589
3 .include DIR/aux-var/std_conf_prefix
5 primary_hostname = myhost.test.ex
7 # ----- Main settings -----
9 acl_smtp_rcpt = chk_rcpt
10 log_selector = +millisec
17 deny !verify = recipient/quota=cachepos=20s,cacheneg=100s
18 logwrite = where='$recipient_verify_failure' msg='$acl_verify_message'
22 accept logwrite = $acl_arg1 was called for $local_part@$domain
31 local_parts = !route_fail
32 transport = appendfile
33 # set address_data purely to get logging of use of the router
34 address_data = ${acl {loggit}{router }}
38 condition = ${if eq {${acl {loggit}{router }}}{} {no}{no}}
39 transport = appendfile
41 # ----- Transports -----
47 file = DIR/test-mail/themailfile
50 # set homedir purely to get logging of use of the transport
51 home_directory = ${acl {loggit}{transport}}