Hi all
I'm blocked for incomming mail on port 25, so I have my mail backed-up and forwarded on port 26. This port is opened in the firewall and portforwarded on my external IP from port 26 to 25.
Running ver. 6.0.1-01
Telnet gave the following:
External:
[root@kurt root]# telnet 82.143.221.140 26
Trying 82.143.221.140...
Connected to 82.143.221.140.
Escape character is '^]'.
HELO
220
www.rescue-it.dk mailfront ESMTP
250
www.rescue-it.dk quit
221 Good bye.
Connection closed by foreign host.
[root@kurt root]# telnet 82.143.221.140 25
Trying 82.143.221.140...
telnet: connect to address 82.143.221.140: Connection timed out
Internal:
[root@www root]# telnet localhost 26
Trying 127.0.0.1...
telnet: connect to address 127.0.0.1: Connection refused
[root@www root]# telnet localhost 25
Trying 127.0.0.1...
Connected to localhost.
Escape character is '^]'.
HELO
220
www.rescue-it.dk mailfront ESMTP
250
www.rescue-it.dk quit
221 Good bye.
Connection closed by foreign host.
[root@www root]# telnet 82.143.221.140 25
Trying 82.143.221.140...
Connected to 82.143.221.140.
Escape character is '^]'.
HELO
220
www.rescue-it.dk mailfront ESMTP
250
www.rescue-it.dk quit
221 Good bye.
Connection closed by foreign host.
[root@www root]# telnet 82.143.221.140 26
Trying 82.143.221.140...
telnet: connect to address 82.143.221.140: Connection refused
Does this seem allright?
Anybody got a clue?