Sun Java System Portal Server 7.1 Configuration Guide

Enabling Access to Mail and Calendar Applications

Both Messaging Server and Calendar Server verify the Internet Protocol (IP) address of the host where the browser requests a login session ID. If the IP address differs from the host IP address where the session ID is issued, Messaging Server and Calendar Server reject the session with a session timeout message.

You must change the value of the parameter that enables and disables an IP security check to allow the user to access mail through Portal Server. The parameter that specifies whether to restrict session access to the login IP address, is:

service.http.ipsecurity

ProcedureTo Disable ipsecurity for Messaging Server

To disable ipsecurity for Messaging Server, perform the following steps in the command line on the machine running the mail server.

  1. Log in to the Messaging Server.

  2. Type the following command:

    MessagingServer-base /sbin/server5/msg-messaging-server-hostname /configutil -o service.http.ipsecurity -v no

  3. Change to root using the su command.

  4. Stop Messaging Server using this command

    MessagingServer-base /sbin/server5/msg-messaging-server-hostname /stop-msg

  5. Start Messaging Server using this command:

    MessagingServer-base /sbin/server5/msg-messaging-server-hostname /start-msg

ProcedureTo Disable ipsecurity for Calendar Server

To disable ipsecurity for Calendar Server, perform the following steps in the command line on the machine running the Calendar Server:

  1. Log in to the Calendar Server.

  2. Assuming calendar server is installed in /opt/SUNWics5, type the following:

    cd /opt/SUNWics5/cal/config/

  3. Edit the ics.conf file and set ipsecurity to no. For example:

    service.http.ipsecurity = "no"

  4. Assuming calendar server is installed in /opt/SUNWics5, restart Calendar Server by typing:

    /opt/SUNWics5/cal/sbin/stop-cal

    /opt/SUNWics5/cal/sbin/start-cal

    Refresh or re-authenticate to the Portal Desktop, and verify that the “Launch Calendar” link works.