62.3 Customizing User Functionality

You can control the functionality of certain aspects of the GroupWise WebAccess user interface. Any changes you make take effect the next time users log in to WebAccess.

62.3.1 Customizing the WebAccess User Interface with Your Company Logo

You can customize the WebAccess user interface to display your company logo. In the WebAccess Login window, you can replace the GroupWise envelope icon and the words “Novell GroupWise” in the upper left corner. In the main WebAccess window, you can replace the words “Novell GroupWise” in the menu bar.

The logo size for the WebAccess Login window must not exceed 215 pixels in width by 120 pixels in height.

Logo area in the WebAccess Login window

The logo size for the upper left corner of the main WebAccess window must not exceed 220 pixels in width by 40 pixels in height.

Logo area in the main WebAccess window

Interface customizations are established through the customization.cfg file, which is located in the same directory as the webacc.cfg file.

  1. Make sure that you have company logo images that approximately match the size and shape of the Novell logos that you are replacing.

  2. Copy the logo image files to a location on your Web server where they can be displayed by specifying a URL.

    The logo image files must reside on the same server with the WebAccess Application that you are configuring. You can put them in a subdirectory under your Web server’s document root directory.

  3. Open the customization.cfg file in a text editor.

  4. Specify the logo image to use in the WebAccess Login window:

    1. Uncomment the following line:

      Company.Logo.Login.src=
      
    2. Replace the sample URL with the URL for the company logo file for the Login window.

    3. Replace the sample mouse-over text with the mouse-over text for your company logo.

  5. Specify the logo image to use in the main WebAccess window:

    1. Uncomment the following line:

      Company.Logo.Caption.src=
      
    2. Replace the sample URL with the URL for the company logo file for the main WebAccess window.

    3. Replace the sample mouse-over text with the mouse-over text for your company logo.

  6. Save the customization.cfg file.

  7. Skip to Section 62.1.6, Putting WebAccess Configuration Changes into Effect.

62.3.2 Controlling Viewable Attachment Types

By default, WebAccess allows users to view attachments in their native file formats for all file extensions except .rar (Roshall Archive, a compressed archive format) and .avi (Audio Visual Interleaf format). For all other file types, the View link is available in WebAccess. You can configure the WebAccess Application so that the View link is not available for additional file types.

To add to the list of file types that WebAccess users cannot view in native file format:

  1. Open the webacc.cfg file in a text editor.

  2. Search to find the following line:

    Document.View.excludeDocExtensions=
    
  3. Add file extensions to the list, separating each file extension with a comma.

    Do not include periods on the file extensions or spaces between the file extensions.

  4. Save the webacc.cfg file.

  5. Skip to Section 62.1.6, Putting WebAccess Configuration Changes into Effect.

62.3.3 Controlling Viewable Attachment Size

By default, users can view allowable attachment types that are less than 1 MB is size. Increasing the maximum viewable attachment size increases the load on the Web server. Decreasing the maximum viewable attachment size decreases the load on the Web server.

For allowable attachment types that do not exceed the size limit, the View link is available in WebAccess. For allowable attachment types that exceed the size limit, the View link is not available, and users must save the large attachments in order to view them.

To adjust the viewable attachment size limit:

  1. Open the webacc.cfg file in a text editor.

  2. Search to find the following line:

    Document.View.maxSize=
    
  3. Increase or decrease the size as needed.

    Specify the size in bytes. For example, 1024000 is 1 MB.

  4. Save the webacc.cfg file.

  5. Skip to Section 62.1.6, Putting WebAccess Configuration Changes into Effect.

62.3.4 Customizing the Default Calendar View

By default, WebAccess displays the Week view of the calendar:

WebAccess Calendar Week view

You can change the default to the Day view.

WebAccess Calendar Day view

Or you can change the default to the month view.

WebAccess Calendar Month view

The default you select affects how the Calendar displays for GroupWise users to access their mailboxes through this instance of the WebAccess Application.

To change the default Calendar view:

  1. Open the webacc.cfg file in a text editor.

  2. Search to find the following line:

    User.Calendar.defaultView=
    
  3. Change Week to Day or Month.

  4. Save the webacc.cfg file.

  5. Skip to Section 62.1.6, Putting WebAccess Configuration Changes into Effect.

62.3.5 Customizing the Default List Functionality

By default, in lists of items, contacts, and Find results, GroupWise WebAccess users can Shift+click and Ctrl+click to select multiple items to perform an action on.

Default WebAccess interface without check boxes

Some Web-based interfaces use check boxes for multiple selection. This interface option is also available for GroupWise WebAccess.

To configure WebAccess to display check boxes:

  1. Open the webacc.cfg file in a text editor.

  2. Search to find the following line:

    List.Checkboxes.show=
    
  3. Change false to true.

  4. Save the webacc.cfg file.

  5. Skip to Section 62.1.6, Putting WebAccess Configuration Changes into Effect.

62.3.6 Enabling an LDAP Address Book

You can configure WebAccess to access an LDAP directory as if it is a GroupWise address book.

  1. Open the webacc.cfg file in a text editor.

  2. Search to find the following line:

    User.Access.LDAP=false
    
  3. Change false to true to enable users to access an LDAP address book.

  4. Save the webacc.cfg file.

  5. Open the ldap.cfg file in a text editor.

  6. Replace the sample information in the ldap.cfg file with the specific information for the LDAP directory that you want users to access as a GroupWise address book.

  7. Save the ldap.cfg file.

  8. Follow the instructions in Section 62.1.6, Putting WebAccess Configuration Changes into Effect.

  9. Verify that the LDAP directory is available as a GroupWise address book:

    1. In WebAccess, open a new item.

    2. Click Address, then click the Plus icon Plus icon.

    3. Expand the list of address books, then select the LDAP address book.

  10. (Conditional) If the LDAP address book does not appear in the list:

    1. Check your modifications to the webacc.cfg file and ldap.cfg file for errors.

    2. Check the WebAccess Application log file for error messages.

      For assistance, see Section 63.2, Using WebAccess Application Log Files.

    3. Resolve the problem, so that the LDAP address book appears in the list of address books.

  11. Verify that the LDAP address book works as expected:

    1. Send a message to a recipient in the LDAP address book.

    2. Verify that the message was delivered successfully.

  12. Notify GroupWise users that the LDAP address book is available, and explain to them how to access it.

    The LDAP address book is available only in the Address Selector and only in WebAccess. It is not available in the GroupWise client.