Roundcube Community Forum

 

Filter social/commercial mails like GMAIL

Started by brunodegoyrans, May 18, 2015, 09:36:45 AM

Previous topic - Next topic

brunodegoyrans

Hi

I try to move on Roundcube from GMAIL.
GMAIL allows to filter commercial and social messages in a separated folder.
This is great because its about 80% of my mails traffic so it keeps only important messages in the INBOX.

1) Is there such feature with Roundcube?

2) For the moment I use gmail imap server. I guess it could be done in an IMAP server (i.e. dovecot) on my web server?


brumc

hi,


As far i know roundcube is a fronted, you will need the use sieverules and dovecot, and for automatic filtering you will need spamassassin/amavis or similar of similar packages.
Know Gmail is not only an interface but an entire huge collections of tools and servers that goggle runs (including similar spam hunting systems).
But as you are using roundcube then you already have your own email server and spamkiller which should not be hard to configure correctly.

If you just wish to categorize on some keywords (and/or known senders) then the sieve rules with dovecot are enough (which you can configure through round cube if correctly setup) (requires dovecot+dovecot pigeonhole plugin).
Just what i know.