Cosmo Account Activation via Email
Account activation via email is turned off by default. To turn it on:
- Edit
$OSAFSRV_HOME/etc/cosmo.properties and change the property cosmo.service.account.requireActivation to true.
- Edit
$OSAFSRV_HOME/tomcat/conf/Catalina/localhost/chandler.xml and configure the osafsrv/mail resource to point to your SMTP server. For more information on configuring this resource, please see the JavaMail Sessions section of Tomcat's JNDI Resources How-To.
Default osafsrv/mail configuration:
<Resource name="osafsrv/mail"
type="javax.mail.Session"
mail.transport.protocol="smtp"
mail.smtp.host="localhost"
mail.smtps.host="localhost"
mail.smtp.starttls.enable="false"/>