qmail Mail Transfer Agent
qmail is a secure, reliable, efficient, simple message transfer agent. It is designed for typical Internet-connected UNIX hosts. As of October 2001, qmail is the second most common SMTP server on the Internet, and has by far the fastest growth of any SMTP server.
Secure: Security isn't just a goal, but an absolute requirement. Mail delivery is critical for users; it cannot be turned off, so it must be completely secure. (This is why I started writing qmail: I was sick of the security holes in sendmail and other MTAs.)
Reliable: qmail's straight-paper-path philosophy guarantees that a message, once accepted into the system, will never be lost. qmail also optionally supports maildir, a new, super-reliable user mailbox format. Maildirs, unlike mbox files and mh folders, won't be corrupted if the system crashes during delivery. Even better, not only can a user safely read his mail over NFS, but any number of NFS clients can deliver mail to him at the same time.
Efficient: On a Pentium under BSD/OS, qmail can easily sustain 200000 local messages per day---that's separate messages injected and delivered to mailboxes in a real test! Although remote deliveries are inherently limited by the slowness of DNS and SMTP, qmail overlaps 20 simultaneous deliveries by default, so it zooms quickly through mailing lists. (This is why I finished qmail: I had to get a big mailing list set up.)
Simple: qmail is vastly smaller than any other Internet MTA. Some reasons why: (1) Other MTAs have separate forwarding, aliasing, and mailing list mechanisms. qmail has one simple forwarding mechanism that lets users handle their own mailing lists. (2) Other MTAs offer a spectrum of delivery modes, from fast+unsafe to slow+queued. qmail-send is instantly triggered by new items in the queue, so the qmail system has just one delivery mode: fast+queued. (3) Other MTAs include, in effect, a specialized version of inetd that watches the load average. qmail's design inherently limits the machine load, so qmail-smtpd can safely run from your system's inetd.
Replacement for sendmail: qmail supports host and user masquerading, full host hiding, virtual domains, null clients, list-owner rewriting, relay control, double-bounce recording, arbitrary RFC 822 address lists, cross-host mailing list loop detection, per-recipient checkpointing, downed host backoffs, independent message retry schedules, etc. qmail also includes a drop-in ``sendmail'' wrapper so that it will be used transparently by your current UAs.
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout home:weberho:qmailtoaster/qmail-toaster && cd $_
- Create Badge
Source Files
Filename | Size | Changed |
---|---|---|
badloadertypes | 0000000032 32 Bytes | |
badmailfrom | 0000000025 25 Bytes | |
badmailto | 0000000029 29 Bytes | |
badmimetypes | 0000000360 360 Bytes | |
defaultdelivery | 0000000010 10 Bytes | |
dh_key | 0000000929 929 Bytes | |
qmail-1.03.tar.bz2 | 0000176160 172 KB | |
qmail-aliases.bz2 | 0000000494 494 Bytes | |
qmail-chkuser-2.0.9-update.patch | 0000040398 39.5 KB | |
qmail-chkuser-enable-srs.patch | 0000000533 533 Bytes | |
qmail-dk-0.6.beta.2.patch | 0000026879 26.2 KB | |
qmail-dns-no-any-queries.diff | 0000000911 911 Bytes | |
qmail-modernizer.patch | 0000005535 5.41 KB | |
qmail-require_auth.patch | 0000001984 1.94 KB | |
qmail-smtpd-linefeed.patch | 0000002884 2.82 KB | |
qmail-smtpd-spf-qq-reject-logging.patch | 0000002236 2.18 KB | |
qmail-srs-qt-0.5.patch | 0000026187 25.6 KB | |
qmail-toaster-rpmlintrc | 0000000207 207 Bytes | |
qmail-toaster-tls-control_readfile.patch.diff | 0000000550 550 Bytes | |
qmail-toaster.changes | 0000022493 22 KB | |
qmail-toaster.permissions | 0000000088 88 Bytes | |
qmail-toaster.spec | 0000020988 20.5 KB | |
qmail.init | 0000003665 3.58 KB | |
qmail.init.suse | 0000004834 4.72 KB | |
qmail.rc | 0000000215 215 Bytes | |
qmail.service | 0000000590 590 Bytes | |
qmailtoaster-1.3.1.patch | 0000399941 391 KB | |
qmailtoaster-big-dns.patch | 0000002169 2.12 KB | |
qmailtoaster-chkuser-settings.patch | 0000040797 39.8 KB | |
qmailtoaster-openssl_1_1.patch | 0000002304 2.25 KB | |
supervise-send-log.run | 0000000191 191 Bytes | |
supervise-send.run | 0000000029 29 Bytes | |
supervise-smtp-log.run | 0000000191 191 Bytes | |
supervise-smtp.run | 0000000555 555 Bytes | |
supervise-submission-log.run | 0000000197 197 Bytes | |
supervise-submission.run | 0000000462 462 Bytes |
Latest Revision
- Reformatted spec
Comments 0