Sieve: Difference between revisions
Jump to navigation
Jump to search
(Created page with " Sieve is a programming language that can be used for email filtering [https://en.wikipedia.org/wiki/Sieve_(mail_filtering_language)]. It is available in Dovecot Mail-Deli...") |
No edit summary |
||
Line 7: | Line 7: | ||
* [http://ary.kleinerman.org/posts/how-to-install-and-setup-a-powerful-mail-server-on-linux/#postfix-and-dovecot-lmtp How to install and setup a powerful mail server on Linux] |
* [http://ary.kleinerman.org/posts/how-to-install-and-setup-a-powerful-mail-server-on-linux/#postfix-and-dovecot-lmtp How to install and setup a powerful mail server on Linux] |
||
* [https://www.joachim-breitner.de/blog/441-Goodbye_procmail%2C_Hello_Sieve Goodbye procmail, Hello Sieve] |
* [https://www.joachim-breitner.de/blog/441-Goodbye_procmail%2C_Hello_Sieve Goodbye procmail, Hello Sieve] |
||
== Install in Postfix == |
|||
Postfix does not support Sieve, but instead may delegate local mail delivery to another agent. See [[Postfix]] for more information. |
Latest revision as of 08:37, 27 February 2018
Sieve is a programming language that can be used for email filtering [1]. It is available in Dovecot Mail-Delivery Agent for instance.
Guides
- In this guide, we use Postfix as MTA and Dovecot as MDA (instead of procmail).
Install in Postfix
Postfix does not support Sieve, but instead may delegate local mail delivery to another agent. See Postfix for more information.