deslocotoco
Well-known member
Hello guys!
First, some context: i have a properly configured e-mail server, all connections are ok, the sending e-mail function is working and all that stuff. My IP and url reputation is high, no errors from loop feedback, DMARC, SPF and DKIM is all good, all connections are TSL and no deliveries errors (Infos from Postmaster from Google).
I have an exclusive e-mail for bounce, another for unsubscribe and another for sending mails. Apparently is everything correct.
But, since the e-mail function is working, I'm having a lot of bounce e-mails with the type 'Unknown' and no action taken.
The logs/e-mails are very confusing and very equal, depending on the service (gMail, Hotmail, Outlook, Yahoo, etc).
Lets see some example from Google (most common and most used). Some data was changed to preserve sensitive information, like hosts, address, IPs and that kind of stuff.
So, what we have to do here? I can just ignore this bounces? Is common?
Thanks guys.
Using XF on last version.
First, some context: i have a properly configured e-mail server, all connections are ok, the sending e-mail function is working and all that stuff. My IP and url reputation is high, no errors from loop feedback, DMARC, SPF and DKIM is all good, all connections are TSL and no deliveries errors (Infos from Postmaster from Google).
I have an exclusive e-mail for bounce, another for unsubscribe and another for sending mails. Apparently is everything correct.
But, since the e-mail function is working, I'm having a lot of bounce e-mails with the type 'Unknown' and no action taken.
The logs/e-mails are very confusing and very equal, depending on the service (gMail, Hotmail, Outlook, Yahoo, etc).
Lets see some example from Google (most common and most used). Some data was changed to preserve sensitive information, like hosts, address, IPs and that kind of stuff.
Code:
Return-Path: <noreply-dmarc-support@google.com>
Delivered-To: bounceemail@mydomain.com.br
Received: from my.host.com.br
by my.host.com.br with LMTP
id lFHsFOzgOGEQyhYA5BB3Ww
(envelope-from <noreply-dmarc-support@google.com>)
for <bounceemail@mydomain.com.br>; Wed, 08 Sep 2021 13:12:28 -0300
Received: from mail-numbers.google.com (mail-qk1-f201.google.com [some-ip.201])
(using TLSv1.3 with cipher TLS_AES_128_GCM_SHA256 (128/128 bits)
key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256)
(No client certificate requested)
by my.host.com.br (Postfix) with ESMTPS id 2CAAE82221E9
for <bounceemail@mydomain.com.br>; Wed, 8 Sep 2021 13:12:28 -0300 (-03)
Authentication-Results: my.host.com.br;
dkim=pass (2048-bit key; unprotected) header.d=google.com header.i=@google.com header.a=rsa-sha256 header.s=20210112 header.b=oZ7JRkm2
Received: by mail-qk1-f201.google.com with SMTP id q13-some-random-numbers38f784161so3892652qkm.8
for <bounceemail@mydomain.com.br>; Wed, 08 Sep 2021 09:12:28 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
d=google.com; s=20210112;
h=mime-version:date:message-id:subject:from:to:content-disposition
:content-transfer-encoding;
bh=O6Tsome-random-numbers/some-random-numberszZ1IYMQRCA=;
b=oZ7JRkm2Lsome-random-numbers==
X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
d=1e100.net; s=20210112;
h=x-gm-message-state:mime-version:date:message-id:subject:from:to
:content-disposition:content-transfer-encoding;
bh=some-random-numbers-letters/cKY5-some-random-numbers=;
b=ehosome-random-numbers-letters
orzw==
X-Gm-Message-State: AOAsome-random-numbers/NVozXZHrRoBWI+jkg/o+vlgVr78hwkg==
X-Google-Smtp-Source: some-random-numbers/LMLgaHoLtAM+kDKzp==
MIME-Version: 1.0
X-Received: by 2002:ae9:f50a:: with SMTP id o10m-random-numbers-letters;
Wed, 08 Sep 2021 09:12:27 -0700 (PDT)
Date: Tue, 07 Sep 2021 16:59:59 -0700
Message-ID: <1167-random-numbers@google.com>
Subject: Report domain: my.domain.com.br Submitter: google.com Report-ID: 1133-random-numbers
From: noreply-dmarc-support@google.com
To: bounceemail@mydomain.com.br
Content-Type: application/zip;
name="google.com!mydomain.com.br!163-random-numbers.zip"
Content-Disposition: attachment;
filename="google.com!mydomain.com.br!163-random-numbers.zip"
Content-Transfer-Encoding: base64
<<-- some random letters -->>
ODAwITE2MzEwNTkxOTkueG1sUEsFBgAAAAABAAEAYAAAAF4CAAAAAA==
So, what we have to do here? I can just ignore this bounces? Is common?
Thanks guys.
Using XF on last version.