qmail

Source: Wikipedia, the free encyclopedia.
qmail
Original author(s)Daniel J. Bernstein
Final release
1.03 / June 15, 1998; 25 years ago (1998-06-15)
Mail transfer agent
Licensepublic domain[1]
Websitecr.yp.to/qmail.html
netqmail
Final release
1.06 / November 30, 2007; 16 years ago (2007-11-30)
Repositorynetqmail.org/netqmail-1.06.tar.gz
Websitenetqmail.org
s/qmail
Stable release
4.2.29a / February 26, 2024; 43 days ago (2024-02-26)
Websitefehcom.de/sqmail/sqmail.html
notqmail[2]
Stable release
1.08 / May 20, 2020; 3 years ago (2020-05-20)
Repositorygithub.com/notqmail/notqmail
Websitenotqmail.org

qmail is a

mail transfer agent (MTA) that runs on Unix. It was written, starting December 1995, by Daniel J. Bernstein as a more secure alternative to the popular Sendmail program. Originally license-free software, qmail's source code was later dedicated to the public domain by the author.[3]

Features

Security

When first published, qmail was the first security-aware mail transport agent; since then, other security-aware

.

Performance

When it was released, qmail was significantly faster than Sendmail, particularly for bulk mail tasks such as mailing list servers. qmail was originally designed as a way to manage large mailing lists.

Simplicity

At the time of qmail's introduction, Sendmail configuration was notoriously complex, while qmail was simple to configure and deploy.

Innovations

qmail encourages the use of several innovations in mail (some originated by Bernstein, others not):

Maildir
Bernstein invented the
NFS
. qmail also delivers to mbox mailboxes.
Wildcard mailboxes
qmail introduced the concept of user-controlled wildcards. Out of the box, mail addressed to "user-wildcard" on qmail hosts is delivered to separate mailboxes, allowing users to publish multiple mail addresses for mailing lists and spam management.

qmail also introduces the Quick Mail Transport Protocol (QMTP), an e-mail transmission protocol that is designed to have better performance than Simple Mail Transfer Protocol (SMTP), the de facto standard;[4] and Quick Mail Queuing Protocol (QMQP), a network protocol designed to share e-mail queues between several hosts.[5]

Modularity

qmail is nearly a completely modular system in which each major function is separated from the other major functions. It is easy to replace any part of the qmail system with a different module as long as the new module retains the same interface as the original.

Controversy

Security reward and Georgi Guninski's vulnerability

In 1997, Bernstein offered a US$500 reward for the first person to publish a verifiable

security hole in the latest software version.[6]

In 2005, security researcher Georgi Guninski found an integer overflow in qmail. On 64-bit platforms, in default configurations with sufficient virtual memory, the delivery of huge amounts of data to certain qmail components may allow remote code execution. Bernstein disputes that this is a practical attack, arguing that no real-world deployment of qmail would be susceptible. Configuration of resource limits for qmail components mitigates the vulnerability.[7]

On November 1, 2007, Bernstein raised the reward to US$1000.[1] At a slide presentation the following day, Bernstein stated that there were 4 "known bugs" in the ten-year-old qmail-1.03, none of which were "security holes". He characterized the bug found by Guninski as a "potential overflow of an unchecked counter". "Fortunately, counter growth was limited by memory and thus by configuration, but this was pure luck."[8]

On May 19, 2020, a working exploit for Guninski's vulnerability was published by Qualys[9] but exploit authors' state they were denied the reward because it contains additional environmental restrictions.

Frequency of updates

The core qmail package has not been updated for many years.[10] New features were initially provided by third-party patches, from which the most important at the time were brought together in a single meta-patch called netqmail.[11]

Standards compliance

qmail was not designed as a drop-in replacement for

draft standard as RFC 3464,[13] and recommended in the SMTP
specification.

Furthermore, some qmail features have been criticized for introducing mail forwarding complications; for instance, qmail's "wildcard" delivery mechanism and security design prevents it from rejecting messages from forged or nonexistent senders during SMTP transactions.[14] In the past, these differences may have made qmail behave differently when abused as a spam relay, though modern spam delivery techniques are less influenced by bounce behavior.

Copyright status

qmail was released to the

DFSG
) and was a cause of controversy.

qmail is the only broadly deployed

public domain software message transfer agent (MTA
).

See also

References

  1. ^ a b "Some thoughts on security after ten years of qmail 1.0" (PDF). Retrieved 2007-12-01.
  2. ^ Announcing notqmail
  3. ^ "Information for distributors". I hereby place the qmail package (in particular, qmail-1.03.tar.gz, with MD5 checksum 622f65f982e380dbe86e6574f3abcb7c) into the public domain. You are free to modify the package, distribute modified versions, etc.
  4. ^ "Quick Mail Transfer Protocol (QMTP)". February 1, 1997. Retrieved 6 May 2023.
  5. ^ "QMQP: Quick Mail Queueing Protocol". Retrieved 6 May 2023.
  6. ^ "The qmail security guarantee". Retrieved 2007-10-05.
  7. ^ Georgi Guninski. "Georgi Guninski security advisory #74, 2005". Retrieved 2007-10-05.
  8. ^ "Some thoughts on security after ten years of qmail 1.0 [Slide presentation]" (PDF). Retrieved 2008-01-17.
  9. ^ "'[oss-security] Remote Code Execution in qmail (CVE-2005-1513)' - MARC". marc.info. Retrieved 2021-03-03.
  10. ^ "Life with qmail; History". Retrieved 2007-12-01.
  11. ^ "netqmail". netqmail.org. Retrieved 2021-03-03.
  12. . Retrieved 2021-03-03.
  13. . Retrieved 2021-03-03.
  14. ^ Moen, Rick (October 2006). "On Qmail, Forged Mail, and SPF Records". Linux Gazette (131).
  15. ^ "Bernstein releases code into the public domain". Retrieved 2007-11-30.

External links

This page is based on the copyrighted Wikipedia article: Qmail. Articles is available under the CC BY-SA 3.0 license; additional terms may apply.Privacy Policy