在Google Appspipe理中,在电子邮件设置(服务设置>电子邮件)下,我可以select指定一个全部通过地址或放弃电子邮件。
但是,我想知道如何configuration拒绝电子邮件(即550错误),而不是简单地丢弃它,因为我想要发送到一个不正确的地址的人知道他们已经发送到一个错误的地址。
什么是完成这个方法? 我是否设置了一个通用地址,然后使用生成550个拒绝通知的守护程序来监视该邮箱? 我是否对MXlogging做了一些疯狂的事情?
如果您没有设置捕获全部地址,则Google Apps已经发送了550错误。
以下是我刚刚从我的Gmail帐户发送到Google Apps域(example.org)上的无效帐户的消息的结果。 名称已经改变,以保护有罪。 域被设置为“丢弃”。
Delivered-To: [email protected] Received: by 10.216.45.139 with SMTP id p11cs30689web; Tue, 21 Sep 2010 12:05:45 -0700 (PDT) Received: by 10.216.176.83 with SMTP id a61mr9625704wem.47.1285095944841; Tue, 21 Sep 2010 12:05:44 -0700 (PDT) MIME-Version: 1.0 Return-Path: <> Received: by 10.216.176.83 with SMTP id a61mr12854859wem.47; Tue, 21 Sep 2010 12:05:44 -0700 (PDT) From: Mail Delivery Subsystem <[email protected]> To: [email protected] X-Failed-Recipients: [email protected] Subject: Delivery Status Notification (Failure) Message-ID: <[email protected]> Date: Tue, 21 Sep 2010 19:05:44 +0000 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Delivery to the following recipient failed permanently: [email protected] Technical details of permanent failure:=20 Google tried to deliver your message, but it was rejected by the recipient domain. We recommend contacting the other email provider for further inform ation about the cause of this error. The error that the other server return ed was: 550 550-5.1.1 The email account that you tried to reach does not ex ist. Please try 550-5.1.1 double-checking the recipient's email address for typos or 550-5.1.1 unnecessary spaces. Learn more at 550 5.1.1 http://mail.google.com/support/bin/answer.py?answer=3D6596 p70si1 2864980weq.200 (state 14). ----- Original message ----- MIME-Version: 1.0 Received: by 10.216.176.83 with SMTP id a61mr9625683wem.47.1285095944055; T ue, 21 Sep 2010 12:05:44 -0700 (PDT) Received: by 10.216.45.139 with HTTP; Tue, 21 Sep 2010 12:05:44 -0700 (PDT) Date: Tue, 21 Sep 2010 12:05:44 -0700 Message-ID: <[email protected] > Subject: invalid user test From: Chris Francy <[email protected]> To: [email protected] Content-Type: text/plain; charset=3DISO-8859-1 invalid user test
我使用一个拥有度假响应者的全部账户。
不会产生反向散射,因为传入的垃圾邮件是由Google过滤的。 因此,度假响应者只回复错误地处理“真实”的消息。
万能帐户还将所有收到的邮件的副本转发给我,以便我可以对其进行监控。
Google Apps的configuration方式是configuration邮件的一种日益普遍的方式。 对于不好的实体,完全有可能通过在邮件域中抛出常用的用户名来执行相当于目录攻击的事情,并且任何不产生550错误的东西都被认为是经过validation的实时地址(我们有一个人办公室谁是“史蒂夫”作为他的帐户名称,他得到更多的垃圾邮件比你)。 如果你永远不会回报550,他们不会知道他们发现了一个坏的。
在这个基于IP声誉的反垃圾邮件系统的时代中,这个工具的实用性有些值得商榷,但是对一些人来说却是很重要的。
只需使用自动应答器创build一个通用地址即可。 您可以使用自动回复function让人们知道他们已经将邮件发送给不存在的用户。