POP configuration

You must configure a POP to control request and response streaming on the junction used for communication between Outlook and Exchange:

  1. Create a POP that sets the response-buffer-control and request-buffer-control attributes to bypass. For example:
    pdadmin> pop create streaming
    pdadmin> pop modify streaming set attribute response-buffer-control bypass
    pdadmin> pop modify streaming set attribute request-buffer-control bypass
  2. Attach this POP to the junction that you are using for the RPC over HTTP communication.
    Transparent Path Junction example:
    pdadmin> pop attach /WebSEAL/webseal-server/rpc streaming
    Virtual Host Junction example:
    pdadmin> pop attach /WebSEAL/webseal-server/@exchange streaming

For details, see Bypassing buffering on a per-resource basis.