Qmail
Encyclopedia
|
| Tutorials | Encyclopedia | Dictionary | Directory |
|
Qmail
qmail is a mail transfer agent that runs on Unix. It was written, starting December 1995, by Daniel J. Bernstein as a more secure replacement for the popular Sendmail program. qmail's source code is released to the public domain, making qmail free software.[1]
FeaturesSecurityWhen first published, qmail was the first security-aware mail transport agent; since then, other security-aware MTA's have been published. The most popular predecessor to qmail, Sendmail, was not designed with security as a goal, and as a result has been a perennial target for attackers. In contrast to sendmail, qmail has a modular architecture composed of mutually untrusting components; for instance, the SMTP listener component of qmail runs with different credentials than the queue manager, or the SMTP sender. qmail was also implemented with a security-aware replacement to the C standard library, and as a result has not been vulnerable to stack and heap overflows, format string attacks, or temporary file race conditions.. PerformanceWhen 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 for managing large mailing lists. SimplicityPrior to qmail, the most popular Internet mail server was Sendmail. Sendmail configuration had been notoriously complex, involving one of the most complicated configuration file formats facing Unix systems administrators. In contrast, qmail was configured using a series of small flat files. For common configurations, in many circumstances, qmail was significantly easier to configure and deploy. Innovationsqmail encourages the use of several innovations in mail (some originated by Bernstein, others not):
qmail also introduces the Quick Mail Transport Protocol (QMTP) and Quick Mail Queuing Protocol (QMQP) protocols. Modularityqmail 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. Controversyqmail was designed as a pointed response to Sendmail, an extremely popular and somewhat beloved piece of Unix software. Author Bernstein was not shy about pointing out the deficiencies in Sendmail's design and the superior characteristics of qmail, nor did he take pains to replicate Sendmail's behavior, which at the time was the de facto standard for Internet mail delivery. As a result, qmail came under unusually intense scrutiny. Security reward and Georgi Guninski's vulnerabilityBernstein offered a US$500 reward for the first person to publish a verifiable security hole in the latest version of the software.[2] In 2005, security researcher Georgi Guninski found an integer overflow in qmail. On 64-bit platforms, in certain configurations of disputed realism (including absence of resource limits and unusually large amounts of available 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.[3] On November 1, 2007, Bernstein raised the reward to US$1000.[4] 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 Guniski as a "potential overflow of an unchecked counter." "Fortunately, counter growth was limited by memory and thus by configuration, but this was pure luck."[5] Frequency of updatesThe core qmail package has not been updated for many years.[6] New features are provided by third party patches, such as net-qmail. This is a benefit for some users, from not needing to apply patches continuously, and a liability for other users, particularly those who rely on authentication mechanisms that post-date qmail. Standards complianceqmail was designed to replace Sendmail, but does not behave exactly as Sendmail did in all situations. In some cases, these differences in behavior have become grounds for criticism. For instance, qmail's approach to bounce messages (a format called QSBMF) differs from the standard format of delivery status notifications specified by the IETF in RFC 1894, meanwhile advanced to draft standard as RFC 3464, 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 to nonexistent senders during SMTP transactions. 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. Despite these concerns, qmail is among the five most popular Unix mail servers, forwarding a significant fraction of all of the email on the Internet. Copyright statusUntil November 2007, qmail was license-free software, with permission granted for distribution in source form or in pre-compiled form (a "var-qmail package") only if certain restrictions (primarily involving compatibility) were met. This unusual licencing arrangement made qmail non-free acording to some guidelines (such as the DFSG), and was a cause of controversy. Qmail was released to the public domain in November 2007.[7] qmail is the only broadly deployed MTA in the public domain. ReferencesSee also
External links
de:Qmail es:Qmail fr:Qmail it:Qmail ja:Qmail pl:Qmail pt:Qmail ru:Qmail sv:Qmail zh:Qmail Source: Wikipedia | The above article is available under the GNU FDL. | Edit this article
|
|
top
©2008-2009 TutorGig.com. All Rights Reserved. Privacy Statement