23.2 Configuring the Number of Users Who Can Be Included in the Same E-Mail Notification

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 23.1, Configuring the Field that Vibe Uses When Sending E-Mails.

  1. 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
    
  2. Make a backup copy of the ssf-ext.properties file, which is located in the same directory as the ssf.properties file.

  3. Open the ssf.properties file in a text editor.

  4. Search for the following line:

    mail.rcpt.limit=500
    
  5. Open the ssf-ext.properties file in a text editor.

  6. Copy the mail.rcpt.limit=500 line from the ssf.properties file to the bottom of the ssf-ext.properties file.

  7. Change 500 to 1, so that the line now reads mail.rcpt.limit=1.

  8. Save and close the ssf-ext.properties file.

  9. Close the ssf.properties file without saving it.

  10. Stop and restart Vibe to configure Vibe to include only one user in each e-mail notification that is sent.