You are viewing a plain text version of this content. The canonical link for it is here.
Posted to site-dev@james.apache.org by si...@james.apache.org on 2004/03/07 00:29:35 UTC

[Apache James Wiki] Updated: JamesDocumentationNotes

   Date: 2004-03-06T15:29:32
   Editor: NoelBergman <no...@devtech.com>
   Wiki: Apache James Wiki
   Page: JamesDocumentationNotes
   URL: http://wiki.apache.org/james/JamesDocumentationNotes

   URL Fixups.  Page needs more work on format repair

Change Log:

------------------------------------------------------------------------------
@@ -7,7 +7,7 @@
 
 You can also emulate sendmail's "local relay" and "mail hub" by using the remote delivery mailet, as described above, with the { { { "HostIs=localhost" and "HostIsLocal" } } }  matchers respectively to forward all local mail to another machine.
 
-See also [[James/SmartOrSecondaryHost]] for details.
+See also SmartOrSecondaryHost for details.
 ----
 '''Is there a web-based or GUI based interface to the James admin system?'''
 
@@ -26,7 +26,7 @@
 ----
 '''How do I deploy my custom mailets?'''
 
-See [[James/CustomMailetPackages]] for details.
+See CustomMailetPackages for details.
 ----
 '''Why does James accept all messages instead of rejecting emails during the SMTP session?'''
 
@@ -80,7 +80,7 @@
 
 The logging channels are configured in the server.xml (environment.xml) file (next to the config.xml).  James uses Avalon's logging capabilities, and you can learn more about how to change log files, rotations or otherwise configure logging from reading the javadocs for [http://jakarta.apache.org/avalon/excalibur/logger/api/org/apache/avalon/excalibur/logger/factory/FileTargetFactory.html FileTargetFactory].
 
-See also [[James/LogRotation]].
+See also LogRotation.
 ----
 '''How can I (re-)process emails that are in the error processor?'''