When you configure a Domino server to use multiple ports the order in which the ports are started can be important, while port 1352, will bind to all configured ports, and HTTP Binding is configured in the Server Document, other internet protocols (SMTP, POP3, LDAP, IMAP) will bind to the first port on the PORTS= line in the notes.ini. So for example if a Domino server is configured with two ports named public and private so the notes.ini looks like this
To force IMAP, LDAP, POP3, or SMTP to bind to a TCP/IP port other than the first listed port, use the following notes.ini parameter:
NotesPort=
This method was introduced in Domino 6.0 2. Specify the port order in the notes.ini as documented in Technote 1279003
The PortOrder parameter is used as a state variable to hold the location of disabled ports so that if the disabled port is ever re-enabled, it will be added back to the Ports parameter in its previous position in the list. Here’s an example: State 0: Ports=Port_1, Port_2, Port_3
This method was introduced in Domino 7.0
Re-ordering of the ports line was taken care of in 7.0.1.
MPUL6G7CTC SPR# MPUL6G7CTC – Ports in the port line no longer re-order themselves when restart port was used.
All clear now, all I have to do is give it a try although I have to admit that I had a bad history with following this kind of steps, I’d better get and expert to help me.