<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title><![CDATA[iRedMail — Space In DKIM Signature - Is it causing DKIM Authentication to Fail?]]></title>
		<link>https://forum.iredmail.org/topic17670-space-in-dkim-signature-is-it-causing-dkim-authentication-to-fail.html</link>
		<atom:link href="https://forum.iredmail.org/feed-rss-topic17670.xml" rel="self" type="application/rss+xml" />
		<description><![CDATA[The most recent posts in Space In DKIM Signature - Is it causing DKIM Authentication to Fail?.]]></description>
		<lastBuildDate>Fri, 15 Sep 2023 12:33:38 +0000</lastBuildDate>
		<generator>PunBB</generator>
		<item>
			<title><![CDATA[Re: Space In DKIM Signature - Is it causing DKIM Authentication to Fail?]]></title>
			<link>https://forum.iredmail.org/post87284.html#p87284</link>
			<description><![CDATA[<p>Open an own thread and provide related informations if you want help</p>]]></description>
			<author><![CDATA[null@example.com (Cthulhu)]]></author>
			<pubDate>Fri, 15 Sep 2023 12:33:38 +0000</pubDate>
			<guid>https://forum.iredmail.org/post87284.html#p87284</guid>
		</item>
		<item>
			<title><![CDATA[Re: Space In DKIM Signature - Is it causing DKIM Authentication to Fail?]]></title>
			<link>https://forum.iredmail.org/post87283.html#p87283</link>
			<description><![CDATA[<p>Hi,</p><p>I have the same problem. Have you fixed it? My two other domains works correct. But for one domain amavisd adds the space in DKIM signature.</p>]]></description>
			<author><![CDATA[null@example.com (Axenic)]]></author>
			<pubDate>Fri, 15 Sep 2023 05:57:28 +0000</pubDate>
			<guid>https://forum.iredmail.org/post87283.html#p87283</guid>
		</item>
		<item>
			<title><![CDATA[Re: Space In DKIM Signature - Is it causing DKIM Authentication to Fail?]]></title>
			<link>https://forum.iredmail.org/post78059.html#p78059</link>
			<description><![CDATA[<p>Hi,</p><p>Thanks for the reply</p><p>The config file is correct and I can&#039;t find an entry with a space in any other config!&nbsp; &nbsp;What&#039;s strange is that it&#039;s passing other DMARC tests so I&#039;m now thinking it could be a false positive from the mxtoolbox email deliverability test.&nbsp; The DKIM spec does allow for a space between the d and the domain name</p>]]></description>
			<author><![CDATA[null@example.com (MeesMees)]]></author>
			<pubDate>Thu, 24 Dec 2020 13:08:57 +0000</pubDate>
			<guid>https://forum.iredmail.org/post78059.html#p78059</guid>
		</item>
		<item>
			<title><![CDATA[Re: Space In DKIM Signature - Is it causing DKIM Authentication to Fail?]]></title>
			<link>https://forum.iredmail.org/post78037.html#p78037</link>
			<description><![CDATA[<p>I believe you have a typo in dkim_signature_options_bysender_maps variable (a heading space in the &quot;d&quot; string). It&#039;s in /etc/amavis/conf.d/50-user on my install</p><p>&quot;domain.org.uk&quot;&nbsp; =&gt; { d =&gt; &quot; domain.org.uk&quot;, a =&gt; &#039;rsa-sha256&#039;, c =&gt; &#039;relaxed/simple&#039;, ttl =&gt; 10*24*3600 },<br />#vs<br />&quot;domain.org.uk&quot;&nbsp; =&gt; { d =&gt; &quot;domain.org.uk&quot;, a =&gt; &#039;rsa-sha256&#039;, c =&gt; &#039;relaxed/simple&#039;, ttl =&gt; 10*24*3600 },</p>]]></description>
			<author><![CDATA[null@example.com (Bughandle)]]></author>
			<pubDate>Wed, 23 Dec 2020 09:42:42 +0000</pubDate>
			<guid>https://forum.iredmail.org/post78037.html#p78037</guid>
		</item>
		<item>
			<title><![CDATA[Space In DKIM Signature - Is it causing DKIM Authentication to Fail?]]></title>
			<link>https://forum.iredmail.org/post77992.html#p77992</link>
			<description><![CDATA[<p>==== REQUIRED BASIC INFO OF YOUR IREDMAIL SERVER ====<br />- iRedMail version (check /etc/iredmail-release): 1.3.2<br />- Deployed with iRedMail Easy or the downloadable installer? downloadable installer<br />- Linux/BSD distribution name and version: Ubuntu LTS 20.04<br />- Store mail accounts in which backend (LDAP/MySQL/PGSQL):&nbsp; MySQL<br />- Web server (Apache or Nginx): nginx<br />- Manage mail accounts with iRedAdmin-Pro? No<br />- [IMPORTANT] Related original log or error message is required if you&#039;re experiencing an issue.<br />====</p><p>Hi,</p><p>I am running multiple domains on the server and all pass the mxtoolbox email deliverability test with both DKIM Alignment and Authentication correct</p><p>I have one domain which passes Alignment but fails authentication.&nbsp; I have checked the DNS records, amavisd-new testkeys is correct and the only difference I can find is that in the DKIM Signature shown on the mxtoolbox results there is a space between the &#039;d=&#039; and the domain name on the failing domain.&nbsp; &nbsp;All other factors appear to be the same.&nbsp; </p><p>All domains can send and receive email correctly</p><p>the amavisd config file appear correct</p><p>On the failing domain the DKIM-Signature &nbsp; &nbsp; v=1; a=rsa-sha256; c=relaxed/simple; d= domain.org.uk; h=content-type:content-type:mime-version :subject:subject:message-id:to:from:from:date:date; s=dkim ...</p><p>Note the space after the d=.&nbsp; I&#039;m speculating that this is causing the DKIM authentication to fail?</p><p>On the good domain the DKIM-Signature&nbsp; &nbsp; v=1; a=rsa-sha256; c=relaxed/simple; d=domain.org.uk; h=content-type:content-type:mime-version:subject:subject :message-id:to:from:from:date:date; s=dkim; .......</p><p>That&#039;s the only difference I can find!</p><p>Help</p><p>PS Thankyou for all the work you do on this?&nbsp; This is the first weirdness I&#039;ve experienced and I know it&#039;s something I&#039;ve done - I just can&#039;t figure it out!</p>]]></description>
			<author><![CDATA[null@example.com (MeesMees)]]></author>
			<pubDate>Sun, 20 Dec 2020 17:25:24 +0000</pubDate>
			<guid>https://forum.iredmail.org/post77992.html#p77992</guid>
		</item>
	</channel>
</rss>
