<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="FeedCreator 1.8" -->
<?xml-stylesheet href="https://kb.unixservertech.com/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://kb.unixservertech.com/feed.php">
        <title>Unix Server Tech Knowledge Base - software:postfix</title>
        <description></description>
        <link>https://kb.unixservertech.com/</link>
        <image rdf:resource="https://kb.unixservertech.com/_media/wiki/dokuwiki.svg" />
       <dc:date>2026-05-12T21:23:30+00:00</dc:date>
        <items>
            <rdf:Seq>
                <rdf:li rdf:resource="https://kb.unixservertech.com/software/postfix/authenticated_relay?rev=1559857801&amp;do=diff"/>
                <rdf:li rdf:resource="https://kb.unixservertech.com/software/postfix/dkim_dmarc?rev=1578024790&amp;do=diff"/>
                <rdf:li rdf:resource="https://kb.unixservertech.com/software/postfix/quickreference?rev=1600906168&amp;do=diff"/>
                <rdf:li rdf:resource="https://kb.unixservertech.com/software/postfix/root_email?rev=1559857750&amp;do=diff"/>
                <rdf:li rdf:resource="https://kb.unixservertech.com/software/postfix/start?rev=1559853597&amp;do=diff"/>
            </rdf:Seq>
        </items>
    </channel>
    <image rdf:about="https://kb.unixservertech.com/_media/wiki/dokuwiki.svg">
        <title>Unix Server Tech Knowledge Base</title>
        <link>https://kb.unixservertech.com/</link>
        <url>https://kb.unixservertech.com/_media/wiki/dokuwiki.svg</url>
    </image>
    <item rdf:about="https://kb.unixservertech.com/software/postfix/authenticated_relay?rev=1559857801&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2019-06-06T21:50:01+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>Authenticated Relay with Postfix</title>
        <link>https://kb.unixservertech.com/software/postfix/authenticated_relay?rev=1559857801&amp;do=diff</link>
        <description>Authenticated Relay with Postfix

Unix servers generally come with some kind of mail server installed. This is used to send mail generated by the system for log reports, error messages, etc... By default, it goes to the root account on the local server, but this requires a technician to log into each server and manually check mail. It is much better to have all mail forwarded to one or more e-mail accounts. See</description>
    </item>
    <item rdf:about="https://kb.unixservertech.com/software/postfix/dkim_dmarc?rev=1578024790&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2020-01-03T04:13:10+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>Securing SMTP Server</title>
        <link>https://kb.unixservertech.com/software/postfix/dkim_dmarc?rev=1578024790&amp;do=diff</link>
        <description>Securing SMTP Server

DKIM

Generate DKIM keys

Basically, all you do is generate a public key pair and put the public key part (in ASCII) into a specially formatted TXT field in the database. Then, add the private key to your mail server. See:

&lt;https://www.mailhardener.com/kb/how-to-create-a-dkim-record-with-openssl&gt;

Validate DKIM</description>
    </item>
    <item rdf:about="https://kb.unixservertech.com/software/postfix/quickreference?rev=1600906168&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2020-09-24T00:09:28+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>Postfix Quick Reference</title>
        <link>https://kb.unixservertech.com/software/postfix/quickreference?rev=1600906168&amp;do=diff</link>
        <description>Postfix Quick Reference

This is just some notes on things I do in Postfix.

Finding User who has been hacked

	*  look for messages that are sending to multiple recipients
grep 'postfix/smtp' /var/log/mail.log | cut -d ':' -f4 | grep -v 'connect' | grep -v warning | grep -v SSL | sort | uniq -c | sort -nr | head</description>
    </item>
    <item rdf:about="https://kb.unixservertech.com/software/postfix/root_email?rev=1559857750&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2019-06-06T21:49:10+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>Handling System E-mail</title>
        <link>https://kb.unixservertech.com/software/postfix/root_email?rev=1559857750&amp;do=diff</link>
        <description>Handling System E-mail

Unix servers generate a lot of e-mail, with most of it being sent to the root user's mail account. When you have more than one or two servers, logging into each and checking mail (generally from the command line) is not effective. Instead, it is better to forward all system e-mail to a centralized account which can then be checked via normal procedures, for all servers set up this way.</description>
    </item>
    <item rdf:about="https://kb.unixservertech.com/software/postfix/start?rev=1559853597&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2019-06-06T20:39:57+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>Postfix</title>
        <link>https://kb.unixservertech.com/software/postfix/start?rev=1559853597&amp;do=diff</link>
        <description>Postfix

Postfix is an SMTP server for Unix. It is very light weight and extremely configurable, with tons of documentation and addins available.</description>
    </item>
</rdf:RDF>
