This file contains configuration for the community management SDK component. The configuration variables defined in the communitymc.properties file, in most cases, need not be modified. To modify the file, log into any system that has portal server installed as superuser and access the file in the PortalServer-DataDir/portals/portal-ID/config/ directory.
The file contains the following (modifiable) variables:
Specifies the URL of the search server to use when creating communities.
Specifies the base value used to set display profile priorities for created communities.
Specifies the implementation classes to use to send notification. The following implementation is available: com.sun.portal.community.notification.impl.JavaMailNotifierImpl.
Specifies types of events for which notification is to be triggered. The following event is available: user_invited. Leave the value empty if you do not wish to use the notification feature.
Specifies the mail protocol (smtp) to use. See JavaMailTM specification for more information.
Specifies the hostname of the mail server. See JavaMail specification for more information.
Specifies the debug mode for JavaMail. See JavaMail specification for more information.
Specifies the default sender address if there is none available for the user sending the notification.
Provides simple authentication implementation to be used with JavaMail. The following implementation is available: com.sun.portal.community.notification.impl.SimpleAuthenticator. See JavaMail specification for more information.
Specifies the user name to be used with the SimpleAuthenticator implementation.
Specifies the password to be used with the SimpleAuthenticator implementation.