The Local Mail Transfer Protocol (LMTP) is an alternative to (Extended) Simple Mail Transfer Protocol for situations where the receiving side does not have a mail queue, such as a message transfer agent acting as a message delivery agent. LMTP was described in RFC 2033 in 1996.[1]

Overview

edit

Mail queues are an inherent requisite of SMTP. In situations in which mail queues are not possible, LMTP is desirable, since a mail storage server should manage only its mail store without having to allocate more storage for a mail queue. This is not possible with SMTP when there are multiple recipients for a mail message. SMTP can only indicate successful delivery or failure for all or none of the recipients, creating the need for a separate queue to handle the failed recipients.

LMTP, on the other hand, can indicate success or failure to the client for each recipient, allowing the client to handle the queueing instead. The client in this case would typically be an Internet-facing mail gateway. LMTP is not intended for use over wide area networks. In other words, the message transfer agent (MTA) still handles all outgoing mail, including the mail stream from the LMTP, to another mail server located somewhere on the Internet.

LMTP is an Application Layer protocol of the Internet Protocol Suite. It can use a Transmission Control Protocol (TCP) transport like SMTP, but must not use port number 25, the well-known port for SMTP. Usage of port 24 ("any private mail system") is common among some mail server applications however.[2]

Differences from SMTP

edit

LMTP conversation syntax is based on the same commands as SMTP (formerly called Extended SMTP) with the following exceptions:[1]

  • LMTP must not be used on port 25, reserved for SMTP
  • LMTP uses LHLO verb instead of EHLO or HELO used in (E)SMTP
  • ESMTP requires a single status for the entire message body. LMTP requires a response for each previously successful RCPT command. That is, in case of multiple recipients, after the body of the message has been transmitted, LMTP can still fail for some recipient while succeeding for the others. With this facility, LMTP can fail if a user is over quota without the burden of generating bounce messages.

The key difference is that LMTP will reject a message for a specific final recipient if it is not immediately deliverable. This removes the need for a mail queue. For this reason, LMTP is not run on the standard TCP port of SMTP.

References

edit
  1. ^ a b Myers, J. "Local Mail Transfer Protocol". tools.ietf.org. Retrieved 2021-03-03.
  2. ^ Venema, Wietse. "Postfix manual - smtp(8)". LMTP DESTINATION SYNTAX. p. 2. Retrieved 16 September 2017.

📚 Artikel Terkait di Wikipedia

Simple Mail Transfer Protocol

network using SMTP or other protocol such as Local Mail Transfer Protocol (LMTP), a derivative of SMTP designed for this purpose. Once delivered to the local

Email

Windows Live Mail Windows Messaging Related technologies SMTP IMAP JMAP LMTP POP Push-IMAP SMAP UUCP Related topics Email Unicode and email Comparison

Sieve (mail filtering language)

fields. RFC 5429 – Reject; allows messages to be rejected at either the LMTP/SMTP level or with an MDN or DSN. RFC 5435 – Notifications; allows a script

List of TCP and UDP port numbers

IANA. Retrieved 2025-07-30. "Postfix manual – smtp(8)". www.postfix.org. lmtp_tcp_port. Retrieved 2025-07-30. Postel, Jonathan B. (August 1982). Simple

Dovecot (software)

delivery agent (called Local delivery agent in Dovecot's documentation) and an LMTP server, with optional Sieve filtering support. Dovecot supports a variety

Amavis

(IPv4), PF_INET6 (IPv6) or PF_LOCAL (Unix domain socket), via protocols SMTP, LMTP, or a simple private protocol AM.PDP can be used with a helper program like

Message delivery agent

and maildrop are the most popular MDAs. The Local Mail Transfer Protocol (LMTP) is a protocol that is frequently implemented by network-aware MDAs.[citation

Microsoft Outlook

Windows Live Mail Windows Messaging Related technologies SMTP IMAP JMAP LMTP POP Push-IMAP SMAP UUCP Related topics Email Unicode and email Comparison