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 2012/03/21 11:15:03 UTC

svn commit: r1303341 - /james/app/trunk/src/main/resources/

Author: eric
Date: Wed Mar 21 10:15:02 2012
New Revision: 1303341

URL: http://svn.apache.org/viewvc?rev=1303341&view=rev
Log:
Add warning messages in the template

Modified:
    james/app/trunk/src/main/resources/dnsservice-template.conf
    james/app/trunk/src/main/resources/domainlist-template.conf
    james/app/trunk/src/main/resources/fetchmail-template.conf
    james/app/trunk/src/main/resources/hbase-site-template.xml
    james/app/trunk/src/main/resources/imapserver-template.conf
    james/app/trunk/src/main/resources/james-database-template.properties
    james/app/trunk/src/main/resources/jcr-repository-template.xml
    james/app/trunk/src/main/resources/jmx-template.properties
    james/app/trunk/src/main/resources/lmtpserver-template.conf
    james/app/trunk/src/main/resources/log4j-template.properties
    james/app/trunk/src/main/resources/mailbox-jcr-template.cnd
    james/app/trunk/src/main/resources/mailbox-maildir-template.properties
    james/app/trunk/src/main/resources/mailbox-template.conf
    james/app/trunk/src/main/resources/mailetcontainer-template.conf
    james/app/trunk/src/main/resources/mailrepositorystore-template.conf
    james/app/trunk/src/main/resources/pop3server-template.conf
    james/app/trunk/src/main/resources/recipientrewritetable-template.conf
    james/app/trunk/src/main/resources/smtpserver-template.conf
    james/app/trunk/src/main/resources/sqlResources-template.xml
    james/app/trunk/src/main/resources/sqlResources.xml
    james/app/trunk/src/main/resources/usersrepository-template.conf
    james/app/trunk/src/main/resources/usersrepository23-template.conf

Modified: james/app/trunk/src/main/resources/dnsservice-template.conf
URL: http://svn.apache.org/viewvc/james/app/trunk/src/main/resources/dnsservice-template.conf?rev=1303341&r1=1303340&r2=1303341&view=diff
==============================================================================
--- james/app/trunk/src/main/resources/dnsservice-template.conf (original)
+++ james/app/trunk/src/main/resources/dnsservice-template.conf Wed Mar 21 10:15:02 2012
@@ -17,6 +17,14 @@
   specific language governing permissions and limitations      
   under the License.                                           
  -->
+ 
+<!--
+   This template file can be used as example for James Server configuration
+   DO NOT USE IT AS SUCH AND ADAPT IT TO YOUR NEEDS
+-->
+ 
+<!-- See http://james.apache.org/server/3/config.html for usage -->
+
 <!-- DNS Service Block -->
 <!-- -->
 <!-- Specifies DNS Server information for use by various components inside -->

Modified: james/app/trunk/src/main/resources/domainlist-template.conf
URL: http://svn.apache.org/viewvc/james/app/trunk/src/main/resources/domainlist-template.conf?rev=1303341&r1=1303340&r2=1303341&view=diff
==============================================================================
--- james/app/trunk/src/main/resources/domainlist-template.conf (original)
+++ james/app/trunk/src/main/resources/domainlist-template.conf Wed Mar 21 10:15:02 2012
@@ -17,7 +17,14 @@
   specific language governing permissions and limitations      
   under the License.                                           
  -->
+
+<!--
+   This template file can be used as example for James Server configuration
+   DO NOT USE IT AS SUCH AND ADAPT IT TO YOUR NEEDS
+-->
  
+<!-- See http://james.apache.org/server/3/config.html for usage -->
+
 <!-- Domainnames identifies the DNS namespace served by this instance of James. -->
 <!-- These domainnames are used for both matcher/mailet processing and SMTP auth -->
 <!-- to determine when a mail is intended for local delivery. -->

Modified: james/app/trunk/src/main/resources/fetchmail-template.conf
URL: http://svn.apache.org/viewvc/james/app/trunk/src/main/resources/fetchmail-template.conf?rev=1303341&r1=1303340&r2=1303341&view=diff
==============================================================================
--- james/app/trunk/src/main/resources/fetchmail-template.conf (original)
+++ james/app/trunk/src/main/resources/fetchmail-template.conf Wed Mar 21 10:15:02 2012
@@ -18,6 +18,13 @@
   under the License.                                           
  -->
  
+<!--
+   This template file can be used as example for James Server configuration
+   DO NOT USE IT AS SUCH AND ADAPT IT TO YOUR NEEDS
+-->
+ 
+<!-- See http://james.apache.org/server/3/config.html for usage -->
+
 <!-- Fetch mail block, fetches mail from message servers and inserts it into the incoming spool -->
 <!-- Warning: It is important to prevent mail from looping by setting the  -->
 <!-- fetched domains in the<servernames>section of the<James>block      -->

Modified: james/app/trunk/src/main/resources/hbase-site-template.xml
URL: http://svn.apache.org/viewvc/james/app/trunk/src/main/resources/hbase-site-template.xml?rev=1303341&r1=1303340&r2=1303341&view=diff
==============================================================================
--- james/app/trunk/src/main/resources/hbase-site-template.xml (original)
+++ james/app/trunk/src/main/resources/hbase-site-template.xml Wed Mar 21 10:15:02 2012
@@ -21,5 +21,14 @@
  * limitations under the License.
  */
 -->
+
+<!--
+<!--
+   This template file can be used as example for James Server configuration
+   DO NOT USE IT AS SUCH AND ADAPT IT TO YOUR NEEDS
+-->
+ 
+<!-- See http://james.apache.org/server/3/config.html for usage -->
+
 <configuration>
 </configuration>

Modified: james/app/trunk/src/main/resources/imapserver-template.conf
URL: http://svn.apache.org/viewvc/james/app/trunk/src/main/resources/imapserver-template.conf?rev=1303341&r1=1303340&r2=1303341&view=diff
==============================================================================
--- james/app/trunk/src/main/resources/imapserver-template.conf (original)
+++ james/app/trunk/src/main/resources/imapserver-template.conf Wed Mar 21 10:15:02 2012
@@ -17,6 +17,14 @@
   specific language governing permissions and limitations      
   under the License.                                           
  -->
+ 
+<!--
+   This template file can be used as example for James Server configuration
+   DO NOT USE IT AS SUCH AND ADAPT IT TO YOUR NEEDS
+-->
+ 
+<!-- See http://james.apache.org/server/3/config.html for usage -->
+
 <imapservers>
 
 	<!-- IMAP server is enabled by default -->

Modified: james/app/trunk/src/main/resources/james-database-template.properties
URL: http://svn.apache.org/viewvc/james/app/trunk/src/main/resources/james-database-template.properties?rev=1303341&r1=1303340&r2=1303341&view=diff
==============================================================================
--- james/app/trunk/src/main/resources/james-database-template.properties (original)
+++ james/app/trunk/src/main/resources/james-database-template.properties Wed Mar 21 10:15:02 2012
@@ -15,6 +15,11 @@
 #  specific language governing permissions and limitations
 #  under the License.
 
+#  This template file can be used as example for James Server configuration
+#  DO NOT USE IT AS SUCH AND ADAPT IT TO YOUR NEEDS
+
+# See http://james.apache.org/server/3/config.html for usage
+
 # Use derby as default
 database.driverClassName=org.apache.derby.jdbc.EmbeddedDriver
 database.url=jdbc:derby:../var/store/derby;create=true

Modified: james/app/trunk/src/main/resources/jcr-repository-template.xml
URL: http://svn.apache.org/viewvc/james/app/trunk/src/main/resources/jcr-repository-template.xml?rev=1303341&r1=1303340&r2=1303341&view=diff
==============================================================================
--- james/app/trunk/src/main/resources/jcr-repository-template.xml (original)
+++ james/app/trunk/src/main/resources/jcr-repository-template.xml Wed Mar 21 10:15:02 2012
@@ -16,6 +16,11 @@
    limitations under the License.
 -->
 
+<!--
+   This template file can be used as example for James Server configuration
+   DO NOT USE IT AS SUCH AND ADAPT IT TO YOUR NEEDS
+-->
+ 
 <!-- See http://james.apache.org/server/3/config.html for usage -->
 
 <!DOCTYPE Repository

Modified: james/app/trunk/src/main/resources/jmx-template.properties
URL: http://svn.apache.org/viewvc/james/app/trunk/src/main/resources/jmx-template.properties?rev=1303341&r1=1303340&r2=1303341&view=diff
==============================================================================
--- james/app/trunk/src/main/resources/jmx-template.properties (original)
+++ james/app/trunk/src/main/resources/jmx-template.properties Wed Mar 21 10:15:02 2012
@@ -16,6 +16,12 @@
 #  under the License.
 #
 
+#  This template file can be used as example for James Server configuration
+#  DO NOT USE IT AS SUCH AND ADAPT IT TO YOUR NEEDS
+
+#  This template file can be used as example for James Server configuration
+#  DO NOT USE IT AS SUCH AND ADAPT IT TO YOUR NEEDS
+
 # See http://james.apache.org/server/3/config.html for usage
 
 jmx.address=127.0.0.1

Modified: james/app/trunk/src/main/resources/lmtpserver-template.conf
URL: http://svn.apache.org/viewvc/james/app/trunk/src/main/resources/lmtpserver-template.conf?rev=1303341&r1=1303340&r2=1303341&view=diff
==============================================================================
--- james/app/trunk/src/main/resources/lmtpserver-template.conf (original)
+++ james/app/trunk/src/main/resources/lmtpserver-template.conf Wed Mar 21 10:15:02 2012
@@ -18,6 +18,13 @@
   under the License.                                           
  -->
  
+<!--
+   This template file can be used as example for James Server configuration
+   DO NOT USE IT AS SUCH AND ADAPT IT TO YOUR NEEDS
+-->
+ 
+<!-- See http://james.apache.org/server/3/config.html for usage -->
+
 <lmtpservers>
  
 	<!-- The LMTP server is disabled by default -->

Modified: james/app/trunk/src/main/resources/log4j-template.properties
URL: http://svn.apache.org/viewvc/james/app/trunk/src/main/resources/log4j-template.properties?rev=1303341&r1=1303340&r2=1303341&view=diff
==============================================================================
--- james/app/trunk/src/main/resources/log4j-template.properties (original)
+++ james/app/trunk/src/main/resources/log4j-template.properties Wed Mar 21 10:15:02 2012
@@ -15,6 +15,9 @@
 #  specific language governing permissions and limitations
 #  under the License.
 
+#  This template file can be used as example for James Server configuration
+#  DO NOT USE IT AS SUCH AND ADAPT IT TO YOUR NEEDS
+
 # See http://james.apache.org/server/3/config.html for usage
 
 log4j.rootLogger=DEBUG

Modified: james/app/trunk/src/main/resources/mailbox-jcr-template.cnd
URL: http://svn.apache.org/viewvc/james/app/trunk/src/main/resources/mailbox-jcr-template.cnd?rev=1303341&r1=1303340&r2=1303341&view=diff
==============================================================================
--- james/app/trunk/src/main/resources/mailbox-jcr-template.cnd (original)
+++ james/app/trunk/src/main/resources/mailbox-jcr-template.cnd Wed Mar 21 10:15:02 2012
@@ -15,6 +15,13 @@
  * limitations under the License.
  */
 
+<!--
+   This template file can be used as example for James Server configuration
+   DO NOT USE IT AS SUCH AND ADAPT IT TO YOUR NEEDS
+-->
+ 
+<!-- See http://james.apache.org/server/3/config.html for usage -->
+
 <jamesMailbox = 'http://james.apache.org/imap/jcr/'>
 
 [jamesMailbox:user] > mix:created

Modified: james/app/trunk/src/main/resources/mailbox-maildir-template.properties
URL: http://svn.apache.org/viewvc/james/app/trunk/src/main/resources/mailbox-maildir-template.properties?rev=1303341&r1=1303340&r2=1303341&view=diff
==============================================================================
--- james/app/trunk/src/main/resources/mailbox-maildir-template.properties (original)
+++ james/app/trunk/src/main/resources/mailbox-maildir-template.properties Wed Mar 21 10:15:02 2012
@@ -16,4 +16,9 @@
 #  under the License.
 #
 
+#  This template file can be used as example for James Server configuration
+#  DO NOT USE IT AS SUCH AND ADAPT IT TO YOUR NEEDS
+
+# See http://james.apache.org/server/3/config.html for usage
+
 maildir.folder=../var/store/maildir/%domain/%user

Modified: james/app/trunk/src/main/resources/mailbox-template.conf
URL: http://svn.apache.org/viewvc/james/app/trunk/src/main/resources/mailbox-template.conf?rev=1303341&r1=1303340&r2=1303341&view=diff
==============================================================================
--- james/app/trunk/src/main/resources/mailbox-template.conf (original)
+++ james/app/trunk/src/main/resources/mailbox-template.conf Wed Mar 21 10:15:02 2012
@@ -18,6 +18,11 @@
   under the License.                                           
  -->
  
+<!--
+   This template file can be used as example for James Server configuration
+   DO NOT USE IT AS SUCH AND ADAPT IT TO YOUR NEEDS
+-->
+ 
 <!-- See http://james.apache.org/server/3/config.html for usage -->
  
 <mailbox>

Modified: james/app/trunk/src/main/resources/mailetcontainer-template.conf
URL: http://svn.apache.org/viewvc/james/app/trunk/src/main/resources/mailetcontainer-template.conf?rev=1303341&r1=1303340&r2=1303341&view=diff
==============================================================================
--- james/app/trunk/src/main/resources/mailetcontainer-template.conf (original)
+++ james/app/trunk/src/main/resources/mailetcontainer-template.conf Wed Mar 21 10:15:02 2012
@@ -18,6 +18,13 @@
   under the License.                                           
  -->
 
+<!--
+   This template file can be used as example for James Server configuration
+   DO NOT USE IT AS SUCH AND ADAPT IT TO YOUR NEEDS
+-->
+ 
+<!-- See http://james.apache.org/server/3/config.html for usage -->
+
 <!-- This block is responsible for processing messages on the spool. -->
 
 <mailetcontainer enableJmx="true">

Modified: james/app/trunk/src/main/resources/mailrepositorystore-template.conf
URL: http://svn.apache.org/viewvc/james/app/trunk/src/main/resources/mailrepositorystore-template.conf?rev=1303341&r1=1303340&r2=1303341&view=diff
==============================================================================
--- james/app/trunk/src/main/resources/mailrepositorystore-template.conf (original)
+++ james/app/trunk/src/main/resources/mailrepositorystore-template.conf Wed Mar 21 10:15:02 2012
@@ -18,7 +18,13 @@
   under the License.                                           
  -->
 
-<!-- The Mailstore block -->
+<!--
+   This template file can be used as example for James Server configuration
+   DO NOT USE IT AS SUCH AND ADAPT IT TO YOUR NEEDS
+-->
+ 
+<!-- See http://james.apache.org/server/3/config.html for usage -->
+
 <mailrepositorystore>
 
    <mailrepositories>

Modified: james/app/trunk/src/main/resources/pop3server-template.conf
URL: http://svn.apache.org/viewvc/james/app/trunk/src/main/resources/pop3server-template.conf?rev=1303341&r1=1303340&r2=1303341&view=diff
==============================================================================
--- james/app/trunk/src/main/resources/pop3server-template.conf (original)
+++ james/app/trunk/src/main/resources/pop3server-template.conf Wed Mar 21 10:15:02 2012
@@ -18,6 +18,13 @@
   under the License.                                           
  -->
  
+<!--
+   This template file can be used as example for James Server configuration
+   DO NOT USE IT AS SUCH AND ADAPT IT TO YOUR NEEDS
+-->
+ 
+<!-- See http://james.apache.org/server/3/config.html for usage -->
+
 <pop3servers>
 
 	<!-- The POP3 server is enabled by default -->

Modified: james/app/trunk/src/main/resources/recipientrewritetable-template.conf
URL: http://svn.apache.org/viewvc/james/app/trunk/src/main/resources/recipientrewritetable-template.conf?rev=1303341&r1=1303340&r2=1303341&view=diff
==============================================================================
--- james/app/trunk/src/main/resources/recipientrewritetable-template.conf (original)
+++ james/app/trunk/src/main/resources/recipientrewritetable-template.conf Wed Mar 21 10:15:02 2012
@@ -18,7 +18,13 @@
   under the License.                                           
  -->
     
-<!-- -->
+<!--
+   This template file can be used as example for James Server configuration
+   DO NOT USE IT AS SUCH AND ADAPT IT TO YOUR NEEDS
+-->
+ 
+<!-- See http://james.apache.org/server/3/config.html for usage -->
+
 <!-- If set recursiveMapping false only the first mapping will get processed. -->
 <!-- Default true. -->
 <!-- By setting the mappingLimit you can specify how much mapping will get processed -->

Modified: james/app/trunk/src/main/resources/smtpserver-template.conf
URL: http://svn.apache.org/viewvc/james/app/trunk/src/main/resources/smtpserver-template.conf?rev=1303341&r1=1303340&r2=1303341&view=diff
==============================================================================
--- james/app/trunk/src/main/resources/smtpserver-template.conf (original)
+++ james/app/trunk/src/main/resources/smtpserver-template.conf Wed Mar 21 10:15:02 2012
@@ -17,6 +17,13 @@
   under the License.                                           
  -->
  
+<!--
+   This template file can be used as example for James Server configuration
+   DO NOT USE IT AS SUCH AND ADAPT IT TO YOUR NEEDS
+-->
+ 
+<!-- See http://james.apache.org/server/3/config.html for usage -->
+
 <smtpservers>
 
    <!-- The SMTP server is enabled by default -->

Modified: james/app/trunk/src/main/resources/sqlResources-template.xml
URL: http://svn.apache.org/viewvc/james/app/trunk/src/main/resources/sqlResources-template.xml?rev=1303341&r1=1303340&r2=1303341&view=diff
==============================================================================
--- james/app/trunk/src/main/resources/sqlResources-template.xml (original)
+++ james/app/trunk/src/main/resources/sqlResources-template.xml Wed Mar 21 10:15:02 2012
@@ -17,6 +17,11 @@
   under the License.                                           
  -->
 
+<!--
+   This template file can be used as example for James Server configuration
+   DO NOT USE IT AS SUCH AND ADAPT IT TO YOUR NEEDS
+-->
+ 
 <!-- See http://james.apache.org/server/3/config.html for usage -->
 
 <sqlResources>

Modified: james/app/trunk/src/main/resources/sqlResources.xml
URL: http://svn.apache.org/viewvc/james/app/trunk/src/main/resources/sqlResources.xml?rev=1303341&r1=1303340&r2=1303341&view=diff
==============================================================================
--- james/app/trunk/src/main/resources/sqlResources.xml (original)
+++ james/app/trunk/src/main/resources/sqlResources.xml Wed Mar 21 10:15:02 2012
@@ -17,6 +17,11 @@
   under the License.                                           
  -->
 
+<!--
+   This template file can be used as example for James Server configuration
+   DO NOT USE IT AS SUCH AND ADAPT IT TO YOUR NEEDS
+-->
+ 
 <!-- See http://james.apache.org/server/3/config.html for usage -->
 
 <sqlResources>

Modified: james/app/trunk/src/main/resources/usersrepository-template.conf
URL: http://svn.apache.org/viewvc/james/app/trunk/src/main/resources/usersrepository-template.conf?rev=1303341&r1=1303340&r2=1303341&view=diff
==============================================================================
--- james/app/trunk/src/main/resources/usersrepository-template.conf (original)
+++ james/app/trunk/src/main/resources/usersrepository-template.conf Wed Mar 21 10:15:02 2012
@@ -18,6 +18,13 @@
   under the License.                                           
  -->
 
+<!--
+   This template file can be used as example for James Server configuration
+   DO NOT USE IT AS SUCH AND ADAPT IT TO YOUR NEEDS
+-->
+ 
+<!-- See http://james.apache.org/server/3/config.html for usage -->
+
 <!-- Configure User Repositories here. -->
 
 <!-- -->

Modified: james/app/trunk/src/main/resources/usersrepository23-template.conf
URL: http://svn.apache.org/viewvc/james/app/trunk/src/main/resources/usersrepository23-template.conf?rev=1303341&r1=1303340&r2=1303341&view=diff
==============================================================================
--- james/app/trunk/src/main/resources/usersrepository23-template.conf (original)
+++ james/app/trunk/src/main/resources/usersrepository23-template.conf Wed Mar 21 10:15:02 2012
@@ -17,10 +17,20 @@
   specific language governing permissions and limitations      
   under the License.                                           
  -->
+
+<!--
+   This template file can be used as example for James Server configuration
+   DO NOT USE IT AS SUCH AND ADAPT IT TO YOUR NEEDS
+-->
+ 
+<!-- See http://james.apache.org/server/3/config.html for usage -->
+
 <importjames23-usersrepository class="org.apache.james.user.file.UsersFileRepository">
- <destination URL="file://var/users/" />
- <ignoreCase>true</ignoreCase>
- <enableAliases>true</enableAliases>
- <enableForwarding>true</enableForwarding>
- <enableVirtualHosting>false</enableVirtualHosting>
+
+    <destination URL="file://var/users/" />
+    <ignoreCase>true</ignoreCase>
+    <enableAliases>true</enableAliases>
+    <enableForwarding>true</enableForwarding>
+    <enableVirtualHosting>false</enableVirtualHosting>
+
 </importjames23-usersrepository>



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