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