Topics

04 Documentation updates
Server
Multiple network adapters in partitioned server

If there are multiple network adapters in the server, two entries must be added to the NOTES.INI file for these tasks to run in a partitioned server environment for the respective protocol. The first, <PortName>_TCPIPAddress, binds an individual Notes port to an IP address; the second, <INTERNETPROTOCOL>NotesPort=TCPIP, binds an Internet service (such as LDAP, SMTP, or IMAP) to the Notes port, thus associating the service with it IP address.

The general syntax of the first setting is <PortName>_TCPIPAddress=0,xxx.xxx.xxx.xxx:1352, where PortName is the name of the Notes port defined in the PORTS= line in NOTES.INI, and xxx.xxx.xxx.xxx is one of the IP addresses defined in the machine's network settings.

The second entry is the <INTERNETPROTOCOL>NotesPort=TCPIP entry, such as IMAPNotesPort=TCPIP. This applies to IMAP, LDAP, NNTP, POP3, and SMTP. For example