To configure SMTP settings
jboss_home\server\default\deploy\mail-service.xml
<-- Change to the SMTP gateway server --> <property name="mail.smtp.host" value="your_smtp_server "/>
For example:
<property name="mail.smtp.host" value="smtp.mailserver.company.com"/>
jboss_home\server\default\deploy\Identity Manager.ear\config\com\netegrity\config\email.properties
admin.email.address=admin@company.com
You do not need to enable email notifications in the Management Console if you are using email notification policies.
Note: If you plan to install multiple ears under the same instance of JBoss, create a copy of jboss_home\server\default\deploy\mail-service.xml named application_id_mail-service.xml, change the mbean name to application_id-Mail, and change <attribute name="JNDIName">java:/Mail</attribute> to <attribute name="JNDIName">java:iam/application_id/mail/Mail</attribute>.
| Copyright © 2010 CA. All rights reserved. | Email CA Technologies about this topic |