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


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

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

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

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

© 2003 Kinesphere Corporation. All rights reserved.