summaryrefslogtreecommitdiff
path: root/test/confs/3001
blob: 86ecee108b9eefca52a9a66d6bb93b7bf423dc15 (plain)
1
2
3
4
5
6
7
# exim test configuration 0615
exim_path = EXIM_PATH
tls_advertise_hosts =
spool_directory = DIR/spool
perl_startup = $| = 1; \
	print "Environment visible in Perl:\n"; \
	print map { "$_=$ENV{$_}\n" } sort keys %ENV;