Hier werden die Unterschiede zwischen zwei Versionen gezeigt.
Beide Seiten, vorherige Überarbeitung Vorherige Überarbeitung Nächste Überarbeitung | Vorherige Überarbeitung | ||
fortgeschrittene:dovecot-imapd [2024/08/09 15:59] ingo_wichmann alte Version wiederhergestellt (2022/01/09 12:31) |
fortgeschrittene:dovecot-imapd [2025/03/16 06:59] (aktuell) ingo_wichmann [Sieve] |
||
---|---|---|---|
Zeile 19: | Zeile 19: | ||
swaks -f iw@test -t nutzer15@localhost -s localhost | swaks -f iw@test -t nutzer15@localhost -s localhost | ||
+ | |||
+ | ==== IMAP mit curl ==== | ||
+ | curl -v --url imap://localhost:143 --user testuser | ||
==== IMAP mit netcat / telnet ==== | ==== IMAP mit netcat / telnet ==== | ||
Zeile 70: | Zeile 73: | ||
Anschließend sind Zugriffe ohne TLS mit einem Client wie z.B. thunderbird möglich | Anschließend sind Zugriffe ohne TLS mit einem Client wie z.B. thunderbird möglich | ||
- | ===== Sieve ===== | ||
- | Pakete: dovecot-sieve dovecot-managesieved | ||
- | |||
- | require "fileinto"; | ||
- | |||
- | # | ||
- | # 2019-2-13 | ||
- | # | ||
- | if header :contains "subject" "Termin" { | ||
- | fileinto "Inbox.Termin"; | ||
- | stop; | ||
- | } | ||