Re: Dovecot not listening when testing connection

2017-04-20 Thread Alvaro Lacerda
Hi Bernardo -- Thank you so much! After I changed my input I also got an error when trying to test through telnet, but that was because I was missing the dovecot-mysql package as well. Thanks again, cheers. Alvaro On 04/20/2017 12:00 PM, B. Reino wrote: On Thu, 20 Apr 2017, Alvaro Lacerda wr

Re: Dovecot not listening when testing connection

2017-04-20 Thread B. Reino
On Thu, 20 Apr 2017, Alvaro Lacerda wrote: ssl = yes ssl = required ssl_cert = /etc/exim/ssl/wildcard_cantella_com.crt.chained ssl_cipher_list = ALL:!LOW:!SSLv2:SSLv3:!EXP:!aNULL ssl_key = /etc/exim/ssl/wildcard_cantella_com.key verbose_ssl = yes I guess you didn't read https://wiki2.dovecot.

Re: Dovecot not listening when testing connection

2017-04-20 Thread Alvaro Lacerda
Hi, here's my result for # doveconf -n|grep ssl ssl = yes ssl = required ssl_cert = /etc/exim/ssl/wildcard_cantella_com.crt.chained ssl_cipher_list = ALL:!LOW:!SSLv2:SSLv3:!EXP:!aNULL ssl_key = /etc/exim/ssl/wildcard_cantella_com.key verbose_ssl = yes On 04/20/2017 11:27 AM, B. Reino wrote

Re: Dovecot not listening when testing connection

2017-04-20 Thread B. Reino
On Thu, 20 Apr 2017, Alvaro Lacerda wrote: These are my dovecot logs. It looks like this error pops up every time I run "telnet localhost 143" Apr 20 11:11:39 imap-login: Fatal: Couldn't parse private ssl_key: error:0906D06C:PEM routines:PEM_read_bio:no start line: Expecting: ANY PRIVATE KEY

Re: Dovecot not listening when testing connection

2017-04-20 Thread Alvaro Lacerda
Hi B. Reino, These are my dovecot logs. It looks like this error pops up every time I run "telnet localhost 143" Apr 20 11:11:39 imap-login: Fatal: Couldn't parse private ssl_key: error:0906D06C:PEM routines:PEM_read_bio:no start line: Expecting: ANY PRIVATE KEY Apr 20 11:11:39 master: Erro

Re: Dovecot not listening when testing connection

2017-04-20 Thread B. Reino
On Thu, 20 Apr 2017, Alvaro Lacerda wrote: When I try "telnet localhost 143" I get the same result. It does connect but then the connection is dropped. # telnet localhost 143 Trying ::1... Connected to localhost. Escape character is '^]'. Connection closed by foreign host. I never get the "*

Re: Dovecot not listening when testing connection

2017-04-20 Thread Alvaro Lacerda
Hi Webert -- Thanks for the quick reply and observation. When I try "telnet localhost 143" I get the same result. It does connect but then the connection is dropped. # telnet localhost 143 Trying ::1... Connected to localhost. Escape character is '^]'. Connection closed by foreign host. I nev

Re: Dovecot not listening when testing connection

2017-04-20 Thread Webert de Souza Lima
You won't have that "* OK [CAPA]" message by doing telnet on port 993, as this is a secure port and the connection is encrypted. Either you need to use something as openssl or gnutls to test it that way, or telnet to imap port 143 (not encrypted). On Thu, Apr 20, 2017 at 11:33 AM, Alvaro Lacer

Dovecot not listening when testing connection

2017-04-20 Thread Alvaro Lacerda
Hi, This is my environment: SMTP: Exim 4.89 with Mailscanner 5.0.3 IMAP: Dovecot 2.2.10 At the moment I'm just trying to test out my Dovecot to check if it's listening on port 993. *netstat -tuln:* Shows that my machine is listening on ports 143 and 993. *telnet localhost 993: *This is my