hi,
i configured the sendmail for my local mail server, now when i try to telnet the port 25 this is the error:
# telnet localhsot 25
Trying 127.0.0.1...
telnet: connect to address 127.0.0.1: Connection refused
telnet: Unable to connect to remote host: Connection refused
also:
# telnet mail.mysite.com 25
Trying 203.102.194.68...
telnet: connect to address 203.102.194.68: Connection refused
telnet: Unable to connect to remote host: Connection refused
i opened the port 25 in my firewall but with:
#netstat -an | grep :25 | grep tcp
there is no output, it means the port is not open at all, any idea please?