]> git.pld-linux.org Git - packages/confluence.git/commitdiff
- example JNDI mail session
authorpawelz <pawelz@pld-linux.org>
Fri, 2 Jul 2010 09:35:11 +0000 (09:35 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    confluence-context.xml -> 1.3

confluence-context.xml

index e99db4075c1bc5a3a4c8c20fe81cbb81582730de..45f9372bfc2ad2fbbd8462cc83fe622b8df11591 100644 (file)
       validationQuery="select 1" />
     -->
 
+    <!-- Example mail session definition for Confluence. You can refer it in
+        confluence configuration as JNDI: java:comp/env/mail/ConfluenceMS
+
+        Alternatively you can configure mail server via web interface.
+
+        TODO: how to specify SMTP username and password here?
+    -->
+
+  <!--
+
+    <Resource name="mail/ConfluenceMS" auth="Container" type="javax.mail.Session"
+        mail.smtp.host="smtp.example.net" />
+
+    -->
+
 </Context>
This page took 0.110832 seconds and 4 git commands to generate.