mail-in-a-box / mailinabox

Mail-in-a-Box helps individuals take back control of their email by defining a one-click, easy-to-deploy SMTP+everything else server: a mail server in a box.
https://mailinabox.email/
Creative Commons Zero v1.0 Universal
13.89k stars 1.43k forks source link

Mail Filtering #790

Closed CforED closed 8 years ago

CforED commented 8 years ago

Dear Support:

Does 'Mail in a Box' Server provide Global eMail message filtering to a sub mail folder? View attached image files. If so, provide referral documentation.

4 global email filters 5 globalemail 6 webmail 1 email message header 2 filter test 3 filtered results

for details.

JoshData commented 8 years ago

Mail-in-a-Box has roughly equivalent functionality, which can be set through the filter settings in Roundcube (or any Sieve client).

CforED commented 8 years ago

Josh:

There are no Roundcube document that discusses rules based mail box filtering.

Visit the following document links:

  1. wiki.bitnami.com/Applications/BitNami_Roundcube
  2. docs.roundcube.net/doc/help/1.0/en_US/index.html

The setting rules for mail box filtering are found on the mail server, e.g., cPanel, Mail in the Box.

Question: Can we migrate mail accounts from cPanel to Mail in a Box with the rules based mail box filtering?

Hal

JoshData commented 8 years ago

You would have to try it out to see if it will work for you.

TabTwo commented 8 years ago

Hi,

I use this Sieve-script to handle my mailinglist-subscriptions: https://github.com/Exim/exim/wiki/MailFilteringTips which sorts mails from lists by there list-ids into subfolders.

Or you go the manual way and use a sievescript like this require [ "regex", "variables", "fileinto", "envelope" ]; if header :contains ["X-BeenThere"] "vim_use@googlegroups.com" { fileinto "listen.vim-use"; stop;}

Further examples: http://wiki2.dovecot.org/Pigeonhole/Sieve/Examples

So yes, miab can handle massive amounts of mail from lists.