taylor 01/07/03 10:25:45
Modified: xdocs faq.xml
Log:
- updated faq with better Confirmation Email Feature instructions
Revision Changes Path
1.8 +16 -1 jakarta-jetspeed/xdocs/faq.xml
Index: faq.xml
===================================================================
RCS file: /home/cvs/jakarta-jetspeed/xdocs/faq.xml,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- faq.xml 2001/04/16 07:24:25 1.7
+++ faq.xml 2001/07/03 17:25:40 1.8
@@ -194,7 +194,22 @@
The mail host settings will need to be modified:
</p>
<p>
- <tomcat_home>/webapps/jetspeed/WEB-INF/conf/TurbineResources.properties
+ <tomcat_home>/webapps/jetspeed/WEB-INF/conf/JetspeedResources.properties
+</p>
+<p>
+Here are the settings necessary to work with a Apache James Mail Server running on
the localhost:
+</p>
+<p>
+mail.server=localhost
+confirm.email.from=Postmaster@localhost
+confirm.email.name=Jetspeed Postmaster
+confirm.email.subject=Jetspeed registration
+</p>
+<p>
+This Confirmation E-mail is an optional feature. To disable it, use the
JetspeedResources.properties setting:
+</p>
+<p>
+confirm.email.enable=false
</p>
</td>
</tr>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]