dmcgiv / DKIM.Net

DomainKeys Identified Mail (DKIM) and DomainKey email signing for .Net (C#)
31 stars 9 forks source link

dkim=permerror reason="unsupported signature algorithm" by verifier.port25.com #13

Closed Sanzo-Miyazawa closed 2 years ago

Sanzo-Miyazawa commented 2 years ago

I cannot figure out what is wrong in my setting for DKIM. I need your help. dkimpy-milter (1.2.2-1) is used for DKIM signature and verification.

                Sanzo Miyazawa

========================================================== Email arrived at check-auth@verifier.port25.com and identified as dkim=permerror reason="unsupported signature algorithm".

Return-Path: miyazawa@sanzo.org Received: from mail01.SiriusCloud.jp (219.118.72.1) by verifier.port25.com id h2guq82p2toj for check-auth@verifier.port25.com; Sun, 4 Sep 2022 05:54:44 +0000 (envelope-from miyazawa@sanzo.org) Authentication-Results: verifier.port25.com; spf=pass smtp.mailfrom=miyazawa@sanzo.org; iprev=pass (matches mail01.SiriusCloud.jp) policy.iprev=219.118.72.1; dkim=permerror reason="unsupported signature algorithm" ; dkim=fail reason="signature doesn't verify" Received: from smi72700k.sanzo.org (61-213-47-254.catv296.ne.jp [61.213.47.254]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) (No client certificate requested) (Authenticated sender: sanzo-and-fumiko.miyazawa@catv296.ne.jp) by access01.SiriusCloud.jp (Postfix) with ESMTPSA id 4ML17l1hvRz35vG7h for check-auth@verifier.port25.com; Sun, 4 Sep 2022 14:54:43 +0900 (JST) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=sanzo.org; i=@sanzo.org; q=dns/txt; s=dkim-ed25519; t=1662270880; h=date : from : message-id : to : subject : content-type : mime-version : content-transfer-encoding : from; bh=47DEQpj8HBSa+/TImW+5JCeuQeRkm5NMpJWZG3hSuFU=; b=2ne23XnmFelQLySuMfq1zX7I1KQt3GAIx4TIKd5aicfPac8dfJmMEi4+wg1Sk2A8Le5om DNTCIYzeIypNX8ICg== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sanzo.org; i=@sanzo.org; q=dns/txt; s=dkim-rsa; t=1662270880; h=date : from : message-id : to : subject : content-type : mime-version : content-transfer-encoding : from; bh=47DEQpj8HBSa+/TImW+5JCeuQeRkm5NMpJWZG3hSuFU=; b=qQRcdkksJwhJbJAypV9ZT8wRK0KKCoZ8AVu0VfSdG/L931iERNxozCUXF3UVnha35ws8x +TlfnBCgCuwF4d32Gxr7f7yIHzXHpVZ5QK0WnZQ0gZ1MJ2IVnrxq4JIR+rMn1LyE2CGB2xD MG9Z4gOVEB5N3qFt8/zB7UVejSZgOf7Vg9e1ztvxHRrqcfiTYhXnjePLaYrfr3LOQNB8P5O 6OUBgGwKQT9UehYAleTH587qZcaOGhYM0k1VLQCh6RtbPVC0ZXf2//PBAd6B7DCg4ACLN8Z SpO7EhrRPjLJ4TkRVq3Fw6WjuKIvkxMCTJLd1chn3vdL5fn8+HhQO5SIdpVQ== Received: from smi72700k.sanzo.org (miyazawa@ip6-localhost [127.0.0.1]) by smi72700k.sanzo.org (8.15.2/8.15.2/Debian-22) with ESMTPS id 2845sedi809535 (version=TLSv1.3 cipher=TLS_AES_256_GCM_SHA384 bits=256 verify=NOT) for check-auth@verifier.port25.com; Sun, 4 Sep 2022 14:54:40 +0900 Received: (from miyazawa@localhost) by smi72700k.sanzo.org (8.15.2/8.15.2/Submit) id 2845se43809534; Sun, 4 Sep 2022 14:54:40 +0900 Date: Sun, 4 Sep 2022 14:54:40 +0900 From: Sanzo Miyazawa miyazawa@sanzo.org Message-Id: 202209040554.2845se43809534@smi72700k.sanzo.org To: check-auth@verifier.port25.com Subject: Content-Type: text/plain; charset=UTF-8 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Virus-Scanned: clamav-milter 0.103.6 at smi72700k X-Virus-Status: Clean

Sanzo-Miyazawa commented 2 years ago

I am sorry. This was submitted at the wrong place. Please ignore!