Allow relative file names in .include lines (Closes 1971)
[exim.git] / test / confs / 3001
CommitLineData
4fab92fb
HSHR
1# exim test configuration 3001
2exim_path = EXIM_PATH
f92dd928 3tls_advertise_hosts =
4fab92fb
HSHR
4spool_directory = DIR/spool
5perl_startup = $| = 1; \
6 print "Environment visible in Perl:\n"; \
7 print map { "$_=$ENV{$_}\n" } sort keys %ENV;