大多数邮件服务器都会接受发往“postmaster”的邮件。但是,根据我的经验,Exchange 服务器很少会这样做。Exchange 服务器是否会接受类似于 postmaster 的通用地址的邮件?
答案1
postmaster 是所有 SMTP 服务器都应具有的标准别名之一。
微软经常在软件中忽视既定的互联网标准。关键在于,人们很少能安全地认为微软的做法是正确的。
来自RFC822:
It often is necessary to send mail to a site, without know-
ing 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 sensi-
tivity to alphabetic case, so that "POSTMASTER", "postmas-
ter", and even "poStmASteR" is to be accepted.
编辑2
我个人喜欢使用 postmaster、mailer-daemon、abuse、root、hostmaster 和 webmaster。当然,别名取决于我通常运行的服务器类型。
您可能会认为 root 是多余的,但无论如何我还是喜欢这样做。
在我的世界中,postmaster、abuse 和 mailer-daemon 始终是必需的。
webmaster 和 hostmaster 取决于您是否运行 DNS 或网站。如今,如果您负责互联网域名,那么这些也有可能适用于您。
答案2
您可以添加任何您想要的帐户。Postmaster@、abuse@ 等。只需添加到帐户或拥有一个单独的帐户即可。
您必须根据需要配置其中每个。您可以全部配置或全部不配置。默认情况下不配置任何配置
答案3
Exchange 2007(至少在 SBS 2008 上)带有一个现成的“邮政局长和滥用报告”通讯组。您所要做的就是将用户添加到该通讯组以接收电子邮件。如果他们不希望主收件箱收到垃圾邮件,他们可以通过 Outlook 添加规则将其移动到子文件夹。
它通常默认不会去任何地方的原因是,唯一的默认成员是另一个需要发件人进行身份验证的通讯组,阻止了来自开放互联网的大多数邮件。向通讯组添加明确用户可解决问题,而无需为 postmaster@、abuse@ 等创建单独的 AD 帐户。