Is it possible to have more than one SMTP listener?

HERE IS MY CONFIGURATION:1 Domino server hosting 3 domains:

www.nasa.no (81.27.46.4) (MX record = nasa.no)

www.reol.com (81.27.46.51) (MX record = nasa.no)

www.laban.org (81.27.46.52) (MX record = nasa.no)

  • I use Internet site documents, and it all works grate.

  • I also Created necessary A records for each of them and CNAME www for each of them. It all works grate.

  • SMTP inbound for each domain is aslo created, and it works fine.

Can someone tell me if this is possible:

I want to use 3 separate MX records instead of 1 common MX records for each domain like this:

www.nasa.no (81.27.46.4) (MX record = nasa.no)

www.reol.com (81.27.46.51) (MX record = reol.com)

www.laban.org (81.27.46.52) (MX record = laban.org)

Domino refuse to listen to more than one SMTP port at the same time.

I tried :

SMPTNotesPort=TCPIP1

SMPTNotesPort=TCPIP2

SMPTNotesPort=TCPIP3

but as you may have guessed it failed. It only works on the first IP address.

Is it possible to have more than one SMTP listener?