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


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

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

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

eXchange POP3 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 POP3.

© 2010 Kinesphere Corporation. All rights reserved.