Displaying 3 results from an estimated 3 matches for "wildcard_cantella_com".
2017 Apr 20
2
Dovecot not listening when testing connection
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:
> On Thu, 20 Apr 2017, Alvaro Lacerda wrote:
>
>> These are my dovecot logs. It looks like this error pops up ev...
2017 Apr 20
0
Dovecot not listening when testing connection
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.org/SSL/DovecotConfiguration
Change ssl_cert and ssl_key so it reads like:
ssl_cert = </etc/exim/...
2017 Apr 20
2
Dovecot not listening when testing connection
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: Error: service(imap-login): command startup
failed, throttling for 60 secs
On 04/20/2017