By default, Vibe imposes a limit of 500 message recipients for each e-mail notification that Vibe sends. You might want to change this limit to 1 if you have configured Vibe as described in Section 25.2, Configuring the Field that Vibe Uses When Sending E-Mails.
Change to the following directory:
Linux: |
/opt/novell/teaming/apache-tomcat/ webapps/ssf/WEB-INF/classes/config |
Windows: |
c:\Program Files\Novell\Teaming\apache-tomcat\ webapps\ssf\WEB-INF\classes\config |
Make a backup copy of the ssf-ext.properties file, which is located in the same directory as the ssf.properties file.
Open the ssf.properties file in a text editor.
Search for the following line:
mail.rcpt.limit=500
Open the ssf-ext.properties file in a text editor.
Copy the mail.rcpt.limit=500 line from the ssf.properties file to the bottom of the ssf-ext.properties file.
Change 500 to 1, so that the line now reads mail.rcpt.limit=1.
Save and close the ssf-ext.properties file.
Close the ssf.properties file without saving it.
Stop and restart Vibe to configure Vibe to include only one user in each e-mail notification that is sent.