Vorraussetzung:
dovecot-imapd
dovecot20
dovecot
doveadm user nutzer15 doveadm auth login nutzer15 doveadm auth test nutzer15
Vor dem Testen dem Empfänger eine Mail schicken …
swaks -f iw@test -t nutzer15@localhost -s localhost
curl -v --url imap://localhost:143 --user testuser
netcat -v localhost 143 . capability . login nutzer15 villa . list "" "*" . logout
imtest -a nutzer15 -w villa localhost . capability . list "" "*" . SELECT INBOX . logout
mutt -f imap://nutzer15@localhost
Mit doveadm:
doveadm who
In der Prozessliste anzeige, so das man das mit ps sieht:
… verbose_proctitle = yes …
http://search.cpan.org: Net::IMAP
Debian Paket: libnet-imap-perl
(Nur für vorübergehende Tests)
disable_plaintext_auth = no
Anschließend sind Zugriffe ohne TLS mit einem Client wie z.B. thunderbird möglich
Pakete: dovecot-sieve dovecot-managesieved
require „fileinto“;
# # 2019-2-13 # if header :contains „subject“ „Termin“ {
fileinto "Inbox.Termin"; stop;
}