Roundcube/Plugin: Unterschied zwischen den Versionen

Aus Foxwiki
(Dirkwagner verschob die Seite Roundcube/Plugin nach Kategorie:Roundcube/Plugin)
Markierung: Neue Weiterleitung
 
(Weiterleitung auf Kategorie:Roundcube/Plugin entfernt)
Markierung: Weiterleitung entfernt
 
Zeile 1: Zeile 1:
#WEITERLEITUNG [[:Kategorie:Roundcube/Plugin]]
'''Roundcube/Plugin'''
 
== Beschreibung ==
== Installation ==
# apt '''install roundcube-plugins roundcube-plugins-extra'''
 
=== Managing plugins via composer ===
[[Roundcube/Plugin/composer]]
 
== Aktivierung ==
'''/var/lib/roundcube/config/config.inc.php'''
$config['plugins'] = array("plugin1", "plugin2", "plugin3", ...
 
 
To enable a plugin you have to include it in <code>$config['plugins']</code> in such a way
$config['plugins'] = array(
        'password',
        'managesieve',
        'sauserprefs',
        'markasjunk',
        'contextmenu',
        'newmail_notifier',
        'zipdownload',
        'persistent_login',
        'enigma',
        'swipe'
 );
 
== Übersicht ==
'''/var/lib/roundcube/plugins'''
{| class="wikitable sortable options"
|-
! Plugin !! Beschreibung
|-
| help ||
|-
| hide_blockquote ||
|-
| html5_notifier ||
|-
| http_authentication ||
|-
| identicon ||
|-
| identity_select ||
|-
| jqueryui ||
|-
| keyboard_shortcuts ||
|-
| krb_authentication ||
|-
| listcommands ||
|-
| [[Roundcube/Plugin/managesieve |managesieve]] || which writes sieve scripts to filter the incoming mails (reject, move to specific folders etc.). Note that in order to use it you must have ''Dovecot managesieve'' enabled. It contains "Out of office" and "Forwarding".
|-
| [[Roundcube/Plugin/markasjunk | markasjunk]] || Nachrichten als Spam mmrkieren -Ordner verschieben You can add the sender's email address to the blacklist, or run a command such as sa_learn. Requires ''sauprefs''.
|-
| message_highlight ||
|-
| [[Roundcube/Plugin/newmail notifier | newmail_notifier]] || can notify new mail focusing browser window and changing favicon, playing a sound and  displaying desktop notification (using webkitNotifications feature).
|-
| new_user_dialog ||
|-
| new_user_identity ||
|-
| [[Roundcube/Plugin/password | password]] || change the user's password
|-
| redundant_attachments ||
|-
| [[Roundcube/Plugin/sauserprefs | sauserprefs]] || SpamAssassin User Prefs SQL (sauserprefs), which writes the ''spamassassin user preferences'' in the DB. The user will be allowed to create a black/white list, to adjust the ''required_score'' and so on.
|-
| show_additional_headers ||
|-
| squirrelmail_usercopy ||
|-
| subscriptions_option ||
|-
| thunderbird_labels ||
|-
| userinfo ||
|-
| vcard_attachments ||
|-
| virtuser_file ||
|-
| virtuser_query ||
|-
| [[Roundcube/Plugin/zipdownload | zipdownload]] || which adds an option to download all attachments to a message in one zip file, when a message has multiple attachments.
|}
 
== Weitere Plugins ==
{| class="wikitable sortable options"
|-
! Plugin !! Beschreibung
|-
| [[Roundcube/Plugin/carddav | carddav]] || Netzwerk-Adressbuch verwalten
|-
| [https://www.allerstorfer.at/ispconfig3_roundcube-ispconfig3-plugins-fuer-roundcube/ Ispconfig3_Roundcube] || Einstellungen der Email-Konten bearbeiten. Sollte auf jedem ISPConfig-Server installiert sein.
|-
| [https://www.allerstorfer.at/roundcube-install-mobile-skin/ Mobile Skin] || Handy-Ansicht für Roundcube
|-
| [[Roundcube/Plugin/carddav | carddav]] || CardDav client. You can sync your addressbook against a CardDav server like nextcloud or SoGO.
|-
| [[Roundcube/Plugin/quickrules | quickrules]] || (abandoned project). Adds a button to the message list to allow the quick creation of rules in the SieveRules plugin. Information from selected emails is used to prefile the new rule form.
|-
| [[Roundcube/Plugin/contextmenu | contextmenu]] || Adds context menus to the message list, folder list and address book. Menu includes the abilities mark messages as read/unread, delete, reply and forward.
|-
| [[Roundcube/Plugin/swipe | swipe]] || adds left/right/down swipe actions to entries in the the message list on touch devices (tables/phones).
|-
| [[Roundcube/Plugin/persistent login | persistent_login]] || "Keep me logged in" aka "Remember Me" functionality
|-
| [[Roundcube/Plugin/enigma | enigma]] || viewing and sending of signed and encrypted messages
|-
| [[Roundcube/Plugin/rcguard | rcguard]] || logs failed login attempts and requires users to go through a reCAPTCHA
|-
| [[Roundcube/Plugin/autologon | autologon]] || Autologin from external Site e.g. (CMS, Portal ...)
|-
| [[Roundcube/Plugin/logout redirect | logout_redirect]] || In case you have installed the autologon plugin this one could be useful to redirect users to the home page of your site upon logout. Modified version to only redirect to the homepage (depending on the domain part of the default identity)
|}
 
 
<noinclude>
 
== Anhang ==
=== Siehe auch ===
{{Special:PrefixIndex/{{BASEPAGENAME}}}}
==== Dokumentation ====
* /usr/share/doc/roundcube-plugins
* /usr/share/doc/roundcube-plugins-extra/
 
==== Links ====
===== Projekt =====
===== Weblinks =====
# https://roundcube.net/
# Roundcube Plugins Repository: [https://plugins.roundcube.net/ plugins.roundcube.net]
# https://notes.sagredo.eu/en/qmail-notes-185/roundcube-plugins-35.html
 
[[Kategorie:Roundcube/Plugin]]
</noinclude>

Aktuelle Version vom 27. August 2023, 16:25 Uhr

Roundcube/Plugin

Beschreibung[Bearbeiten | Quelltext bearbeiten]

Installation[Bearbeiten | Quelltext bearbeiten]

# apt install roundcube-plugins roundcube-plugins-extra

Managing plugins via composer[Bearbeiten | Quelltext bearbeiten]

Roundcube/Plugin/composer

Aktivierung[Bearbeiten | Quelltext bearbeiten]

/var/lib/roundcube/config/config.inc.php

$config['plugins'] = array("plugin1", "plugin2", "plugin3", ...


To enable a plugin you have to include it in $config['plugins'] in such a way

$config['plugins'] = array(
        'password',
        'managesieve',
        'sauserprefs',
        'markasjunk',
        'contextmenu',
        'newmail_notifier',
        'zipdownload',
        'persistent_login',
        'enigma',
        'swipe'
 );

Übersicht[Bearbeiten | Quelltext bearbeiten]

/var/lib/roundcube/plugins

Plugin Beschreibung
help
hide_blockquote
html5_notifier
http_authentication
identicon
identity_select
jqueryui
keyboard_shortcuts
krb_authentication
listcommands
managesieve which writes sieve scripts to filter the incoming mails (reject, move to specific folders etc.). Note that in order to use it you must have Dovecot managesieve enabled. It contains "Out of office" and "Forwarding".
markasjunk Nachrichten als Spam mmrkieren -Ordner verschieben You can add the sender's email address to the blacklist, or run a command such as sa_learn. Requires sauprefs.
message_highlight
newmail_notifier can notify new mail focusing browser window and changing favicon, playing a sound and displaying desktop notification (using webkitNotifications feature).
new_user_dialog
new_user_identity
password change the user's password
redundant_attachments
sauserprefs SpamAssassin User Prefs SQL (sauserprefs), which writes the spamassassin user preferences in the DB. The user will be allowed to create a black/white list, to adjust the required_score and so on.
show_additional_headers
squirrelmail_usercopy
subscriptions_option
thunderbird_labels
userinfo
vcard_attachments
virtuser_file
virtuser_query
zipdownload which adds an option to download all attachments to a message in one zip file, when a message has multiple attachments.

Weitere Plugins[Bearbeiten | Quelltext bearbeiten]

Plugin Beschreibung
carddav Netzwerk-Adressbuch verwalten
Ispconfig3_Roundcube Einstellungen der Email-Konten bearbeiten. Sollte auf jedem ISPConfig-Server installiert sein.
Mobile Skin Handy-Ansicht für Roundcube
carddav CardDav client. You can sync your addressbook against a CardDav server like nextcloud or SoGO.
quickrules (abandoned project). Adds a button to the message list to allow the quick creation of rules in the SieveRules plugin. Information from selected emails is used to prefile the new rule form.
contextmenu Adds context menus to the message list, folder list and address book. Menu includes the abilities mark messages as read/unread, delete, reply and forward.
swipe adds left/right/down swipe actions to entries in the the message list on touch devices (tables/phones).
persistent_login "Keep me logged in" aka "Remember Me" functionality
enigma viewing and sending of signed and encrypted messages
rcguard logs failed login attempts and requires users to go through a reCAPTCHA
autologon Autologin from external Site e.g. (CMS, Portal ...)
logout_redirect In case you have installed the autologon plugin this one could be useful to redirect users to the home page of your site upon logout. Modified version to only redirect to the homepage (depending on the domain part of the default identity)



Anhang[Bearbeiten | Quelltext bearbeiten]

Siehe auch[Bearbeiten | Quelltext bearbeiten]

Dokumentation[Bearbeiten | Quelltext bearbeiten]

  • /usr/share/doc/roundcube-plugins
  • /usr/share/doc/roundcube-plugins-extra/

Links[Bearbeiten | Quelltext bearbeiten]

Projekt[Bearbeiten | Quelltext bearbeiten]
Weblinks[Bearbeiten | Quelltext bearbeiten]
  1. https://roundcube.net/
  2. Roundcube Plugins Repository: plugins.roundcube.net
  3. https://notes.sagredo.eu/en/qmail-notes-185/roundcube-plugins-35.html