Thread: Sendmail TLS
View Single Post
  #2   (View Single Post)  
Old 19th February 2011
J65nko J65nko is offline
Administrator
 
Join Date: May 2008
Location: Budel - the Netherlands
Posts: 4,125
Default

Does netstat -an -f inet show a LISTEN on port 465?
Code:
netstat -an -f inet     
Active Internet connections (including servers)
Proto   Recv-Q Send-Q  Local Address          Foreign Address        (state)
tcp          0      0  *.6000                 *.*                    LISTEN
tcp          0      0  *.3306                 *.*                    LISTEN
tcp          0      0  127.0.0.1.587          *.*                    LISTEN
tcp          0      0  127.0.0.1.25           *.*                    LISTEN
tcp          0      0  *.515                  *.*                    LISTEN
tcp          0      0  192.168.222.20.22      *.*                    LISTEN
Active Internet connections (including servers)
Proto   Recv-Q Send-Q  Local Address          Foreign Address        (state)
udp          0      0  192.168.222.20.35671   80.85.129.25.123      
udp          0      0  192.168.222.20.10421   85.17.207.62.123      
udp          0      0  192.168.222.20.32014   81.171.44.131.123     
udp          0      0  *.514                  *.*
In my case it does not, so :
Code:
 $ telnet localhost 465   
Trying 127.0.0.1...
telnet: connect to address 127.0.0.1: Connection refused
Trying ::1...
telnet: connect to address ::1: Connection refused
__________________
You don't need to be a genius to debug a pf.conf firewall ruleset, you just need the guts to run tcpdump
Reply With Quote