<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Control WebPanel Wiki &#187; Dkim Double Signature</title>
	<atom:link href="http://wiki.centos-webpanel.com/tag/dkim-double-signature/feed" rel="self" type="application/rss+xml" />
	<link>http://wiki.centos-webpanel.com</link>
	<description>CentOS WebPanel Wiki</description>
	<lastBuildDate>Wed, 12 Feb 2025 20:38:16 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=4.1.1</generator>
	<item>
		<title>Dkim double signature</title>
		<link>http://wiki.centos-webpanel.com/dkim-double-signature</link>
		<comments>http://wiki.centos-webpanel.com/dkim-double-signature#comments</comments>
		<pubDate>Sun, 28 Nov 2021 18:52:24 +0000</pubDate>
		<dc:creator><![CDATA[publisher]]></dc:creator>
				<category><![CDATA[E-Mail]]></category>
		<category><![CDATA[Dkim Double Signature]]></category>

		<guid isPermaLink="false">http://wiki.centos-webpanel.com/?p=1607</guid>
		<description><![CDATA[This issue can happen when using amavis. In case you have a double email signature you can edit your postfix config. File: /etc/postfix/master.cf smtp inet n - n - - smtpd -o content_filter=smtp-amavis:127.0.0.1:10024 -o receive_override_options=no_address_mappings After no_address_mappings add no_milters , example: smtp inet n - n - - smtpd -o content_filter=smtp-amavis:127.0.0.1:10024 -o receive_override_options=no_address_mappings,no_milters After changes [&#8230;]]]></description>
				<content:encoded><![CDATA[<p>This issue can happen when using amavis.<br />
In case you have a double email signature you can edit your postfix config.</p>
<div class="st-alert st-alert- ">
However, mostly double dkim is NOT an issue, you need to be sure that your dkim signature is added on the DNS servers (if you are using an external DNS).
</div>
<p>File: <strong>/etc/postfix/master.cf</strong></p>
<pre>smtp	  inet  n	-	n	-	-	smtpd
  -o content_filter=smtp-amavis:127.0.0.1:10024
  -o receive_override_options=no_address_mappings</pre>
<p>After <strong>no_address_mappings</strong> add <strong>no_milters</strong> , example:</p>
<pre>
smtp	  inet  n	-	n	-	-	smtpd
  -o content_filter=smtp-amavis:127.0.0.1:10024
  -o receive_override_options=no_address_mappings,no_milters</pre>
<p>After changes restart postfix:</p>
<pre>service postfix restart</pre>
]]></content:encoded>
			<wfw:commentRss>http://wiki.centos-webpanel.com/dkim-double-signature/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
