Koozali.org: home of the SME Server

Roundcube/filtrage

Offline marsa_matruh

  • ****
  • 249
  • +0/-0
Roundcube/filtrage
« on: June 10, 2019, 09:35:30 PM »
Bonjour à tous,

Je suis passé de horde/webmail à roundcube pour la consultation des mes emails depuis l'extérieur. J'ai toujours thunderbird en imap en interne. Jusqu'à présent, je filtrais les spams au niveau client pour les envoyer dans le dossier junkmail (avec duplication des règles entre les deux clients :-?). Je ne comprends pas comment filtrer avec roundcube. Et si idéalement, ça pouvait se faire une fois pour toute côté serveur. J'ai vu qu'il y avait des histoires avec dovecot qui est déjà installé sur mon serveur (smeserver-dovecot-extras-0.1.1-2.el6.sme.noarch). Si quelqu'un peut m'expliquer en détail ce qu'il faut faire...

Offline mmccarn

  • *
  • 2,626
  • +10/-0
Re: Roundcube/filtrage
« Reply #1 on: June 12, 2019, 01:36:15 PM »
I had to switch from "sieverules" to  "managesieve" to enable the 'filters' menu in roundcube.

Details
I installed roundcube as described in the wiki at RoundCube:
Code: [Select]
yum install smeserver-roundcube --enablerepo=smecontribs
signal-event post-upgrade; signal-event reboot

After installation and reboot I did not see any "filters" menu  in "settings".

The roundcube config looked like this:
Code: [Select]
config show roundcube
roundcube=service
    DbName=roundcube
    DbPassword=333983493809686
    DbUser=roundcube
    Name=RoundCube IMAP Client
    PluginsList=globaladdressbook,contextmenu,markasjunk2,vcard_attachments,newmail_notifier,emoticons,sieverules
    PublicAccess=global
    status=enabled

I switched to the other sieve plugin mentioned in the wiki:
Code: [Select]
config setprop roundcube PluginsList globaladdressbook,calendar,libcalendaring,contextmenu,markasjunk2,vcard_attachments,newmail_notifier,emoticons,tasklist,managesieve
signal-event roundcube-update

Now I see 'Filters' under 'Settings'.

Offline marsa_matruh

  • ****
  • 249
  • +0/-0
Re: Roundcube/filtrage
« Reply #2 on: June 14, 2019, 11:29:22 PM »
 :-P

Thanks