Author: eric
Date: Wed Nov 10 07:51:25 2010
New Revision: 1033383

URL: http://svn.apache.org/viewvc?rev=1033383&view=rev
Log:
Update further to smtp auth activation and folder structure in var.

Modified:
    james/server/trunk/src/site/xdoc/quick-start.xml

Modified: james/server/trunk/src/site/xdoc/quick-start.xml
URL: 
http://svn.apache.org/viewvc/james/server/trunk/src/site/xdoc/quick-start.xml?rev=1033383&r1=1033382&r2=1033383&view=diff
==============================================================================
--- james/server/trunk/src/site/xdoc/quick-start.xml (original)
+++ james/server/trunk/src/site/xdoc/quick-start.xml Wed Nov 10 07:51:25 2010
@@ -99,24 +99,21 @@ drwxrwxrwx. 2 root root  4096 2010-10-21
 -rw-------. 1 root root 13680 2010-11-06 09:01 wrapper.conf
 
 
-James is packaged with virtual hosting disabled, XML domain list, JPA (Derby 
database) storage for the mails and remote delivery from locahost only.
+James is packaged with virtual hosting disabled, XML domain list, JPA (Derby 
database) storage for the mails and SMTP Auth.
 You can for example edit the following files to change the behaviour:
 
   * Enable virtual hosting in mailserver.xml: vi mailserver.xml
       <enableVirtualHosting> true </enableVirtualHosting>
       
-  * Replace the XMLDomainList with the JPADomainList: vi usersrepository.xml
+  * Add the domains in the XMLDomain List or replace the XMLDomainList with 
the JPADomainList: vi usersrepository.xml
       <domainlist class="org.apache.james.domainlist.jpa.JPADomainList">
         <autodetect>true</autodetect>
         <autodetectIP>true</autodetectIP>
       </domainlist>
-
+      
   * Enable virtual hosting in mailserver.xml: vi mailserver.xml
       <enableVirtualHosting> true </enableVirtualHosting>
       
-  * Enable remote delivery from any host in smtpserver.xml: vi smtpserver.xml
-      Add <authRequired> true </authRequired> under 
<handler> tag
-      
   * Edit the database.properties and change the values according to your 
database.
 
   * Add the needed JDBC driver jar in the ./conf/lib folder according to your 
database.
@@ -243,11 +240,13 @@ Step 8: Monitor
     +-spam
 
     store
-    +-derbydb
-    +-jackrabbbit
+    +-maildir
+    +-derby
+    +-jackrabbit
     +-activemq
-      +-jamesBroker
-      +-blob
+      +-brokers
+        +-james
+      +-blob-transfer
         +-outgoing
         +-spool
 



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to