Re: [Dovecot] ssl enabled, but ssl_cert not set ( 2.0.7 freebsd 8.1 )

2010-12-16 Thread Frank Bonnet
Yes I know but it does not work ! On 12/15/2010 06:33 PM, Odhiambo Washington wrote: You can change the "ssl = yes" to "ssl = no" and try again or specify the correct paths to your SSL certs. That is what it is telling you. On Wed, Dec 15, 2010 at 3:36 PM, Frank Bonnet wrote: hello tryin

Re: [Dovecot] ssl enabled, but ssl_cert not set ( 2.0.7 freebsd 8.1 )

2010-12-15 Thread Timo Sirainen
On 15.12.2010, at 21.57, Noel Butler wrote: >> Willie Gillespie wrote: >>> Does your configuration file have those "<" characters in it? If so, >>> try getting rid of those. >> >> It was pointed out to me that v2 does show "<" characters in the docs, >> which I guess is a change since v1. >>

Re: [Dovecot] ssl enabled, but ssl_cert not set ( 2.0.7 freebsd 8.1 )

2010-12-15 Thread Noel Butler
On Wed, 2010-12-15 at 11:35 -0700, Willie Gillespie wrote: > Willie Gillespie wrote: > > Does your configuration file have those "<" characters in it? If so, > > try getting rid of those. > > It was pointed out to me that v2 does show "<" characters in the docs, > which I guess is a change sin

Re: [Dovecot] ssl enabled, but ssl_cert not set ( 2.0.7 freebsd 8.1 )

2010-12-15 Thread Willie Gillespie
Willie Gillespie wrote: Does your configuration file have those "<" characters in it? If so, try getting rid of those. It was pointed out to me that v2 does show "<" characters in the docs, which I guess is a change since v1. http://wiki2.dovecot.org/SSL/DovecotConfiguration So, I'm not re

Re: [Dovecot] ssl enabled, but ssl_cert not set ( 2.0.7 freebsd 8.1 )

2010-12-15 Thread Odhiambo Washington
You can change the "ssl = yes" to "ssl = no" and try again or specify the correct paths to your SSL certs. That is what it is telling you. On Wed, Dec 15, 2010 at 3:36 PM, Frank Bonnet wrote: > hello > > trying to install dovecot 2 on a fresh installed machine > I get this error message : > >

Re: [Dovecot] ssl enabled, but ssl_cert not set ( 2.0.7 freebsd 8.1 )

2010-12-15 Thread Willie Gillespie
Frank Bonnet wrote: ssl_cert = Does your configuration file have those "<" characters in it? If so, try getting rid of those. ssl_cert = /etc/ssl/certs/dovecot.pem ssl_key = /etc/ssl/private/dovecot.pem