<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="FeedCreator 1.8" -->
<?xml-stylesheet href="https://dwiki.heisl.org/lib/exe/css.php?s=feed" type="text/css"?>
<rdf:RDF
    xmlns="http://purl.org/rss/1.0/"
    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
    xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
    xmlns:dc="http://purl.org/dc/elements/1.1/">
    <channel rdf:about="https://dwiki.heisl.org/feed.php">
        <title>Stone Wiki - linux:mail:postfix</title>
        <description></description>
        <link>https://dwiki.heisl.org/</link>
        <image rdf:resource="https://dwiki.heisl.org/lib/exe/fetch.php?media=wiki:dokuwiki.svg" />
       <dc:date>2026-04-19T14:55:54+00:00</dc:date>
        <items>
            <rdf:Seq>
                <rdf:li rdf:resource="https://dwiki.heisl.org/doku.php?id=linux:mail:postfix:restrictions&amp;rev=1581664229&amp;do=diff"/>
                <rdf:li rdf:resource="https://dwiki.heisl.org/doku.php?id=linux:mail:postfix:tls_analyse&amp;rev=1643102796&amp;do=diff"/>
            </rdf:Seq>
        </items>
    </channel>
    <image rdf:about="https://dwiki.heisl.org/lib/exe/fetch.php?media=wiki:dokuwiki.svg">
        <title>Stone Wiki</title>
        <link>https://dwiki.heisl.org/</link>
        <url>https://dwiki.heisl.org/lib/exe/fetch.php?media=wiki:dokuwiki.svg</url>
    </image>
    <item rdf:about="https://dwiki.heisl.org/doku.php?id=linux:mail:postfix:restrictions&amp;rev=1581664229&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2020-02-14T07:10:29+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>restrictions</title>
        <link>https://dwiki.heisl.org/doku.php?id=linux:mail:postfix:restrictions&amp;rev=1581664229&amp;do=diff</link>
        <description>Classes Of Restrictions


telnet 192.168.0.2 25                           # Comments
Trying 192.168.0.2...
Connected to 192.168.0.2 (192.168.0.2).
Escape character is &#039;^]&#039;.
220 mail.example.com ESMTP Postfix              # &lt;-smtp_client_restrictions
HELO mail.example.com                           # &lt;-smtp_helo_restrictions
250 mail.example.com                            #
MAIL FROM:&lt;ned@example.com&gt;                     # &lt;-smtp_sender_restrictions
250 2.1.0 Ok                                    …</description>
    </item>
    <item rdf:about="https://dwiki.heisl.org/doku.php?id=linux:mail:postfix:tls_analyse&amp;rev=1643102796&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2022-01-25T09:26:36+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>tls_analyse</title>
        <link>https://dwiki.heisl.org/doku.php?id=linux:mail:postfix:tls_analyse&amp;rev=1643102796&amp;do=diff</link>
        <description>TLS Analyse

Protokolle und Cipher

Analyse um zu sehen welche TLS Versionen und Cipher beim Empfangen von Mails angewendet werden (Script läuft sehr schnell durch)


cat /var/log/mail.log | grep &quot;TLS connection established&quot; | sed &#039;s/.*: //g&#039; | sort | uniq -c | sort -rn</description>
    </item>
</rdf:RDF>
