docker-glpi icon indicating copy to clipboard operation
docker-glpi copied to clipboard

Problem in email receiver

Open gustavoberman opened this issue 3 years ago • 0 comments

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

gustavoberman avatar Jul 06 '22 16:07 gustavoberman