<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="FeedCreator 1.8" -->
<?xml-stylesheet href="https://www.mtacs.de/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://www.mtacs.de/feed.php">
        <title>msdoc linux:mail</title>
        <description></description>
        <link>https://www.mtacs.de/</link>
        <image rdf:resource="https://www.mtacs.de/lib/tpl/dokuwiki/images/favicon.ico" />
       <dc:date>2026-04-10T16:30:09+00:00</dc:date>
        <items>
            <rdf:Seq>
                <rdf:li rdf:resource="https://www.mtacs.de/doku.php?id=linux:mail:imap&amp;rev=1673465383&amp;do=diff"/>
                <rdf:li rdf:resource="https://www.mtacs.de/doku.php?id=linux:mail:mailx&amp;rev=1755610460&amp;do=diff"/>
                <rdf:li rdf:resource="https://www.mtacs.de/doku.php?id=linux:mail:postfix&amp;rev=1673465383&amp;do=diff"/>
                <rdf:li rdf:resource="https://www.mtacs.de/doku.php?id=linux:mail:smtp&amp;rev=1673465383&amp;do=diff"/>
            </rdf:Seq>
        </items>
    </channel>
    <image rdf:about="https://www.mtacs.de/lib/tpl/dokuwiki/images/favicon.ico">
        <title>msdoc</title>
        <link>https://www.mtacs.de/</link>
        <url>https://www.mtacs.de/lib/tpl/dokuwiki/images/favicon.ico</url>
    </image>
    <item rdf:about="https://www.mtacs.de/doku.php?id=linux:mail:imap&amp;rev=1673465383&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2023-01-11T19:29:43+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>linux:mail:imap</title>
        <link>https://www.mtacs.de/doku.php?id=linux:mail:imap&amp;rev=1673465383&amp;do=diff</link>
        <description>IMAP Console


openssl s_client -crlf -connect imap.strato.de:993

a login &lt;user/mailadresse&gt; &lt;passwort&gt;

a select inbox
a status inbox (messages recent unseen

a fetch &lt;Mail-Nr.&gt; (body)
a fetch &lt;Mail-Nr.&gt; (body[header])
a fetch &lt;Mail-Nr.&gt; (body[1])
a fetch &lt;Mail-Nr.&gt; (body[2])
a fetch 1 full
a fetch 1:* (body[header.fields (subject)])
a fetch 3 rfc822
a fetch 3 rfc822.text
a fetch 3 rfc822.header
a fetch 3 rfc822.size
a fetch 3 flags
a fetch 1:* internaldate

a store 5 flags \Deleted
a fetch 5 …</description>
    </item>
    <item rdf:about="https://www.mtacs.de/doku.php?id=linux:mail:mailx&amp;rev=1755610460&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2025-08-19T13:34:20+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>linux:mail:mailx</title>
        <link>https://www.mtacs.de/doku.php?id=linux:mail:mailx&amp;rev=1755610460&amp;do=diff</link>
        <description>s-nail (mailx)


echo &quot;Hallo das ist der Text&quot; | s-nail -s subject_text -S v15-compat -S from=&quot;Name &lt;name@domain.de&gt;&quot; -S smtp-use-starttls -S smtp-auth=login -S user=&lt;username&gt; -S password=&lt;password&gt; -S mta=smtp://&lt;username&gt;@smtp.strato.de:587 &lt;mail-adresse&gt;</description>
    </item>
    <item rdf:about="https://www.mtacs.de/doku.php?id=linux:mail:postfix&amp;rev=1673465383&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2023-01-11T19:29:43+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>linux:mail:postfix</title>
        <link>https://www.mtacs.de/doku.php?id=linux:mail:postfix&amp;rev=1673465383&amp;do=diff</link>
        <description>postfix unter Debian 10

Nötige Packete


apt-get install postfix bsd-mailx

# alle default Angaben übernehmen

optional
apt-get install mailutils


Postfix für Strato einrichten


vi /etc/postfix/main.cf

# See /usr/share/postfix/main.cf.dist for a commented, more complete version


# Debian specific:  Specifying a file name will cause the first
# line of that file to be used as the name.  The Debian default
# is /etc/mailname.
#myorigin = /etc/mailname

smtpd_banner = $myhostname ESMTP $mail_n…</description>
    </item>
    <item rdf:about="https://www.mtacs.de/doku.php?id=linux:mail:smtp&amp;rev=1673465383&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2023-01-11T19:29:43+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>linux:mail:smtp</title>
        <link>https://www.mtacs.de/doku.php?id=linux:mail:smtp&amp;rev=1673465383&amp;do=diff</link>
        <description>SMTP Server testen

Authentifizierung über AUTH LOGIN

Testen ob der Server STARTTLS unterstützt:


openssl s_client -connect smtp.strato.de:25 -starttls smtp
...
---
250 HELP
EHLO Max   ### eingeben
250-smtp.strato.de greets 2003:e8:9710:aeb1:842:59ff:fe74:1740
250-ENHANCEDSTATUSCODES
250-PIPELINING
250-8BITMIME
250-DELIVERBY
250-SIZE 104857600
250-AUTH PLAIN LOGIN CRAM-MD5 DIGEST-MD5
250-REQUIRETLS
250-BURL imap
250-CHUNKING
250 HELP</description>
    </item>
</rdf:RDF>
