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 no...@apache.org on 2010/01/31 17:55:34 UTC

svn commit: r905072 - /james/server/trunk/spring-deployment/src/main/config/james/

Author: norman
Date: Sun Jan 31 16:55:33 2010
New Revision: 905072

URL: http://svn.apache.org/viewvc?rev=905072&view=rev
Log:
more work on config per component / service (JAMES-539)

Added:
    james/server/trunk/spring-deployment/src/main/config/james/bayesiananalyzermanagement.xml
    james/server/trunk/spring-deployment/src/main/config/james/mailetpackages.xml
    james/server/trunk/spring-deployment/src/main/config/james/matcherpackages.xml
Modified:
    james/server/trunk/spring-deployment/src/main/config/james/James.xml
    james/server/trunk/spring-deployment/src/main/config/james/dnsserver.xml
    james/server/trunk/spring-deployment/src/main/config/james/domainlist.xml
    james/server/trunk/spring-deployment/src/main/config/james/imapserver.xml
    james/server/trunk/spring-deployment/src/main/config/james/james-config.xml
    james/server/trunk/spring-deployment/src/main/config/james/mailstore.xml
    james/server/trunk/spring-deployment/src/main/config/james/pop3server.xml
    james/server/trunk/spring-deployment/src/main/config/james/remotemanager.xml
    james/server/trunk/spring-deployment/src/main/config/james/spoolmanager.xml
    james/server/trunk/spring-deployment/src/main/config/james/users-store.xml
    james/server/trunk/spring-deployment/src/main/config/james/virtualusertable-store.xml

Modified: james/server/trunk/spring-deployment/src/main/config/james/James.xml
URL: http://svn.apache.org/viewvc/james/server/trunk/spring-deployment/src/main/config/james/James.xml?rev=905072&r1=905071&r2=905072&view=diff
==============================================================================
--- james/server/trunk/spring-deployment/src/main/config/james/James.xml (original)
+++ james/server/trunk/spring-deployment/src/main/config/james/James.xml Sun Jan 31 16:55:33 2010
@@ -1,3 +1,22 @@
+<?xml version="1.0"?>
+<!--
+  Licensed to the Apache Software Foundation (ASF) under one   
+  or more contributor license agreements.  See the NOTICE file 
+  distributed with this work for additional information        
+  regarding copyright ownership.  The ASF licenses this file   
+  to you under the Apache License, Version 2.0 (the            
+  "License"); you may not use this file except in compliance   
+  with the License.  You may obtain a copy of the License at   
+                                                               
+    http://www.apache.org/licenses/LICENSE-2.0                 
+                                                               
+  Unless required by applicable law or agreed to in writing,   
+  software distributed under the License is distributed on an  
+  "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY       
+  KIND, either express or implied.  See the License for the    
+  specific language governing permissions and limitations      
+  under the License.                                           
+ -->
 <James>
 
     <!-- CHECKME! -->

Added: james/server/trunk/spring-deployment/src/main/config/james/bayesiananalyzermanagement.xml
URL: http://svn.apache.org/viewvc/james/server/trunk/spring-deployment/src/main/config/james/bayesiananalyzermanagement.xml?rev=905072&view=auto
==============================================================================
--- james/server/trunk/spring-deployment/src/main/config/james/bayesiananalyzermanagement.xml (added)
+++ james/server/trunk/spring-deployment/src/main/config/james/bayesiananalyzermanagement.xml Sun Jan 31 16:55:33 2010
@@ -0,0 +1,25 @@
+ <?xml version="1.0"?>
+<!--
+  Licensed to the Apache Software Foundation (ASF) under one   
+  or more contributor license agreements.  See the NOTICE file 
+  distributed with this work for additional information        
+  regarding copyright ownership.  The ASF licenses this file   
+  to you under the Apache License, Version 2.0 (the            
+  "License"); you may not use this file except in compliance   
+  with the License.  You may obtain a copy of the License at   
+                                                               
+    http://www.apache.org/licenses/LICENSE-2.0                 
+                                                               
+  Unless required by applicable law or agreed to in writing,   
+  software distributed under the License is distributed on an  
+  "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY       
+  KIND, either express or implied.  See the License for the    
+  specific language governing permissions and limitations      
+  under the License.                                           
+ -->  
+<!-- Uncommment this block to enable the BayesianAnalyserManagement. -->
+<!-- This is needed by the RemoteManager to enable the BayesianAnaylyzerManagement commands --> 
+<bayesiananalyzermanagement> 
+    <repositoryPath> db://maildb </repositoryPath>
+    <sqlFile>file://conf/sqlResources.xml</sqlFile>
+</bayesiananalyzermanagement>
\ No newline at end of file

Modified: james/server/trunk/spring-deployment/src/main/config/james/dnsserver.xml
URL: http://svn.apache.org/viewvc/james/server/trunk/spring-deployment/src/main/config/james/dnsserver.xml?rev=905072&r1=905071&r2=905072&view=diff
==============================================================================
--- james/server/trunk/spring-deployment/src/main/config/james/dnsserver.xml (original)
+++ james/server/trunk/spring-deployment/src/main/config/james/dnsserver.xml Sun Jan 31 16:55:33 2010
@@ -1,3 +1,22 @@
+<?xml version="1.0"?>
+<!--
+  Licensed to the Apache Software Foundation (ASF) under one   
+  or more contributor license agreements.  See the NOTICE file 
+  distributed with this work for additional information        
+  regarding copyright ownership.  The ASF licenses this file   
+  to you under the Apache License, Version 2.0 (the            
+  "License"); you may not use this file except in compliance   
+  with the License.  You may obtain a copy of the License at   
+                                                               
+    http://www.apache.org/licenses/LICENSE-2.0                 
+                                                               
+  Unless required by applicable law or agreed to in writing,   
+  software distributed under the License is distributed on an  
+  "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY       
+  KIND, either express or implied.  See the License for the    
+  specific language governing permissions and limitations      
+  under the License.                                           
+ -->
 <!-- DNS Server Block -->
 <!-- -->
 <!-- Specifies DNS Server information for use by various components inside -->

Modified: james/server/trunk/spring-deployment/src/main/config/james/domainlist.xml
URL: http://svn.apache.org/viewvc/james/server/trunk/spring-deployment/src/main/config/james/domainlist.xml?rev=905072&r1=905071&r2=905072&view=diff
==============================================================================
--- james/server/trunk/spring-deployment/src/main/config/james/domainlist.xml (original)
+++ james/server/trunk/spring-deployment/src/main/config/james/domainlist.xml Sun Jan 31 16:55:33 2010
@@ -1,3 +1,22 @@
+<?xml version="1.0"?>
+<!--
+  Licensed to the Apache Software Foundation (ASF) under one   
+  or more contributor license agreements.  See the NOTICE file 
+  distributed with this work for additional information        
+  regarding copyright ownership.  The ASF licenses this file   
+  to you under the Apache License, Version 2.0 (the            
+  "License"); you may not use this file except in compliance   
+  with the License.  You may obtain a copy of the License at   
+                                                               
+    http://www.apache.org/licenses/LICENSE-2.0                 
+                                                               
+  Unless required by applicable law or agreed to in writing,   
+  software distributed under the License is distributed on an  
+  "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY       
+  KIND, either express or implied.  See the License for the    
+  specific language governing permissions and limitations      
+  under the License.                                           
+ -->
 <domainlist>
     <!-- Domainnames identifies the DNS namespace served by this instance of James. -->
     <!-- These domainnames are used for both matcher/mailet processing and SMTP auth -->

Modified: james/server/trunk/spring-deployment/src/main/config/james/imapserver.xml
URL: http://svn.apache.org/viewvc/james/server/trunk/spring-deployment/src/main/config/james/imapserver.xml?rev=905072&r1=905071&r2=905072&view=diff
==============================================================================
--- james/server/trunk/spring-deployment/src/main/config/james/imapserver.xml (original)
+++ james/server/trunk/spring-deployment/src/main/config/james/imapserver.xml Sun Jan 31 16:55:33 2010
@@ -1,3 +1,22 @@
+<?xml version="1.0"?>
+<!--
+  Licensed to the Apache Software Foundation (ASF) under one   
+  or more contributor license agreements.  See the NOTICE file 
+  distributed with this work for additional information        
+  regarding copyright ownership.  The ASF licenses this file   
+  to you under the Apache License, Version 2.0 (the            
+  "License"); you may not use this file except in compliance   
+  with the License.  You may obtain a copy of the License at   
+                                                               
+    http://www.apache.org/licenses/LICENSE-2.0                 
+                                                               
+  Unless required by applicable law or agreed to in writing,   
+  software distributed under the License is distributed on an  
+  "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY       
+  KIND, either express or implied.  See the License for the    
+  specific language governing permissions and limitations      
+  under the License.                                           
+ -->
 <!-- IMAP server is enabled by default -->
 <!-- Disabling blocks will stop them from listening, -->
 <!-- but does not free as many resources as removing them would -->

Modified: james/server/trunk/spring-deployment/src/main/config/james/james-config.xml
URL: http://svn.apache.org/viewvc/james/server/trunk/spring-deployment/src/main/config/james/james-config.xml?rev=905072&r1=905071&r2=905072&view=diff
==============================================================================
--- james/server/trunk/spring-deployment/src/main/config/james/james-config.xml (original)
+++ james/server/trunk/spring-deployment/src/main/config/james/james-config.xml Sun Jan 31 16:55:33 2010
@@ -54,26 +54,10 @@
    <!-- Example configuration for JMS interoperation -->
    <!--&jmsConfig;-->
 
-   <!-- Set the Java packages from which to load mailets and matchers -->
-   <mailetpackages>
-      <mailetpackage>org.apache.james.transport.mailets</mailetpackage>
-      <!-- Cryptography Mailets -->
-      <mailetpackage>org.apache.james.mailet.crypto.mailet</mailetpackage>
-      <!-- Sieve Mail Scripting -->
-      <mailetpackage>org.apache.james.imapserver.sieve</mailetpackage>      
-   </mailetpackages>
-   <matcherpackages>
-      <matcherpackage>org.apache.james.transport.matchers</matcherpackage>
-      <!-- Crytographic mailets -->
-      <matcherpackage>org.apache.james.mailet.crypto.matchers</matcherpackage>
-   </matcherpackages>
+  
+
       
-   <!-- Uncommment this block to enable the BayesianAnalyserManagement. -->
-   <!-- This is needed by the RemoteManager to enable the BayesianAnaylyzerManagement commands --> 
-   <bayesiananalyzermanagement> 
-      <repositoryPath> db://maildb </repositoryPath>
-      <sqlFile>file://conf/sqlResources.xml</sqlFile>
-   </bayesiananalyzermanagement>
+
  
 
    <!-- Spool repository configuration -->

Added: james/server/trunk/spring-deployment/src/main/config/james/mailetpackages.xml
URL: http://svn.apache.org/viewvc/james/server/trunk/spring-deployment/src/main/config/james/mailetpackages.xml?rev=905072&view=auto
==============================================================================
--- james/server/trunk/spring-deployment/src/main/config/james/mailetpackages.xml (added)
+++ james/server/trunk/spring-deployment/src/main/config/james/mailetpackages.xml Sun Jan 31 16:55:33 2010
@@ -0,0 +1,27 @@
+<?xml version="1.0"?>
+<!--
+  Licensed to the Apache Software Foundation (ASF) under one   
+  or more contributor license agreements.  See the NOTICE file 
+  distributed with this work for additional information        
+  regarding copyright ownership.  The ASF licenses this file   
+  to you under the Apache License, Version 2.0 (the            
+  "License"); you may not use this file except in compliance   
+  with the License.  You may obtain a copy of the License at   
+                                                               
+    http://www.apache.org/licenses/LICENSE-2.0                 
+                                                               
+  Unless required by applicable law or agreed to in writing,   
+  software distributed under the License is distributed on an  
+  "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY       
+  KIND, either express or implied.  See the License for the    
+  specific language governing permissions and limitations      
+  under the License.                                           
+ -->
+<!-- Set the Java packages from which to load mailets -->
+<mailetpackages>
+    <mailetpackage>org.apache.james.transport.mailets</mailetpackage>
+    <!-- Cryptography Mailets -->
+    <mailetpackage>org.apache.james.mailet.crypto.mailet</mailetpackage>
+    <!-- Sieve Mail Scripting -->
+    <mailetpackage>org.apache.james.imapserver.sieve</mailetpackage>      
+</mailetpackages>
\ No newline at end of file

Modified: james/server/trunk/spring-deployment/src/main/config/james/mailstore.xml
URL: http://svn.apache.org/viewvc/james/server/trunk/spring-deployment/src/main/config/james/mailstore.xml?rev=905072&r1=905071&r2=905072&view=diff
==============================================================================
--- james/server/trunk/spring-deployment/src/main/config/james/mailstore.xml (original)
+++ james/server/trunk/spring-deployment/src/main/config/james/mailstore.xml Sun Jan 31 16:55:33 2010
@@ -1,3 +1,22 @@
+<?xml version="1.0"?>
+<!--
+  Licensed to the Apache Software Foundation (ASF) under one   
+  or more contributor license agreements.  See the NOTICE file 
+  distributed with this work for additional information        
+  regarding copyright ownership.  The ASF licenses this file   
+  to you under the Apache License, Version 2.0 (the            
+  "License"); you may not use this file except in compliance   
+  with the License.  You may obtain a copy of the License at   
+                                                               
+    http://www.apache.org/licenses/LICENSE-2.0                 
+                                                               
+  Unless required by applicable law or agreed to in writing,   
+  software distributed under the License is distributed on an  
+  "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY       
+  KIND, either express or implied.  See the License for the    
+  specific language governing permissions and limitations      
+  under the License.                                           
+ -->
 <!-- The Mailstore block -->
 <mailstore>
     <repositories>

Added: james/server/trunk/spring-deployment/src/main/config/james/matcherpackages.xml
URL: http://svn.apache.org/viewvc/james/server/trunk/spring-deployment/src/main/config/james/matcherpackages.xml?rev=905072&view=auto
==============================================================================
--- james/server/trunk/spring-deployment/src/main/config/james/matcherpackages.xml (added)
+++ james/server/trunk/spring-deployment/src/main/config/james/matcherpackages.xml Sun Jan 31 16:55:33 2010
@@ -0,0 +1,25 @@
+<?xml version="1.0"?>
+<!--
+  Licensed to the Apache Software Foundation (ASF) under one   
+  or more contributor license agreements.  See the NOTICE file 
+  distributed with this work for additional information        
+  regarding copyright ownership.  The ASF licenses this file   
+  to you under the Apache License, Version 2.0 (the            
+  "License"); you may not use this file except in compliance   
+  with the License.  You may obtain a copy of the License at   
+                                                               
+    http://www.apache.org/licenses/LICENSE-2.0                 
+                                                               
+  Unless required by applicable law or agreed to in writing,   
+  software distributed under the License is distributed on an  
+  "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY       
+  KIND, either express or implied.  See the License for the    
+  specific language governing permissions and limitations      
+  under the License.                                           
+ -->
+<!-- Set the Java packages from which to load mailets -->
+<matcherpackages>
+    <matcherpackage>org.apache.james.transport.matchers</matcherpackage>
+    <!-- Crytographic mailets -->
+    <matcherpackage>org.apache.james.mailet.crypto.matchers</matcherpackage>
+</matcherpackages>
\ No newline at end of file

Modified: james/server/trunk/spring-deployment/src/main/config/james/pop3server.xml
URL: http://svn.apache.org/viewvc/james/server/trunk/spring-deployment/src/main/config/james/pop3server.xml?rev=905072&r1=905071&r2=905072&view=diff
==============================================================================
--- james/server/trunk/spring-deployment/src/main/config/james/pop3server.xml (original)
+++ james/server/trunk/spring-deployment/src/main/config/james/pop3server.xml Sun Jan 31 16:55:33 2010
@@ -1,3 +1,22 @@
+<?xml version="1.0"?>
+<!--
+  Licensed to the Apache Software Foundation (ASF) under one   
+  or more contributor license agreements.  See the NOTICE file 
+  distributed with this work for additional information        
+  regarding copyright ownership.  The ASF licenses this file   
+  to you under the Apache License, Version 2.0 (the            
+  "License"); you may not use this file except in compliance   
+  with the License.  You may obtain a copy of the License at   
+                                                               
+    http://www.apache.org/licenses/LICENSE-2.0                 
+                                                               
+  Unless required by applicable law or agreed to in writing,   
+  software distributed under the License is distributed on an  
+  "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY       
+  KIND, either express or implied.  See the License for the    
+  specific language governing permissions and limitations      
+  under the License.                                           
+ -->
 <!-- The POP3 server is enabled by default -->
 <!-- Disabling blocks will stop them from listening, -->
 <!-- but does not free as many resources as removing them would -->

Modified: james/server/trunk/spring-deployment/src/main/config/james/remotemanager.xml
URL: http://svn.apache.org/viewvc/james/server/trunk/spring-deployment/src/main/config/james/remotemanager.xml?rev=905072&r1=905071&r2=905072&view=diff
==============================================================================
--- james/server/trunk/spring-deployment/src/main/config/james/remotemanager.xml (original)
+++ james/server/trunk/spring-deployment/src/main/config/james/remotemanager.xml Sun Jan 31 16:55:33 2010
@@ -1,4 +1,22 @@
-
+<?xml version="1.0"?>
+<!--
+  Licensed to the Apache Software Foundation (ASF) under one   
+  or more contributor license agreements.  See the NOTICE file 
+  distributed with this work for additional information        
+  regarding copyright ownership.  The ASF licenses this file   
+  to you under the Apache License, Version 2.0 (the            
+  "License"); you may not use this file except in compliance   
+  with the License.  You may obtain a copy of the License at   
+                                                               
+    http://www.apache.org/licenses/LICENSE-2.0                 
+                                                               
+  Unless required by applicable law or agreed to in writing,   
+  software distributed under the License is distributed on an  
+  "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY       
+  KIND, either express or implied.  See the License for the    
+  specific language governing permissions and limitations      
+  under the License.                                           
+ -->
 <!-- The RemoteManager server is enabled by default -->
 <!-- Disabling blocks will stop them from listening, -->
 <!-- but does not free as many resources as removing them would -->

Modified: james/server/trunk/spring-deployment/src/main/config/james/spoolmanager.xml
URL: http://svn.apache.org/viewvc/james/server/trunk/spring-deployment/src/main/config/james/spoolmanager.xml?rev=905072&r1=905071&r2=905072&view=diff
==============================================================================
--- james/server/trunk/spring-deployment/src/main/config/james/spoolmanager.xml (original)
+++ james/server/trunk/spring-deployment/src/main/config/james/spoolmanager.xml Sun Jan 31 16:55:33 2010
@@ -1,3 +1,22 @@
+<?xml version="1.0"?>
+<!--
+  Licensed to the Apache Software Foundation (ASF) under one   
+  or more contributor license agreements.  See the NOTICE file 
+  distributed with this work for additional information        
+  regarding copyright ownership.  The ASF licenses this file   
+  to you under the Apache License, Version 2.0 (the            
+  "License"); you may not use this file except in compliance   
+  with the License.  You may obtain a copy of the License at   
+                                                               
+    http://www.apache.org/licenses/LICENSE-2.0                 
+                                                               
+  Unless required by applicable law or agreed to in writing,   
+  software distributed under the License is distributed on an  
+  "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY       
+  KIND, either express or implied.  See the License for the    
+  specific language governing permissions and limitations      
+  under the License.                                           
+ --> 
  <!-- The James Spool Manager block  -->
    <!-- -->
    <!-- This block is responsible for processing messages on the spool. -->

Modified: james/server/trunk/spring-deployment/src/main/config/james/users-store.xml
URL: http://svn.apache.org/viewvc/james/server/trunk/spring-deployment/src/main/config/james/users-store.xml?rev=905072&r1=905071&r2=905072&view=diff
==============================================================================
--- james/server/trunk/spring-deployment/src/main/config/james/users-store.xml (original)
+++ james/server/trunk/spring-deployment/src/main/config/james/users-store.xml Sun Jan 31 16:55:33 2010
@@ -1,3 +1,22 @@
+<?xml version="1.0"?>
+<!--
+  Licensed to the Apache Software Foundation (ASF) under one   
+  or more contributor license agreements.  See the NOTICE file 
+  distributed with this work for additional information        
+  regarding copyright ownership.  The ASF licenses this file   
+  to you under the Apache License, Version 2.0 (the            
+  "License"); you may not use this file except in compliance   
+  with the License.  You may obtain a copy of the License at   
+                                                               
+    http://www.apache.org/licenses/LICENSE-2.0                 
+                                                               
+  Unless required by applicable law or agreed to in writing,   
+  software distributed under the License is distributed on an  
+  "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY       
+  KIND, either express or implied.  See the License for the    
+  specific language governing permissions and limitations      
+  under the License.                                           
+ -->
 <!-- The User Storage block -->
 <users-store>
     <!-- Configure User Repositories here. -->

Modified: james/server/trunk/spring-deployment/src/main/config/james/virtualusertable-store.xml
URL: http://svn.apache.org/viewvc/james/server/trunk/spring-deployment/src/main/config/james/virtualusertable-store.xml?rev=905072&r1=905071&r2=905072&view=diff
==============================================================================
--- james/server/trunk/spring-deployment/src/main/config/james/virtualusertable-store.xml (original)
+++ james/server/trunk/spring-deployment/src/main/config/james/virtualusertable-store.xml Sun Jan 31 16:55:33 2010
@@ -1,3 +1,22 @@
+<?xml version="1.0"?>
+<!--
+  Licensed to the Apache Software Foundation (ASF) under one   
+  or more contributor license agreements.  See the NOTICE file 
+  distributed with this work for additional information        
+  regarding copyright ownership.  The ASF licenses this file   
+  to you under the Apache License, Version 2.0 (the            
+  "License"); you may not use this file except in compliance   
+  with the License.  You may obtain a copy of the License at   
+                                                               
+    http://www.apache.org/licenses/LICENSE-2.0                 
+                                                               
+  Unless required by applicable law or agreed to in writing,   
+  software distributed under the License is distributed on an  
+  "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY       
+  KIND, either express or implied.  See the License for the    
+  specific language governing permissions and limitations      
+  under the License.                                           
+ -->
 <!-- The VirtualUserTable Store block -->
 <virtualusertable-store>
     <!-- Configure VirtualUserTable stores here. -->



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