This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.
Pages: [1]
1
Email and Groupware / Re: Unable to connect thunderbird IMAP after upgrade to zentyal 7
« on: June 09, 2021, 09:05:59 am »
I have same problem after upgrade, after performed some digging on google. I have managed to solve it using below
generate the dh.pem
openssl dhparam -out /etc/dovecot/dh.pem 4096
and put it into /usr/share/zentyal/stubs/mail/dovecot.conf.mas under SSL section
ssl_dh =</etc/dovecot/dh.pem
afterward reboot.
then the imaps works again
Rgds
TiMeR
generate the dh.pem
openssl dhparam -out /etc/dovecot/dh.pem 4096
and put it into /usr/share/zentyal/stubs/mail/dovecot.conf.mas under SSL section
ssl_dh =</etc/dovecot/dh.pem
afterward reboot.
then the imaps works again
Rgds
TiMeR
Pages: [1]