Plugins Roundcube 1.4.2: Unterschied zwischen den Versionen
(→Enigma) |
|||
Zeile 8: | Zeile 8: | ||
cd /var/www/roundcube/plugins/enigma/ | cd /var/www/roundcube/plugins/enigma/ | ||
sudo cp config.inc.php.dist config.inc.php | sudo cp config.inc.php.dist config.inc.php | ||
</pre> | |||
<pre> | |||
cd /var/www/roundcube/plugins/enigma/lib | |||
wget http://download.pear.php.net/package/Crypt_GPG-1.6.2.tgz | |||
tar xzf Crypt_GPG-1.6.2.tgz | |||
ln -s Crypt_GPG-1.6.2/Crypt | |||
chown -R root:apache Crypt* | |||
</pre> | </pre> | ||
Version vom 22. März 2020, 18:14 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
cd /var/www/roundcube/plugins/enigma/lib wget http://download.pear.php.net/package/Crypt_GPG-1.6.2.tgz tar xzf Crypt_GPG-1.6.2.tgz ln -s Crypt_GPG-1.6.2/Crypt chown -R root:apache 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