dovecot

qmail + vpopmail + Dovecot | Roberto's qmail notes

Quoting D. J. Bernstein definition qmail is a secure, reliable, efficient, simple message transfer agent. It is designed for typical Internet-connected UNIX hosts References D. J. Bernstein's qmail site http://cr.yp.to/qmail.html Old qmail.org site Life with qmail Erwin Hoffman's "qmail support" site John Simpson's "qmail information" pages see also: the...

Installing Dovecot and sieve on a VpopMail + qmail server

Changelog Mar 15, 2025 (config version 2.4.0.1 diff) - Added quota warnings feature. Improved quota configuration in 90-quota.conf (more info here)- Configured auth-master.conf.ext and auth-deny.conf.ext. To be included in local.conf Mar 9, 2025- fixed quota calculation in sql queries (tx Hakan Cakiroglu) (commit) Feb 22,...

e-mail indexing with Solr FTS Engine

Solr is a Lucene indexing server. Dovecot communicates to it using HTTP/XML queries. With this indexing server, you can do text searches in your emails. Download latest version: v. 9.8.0 Solr documentation page Solr FTS Engine documentation page for Dovecot Configuring the FTS plugin in dovecot Changelog Mar 5, 2025- version 9.8.0 requires SOLR_OPTS="$SOLR_OPTS...

Sieve interpreter & Dovecot ManageSieve

The Pigeonhole project provides Sieve support as a plugin for Dovecot's Local Delivery Agent (LDA) and also for its LMTP service. The plugin implements a Sieve interpreter, which filters incoming messages using a script specified in the Sieve language. The Sieve...