Logging: add I= element to transport-defer lines. Bug 2675
[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;