Dovecot Pro is a full-service email platform that delivers dynamic scalability, high performance, efficient utilization of hardware, and outstanding support to the world’s largest Telcos, ISP’s, and Hosters.
Wed Jul 6 13:54:47 UTC 2022
CVE-2022-30550: Privilege escalation possible in dovecot when similar master and non-master passdbs are used....
Mon Jun 21 14:20:13 EEST 2021
ReleasedDovecot v2.3.15 andPigeonhole v0.5.15. Also released a fixes-onlyv2.3.14.1....
Mon Jun 4 14:03:16 EET 2021
We have disclosed three new vulnerabilities in dovecot, please seeCVE-2020-28200,CVE-2021-29157 andCVE-2021-33515....
Mon Jan 4 14:03:16 EET 2021
We have disclosed two new vulnerabilities in dovecot, please seeCVE-2020-25275 andCVE-2020-24386....
Wed Aug 12 16:25:42 EEST 2020
We are happy to announce that we have CentOS 8 packages available starting from v2.3.11.3. You can find these packages athttps://repo.dovecot.org/....
Wed Aug 12 16:14:49 EEST 2020
We have disclosed three new vulnerabilities in dovecot, please seeCVE-2020-12100,CVE-2020-12673 andCVE-2020-12674....
Page 1 of 11
Wed Jul 6 13:54:47 UTC 2022
Tue Jun 14 10:24:26 UTC 2022
Dovecot v2.3.19.1 released.
Tue May 10 06:33:50 UTC 2022
Dovecot v2.3.19 andPigeonhole 0.5.19 released.
Thu Feb 3 10:29:07 UTC 2022
Page 2 of 11
Thu Feb 3 10:21:30 UTC 2022
ReleasedDovecot v2.3.17.1 andPigeonhole v0.5.17.1.
Tue Dec 7 10:44:33 UTC 2021
ReleasedDovecot v2.3.18 andPigeonhole v0.5.18.
Thu Oct 28 12:12:55 EEST 2021
ReleasedDovecot v2.3.17 andPigeonhole v0.5.17.
Fri Aug 6 13:48:05 CEST 2021
ReleasedDovecot v2.3.16 andPigeonhole v0.5.16.
Page 3 of 11
Mon Jan 4 14:03:16 EET 2021
We have disclosed three new vulnerabilities in dovecot, please seeCVE-2020-28200,CVE-2021-29157 andCVE-2021-33515.
Mon Jun 21 14:20:13 EEST 2021
ReleasedDovecot v2.3.15 andPigeonhole v0.5.15. Also released a fixes-onlyv2.3.14.1.
Thu Mar 4 12:21:50 EET 2021
ReleasedPigeonhole v0.5.14.
Thu Mar 4 12:21:48 EET 2021
ReleasedDovecot v2.3.14.
Page 4 of 11
Thu Mar 4 12:21:48 EET 2021
ReleasedDovecot v2.3.14.
Wed Feb 17 16:38:09 EET 2021
ReleasedPigeonhole v0.5.14.rc1.
Wed Feb 17 16:38:08 EET 2021
ReleasedDovecot v2.3.14.rc1.
Mon Jan 4 14:02:10 EET 2021
Releasedv0.5.13.
Page 5 of 11
Mon Jan 4 14:02:10 EET 2021
Releasedv2.3.13.
Mon Jan 4 14:03:16 EET 2021
We have disclosed two new vulnerabilities in dovecot, please seeCVE-2020-25275 andCVE-2020-24386.
Wed Aug 12 16:25:42 EEST 2020
We are happy to announce that we have CentOS 8 packages available starting from v2.3.11.3. You can find these packages athttps://repo.dovecot.org/.
Wed Aug 12 16:14:49 EEST 2020
We have disclosed three new vulnerabilities in dovecot, please seeCVE-2020-12100,CVE-2020-12673 andCVE-2020-12674.
Page 6 of 11
Wed Aug 12 16:02:20 EEST 2020
Releasedv2.3.11.3
Mon May 18 15:03:31 EEST 2020
Multiple vulnerabilities in Dovecot
Mon May 18 15:03:06 EEST 2020
Releasedv2.3.10.1
Fri Mar 6 12:53:51 EET 2020
Releasedv2.3.10
Page 11 of 11
Tue Feb 5 15:10:06 EET 2019
Releasedv2.2.36.1.
Fri Nov 23 14:30:12 EET 2018
Releasedv2.3.4.
Mon Oct 1 19:14:18 EEST 2018
Releasedv2.3.3.
Thu Mar 28 13:41:08 EET 2018
Releasedv2.3.3 release candidate
Dovecot’s user authentication is extremely flexible and feature-rich, supporting many differentauthentication databases andmechanisms.
Dovecot isstandards compliant. Dovecot passes allIMAP server standard compliancy tests while most other servers fail many of them.
Dovecot’s indexes areself-optimizing. They contain exactly what the user’s client commonly needs, no more and no less.
Dovecot supports easy migration from many existing IMAP and POP3 servers, allowing the change to be transparent to existing users.
Dovecot isself-healing. It tries to fix most of the problems it notices by itself, such as broken index files. The problems are however logged so the administrator can later try to figure out what caused them.
Dovecot supportsworkarounds for several bugs in IMAP and POP3 clients. Since the workarounds may cause the protocol exchange to be sub-optimal, you can enable only the workarounds you need.
Dovecot tries to beadmin-friendly. Common error messages are made as easily understandable as possible. Any crash, no matter how it happened, is considered a bug that will be fixed.
Dovecot’sdesign andimplementation is highly focused on security. You can report any security vulnerabilities via ourYesWeHack program or via email tosecurity@dovecot.org.
Dovecot allows mailboxes and their indexes to be modified by multiple computers at the same time, while still performing well. This means that Dovecotworks well with clustered filesystems.NFS has caching problems, but you can work around them with Dovecot cluster.
Dovecot is easily extensible.Plugins can add new commands, modify existing behavior, add their own data into index files or even add support for new mailbox formats. For examplequota andACL support are completely implemented as plugins.