Author: eric
Date: Mon Nov  8 16:17:57 2010
New Revision: 1032623

URL: http://svn.apache.org/viewvc?rev=1032623&view=rev
Log:
Add info on remotedelivery on the quick start page.

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=1032623&r1=1032622&r2=1032623&view=diff
==============================================================================
--- james/server/trunk/src/site/xdoc/quick-start.xml (original)
+++ james/server/trunk/src/site/xdoc/quick-start.xml Mon Nov  8 16:17:57 2010
@@ -100,19 +100,26 @@ drwxrwxrwx. 2 root root  4096 2010-10-21
 
 
 James is packaged with virtual hosting disabled, XML domain list, JPA (Derby 
database) storage for the mails and remote delivery from locahost only.
-You can edit the following files to change the behaviour:
+You can for example edit the following files to change the behaviour:
 
-- Enable virtual hosting in mailserver.xml: vi mailserver.xml
-  <enableVirtualHosting> true </enableVirtualHosting>
+  * Enable virtual hosting in mailserver.xml: vi mailserver.xml
+      <enableVirtualHosting> true </enableVirtualHosting>
+      
+  * 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.
 
-- Replace the XMLDomainList with the JPADomainList: vi usersrepository.xml
-  <domainlist class="org.apache.james.domainlist.jpa.JPADomainList">
-    <autodetect>true</autodetect>
-    <autodetectIP>true</autodetectIP>
-  </domainlist>
-
-- Edit the database.properties and change the values according to your 
database.
-- Don't forget to add the needed JDBC driver jar in the ./conf/lib folder.
+  * Add the needed JDBC driver jar in the ./conf/lib folder according to your 
database.
   
 Step 4: Start
 #############



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

Reply via email to