Final issue with falko's howto

Discussion in 'HOWTO-Related Questions' started by BrendanP, Aug 8, 2008.

  1. BrendanP

    BrendanP New Member

    I've *almost* got everything working properly after following falko's howto. I just have one more thing...

    I can't connect to pop3 (using tls).

    Code:
    root@hostname:~# openssl s_client -connect localhost:110 -quiet
    11379:error:140770FC:SSL routines:SSL23_GET_SERVER_HELLO:unknown protocol:s23_clnt.c:583:
    root@hostname:~#
    
    
     
  2. falko

    falko Super Moderator Howtoforge Staff

    POP3S is running on port 995, not 110.
     

Share This Page