summaryrefslogtreecommitdiff
path: root/test/confs/0615
diff options
context:
space:
mode:
Diffstat (limited to 'test/confs/0615')
-rw-r--r--test/confs/06156
1 files changed, 6 insertions, 0 deletions
diff --git a/test/confs/0615 b/test/confs/0615
new file mode 100644
index 000000000..bbfc4978a
--- /dev/null
+++ b/test/confs/0615
@@ -0,0 +1,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;