DiouxX / docker-glpi

Project to deploy GLPI with docker
222 stars 185 forks source link

Problem in email receiver #65

Open gustavoberman opened 2 years ago

gustavoberman commented 2 years ago

Hi there! This used to work fine, but in a newer build I found problems to get to IMAP and retrieve emails

I had to lower the openssl security level in order to make it work

https://askubuntu.com/questions/1233186/ubuntu-20-04-how-to-set-lower-ssl-security-level

For a running instance I basically changed last line in /etc/ssl/openssl.cnf like this: CipherString = DEFAULT@SECLEVEL=1

And then restart apache: apache2ctl restart