<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[Ist ein DMARC softfail bedenklich?]]></title><description><![CDATA[<p>Hi,</p>
<p>ich hatte vorhin im dmarc report folgendes Softfail-Ergebnis erhalten:</p>
<pre><code class="language-xml">&lt;?xml version='1.0' encoding='utf-8'?&gt;
&lt;feedback&gt;
	&lt;report_metadata&gt;
		&lt;org_name&gt;Mail.Ru&lt;/org_name&gt;
		&lt;email&gt;dmarc_support@corp.mail.ru&lt;/email&gt;
		&lt;extra_contact_info&gt;http://help.mail.ru/mail-help&lt;/extra_contact_info&gt;
		&lt;report_id&gt;...&lt;/report_id&gt;
		&lt;date_range&gt;
			&lt;begin&gt;...&lt;/begin&gt;
			&lt;end&gt;...&lt;/end&gt;
		&lt;/date_range&gt;
	&lt;/report_metadata&gt;
	&lt;policy_published&gt;
		&lt;domain&gt;....&lt;/domain&gt;
		&lt;adkim&gt;s&lt;/adkim&gt;
		&lt;aspf&gt;s&lt;/aspf&gt;
		&lt;p&gt;reject&lt;/p&gt;
		&lt;sp&gt;reject&lt;/sp&gt;
		&lt;pct&gt;100&lt;/pct&gt;
	&lt;/policy_published&gt;
	&lt;record&gt;
		&lt;row&gt;
			&lt;source_ip&gt;1.2.3.4&lt;/source_ip&gt;
			&lt;count&gt;1&lt;/count&gt;
			&lt;policy_evaluated&gt;
				&lt;disposition&gt;reject&lt;/disposition&gt;
				&lt;dkim&gt;fail&lt;/dkim&gt;
				&lt;spf&gt;fail&lt;/spf&gt;
			&lt;/policy_evaluated&gt;
		&lt;/row&gt;
		&lt;identifiers&gt;
			&lt;header_from&gt;....&lt;/header_from&gt;
		&lt;/identifiers&gt;
		&lt;auth_results&gt;
			&lt;spf&gt;
				&lt;domain&gt;....&lt;/domain&gt;
				&lt;scope&gt;mfrom&lt;/scope&gt;
				&lt;result&gt;softfail&lt;/result&gt;
			&lt;/spf&gt;
		&lt;/auth_results&gt;
	&lt;/record&gt;
&lt;/feedback&gt;
</code></pre>
<p>Die angegebene source_ip (hier geändert ...) kenne ich nicht. Muss ich mich sorgen?</p>
<p><a href="https://dmarcly.com/blog/why-spf-authentication-fails-none-neutral-fail-hard-fail-soft-fail-temperror-and-permerror-explained" rel="nofollow">https://dmarcly.com/blog/why-spf-authentication-fails-none-neutral-fail-hard-fail-soft-fail-temperror-and-permerror-explained</a></p>
<blockquote>
<p>SPF softfail is a weak statement that the host is probably not authorized. The domain has not published a stronger, more definitive policy that results in a &quot;fail&quot;. This is typically implemented by appending a ~all mechanism to an SPF record. When this mechanism is evaluated, any IP address will cause SPF to return a softfail result.</p>
<p>Like neutral, SPF softfail can be interpreted in DMARC as either pass or fail, depending on how you set up DMARC on your email server. In OpenDMARC, SPF softfail is interpreted in DMARC as fail by default.</p>
</blockquote>
<p><code>~all</code> ist bei mir im Record hinzugefügt ... Was geht da wohl vor sich?</p>
]]></description><link>https://www.c-plusplus.net/forum/topic/354908/ist-ein-dmarc-softfail-bedenklich</link><generator>RSS for Node</generator><lastBuildDate>Mon, 07 Sep 2026 09:35:00 GMT</lastBuildDate><atom:link href="https://www.c-plusplus.net/forum/topic/354908.rss" rel="self" type="application/rss+xml"/><pubDate>Fri, 02 Aug 2024 17:22:16 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Ist ein DMARC softfail bedenklich? on Fri, 02 Aug 2024 17:22:16 GMT]]></title><description><![CDATA[<p>Hi,</p>
<p>ich hatte vorhin im dmarc report folgendes Softfail-Ergebnis erhalten:</p>
<pre><code class="language-xml">&lt;?xml version='1.0' encoding='utf-8'?&gt;
&lt;feedback&gt;
	&lt;report_metadata&gt;
		&lt;org_name&gt;Mail.Ru&lt;/org_name&gt;
		&lt;email&gt;dmarc_support@corp.mail.ru&lt;/email&gt;
		&lt;extra_contact_info&gt;http://help.mail.ru/mail-help&lt;/extra_contact_info&gt;
		&lt;report_id&gt;...&lt;/report_id&gt;
		&lt;date_range&gt;
			&lt;begin&gt;...&lt;/begin&gt;
			&lt;end&gt;...&lt;/end&gt;
		&lt;/date_range&gt;
	&lt;/report_metadata&gt;
	&lt;policy_published&gt;
		&lt;domain&gt;....&lt;/domain&gt;
		&lt;adkim&gt;s&lt;/adkim&gt;
		&lt;aspf&gt;s&lt;/aspf&gt;
		&lt;p&gt;reject&lt;/p&gt;
		&lt;sp&gt;reject&lt;/sp&gt;
		&lt;pct&gt;100&lt;/pct&gt;
	&lt;/policy_published&gt;
	&lt;record&gt;
		&lt;row&gt;
			&lt;source_ip&gt;1.2.3.4&lt;/source_ip&gt;
			&lt;count&gt;1&lt;/count&gt;
			&lt;policy_evaluated&gt;
				&lt;disposition&gt;reject&lt;/disposition&gt;
				&lt;dkim&gt;fail&lt;/dkim&gt;
				&lt;spf&gt;fail&lt;/spf&gt;
			&lt;/policy_evaluated&gt;
		&lt;/row&gt;
		&lt;identifiers&gt;
			&lt;header_from&gt;....&lt;/header_from&gt;
		&lt;/identifiers&gt;
		&lt;auth_results&gt;
			&lt;spf&gt;
				&lt;domain&gt;....&lt;/domain&gt;
				&lt;scope&gt;mfrom&lt;/scope&gt;
				&lt;result&gt;softfail&lt;/result&gt;
			&lt;/spf&gt;
		&lt;/auth_results&gt;
	&lt;/record&gt;
&lt;/feedback&gt;
</code></pre>
<p>Die angegebene source_ip (hier geändert ...) kenne ich nicht. Muss ich mich sorgen?</p>
<p><a href="https://dmarcly.com/blog/why-spf-authentication-fails-none-neutral-fail-hard-fail-soft-fail-temperror-and-permerror-explained" rel="nofollow">https://dmarcly.com/blog/why-spf-authentication-fails-none-neutral-fail-hard-fail-soft-fail-temperror-and-permerror-explained</a></p>
<blockquote>
<p>SPF softfail is a weak statement that the host is probably not authorized. The domain has not published a stronger, more definitive policy that results in a &quot;fail&quot;. This is typically implemented by appending a ~all mechanism to an SPF record. When this mechanism is evaluated, any IP address will cause SPF to return a softfail result.</p>
<p>Like neutral, SPF softfail can be interpreted in DMARC as either pass or fail, depending on how you set up DMARC on your email server. In OpenDMARC, SPF softfail is interpreted in DMARC as fail by default.</p>
</blockquote>
<p><code>~all</code> ist bei mir im Record hinzugefügt ... Was geht da wohl vor sich?</p>
]]></description><link>https://www.c-plusplus.net/forum/post/2622188</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/2622188</guid><dc:creator><![CDATA[noLust]]></dc:creator><pubDate>Fri, 02 Aug 2024 17:22:16 GMT</pubDate></item><item><title><![CDATA[Reply to Ist ein DMARC softfail bedenklich? on Sat, 03 Aug 2024 09:48:15 GMT]]></title><description><![CDATA[<p>So ... nächster Report, und hier stimmt wieder alles:</p>
<pre><code class="language-xml">&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;
&lt;feedback xmlns=&quot;urn:ietf:params:xml:ns:dmarc-2.0&quot;&gt;
   &lt;version&gt;1.0&lt;/version&gt;
   &lt;report_metadata&gt;
      &lt;org_name&gt;GMX&lt;/org_name&gt;
      &lt;email&gt;noreply-dmarc@sicher.gmx.net&lt;/email&gt;
      &lt;extra_contact_info&gt;https://postmaster.gmx.net/en/case?...&lt;/extra_contact_info&gt;
      &lt;report_id&gt;...&lt;/report_id&gt;
      &lt;date_range&gt;
         &lt;begin&gt;...&lt;/begin&gt;
         &lt;end&gt;...&lt;/end&gt;
      &lt;/date_range&gt;
   &lt;/report_metadata&gt;
   &lt;policy_published&gt;
      &lt;domain&gt;....&lt;/domain&gt;
      &lt;discovery_method&gt;psl&lt;/discovery_method&gt;
      &lt;adkim&gt;s&lt;/adkim&gt;
      &lt;aspf&gt;s&lt;/aspf&gt;
      &lt;p&gt;reject&lt;/p&gt;
      &lt;sp&gt;reject&lt;/sp&gt;
      &lt;testing&gt;n&lt;/testing&gt;
   &lt;/policy_published&gt;
   &lt;record&gt;
      &lt;row&gt;
         &lt;source_ip&gt;stimmt&lt;/source_ip&gt;
         &lt;count&gt;5&lt;/count&gt;
         &lt;policy_evaluated&gt;
            &lt;disposition&gt;none&lt;/disposition&gt;
            &lt;dkim&gt;pass&lt;/dkim&gt;
            &lt;spf&gt;pass&lt;/spf&gt;
         &lt;/policy_evaluated&gt;
      &lt;/row&gt;
      &lt;identifiers&gt;
         &lt;envelope_from&gt;....&lt;/envelope_from&gt;
         &lt;header_from&gt;....&lt;/header_from&gt;
      &lt;/identifiers&gt;
      &lt;auth_results&gt;
         &lt;dkim&gt;
            &lt;domain&gt;....&lt;/domain&gt;
            &lt;selector&gt;mail&lt;/selector&gt;
            &lt;result&gt;pass&lt;/result&gt;
         &lt;/dkim&gt;
         &lt;spf&gt;
            &lt;domain&gt;....&lt;/domain&gt;
            &lt;scope&gt;mfrom&lt;/scope&gt;
            &lt;result&gt;pass&lt;/result&gt;
         &lt;/spf&gt;
      &lt;/auth_results&gt;
   &lt;/record&gt;
&lt;/feedback&gt;
</code></pre>
]]></description><link>https://www.c-plusplus.net/forum/post/2622189</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/2622189</guid><dc:creator><![CDATA[noLust]]></dc:creator><pubDate>Sat, 03 Aug 2024 09:48:15 GMT</pubDate></item><item><title><![CDATA[Reply to Ist ein DMARC softfail bedenklich? on Mon, 05 Aug 2024 20:07:42 GMT]]></title><description><![CDATA[<p>Hat wieder keiner Ahnung?</p>
]]></description><link>https://www.c-plusplus.net/forum/post/2622218</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/2622218</guid><dc:creator><![CDATA[noLust]]></dc:creator><pubDate>Mon, 05 Aug 2024 20:07:42 GMT</pubDate></item><item><title><![CDATA[Reply to Ist ein DMARC softfail bedenklich? on Mon, 05 Aug 2024 21:03:10 GMT]]></title><description><![CDATA[<p>Ich verstehe nicht, was du willst. Du gibst im SPF mittels <code>~all</code> an, dass ein <code>softfail</code> stattfinden soll, wenn es von einer nicht genehmigten IP kommt und <a href="http://mail.ru" rel="nofollow">mail.ru</a> reagiert mit einem <code>softfail</code>. Dann hat alles so funktioniert, wie du es wolltest?</p>
]]></description><link>https://www.c-plusplus.net/forum/post/2622219</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/2622219</guid><dc:creator><![CDATA[Dravere]]></dc:creator><pubDate>Mon, 05 Aug 2024 21:03:10 GMT</pubDate></item><item><title><![CDATA[Reply to Ist ein DMARC softfail bedenklich? on Mon, 05 Aug 2024 22:23:21 GMT]]></title><description><![CDATA[<p><a class="plugin-mentions-user plugin-mentions-a" href="https://www.c-plusplus.net/forum/uid/9752">@Dravere</a> sagte in <a href="/forum/post/2622219">Ist ein DMARC softfail bedenklich?</a>:</p>
<blockquote>
<p>wenn es von einer nicht genehmigten IP kommt und <a href="http://mail.ru" rel="nofollow">mail.ru</a> reagiert mit einem softfail. Dann hat alles so funktioniert, wie du es wolltest?</p>
</blockquote>
<p>heißt das im Umkehrschluss, jemand hat versucht, im Namen von meinem Mailserver eine E-Mail zu senden? <img
      src="https://www.c-plusplus.net/forum/plugins/nodebb-plugin-emoji/emoji/emoji-one/1f62c.png?v=ab1pehoraso"
      class="not-responsive emoji emoji-emoji-one emoji--grimacing_face"
      title=":grimacing_face:"
      alt="😬"
    /></p>
<p>Dann ist doch alles ok und der Betrug flug auf. <img
      src="https://www.c-plusplus.net/forum/plugins/nodebb-plugin-emoji/emoji/emoji-one/1f642.png?v=ab1pehoraso"
      class="not-responsive emoji emoji-emoji-one emoji--slightly_smiling_face"
      title=":)"
      alt="🙂"
    /></p>
]]></description><link>https://www.c-plusplus.net/forum/post/2622220</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/2622220</guid><dc:creator><![CDATA[noLust]]></dc:creator><pubDate>Mon, 05 Aug 2024 22:23:21 GMT</pubDate></item><item><title><![CDATA[Reply to Ist ein DMARC softfail bedenklich? on Mon, 05 Aug 2024 22:35:54 GMT]]></title><description><![CDATA[<p>Das ist jedenfalls was ich hier annehmen würde. Jemand hat versucht deine Domain im From-Header zu verwenden. Das passiert ständig und ist ganz normal. Deshalb setzt man ja so Dinge wie SPF auf. Gmail ist zum Beispiel inzwischen soweit, dass es gar keine E-Mails mehr von Domains akzeptiert, welche nicht mindestens SPF konfiguriert haben.</p>
]]></description><link>https://www.c-plusplus.net/forum/post/2622222</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/2622222</guid><dc:creator><![CDATA[Dravere]]></dc:creator><pubDate>Mon, 05 Aug 2024 22:35:54 GMT</pubDate></item><item><title><![CDATA[Reply to Ist ein DMARC softfail bedenklich? on Mon, 05 Aug 2024 23:18:21 GMT]]></title><description><![CDATA[<p>Prima, dann ist bei mir dmarc, spf und dkim korrekt konfiguriert. <img
      src="https://www.c-plusplus.net/forum/plugins/nodebb-plugin-emoji/emoji/emoji-one/1f642.png?v=ab1pehoraso"
      class="not-responsive emoji emoji-emoji-one emoji--slightly_smiling_face"
      title=":)"
      alt="🙂"
    /></p>
<p>Bzw. ... das wusste ich auch schon vorher, aber ich hab eben den Report nicht verstanden ... Aber es ist doch freundlich, dass mail ru darauf hinweist. <img
      src="https://www.c-plusplus.net/forum/plugins/nodebb-plugin-emoji/emoji/emoji-one/1f642.png?v=ab1pehoraso"
      class="not-responsive emoji emoji-emoji-one emoji--slightly_smiling_face"
      title=":)"
      alt="🙂"
    /></p>
<p>Btw. kennst du dich mit t-online aus? Die weisen jeden eigenen Mailserver ab, solange man nicht Perso hinsendet oder so... verstehe ich nicht, was das Vergraulen soll. <a href="https://telekomhilft.telekom.de/t5/E-Mail/E-Mails-mit-eigener-Domain-werden-von-t-online-abgewiesen/td-p/6682822" rel="nofollow">Quelle</a></p>
]]></description><link>https://www.c-plusplus.net/forum/post/2622223</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/2622223</guid><dc:creator><![CDATA[noLust]]></dc:creator><pubDate>Mon, 05 Aug 2024 23:18:21 GMT</pubDate></item><item><title><![CDATA[Reply to Ist ein DMARC softfail bedenklich? on Sat, 10 Aug 2024 23:17:58 GMT]]></title><description><![CDATA[<p>Keine Ahnung bezüglich T-Online. Aber ich weiss, dass es Probleme mit SPF geben kann, wenn eine E-Mail weitergeleitet wird und der weiterleitende Server kein <a href="https://de.wikipedia.org/wiki/Sender_Rewriting_Scheme" rel="nofollow">SRS</a> unterstützt.</p>
]]></description><link>https://www.c-plusplus.net/forum/post/2622279</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/2622279</guid><dc:creator><![CDATA[Dravere]]></dc:creator><pubDate>Sat, 10 Aug 2024 23:17:58 GMT</pubDate></item><item><title><![CDATA[Reply to Ist ein DMARC softfail bedenklich? on Sun, 11 Aug 2024 02:50:28 GMT]]></title><description><![CDATA[<p><a class="plugin-mentions-user plugin-mentions-a" href="https://www.c-plusplus.net/forum/uid/9752">@Dravere</a> sagte in <a href="/forum/post/2622279">Ist ein DMARC softfail bedenklich?</a>:</p>
<blockquote>
<p>Keine Ahnung bezüglich T-Online.</p>
</blockquote>
<p>Das ist aber so ... solange sie ihre Politik nicht ändern, kann ich leider keine Mails dorthin senden.</p>
]]></description><link>https://www.c-plusplus.net/forum/post/2622280</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/2622280</guid><dc:creator><![CDATA[noLust]]></dc:creator><pubDate>Sun, 11 Aug 2024 02:50:28 GMT</pubDate></item><item><title><![CDATA[Reply to Ist ein DMARC softfail bedenklich? on Sun, 11 Aug 2024 09:35:33 GMT]]></title><description><![CDATA[<p><a class="plugin-mentions-user plugin-mentions-a" href="https://www.c-plusplus.net/forum/uid/38548">@noLust</a> Es ist wohl zumindest prinzipiell möglich von einer eigenen Domain E-Mails an T-Online zu senden: <a href="https://sendgrid.com/en-us/blog/how-to-meet-the-new-t-online-de-email-delivery-requirements" rel="nofollow">https://sendgrid.com/en-us/blog/how-to-meet-the-new-t-online-de-email-delivery-requirements</a></p>
<p><a href="https://postmaster.t-online.de/index.en.html" rel="nofollow">https://postmaster.t-online.de/index.en.html</a></p>
]]></description><link>https://www.c-plusplus.net/forum/post/2622288</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/2622288</guid><dc:creator><![CDATA[Schlangenmensch]]></dc:creator><pubDate>Sun, 11 Aug 2024 09:35:33 GMT</pubDate></item></channel></rss>