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 2010/12/21 09:41:10 UTC

svn commit: r1051417 - in /james/server/trunk/container-spring/src/main/config/james: domainlist.xml usersrepository.xml

Author: eric
Date: Tue Dec 21 08:41:10 2010
New Revision: 1051417

URL: http://svn.apache.org/viewvc?rev=1051417&view=rev
Log:
enable virtualHosting and JPADomainList by default (JAMES-1124)

Modified:
    james/server/trunk/container-spring/src/main/config/james/domainlist.xml
    james/server/trunk/container-spring/src/main/config/james/usersrepository.xml

Modified: james/server/trunk/container-spring/src/main/config/james/domainlist.xml
URL: http://svn.apache.org/viewvc/james/server/trunk/container-spring/src/main/config/james/domainlist.xml?rev=1051417&r1=1051416&r2=1051417&view=diff
==============================================================================
--- james/server/trunk/container-spring/src/main/config/james/domainlist.xml (original)
+++ james/server/trunk/container-spring/src/main/config/james/domainlist.xml Tue Dec 21 08:41:10 2010
@@ -20,10 +20,7 @@
  
 <!-- See http://james.apache.org/server/3/config.html for usage -->
 
-<domainlist class="org.apache.james.domainlist.xml.XMLDomainList">
-  <domainnames>
-    <domainname>localhost</domainname>
-  </domainnames>
+<domainlist class="org.apache.james.domainlist.jpa.JPADomainList">
   <autodetect>true</autodetect>
   <autodetectIP>true</autodetectIP>
   <defaultDomain>localhost</defaultDomain>

Modified: james/server/trunk/container-spring/src/main/config/james/usersrepository.xml
URL: http://svn.apache.org/viewvc/james/server/trunk/container-spring/src/main/config/james/usersrepository.xml?rev=1051417&r1=1051416&r2=1051417&view=diff
==============================================================================
--- james/server/trunk/container-spring/src/main/config/james/usersrepository.xml (original)
+++ james/server/trunk/container-spring/src/main/config/james/usersrepository.xml Tue Dec 21 08:41:10 2010
@@ -20,6 +20,6 @@
 
 <!-- See http://james.apache.org/server/3/config.html for usage -->
 <usersrepository name="LocalUsers" class="org.apache.james.user.jpa.JPAUsersRepository">
-  <enableVirtualHosting>false</enableVirtualHosting>
+  <enableVirtualHosting>true</enableVirtualHosting>
   <algorithm>MD5</algorithm>
 </usersrepository>



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