|
|
|
|
|
by denton-scratch
1565 days ago
|
|
I've been using Thunderbird since early 2000's. I used to run my own mailserver; stuff happened, and I decided to switch over to my ISPs mail offering (which is the same as what I ran: Postfix, Dovecot, Spamassassin, and Squirrelmail/Roundcube if I need it). They also provide a Sieve server. This is important. If you use built-in Thunderbird filtering, then it only runs when mail is delivered to Thunderbird; and unless all your clients have the same filtering rules, then things could get messy. With Sieve, the filtering occurs on the delivery server; so it happens before you start your client. If you use a webmail service with filtering, that also occurs on delivery, and server-side. But Sieve is great if you want to run a proper mail client. The Sieve rules notation is a pain; but you can use Roundcube as a Sieve rules editor - it provides a nice interactive form-based rules editor, so you don't have to remember the rules syntax. |
|