<html><head><meta http-equiv="Content-Type" content="text/html; charset=utf-8"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; line-break: after-white-space;" class=""><div dir="auto" style="word-wrap: break-word; -webkit-nbsp-mode: space; line-break: after-white-space;" class="">Ich habe postfix (unter Ubuntu 18.04 LTS) gerade die SPF-feature hinzugefügt.</div><div dir="auto" style="word-wrap: break-word; -webkit-nbsp-mode: space; line-break: after-white-space;" class="">Habe mich da an dieser Anleitung orientiert:</div><div dir="auto" style="word-wrap: break-word; -webkit-nbsp-mode: space; line-break: after-white-space;" class=""><br class=""></div><div dir="auto" style="word-wrap: break-word; -webkit-nbsp-mode: space; line-break: after-white-space;" class=""><a href="https://www.twilight-networks.com/wiki/Ubuntu_20.04_-_SPF,_DKIM_und_DMARC_in_Postfix_einrichten#SPF_in_Postfix_implementieren" class="">https://www.twilight-networks.com/wiki/Ubuntu_20.04_-_SPF,_DKIM_und_DMARC_in_Postfix_einrichten#SPF_in_Postfix_implementieren</a></div><div dir="auto" style="word-wrap: break-word; -webkit-nbsp-mode: space; line-break: after-white-space;" class=""><br class=""></div><div dir="auto" style="word-wrap: break-word; -webkit-nbsp-mode: space; line-break: after-white-space;" class="">Postfix stürzt schon mal nicht ab. Eine Fehlermeldung gibt es auch nicht. Ich muß jetzt noch einen TXT Record in die MX-Sektion einbauen und muß erst mal herausfinden, wie ich das beim Provider (Hetzner) mache. Editiere ich am besten den Zone file? </div><div dir="auto" style="word-wrap: break-word; -webkit-nbsp-mode: space; line-break: after-white-space;" class=""><br class=""></div><div dir="auto" style="word-wrap: break-word; -webkit-nbsp-mode: space; line-break: after-white-space;" class="">Da steht:</div><div dir="auto" style="word-wrap: break-word; -webkit-nbsp-mode: space; line-break: after-white-space;" class=""><br class=""></div><div dir="auto" style="word-wrap: break-word; -webkit-nbsp-mode: space; line-break: after-white-space;" class=""><p class="">Erstellen Sie auf dem DNS-Server, der für Ihre Mail-Domain zuständig
ist, jeweils einen DNS-TXT-Eintrag für den MX-Eintrag und einen für die
HELO-Überprüfung nach folgendem Syntax:
</p>
<ul class=""><li class=""><code class="">Hostname</code> für einen SPF-Eintrag ist kein Hostname erforderlich.</li>
<li class=""><code class="">Typ</code> hier geben Sie den Typ des DNS-Eintrags an. In unserem Fall muss es ein TXT-Eintrag sein</li>
<li class=""><code class="">Text</code> hier geben Sie die SPF-Information ein.</li></ul><p class=""><br class="">
SPF-Eintrag für die Domain <code class=""><a href="http://example.com" class="">example.com</a></code>
</p>
<table class="wikitable">
<tbody class=""><tr class="">
<td class=""><b class="">Hostname</b>
</td>
<td class=""><b class="">Typ</b>
</td>
<td class=""><b class="">Priorität</b>
</td>
<td class=""><b class="">Ziel</b>
</td>
<td class=""><b class="">Text</b>
</td></tr>
<tr class="">
<td class=""><a href="http://example.com" class="">example.com</a>
</td>
<td class="">TXT
</td>
<td class="">
</td>
<td class="">
</td>
<td class="">v=spf1 mx -all
</td></tr></tbody></table><p class=""><br class="">
SPF-Eintrag für den HELO-Hostname <code class=""><a href="http://relayhost.example.com" class="">relayhost.example.com</a></code>
</p>
<table class="wikitable">
<tbody class=""><tr class="">
<td class=""><b class="">Hostname</b>
</td>
<td class=""><b class="">Typ</b>
</td>
<td class=""><b class="">Priorität</b>
</td>
<td class=""><b class="">Ziel</b>
</td>
<td class=""><b class="">Text</b>
</td></tr>
<tr class="">
<td class=""><a href="http://relayhost.example.com" class="">relayhost.example.com</a>
</td>
<td class="">TXT
</td>
<td class="">
</td>
<td class="">
</td>
<td class="">v=spf1 a -all
</td></tr></tbody></table><div class=""><br class=""></div><div class="">—————————————</div><div class=""><br class=""></div><div class="">Wo finde ich relayhost? Weiß gar nicht, ob ich sowas habe.</div><div class=""><br class=""></div><div class="">Grüße</div><div class="">Christoph</div></div>
</body></html>