DKIM: ensure that dkim_domain elements are lowercased before use. Bug 2371
[exim.git] / test / confs / 3011
1 # exim test configuration 3011
2 exim_path = EXIM_PATH
3 tls_advertise_hosts =
4 spool_directory = DIR/spool
5 perl_startup = sub taint_flag { ${^TAINT} ? 'ON' : 'OFF' }