You are viewing a plain text version of this content. The canonical link for it is here.
Posted to server-dev@james.apache.org by er...@apache.org on 2011/04/08 08:42:07 UTC

svn commit: r1090137 - in /james/server/trunk/src/site/xdoc: manage-domains.xml manage-recipientrewrite.xml monitor-jmx.xml

Author: eric
Date: Fri Apr  8 06:42:07 2011
New Revision: 1090137

URL: http://svn.apache.org/viewvc?rev=1090137&view=rev
Log:
Fix < and >, add some notes to be documented later (JAMES-1219)

Modified:
    james/server/trunk/src/site/xdoc/manage-domains.xml
    james/server/trunk/src/site/xdoc/manage-recipientrewrite.xml
    james/server/trunk/src/site/xdoc/monitor-jmx.xml

Modified: james/server/trunk/src/site/xdoc/manage-domains.xml
URL: http://svn.apache.org/viewvc/james/server/trunk/src/site/xdoc/manage-domains.xml?rev=1090137&r1=1090136&r2=1090137&view=diff
==============================================================================
--- james/server/trunk/src/site/xdoc/manage-domains.xml (original)
+++ james/server/trunk/src/site/xdoc/manage-domains.xml Fri Apr  8 06:42:07 2011
@@ -41,7 +41,7 @@
   <section name="Manage Domains via Cli">
   
     <p>Invoke "james-cli.sh adddomain &lt;mydomain.tls&gt; &lt;mydomain.tls&gt; is the domain name 
-      of the domain you wish to create.</li>
+      of the domain you wish to create.</p>
       
     <p>That's it.  Your domains are now created and can be used by all James services.</p>
     

Modified: james/server/trunk/src/site/xdoc/manage-recipientrewrite.xml
URL: http://svn.apache.org/viewvc/james/server/trunk/src/site/xdoc/manage-recipientrewrite.xml?rev=1090137&r1=1090136&r2=1090137&view=diff
==============================================================================
--- james/server/trunk/src/site/xdoc/manage-recipientrewrite.xml (original)
+++ james/server/trunk/src/site/xdoc/manage-recipientrewrite.xml Fri Apr  8 06:42:07 2011
@@ -99,7 +99,7 @@
      * @param domain the domain
      * @return the collection which holds the mappings.
      */
-    Collection<String> getUserDomainMappings(String user, String domain) throws Exception;
+    Collection&lt;String&gt; getUserDomainMappings(String user, String domain) throws Exception;
 
     /**
      * Try to identify the right method based on the prefix of the mapping and
@@ -127,7 +127,7 @@
      * 
      * @return Map which holds all mappings
      */
-    Map<String, Collection<String>> getAllMappings() throws Exception;
+    Map&lt;String, Collection&lt;String&gt;&gt; getAllMappings() throws Exception;
     </source>
 
   </section>

Modified: james/server/trunk/src/site/xdoc/monitor-jmx.xml
URL: http://svn.apache.org/viewvc/james/server/trunk/src/site/xdoc/monitor-jmx.xml?rev=1090137&r1=1090136&r2=1090137&view=diff
==============================================================================
--- james/server/trunk/src/site/xdoc/monitor-jmx.xml (original)
+++ james/server/trunk/src/site/xdoc/monitor-jmx.xml Fri Apr  8 06:42:07 2011
@@ -25,7 +25,25 @@
 <body>
 
   <section name="Monitor via JMX">
+<!-- 
+Additional Notes to be documented:
+---------------------------------
+  what you mean with how I see permanent errors ?
+  unknow users are in ValidRcptHandler
+  but if someone would just ignore the 5xx return code on rcpt and suply the data it would return a permanent error
+  so yes it could be in there too
+  maybe we should only count the first 5xx in a transaction
   
+  for the rejected message, I would except to be counted as ok in the stats
+  why
+  it's not an smtp protocol error
+  5xx is an error
+  thats the whole point of the stats
+  see how many messages are rejected via permanent error and how many via temporary error
+  what's the difference between permanet and temporary ?
+  temporary will get try to redelivered later
+  like greylisting is temporary
+-->
     <p>You can monitor James Server via JMX.</p>
 
     <p>The managed objects are exposed from localhost only (for security reasons) on the following URL:</p>



---------------------------------------------------------------------
To unsubscribe, e-mail: server-dev-unsubscribe@james.apache.org
For additional commands, e-mail: server-dev-help@james.apache.org