[Dovecot] SSL/TLS stopped working in 1.0 alpha2
I have both 1.0 alpha1 and alpha2 installed on my test mail server.
SSL/TLS does not work on alpha2. I'm using the same config file for
both. No errrors in dovecot.log either. Is there a way to increase
debugging info without recompiling?
On Wed, Sep 14, 2005 at 04:49:56PM -0600, Andy Cravens wrote:
I have both 1.0 alpha1 and alpha2 installed on my test mail server.
SSL/TLS does not work on alpha2. I'm using the same config file for odd i have alpha2 running with ssl and tls. is your ssl/tls old? mine is current.David Willoughby email: dlw@d1w.org icq: 1852393
Everything is current... What I did was install alpha1 in /opt/dovecot-1.0.a1 and alpha2 in /opt/dovecot-1.0.a2 then I created the symbolic link /opt/dovecot and pointed it to the newest version. The init script in /etc/init.d points to /opt/dovecot and the config file is in /etc/dovecot.conf That way I can install multiple versions and just change the symbolic link to switch versions. When I run alpha2 it will not listen on imaps and pop3s.
-- Andy
David Willoughby wrote:
On Wed, Sep 14, 2005 at 04:49:56PM -0600, Andy Cravens wrote:
I have both 1.0 alpha1 and alpha2 installed on my test mail server.
SSL/TLS does not work on alpha2. I'm using the same config file forodd i have alpha2 running with ssl and tls. is your ssl/tls old? mine is current.
Problem solved... I forgot to prefix my configure with: CPPFLAGS=-I/opt/openssl/include LDFLAGS=-L/opt/openssl/lib
I have both 1.0 alpha1 and alpha2 installed on my test mail server.
SSL/TLS does not work on alpha2. I'm using the same config file for both. No errrors in dovecot.log either. Is there a way to increase debugging info without recompiling?
participants (2)
-
Andy Cravens
-
David Willoughby