Hallo!
We have a Domino 8.5.1 Server running on a linux Cent’os,
Smtp and routing mail work fine over internal lan (172.16.xxx.xxx)
We need the Domino server to receive mail from a separate lan (192.168.100.xxx) .
We added in linux’s network configuration a new ethernet connection (192.168.100.253).
If we try to access a webmail from the 192.168 lan (http://192.168.100.253/mail/mailfile.nsf) it work’s fine.
but if we try to open a smtp connection we have problem:
here out test via prompt from client 192.168.100.252
==================================================
telnet 192.168.100.253 25
the reply was:
421 Cannot connect to SMTP server 192.168.100.235 (192.168.100.235:25), connect error 10061
Connection to host lost.
====================================================
here the connection from the same client (it has a 172.16 network address too) to the same server but the 172.16 address…
===================================================================
telnet 172.16.2.253 25
220 server.dominio.it ESMTP Service (Lotus Dominio Release 8.5.1) reaady at Tu, 18 Nov 2010 14.12.56 +0100
==========================================================
It looks like the client can contact the server but doesn’t receive a reply…
what’s missing??
Thank’s
Marco