We are evaluating Scalix, but I am unable to get inbound external mail to work. If I telnet to port 25 on the Scalix server I connect and recieve a response. If I try it from another machine on the same lan, same subnet, I cannot. There is nothing between the machines but a network switch. I can ping and access webmail and sac from the machine but not port 25. ClamAV and spam assassin are installed (Yes, I know I should have tested the basics before adding complexity).
If I enter netstat -an | grep :25 | grep tcp I get:
tcp 0 0 192.168.0.20 0.0.0.0:* LISTEN
tcp 0 0 192.168.0.21 0.0.0.0:* LISTEN
tcp 0 0 127.0.0.1:25 0.0.0.0:* LISTEN
I am sure this is probably something simple, but to me it looks like it should be responding.