Problem:
Gmail senders are not receiving bounce notifications when they send emails to non-existent recipient IDs.
Reason:
- On SpamTitan, the email is marked as bounced because the recipient ID does not exist.
- The MAILER-DAEMON sends a failure notification to Gmail, but Gmail’s server rejects the bounce message due to its updated policies.
- Gmail rejects the bounce email with the following error:
- When our MAILER-DAEMON@mithi.com sends bounce notifications, the envelope sender (
<>
) is blank, preventing Gmail from verifying SPF and DMARC, which results in the bounce notification being rejected.