Postmaster (computing)
This article relies largely or entirely on a single source. (April 2014) |
In computers and technology, a postmaster is the administrator of a mail server. Nearly every domain should have the e-mail address 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 to 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] to have the postmaster address. The rfc-ignorant.org website used to maintain a list of domains that do not comply with the RFC based on this requirement, but was shut down in November 2012. The website RFC2 Realtime List expanded to include rfc-ignorant's lists after they shut down.
Quoting from the RFC:
Any system that includes an SMTP server supporting mail relaying or delivery MUST support the reserved mailbox "postmaster" as a case-insensitive local name. This postmaster address is not strictly necessary if the server always returns 554 on connection opening (as described in section 3.1).[3] The requirement to accept mail for postmaster implies that RCPT commands which specify a mailbox for postmaster at any of the domains for which the SMTP server provides mail service, as well as the special case of "RCPT TO:<Postmaster>" (with no domain specification), MUST be supported.
SMTP systems are expected to make every reasonable effort to accept mail directed to Postmaster from any other system on the Internet. In extreme cases (such as to contain a denial of service attack or other breach of security) an SMTP server may block mail directed to Postmaster. However, such arrangements SHOULD be narrowly tailored so as to avoid blocking messages which are not part of such attacks.
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.
References
[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.
- ^ 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. - ^ In the case of a connection-opening response, 554 means "No SMTP service here", and may contain explanatory information.
External links
[edit]- RFC 5321: The SMTP Protocol