From 0e7b7969b5088df42de807934a3a0564d5108a36 Mon Sep 17 00:00:00 2001
From: felmer <felmer>
Date: Thu, 24 Jun 2010 08:43:14 +0000
Subject: [PATCH] LMS-1588 put e-mails in folder emails

SVN: 16708
---
 screening/etc/service.properties | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/screening/etc/service.properties b/screening/etc/service.properties
index 08b7342cac5..ecc26319dbb 100644
--- a/screening/etc/service.properties
+++ b/screening/etc/service.properties
@@ -61,7 +61,7 @@ download-url = ${host-address}:8889
 
 # SMTP properties (must start with 'mail' to be considered).
 # The current configuration saves the emails in the file system in the root directory 
-mail.smtp.host = file://${root-dir}
+mail.smtp.host = file://${root-dir}/emails
 # mail.smtp.host = localhost
 # mail.from = datastore_server@ethz.ch
 # mail.smtp.user = 
-- 
GitLab