You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lenya.apache.org by an...@apache.org on 2006/12/19 14:36:37 UTC

svn commit: r488673 - /lenya/trunk/src/modules/notification/config/cocoon-xconf/notifier.xconf

Author: andreas
Date: Tue Dec 19 05:36:37 2006
New Revision: 488673

URL: http://svn.apache.org/viewvc?view=rev&rev=488673
Log:
Use inbox notifier instead of email notifier by default

Modified:
    lenya/trunk/src/modules/notification/config/cocoon-xconf/notifier.xconf

Modified: lenya/trunk/src/modules/notification/config/cocoon-xconf/notifier.xconf
URL: http://svn.apache.org/viewvc/lenya/trunk/src/modules/notification/config/cocoon-xconf/notifier.xconf?view=diff&rev=488673&r1=488672&r2=488673
==============================================================================
--- lenya/trunk/src/modules/notification/config/cocoon-xconf/notifier.xconf (original)
+++ lenya/trunk/src/modules/notification/config/cocoon-xconf/notifier.xconf Tue Dec 19 05:36:37 2006
@@ -22,14 +22,21 @@
 
   <component logger="lenya.notification"
     role="org.apache.lenya.notification.Notifier"
+    class="org.apache.lenya.inbox.InboxNotifier"/>
+
+  <!-- Use the following configuration to send e-mail notifications -->
+  <!--
+  <component logger="lenya.notification"
+    role="org.apache.lenya.notification.Notifier"
     class="org.apache.lenya.notification.EmailNotifier">
     
     <smtp host="localhost"/>
     
-    <!-- use this for authentication
+    <!- use this for authentication
     <smtp host="localhost" username="john" password="swordfish" />
-    -->
+    ->
     
   </component>
+  -->
   
 </xconf>



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@lenya.apache.org
For additional commands, e-mail: commits-help@lenya.apache.org