[Dovecot] Problem with SSL
Freebsd dovecot --version 1.0.beta9
In /usr/local/etc/dovecot.conf
#grep -i ssl /usr/local/etc/dovecot.conf |egrep -v '^#' ssl_disable = no ssl_cert_file = /etc/mail/certs/server.crt ssl_key_file = /etc/mail/certs/server.key ssl_parameters_regenerate = 24
When I try to be connected to imaps I get message in maillog:
Jun 24 04:00:18 alife dovecot: imap-login: Waiting for SSL parameter file /usr/local/etc/dovecot-ssl-parameters.dat
Also I deleted a file /usr/local/etc/dovecot-ssl-parameters.dat and reboot system. And file rebuild but still ssl doesn't work.
I try # /usr/local/libexec/dovecot/ssl-build-param /usr/local/etc/dovecot-ssl-parameters.dat SSL parameters regeneration completed
And ssl doesn't work and I still get message Waiting for SSL parameter file /usr/local/etc/dovecot-ssl-parameters.dat
I do not know what to do.
I have another server with 1.0.beta8 and ssl work fine.
On Sat, 2006-06-24 at 09:22 +0900, Артемьев Артем wrote:
Jun 24 04:00:18 alife dovecot: imap-login: Waiting for SSL parameter file /usr/local/etc/dovecot-ssl-parameters.dat
Could you test dovecot-latest from http://dovecot.org/nightly/ ? I did some fixes in there.
Anyway, why is it waiting for such filename? It should wait for /usr/local/var/run/dovecot/login/ssl-parameters.dat by default. Did you change something?
On Sat, 24 Jun 2006 22:07:24 +0300 Timo Sirainen tss@iki.fi wrote:
On Sat, 2006-06-24 at 09:22 +0900, Артемьев Артем wrote:
Jun 24 04:00:18 alife dovecot: imap-login: Waiting for SSL parameter file /usr/local/etc/dovecot-ssl-parameters.dat
Could you test dovecot-latest from http://dovecot.org/nightly/ ? I did some fixes in there.
Anyway, why is it waiting for such filename? It should wait for /usr/local/var/run/dovecot/login/ssl-parameters.dat by default. Did you change something?
Thank's.
Now we had decided this problem. Another admin in our company had patched dovecot some month ago. And with new version old patch broken.
It's our problem. I am sorry for anxiety.
participants (2)
-
Timo Sirainen
-
Артемьев Артем