Skip to content

IMAP

Terminal window
curl https://repo.dovecot.org/DOVECOT-REPO-GPG-2.4 | gpg --dearmor -o /usr/share/keyrings/dovecot.gpg
deb [signed-by=/usr/share/keyrings/dovecot.gpg] https://repo.dovecot.org/ce-2.4-latest/debian/bookworm bookworm main
Terminal window
apt update
apt upgrade
mkdir ~/mail
curl -o ~/mail/dovecot-crlf -L https://www.dovecot.org/tmp/dovecot-crlf
curl -o imaptest -L https://github.com/dovecot/imaptest/releases/download/latest/imaptest-x86_64-debian-12
chmod u+x imaptest
Terminal window
./imaptest host=XXXXX user=XXXXX pass=XXXXX port=993 seed=202507221249 ssl=any-cert stalled_disconnect_timeout=60 box=test copybox=copytest