Hubbry Logo
search button
Sign in
Message delivery agent
Message delivery agent
Comunity Hub
History
arrow-down
starMore
arrow-down
bob

Bob

Have a question related to this hub?

bob

Alice

Got something to say related to this hub?
Share it here.

#general is a chat channel to discuss anything related to the hub.
Hubbry Logo
search button
Sign in
Message delivery agent
Community hub for the Wikipedia article
logoWikipedian hub
Welcome to the community hub built on top of the Message delivery agent Wikipedia article. Here, you can discuss, collect, and organize anything related to Message delivery agent. The purpose of the hub i...
Add your contribution
Message delivery agent

A message delivery agent (MDA), or mail delivery agent, is a computer software component that is responsible for the delivery of e-mail messages to a local recipient's mailbox.[1] It is also called a local delivery agent (LDA).

Within the Internet mail architecture, local message delivery is achieved through a process of handling messages from the message transfer agent, and storing mail into the recipient's environment (typically a mailbox).

Spam filtering usually occurs at the MDA under modern email architectures.[2]

Implementation

[edit]

Many mail handling software products bundle multiple message delivery agents with the message transfer agent component, providing for site customization of the specifics of mail delivery to a user.

Unix

[edit]

On Unix-like systems, procmail 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 needed]

Invocation

[edit]

The mail delivery agent is generally not started from the command line, but is usually invoked by mail delivery subsystems, such as a mail transport agent, or a mail retrieval agent.

Unix-like

[edit]

See also

[edit]

References

[edit]
  1. ^ RFC 5598, Internet Mail Architecture, D. Crocker (July 2009)
  2. ^ Levine, John (June 10, 2025). "SMTP headers in DATA block?". mailsec (Mailing list). Internet Engineering Task Force. Retrieved June 10, 2025. All my experience says that the right place to do mail filtering is the MDA. It has all of the information and has all the options about what to do with the mail. There are MUAs that try to do filtering but that's mostly an historical artifact from a long time ago when MDA filtering didn't happen.