1 # Exim test configuration 0632
3 .include DIR/aux-var/std_conf_prefix
5 primary_hostname = myhost.test.ex
8 # ----- Main settings -----
10 acl_smtp_rcpt = chk_rcpt
17 # We're doing these to see what REs the daemon compiles, in stderr
18 warn domains = ^nomatch_list
19 logwrite = should not match RE in list
21 warn condition = ${if match {a_random_string} {static_RE}}
22 logwrite = should not match RE in match cond
23 warn condition = ${if match {a_random_string} {tricky_static_RE\$}}
24 logwrite = should not match RE in match cond
25 warn condition = ${if match {a_random_string} {pid=${pid} uncacheable_RE}}
26 logwrite = should not match RE in match cond