Hier werden die Unterschiede zwischen zwei Versionen gezeigt.
| Beide Seiten, vorherige Überarbeitung Vorherige Überarbeitung Nächste Überarbeitung | Vorherige Überarbeitung | ||
|
lpi2:dovecot-sieve [2018/02/02 11:45] ingo_wichmann |
lpi2:dovecot-sieve [2025/03/16 07:07] (aktuell) ingo_wichmann |
||
|---|---|---|---|
| Zeile 1: | Zeile 1: | ||
| - | Pakete: dovecot-lmtpd (Debian 9) | + | Pakete: |
| + | * ''dovecot-lmtpd dovecot-sieve dovecot-managesieved'' (Debian 9) | ||
| <file txt /etc/dovecot/conf.d/20-lmtp.conf> | <file txt /etc/dovecot/conf.d/20-lmtp.conf> | ||
| Zeile 19: | Zeile 20: | ||
| doveconf -f service=lmtp mail_plugins | doveconf -f service=lmtp mail_plugins | ||
| | | ||
| + | ===== Syntax ===== | ||
| + | |||
| + | <code sieve> | ||
| + | require "fileinto"; | ||
| + | |||
| + | # | ||
| + | # 2019-2-13 | ||
| + | # | ||
| + | if header :contains "subject" "Termin" { | ||
| + | fileinto "Inbox.Termin"; | ||
| + | stop; | ||
| + | } | ||
| + | </code> | ||
| + | |||
| + | Doku: | ||
| + | * https://de.wikipedia.org/wiki/Sieve | ||
| + | * https://pigeonhole.dovecot.org/ | ||
| + | * https://doc.dovecot.org/2.3/configuration_manual/sieve/#sieve | ||