<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="FeedCreator 1.8" -->
<?xml-stylesheet href="https://it-raboese.de/dokuwiki/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://it-raboese.de/dokuwiki/feed.php">
        <title> mail:postfix</title>
        <description></description>
        <link>https://it-raboese.de/dokuwiki/</link>
        <image rdf:resource="https://it-raboese.de/dokuwiki/lib/tpl/dokuwiki/images/favicon.ico" />
       <dc:date>2026-05-11T15:33:18+0000</dc:date>
        <items>
            <rdf:Seq>
                <rdf:li rdf:resource="https://it-raboese.de/dokuwiki/doku.php?id=mail:postfix:relay_mit_smtp_auth&amp;rev=1611667650&amp;do=diff"/>
                <rdf:li rdf:resource="https://it-raboese.de/dokuwiki/doku.php?id=mail:postfix:spamassassine_und_procmail&amp;rev=1316632874&amp;do=diff"/>
            </rdf:Seq>
        </items>
    </channel>
    <image rdf:about="https://it-raboese.de/dokuwiki/lib/tpl/dokuwiki/images/favicon.ico">
        <title></title>
        <link>https://it-raboese.de/dokuwiki/</link>
        <url>https://it-raboese.de/dokuwiki/lib/tpl/dokuwiki/images/favicon.ico</url>
    </image>
    <item rdf:about="https://it-raboese.de/dokuwiki/doku.php?id=mail:postfix:relay_mit_smtp_auth&amp;rev=1611667650&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2021-01-26T13:27:30+0000</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>mail:postfix:relay_mit_smtp_auth</title>
        <link>https://it-raboese.de/dokuwiki/doku.php?id=mail:postfix:relay_mit_smtp_auth&amp;rev=1611667650&amp;do=diff</link>
        <description>Relay mit SMTP-Auth

Ausgehnende EMails zBsp über gmx senden. (Hierzu postconf -e verwenden :D)



postconf -e relayhost=mail.gmx.net

postconf -e sender_canonical_maps=hash:/etc/postfix/sender_canonical
postconf -e smtp_sasl_password_maps=hash:/etc/postfix/sasl_passwd

postconf -e smtp_sasl_auth_enable=yes

postconf -e smtp_sasl_security_options=noanonymous

echo &quot;lokaler_name mailname_bei@gmx.de&quot; &gt; /etc/postfix/sender_canonical
echo &quot;mail.gmx.net mailname_bei@gmx.de:PASSWORT&quot; &gt; /etc/postfix/sa…</description>
    </item>
    <item rdf:about="https://it-raboese.de/dokuwiki/doku.php?id=mail:postfix:spamassassine_und_procmail&amp;rev=1316632874&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2011-09-21T19:21:14+0000</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>mail:postfix:spamassassine_und_procmail</title>
        <link>https://it-raboese.de/dokuwiki/doku.php?id=mail:postfix:spamassassine_und_procmail&amp;rev=1316632874&amp;do=diff</link>
        <description>Spamassassine und procmail

procmail


#aptitude install procmail



#vi /etc/procmailrc
DEFAULT=$HOME/Maildir
MAILDIR=$HOME/Maildir



vi /home/&lt;username&gt;/.procmailrc
# ~/.procmailrc
PATH=/usr/bin:/usr/local/bin
MAILDIR=&quot;$HOME/Maildir&quot;
DEFAULT=&quot;$HOME/Maildir&quot;
LOGFILE=&quot;$HOME/.procmail.log&quot;
SHELL=&quot;/bin/sh&quot;
VERBOSE=on

#Heise-NL in heiseordner speichern
:0:
* ^From: .*listserv.heise.de
.heise/

#mails mit spam-Flag in **SPAM** ordner speichern
:0:
* ^X-Spam-Status: .*yes
.**SPAM**/

:0:
./</description>
    </item>
</rdf:RDF>
