Wiki Article
Postmaster (computing)
Nguồn dữ liệu từ Wikipedia, hiển thị bởi DefZone.Net
In electronic mail, a postmaster is the administrator of a mail server. Nearly every domain should have an e-mail address like postmaster@example.com where errors in e-mail processing are directed. Error e-mails automatically generated by mail servers' MTAs usually appear to have been sent from the postmaster address.
Every domain that supports the SMTP protocol for electronic mail is required by RFC 5321[1] and, as early as 1982, by RFC 822.[2] Due to how common this address is across mail servers, it is a common target for spam.
Specification
[edit]RFC 5321, which defines the Simple Mail Transfer Protocol, specifies that all mail servers featuring the ability to relay or deliver email must have a "postmaster" mailbox, and that the postmaster should receive all mail sent to it in as much as possible (except, for example, in case of a denial-of-service attack).[3][4] Email send to the postmaster mailbox must also be received by a real person who's capable of handling issues with the mail server.[4]
Unless the mail server has a real account called "postmaster," the postmaster mailbox should be defined as an e-mail alias that expands to the address of a real user on the mail server.[4][5]
Use
[edit]The purpose of the postmaster mailbox is to receive messages about issues with the mail server that hosts it.[6] This mailbox follows the same pattern as the hostmaster and webmaster addresses, which are intended to receive DNS and web-related complaints respectively.[7]
For example, if email sent to another server is bounced, the receiving server may notify the sending server by sending a message to its postmaster.[8] Mail programs are typically designed to notify the postmaster automatically when they detect problems, and users can also use this mailbox to notify the administrator of a mail server about issues on their own.[5]
It is convention to send copies of bounced emails to the postmaster mailbox, however this is optional.[4] Sending the postmaster all bounced emails can pose privacy concerns for users, so some mail servers first pass all such messages through a filter to remove the e-mail's body, preserving only the headers to diagnose issues[9]
Since most domains have a postmaster address, it is commonly targeted by spamming operations. Even if not directly spammed, a postmaster address may be sent bounced spam from other servers that mistakenly trust fake return-paths commonly used in spam.[citation needed]
See also
[edit]References
[edit]- ^ Klensin 2008, p. 60
- ^ Crocker, David H., ed. (1982-08-13). RFC 822 - STANDARD FOR THE FORMAT OF ARPA INTERNET TEXT MESSAGES. IETF. doi:10.17487/RFC0822. RFC 822. Archived from the original on 2025-01-27. Retrieved 2025-02-13.
6.3. RESERVED ADDRESS
It often is necessary to send mail to a site, without knowing any of its valid addresses. For example, there may be mail system dysfunctions, or a user may wish to find out a person's correct address, at that site.
This standard specifies a single, reserved mailbox address (local-part) which is to be valid at each site. Mail sent to that address is to be routed to a person responsible for the site's mail system or to a person with responsibility for general site operation. The name of the reserved local-part address is:
Postmaster
so that "Postmaster@domain" is required to be valid.
Note: This reserved local-part must be matched without sensitivity to alphabetic case, so that "POSTMASTER", "postmaster", and even "poStmASteR" is to be accepted. - ^ Klensin 2008, p. 60
- ^ a b c d Costales, Jansen & Assmann 2008, p. 473
- ^ a b Costales, Jansen & Assmann 2008, p. 13
- ^ Lucas 2024, p. 58
- ^ Costales, Jansen & Assmann 2008, p. 298
- ^ Lucas 2024, p. 246
- ^ Costales, Jansen & Assmann 2008, p. 474
Bibliography
[edit]- Klensin, John C. (October 2008). RFC 5321 - Simple Mail Transfer Protocol. IETF. doi:10.17487/RFC5321. RFC 5321. Archived from the original on 2025-01-01. Retrieved 2025-02-13.
- Lucas, Michael (2024). Run Your Own Mail Server. Tilted Windmill Press. ISBN 978-1-64235-078-4.
- Costales, Bryan; Jansen, George; Assmann, Claus (2008). sendmail (4th ed.). O'Reilly Media. ISBN 978-0-596-51029-9.
External links
[edit]- RFC 5321: The SMTP Protocol