Routing: dnslookup and manualroute routers: ipv4_only, ipv4_prefer options. Bug...
[exim.git] / test / confs / 3001
1 # exim test configuration 3001
2 exim_path = EXIM_PATH
3 tls_advertise_hosts =
4 spool_directory = DIR/spool
5 perl_startup = $| = 1; \
6         print "Environment visible in Perl:\n"; \
7         print map { "$_=$ENV{$_}\n" } sort keys %ENV;