Author |
|
Emilius Newbie
Joined: 20 November 2018 Location: Canada
Online Status: Offline Posts: 27
|
Posted: 22 January 2025 at 12:00am | IP Logged
|
|
|
Hello
I have specific problem only effecting one scenario. I can normally send/receive mails but when I receive email from my Wordpress page , contact form 7, I can not reply that email. I am getting error 403 forbidden and then in browser console console I can see
Error with Permissions-Policy header: Unrecognized feature: 'attribution-reporting'.
The email header sent by contact form 7 is a bit different and I am not sure why is triggering 403 error.
HEADER FROM GOOD EMAIL
Return-Path: <emil@emilius.net>
Delivered-To: emil@gloriart.net
Received: from cwp.emilius.net
by cwp.emilius.net with LMTP
id 40lhFFqikGdgWwAAySsAcw
(envelope-from <emil@emilius.net>)
for <emil@gloriart.net>; Wed, 22 Jan 2025 02:46:34 -0500
Received: from simunovic.net (unknown [142.127.105.83])
(using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)
key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256)
(No client certificate requested)
by cwp.emilius.net (Postfix) with ESMTPSA id 399A1C0BF7D6
for <emil@gloriart.net>; Wed, 22 Jan 2025 02:46:34 -0500 (EST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=emilius.net;
s=default; t=1737531994;
bh=ZaE0lK+krsN7wyTnHEiWU51UdHyNavfVmByvnwAI2ys=;
h=Date:From:Subject:To;
b=Ww5pjGDuCMi3FrNMxAC7/0zUkfjxdX6vL1xPmvaG5Ar53UuGPLYA0QSK0KRAQ+6Vt
STtN3k2ljPD+BoVMyW69b2TW6p1ai83yPK+6NoqsyyT4sIY3jDstHI1wv9ik+XCRMv
Z6TtTtGGO+8r0haOIVoKiyz0QqMTEqtB11rWIix0=
Mime-Version: 1.0
Date: Wed, 22 Jan 2025 07:46:34 +0000
Content-Type: multipart/alternative;
boundary="----=_Part_819_458449374.1737531994"
Message-ID: <828fe0043fc7b71d608a44aff04929e5@simunovic.net>
X-Mailer: Afterlogic webmail client
X-Original-IP: 142.127.105.83
From: "Emilius Server" <emil@emilius.net>
Subject: test
To: emil@gloriart.net
X-Priority: 3 (Normal)
HEADER FROM BAD 403 EMAIL (contact form 7)
Return-Path: <emil@gloriart.net>
Delivered-To: emil@gloriart.net
Received: from cwp.emilius.net
by cwp.emilius.net with LMTP
id 9QHWN/6hkGenWgAAySsAcw
(envelope-from <emil@gloriart.net>)
for <emil@gloriart.net>; Wed, 22 Jan 2025 02:45:02 -0500
Received: by cwp.emilius.net (Postfix, from userid 1004)
id D336BC0BF7D6; Wed, 22 Jan 2025 02:45:02 -0500 (EST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=gloriart.net;
s=default; t=1737531902;
bh=pUngiuOsHv/ReXoT+68DBUBXiQ8MwbzvisdFnTsse2k=;
h=To:Subject:Date:From:Reply-To;
b=HpZN6GUfpErf2wmmb0wjW/qIgGCwsmH2M3+6X+pA01Y9ox+oQfYLaEMmoVGCI+umO
Pdx7HrJ1UzYM9Tyk1Q3pNSK2JKfH5h3nn9VQhU8ALM4P0SsD9JhUQJOAmrPqZxi+c3
n34XZUlTym0t+j+LAFgwzE1uvHCOy3efoGh+bhXE=
To: GloriART <emil@gloriart.net>
Subject: sub
X-PHP-Originating-Script: 1004:PHPMailer.php
Date: Wed, 22 Jan 2025 07:45:02 +0000
From: GloriART Contact Form <emil@gloriart.net>
Reply-To: Marko marovoc <emil@emilius.net>
Message-ID: <C3LbcObbFnwcDCvGbQRMIQqBFiD3mWRoalNfkJmuU@www.gloriart.net>
X-Mailer: PHPMailer 6.9.2 (https://github.com/PHPMailer/PHPMailer)
MIME-Version: 1.0
Content-Type: multipart/alternative;
boundary="b1=_C3LbcObbFnwcDCvGbQRMIQqBFiD3mWRoalNfkJmuU"
Content-Transfer-Encoding: 8bit
cwp.emilius.net is my hostname for CentOS control web panel on my ProxMox home server.
Can you please help me to solve this puzzle.
Thank you,
Emil S.
|
Back to Top |
|
|
Igor AfterLogic Support
Joined: 24 June 2008 Location: United States
Online Status: Offline Posts: 6121
|
Posted: 22 January 2025 at 12:49am | IP Logged
|
|
|
Hello,
I wonder, if you save the message with "bad header" in EML file, then upload such a file into WebMail Pro (by simply dragging the file from desktop to message list in WebMail) and then try to reply to that message, do you get such an error message as well? You could try removing specific headers from the message, supplying a different text body or no body at all, and see if it changes anything.
--
Regards,
Igor, Afterlogic
|
Back to Top |
|
|
Emilius Newbie
Joined: 20 November 2018 Location: Canada
Online Status: Offline Posts: 27
|
Posted: 22 January 2025 at 6:55am | IP Logged
|
|
|
Hi
I did drop that bad email EML file back and it is exactly the same message again. Here is what is appearing in browser console. This time I can see downloading fonts is also blocked. Maybe is security content policy of my server?
On my phone that same "bad mail" can be normally replied and other side is getting that message.
Thank you,
Emil S.
|
Back to Top |
|
|
Emilius Newbie
Joined: 20 November 2018 Location: Canada
Online Status: Offline Posts: 27
|
Posted: 22 January 2025 at 7:15am | IP Logged
|
|
|
One detail I have to make clear. My email app WebMail Pro is installed on simunovic.net/mail. On that account we have 4 email accounts with "someone@simunovic.net" (family acc) I also have 2 other email configurations added in user settings, emil@gloriart.net (business) and emil@emilius.net (admin for a server).
I am not sure if that has anything to do with the problem I am facing but...
All this domain names are from Cloudflare and hosted/pointed on same server cwp.emilius.net. I am running Nginx & Varnish & Apache web servers.
|
Back to Top |
|
|
Emilius Newbie
Joined: 20 November 2018 Location: Canada
Online Status: Offline Posts: 27
|
Posted: 22 January 2025 at 7:42am | IP Logged
|
|
|
Hello
I have pinpoint this issue. It was from my side, CWP Security Center of my server. I have found blocked event and whitelisted it for my IP. That is very unusual, I have expected that my IP will be whitelisted for anything. Oh well ;)
Thank you Igor so much
Emil S.
|
Back to Top |
|
|
Emilius Newbie
Joined: 20 November 2018 Location: Canada
Online Status: Offline Posts: 27
|
Posted: 22 January 2025 at 8:00am | IP Logged
|
|
|
just in case if you need this information about this situation...
|
Back to Top |
|
|