Plugins Roundcube 1.4.2: Unterschied zwischen den Versionen
Zeile 10: | Zeile 10: | ||
</pre> | </pre> | ||
=== | === Crypt_GPG === | ||
''Enigma'' benötigt zusätzlich die ''Crypt_GPG''-Bibliothek. | |||
Dazu auf | |||
<pre> | <pre> | ||
https://pear.php.net/package/Crypt_GPG/download/ | https://pear.php.net/package/Crypt_GPG/download/ | ||
</pre> | </pre> | ||
die aktuellste Version suchen. | |||
Danach runterladen und installieren: | |||
<pre> | <pre> | ||
cd /var/www/roundcube/plugins/enigma/lib | cd /var/www/roundcube/plugins/enigma/lib | ||
sudo wget http://download.pear.php.net/package/Crypt_GPG-1.6.4.tgz | sudo -u www-data wget http://download.pear.php.net/package/Crypt_GPG-1.6.4.tgz | ||
sudo tar xzf Crypt_GPG-1.6.4.tgz | sudo -u www-data tar xzf Crypt_GPG-1.6.4.tgz | ||
sudo ln -s Crypt_GPG-1.6.4/Crypt | sudo -u www-data ln -s Crypt_GPG-1.6.4/Crypt | ||
</pre> | </pre> | ||
Version vom 22. März 2020, 18:29 Uhr
Spamfilter
https://www.allerstorfer.at/roundcube-nachricht-als-spam-markieren/
Enigma
cd /var/www/roundcube/plugins/enigma/ sudo cp config.inc.php.dist config.inc.php
Crypt_GPG
Enigma benötigt zusätzlich die Crypt_GPG-Bibliothek.
Dazu auf
https://pear.php.net/package/Crypt_GPG/download/
die aktuellste Version suchen.
Danach runterladen und installieren:
cd /var/www/roundcube/plugins/enigma/lib sudo -u www-data wget http://download.pear.php.net/package/Crypt_GPG-1.6.4.tgz sudo -u www-data tar xzf Crypt_GPG-1.6.4.tgz sudo -u www-data ln -s Crypt_GPG-1.6.4/Crypt
Links
https://notes.sagredo.eu/en/qmail-notes-185/roundcube-plugins-35.html#enigma
Links
https://plugins.roundcube.net/packages/roundcube/carddav
https://plugins.roundcube.net/packages/offerel/caldavzap
https://plugins.roundcube.net/packages/texxasrulez/caldav_calendar
https://plugins.roundcube.net/packages/pf4public/fetchmail
https://plugins.roundcube.net/packages/mochja/manageprocmail
https://plugins.roundcube.net/packages/alexandregz/twofactor_gauthenticator
https://plugins.roundcube.net/packages/johndoh/contextmenu
https://plugins.roundcube.net/packages/kolab/tasklist
https://plugins.roundcube.net/packages/offerel/primitivenotes
https://plugins.roundcube.net/packages/wildwolf/recaptcha
https://plugins.roundcube.net/packages/dsoares/rcguard
https://plugins.roundcube.net/packages/dsoares/lastlogin
https://plugins.roundcube.net/packages/hassansin/login_lang
https://plugins.roundcube.net/packages/silvereye/background_changer
https://plugins.roundcube.net/packages/wildwolf/log_failed_logins
https://plugins.roundcube.net/packages/ashabada/login_history
Zurück zu Roundcube