1 # Exim test configuration 4040
6 .include DIR/aux-var/std_conf_prefix
8 primary_hostname = myhost.test.ex
10 # ----- Main settings -----
12 wellknown_advertise_hosts = 127.0.0.1
13 acl_smtp_wellknown = check_wellknown
21 logwrite = [$sender_host_address] $smtp_command
22 condition = ${if == {${received_port}}{PORT_D}}
23 set acl_c_wellknown = ${lookup {${xtextd:$smtp_command_argument}} \
24 dsearch,ret=full,filter=fileOPT \
25 {DIR/aux-fixed/TESTNUM}}
26 logwrite = [$sender_host_address] -> '$acl_c_wellknown'
27 control = wellknown/$acl_c_wellknown