Upgrading to Debian 10 also updates the PHP version. Depending on the previous configuration, different PHP versions may be installed on the system, and some dependencies may not be resolved correctly.
For the operation of Benno MailArchiv, we recommend configuring PHP7.3.
To do this, proceed as follows:
apt-get install php-curl php-sqlite3 php-mbstring a2dismod php5 php7.0 a2enmod php7.3 systemctl restart apache2
Regards:
In Debian 10 sind die Anforderungen an die Algorithmen und Schlüssellängen für verschlüsselten Verbindungen erhöht worden. Falls die IMAP- oder POP3-Server diese Anforderungen nicht unterstützen, ist der Import mittels benno-exchange oder benno-imap unter Umständen nicht mehr möglich.
Sie können die Default-Einstellung für auf den vorherigen Wert zurück setzen, indem Sie die Variable CipherString in der Konfigurationsdatei von OpenSSL (/etc/ssl/openssl.cnf) auskommentieren.
You can do this with the following command
perl -pi -e 's/^CipherString/# _lw_\n#CipherString/' /etc/benno-imap/openssl.cnf