Overview
Technical Support
How to Buy
FAQ
Menu
Toolbar
Reference
Configuration
Internet Connection
Schedule
Outgoing Mail
Incoming Mail
Internet Mail Accounts
Rules
Virus
Monitoring
Alerts
Event Log
Message Log
Sessions
Statistics
Monitoring Settings
Queues
Folders
FAQ: How do I setup eXchange WALL on a computer with multiple network cards?


If you are running eXchange WALL on a computer with multiple network cards installed, then follow these steps: You need to configure eXchange WALL to use the card that is connected to the network that your Exchange Server is connected to.

First stop eXchange WALL. If running as a service, ensure the service is stopped.

Using Notepad, open eXchange WALL's configuration file CONFIG.INI. The file is located at:

eXchange WALL installation folder\data\config\config.ini

Look for the section [SMTPServer] similar to the following:

[SMTPServer]
Enabled = YES
IPAllow = 192.168.0.2
Port = 25
X.ID = 609


Add the parameter BindAddress as follows:

[SMTPServer]
Enabled = YES
IPAllow = 192.168.0.2
Port = 25
BindAddress = x.x.x.x
X.ID = 609


where x.x.x.x is the IP address of the network card we wish to use.

Now look for the section [Relay] and add the BindAddress parameter as you did in the previous step.

Save CONFIG.INI and start eXchange WALL.

© 2003 Kinesphere Corporation. All rights reserved.