[Yanel-commits] rev 47256 - public/yanel/trunk/conf

michi at wyona.com michi at wyona.com
Tue Jan 26 23:31:53 CET 2010


Author: michi
Date: 2010-01-26 23:31:53 +0100 (Tue, 26 Jan 2010)
New Revision: 47256

Modified:
   public/yanel/trunk/conf/yanel.xml
Log:
smtp sample config added but commented

Modified: public/yanel/trunk/conf/yanel.xml
===================================================================
--- public/yanel/trunk/conf/yanel.xml	2010-01-26 22:30:07 UTC (rev 47255)
+++ public/yanel/trunk/conf/yanel.xml	2010-01-26 22:31:53 UTC (rev 47256)
@@ -1,6 +1,10 @@
 <?xml version="1.0"?>
 
-<yanel xmlns="http://www.wyona.org/yanel/1.0" version="2009101100">
+<yanel xmlns="http://www.wyona.org/yanel/1.0" version="2010012600">
+
+  <changes>
+    <change version="20100126">smtp configuration added</change>
+  </changes>
   
   <!-- # Realms configuration -->
   <realms-config src="realms.xml"/>
@@ -13,5 +17,10 @@
   
   <!-- # Scheduler configuration -->
   <scheduler enabled="false"/>
+  
+  <!-- # Mail server configuration -->
+<!--
+  <smtp host="mail.foo.bar" port="25"/>
+-->
 
 </yanel>



More information about the Yanel-commits mailing list