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.
You can customize the WebAccess user interface to display your company logo. Interface customizations are established through the customization.cfg file, which is located in the same folder as the webacc.cfg file. The logo size for the WebAccess Login window must not exceed 215 pixels in width by 120 pixels in height.
Ensure that you have company logo that approximately match the size and shape of the Novell logo that you are replacing.
Copy the logo image file to a location on your web server where it can be displayed by specifying a URL.
The logo image file must reside on the same server with the WebAccess Application that you are configuring. You can put it in a subfolder under your web server’s document root folder.
Open the customization.cfg file in a text editor.
Specify the logo image to use in the WebAccess Login window:
Uncomment the following line:
Company.Logo.Login.src=
Replace the sample URL with the URL for the company logo file for the Login window.
Replace the sample mouse-over text with the mouse-over text for your company logo.
Save the customization.cfg file.
Skip to Section 76.1.7, Putting WebAccess Configuration Changes into Effect.
You can customize the sound that WebAccess users hear when a new item arrives in their GroupWise Mailbox. The default sound file is named notifyClient.wav.
Copy the desired sound file to a location on your web server where it can be played by specifying a URL.
The sound file must reside on the same server with the WebAccess Application that you are configuring. You can put it in a subfolder under your web server’s document root folder.
Open the webacc.cfg file in a text editor.
Search to find the following line:
Notification.NewMail.sound=
Replace the default URL with the URL for the desired sound file.
Save the webacc.cfg file.
Skip to Section 76.1.7, Putting WebAccess Configuration Changes into Effect.
Open the webacc.cfg file in a text editor.
Search to find the following line:
Notification.enabled=true
Change true to false.
Save the webacc.cfg file.
Skip to Section 76.1.7, Putting WebAccess Configuration Changes into Effect.
WebAccess automatically refreshes users’ web browsers so that the current contents of their mailboxes are always displayed.
By default, WebAccess uses 5 threads for polling, with a maximum of 20 threads allowed, and polling takes place on port 8500.
By default, WebAccess starts actively polling for updates from the POA after 10 minutes of inactivity, and keeps checking every minute until it is contacted by the POA
You can change these behaviors as needed.
Open the webacc.cfg file in a text editor.
Search to find the following lines:
#SOAP.Poll.port=8500 #SOAP.Poll.Threads.default=5 #SOAP.Poll.Threads.max=20
Remove the pound sign (#) to activate the setting.
Adjust a poll settings as needed for your WebAccess users.
Search to find the following lines:
Poll.Idle.timeout=10 Poll.Idle.interval=1
Save the webacc.cfg file.
Skip to Section 76.1.7, Putting WebAccess Configuration Changes into Effect.
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:
Open the webacc.cfg file in a text editor.
Search to find the following line:
Document.View.excludeDocExtensions=
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.
Save the webacc.cfg file.
Skip to Section 76.1.7, Putting WebAccess Configuration Changes into Effect.
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:
Open the webacc.cfg file in a text editor.
Search to find the following line:
Document.View.maxSize=
Increase or decrease the size as needed.
Specify the size in bytes. For example, 1024000 is 1 MB.
Save the webacc.cfg file.
Skip to Section 76.1.7, Putting WebAccess Configuration Changes into Effect.
By default, WebAccess displays the Week view of the calendar.
You can change the default to the Day view.
Or you can change the default to the 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:
Open the webacc.cfg file in a text editor.
Search to find the following line:
User.Calendar.defaultView=
Change Week to Day or Month.
Save the webacc.cfg file.
Skip to Section 76.1.7, Putting WebAccess Configuration Changes into Effect.
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.
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:
Open the webacc.cfg file in a text editor.
Search to find the following line:
List.Checkboxes.show=
Change false to true.
Save the webacc.cfg file.
Skip to Section 76.1.7, Putting WebAccess Configuration Changes into Effect.
By default, WebAccess Mobile previews the first unread message when the user logs in. You can configure WebAccess Mobile to open the first unread message rather than previewing it, if that is more convenient for users.
Open the webacc.cfg file in a text editor.
Search to find the following line:
Mobile.Interface.UnreadItem.showMessagePreview=true
Change true to false.
Save the webacc.cfg file.
Skip to Section 76.1.7, Putting WebAccess Configuration Changes into Effect.
You can configure WebAccess to access an LDAP directory as if it is a GroupWise address book.
Open the webacc.cfg file in a text editor.
Search to find the following line:
User.Access.LDAP=false
Change false to true to enable users to access an LDAP address book.
Save the webacc.cfg file.
Open the ldap.cfg file in a text editor.
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.
Save the ldap.cfg file.
Follow the instructions in Section 76.1.7, Putting WebAccess Configuration Changes into Effect.
Verify that the LDAP directory is available as a GroupWise address book:
In WebAccess, open a new item.
Click Address, then click the Plus icon.
Expand the list of address books, then select the LDAP address book.
(Conditional) If the LDAP address book does not appear in the list:
Check your modifications to the webacc.cfg file and ldap.cfg file for errors.
Check the WebAccess Application log file for error messages.
For assistance, see Section 77.2, Using WebAccess Application Log Files.
Resolve the problem, so that the LDAP address book appears in the list of address books.
Verify that the LDAP address book works as expected:
Send a message to a recipient in the LDAP address book.
Verify that the message was delivered successfully.
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.