Bounce backs from web-generated e-mails are missing
        Posted  
        
            by JerSchneid
        on Server Fault
        
        See other posts from Server Fault
        
            or by JerSchneid
        
        
        
        Published on 2010-02-04T17:29:25Z
        Indexed on 
            2010/03/26
            2:03 UTC
        
        
        Read the original article
        Hit count: 501
        
We use Google Apps to host my company's mail. On our website, we send some e-mails on behalf of our users. In those e-mails we include lines like this:
Return-Path: <[email protected]>
Sender: <[email protected]>
Sending the messages works great (passes SPF tests), but in the case that the message is sent TO an invalid e-mail address, we expect to get a bounce back message sent to "[email protected]". That message never arrives. (If we send an e-mail manually from within the gmail interface to the same bad e-mail, the message does arrive).
We used to receive the bounce back messages as expected, but it seems like they are always quietly blocked now (not in spam or anything). Is there a new policy that blocks bounce backs when the "From" does not match the "Return-Path" or something?
We would really like to get these bounce-backs to verify the delivery of the messages. Is there any way to prevent them from being blocked?!
Thank you!
© Server Fault or respective owner