summaryrefslogtreecommitdiff
path: root/test/confs/3001
blob: bc0e7e771a7a890e9cc9ae05fd491094459184e3 (plain)
1
2
3
4
5
6
7
# exim test configuration 3001
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;