Exchange connection - General tab
Integration module
Existing Exchange connection
Properties
Connection name
Under this name, you will later select the connection in applications.
MediaGateway connection data
A fundamental requirement for successful access to the Exchange server
is the completed
installation of MediaGateway.
Host, Port, Time zone
Enter the Host, Port and Time zone for the MediaGateway server.
Use SSL
Activates the encrypted transfer of
data to the MediaGateway. This option is recommended if Intrexx and Intrexx
MediaGateway are installed on different servers.
By default, the MediaGateway will use port 8087 for connections, as
well as port 9087 for SSL encrypted connections. Changing these ports
may be necessary if, for example, they are already in use by other
applications or they have been blocked by a firewall. In this case, you
can change the ports as follows:
-
Stop the Intrexx MediaGateway service.
-
Open the file MG.Server.exe.config using a text editor; this can be found in the
installation directory of the Intrexx MediaGateway.
-
Insert the following XML passage under the element <applicationSettings> /<MG.Server.Properties.Settings>,
or remove the commenting <!-- … -->, if the passage already exists:
<setting name="SSLPort" serializeAs="String">
<value>9087</value>
</setting>
- The entire passage under <applicationSettings> should then look like the following:
<applicationSettings>
<MG.Server.Properties.Settings>
<setting name="Port"
serializeAs="String">
<value>8087</value>
</setting>
<setting name="SSLPort"
serializeAs="String">
<value>9087</value>
</setting>
<setting name="UdpPort"
serializeAs="String">
<value>8088</value>
</setting>
</MG.Server.Properties.Settings>
</applicationSettings>
-
In the <setting> elements for Port and SSLPort,
you can now adjust the values to your environment.
-
Save the configuration file and restart the
Intrexx MediaGateway service.
-
Now, edit the configuration of the Connector for Microsoft Exchange in the
Integration module
in the Portal Manager for every portal which uses the Connector for Microsoft
Exchange. Log in to MediaGateway and enter the values edited earlier as the
portal and, if required, the SSL port.
-
Perform a connection test and then save the Exchange configuration.
MediaGateway Administrator account
This account is required for the administrative access to the MediaGateway server.
Change password
Opens a
dialog
where the password can be modified. The default password from Intrexx is
"1234".