<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="FeedCreator 1.8" -->
<?xml-stylesheet href="https://prod.jnet.julianscorner.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://prod.jnet.julianscorner.com/feed.php">
        <title>Julian&#039;s Notebook - linux:postfix</title>
        <description></description>
        <link>https://prod.jnet.julianscorner.com/</link>
        <image rdf:resource="https://prod.jnet.julianscorner.com/_media/wiki/dokuwiki-128.png" />
       <dc:date>2026-04-17T13:32:32+00:00</dc:date>
        <items>
            <rdf:Seq>
                <rdf:li rdf:resource="https://prod.jnet.julianscorner.com/linux/postfix/greylist"/>
                <rdf:li rdf:resource="https://prod.jnet.julianscorner.com/linux/postfix/localmail"/>
                <rdf:li rdf:resource="https://prod.jnet.julianscorner.com/linux/postfix/mailboxcomplete"/>
                <rdf:li rdf:resource="https://prod.jnet.julianscorner.com/linux/postfix/mailboxsimple"/>
                <rdf:li rdf:resource="https://prod.jnet.julianscorner.com/linux/postfix/smarthost"/>
                <rdf:li rdf:resource="https://prod.jnet.julianscorner.com/linux/postfix/start"/>
            </rdf:Seq>
        </items>
    </channel>
    <image rdf:about="https://prod.jnet.julianscorner.com/_media/wiki/dokuwiki-128.png">
        <title>Julian's Notebook</title>
        <link>https://prod.jnet.julianscorner.com/</link>
        <url>https://prod.jnet.julianscorner.com/_media/wiki/dokuwiki-128.png</url>
    </image>
    <item rdf:about="https://prod.jnet.julianscorner.com/linux/postfix/greylist">
        <dc:format>text/html</dc:format>
        <dc:date>2023-09-18T20:00:11+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>Using Greylisting in Postfix</title>
        <link>https://prod.jnet.julianscorner.com/linux/postfix/greylist</link>
        <description>Using Greylisting in Postfix

Greylisting can be a pretty effective method for reducing the amount of spam you receive.  It works by temporarily rejecting emails.  Valid email servers will then retry delivery, and be allowed through while spammers will (hopefully) give up.</description>
    </item>
    <item rdf:about="https://prod.jnet.julianscorner.com/linux/postfix/localmail">
        <dc:format>text/html</dc:format>
        <dc:date>2023-09-18T20:00:11+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>Install and Configure Postfix as a Send-Only SMTP Server</title>
        <link>https://prod.jnet.julianscorner.com/linux/postfix/localmail</link>
        <description>Install and Configure Postfix as a Send-Only SMTP Server

	*  Start with a fully updated and configured Ubuntu server.
	*  Install Postfix

sudo debconf-set-selections &lt;&lt;&lt; &quot;postfix postfix/mailname string `hostname -f`&quot;
sudo debconf-set-selections &lt;&lt;&lt; &quot;postfix postfix/main_mailer_type string &#039;Internet Site&#039;&quot;

sudo apt-get install -y mailutils</description>
    </item>
    <item rdf:about="https://prod.jnet.julianscorner.com/linux/postfix/mailboxcomplete">
        <dc:format>text/html</dc:format>
        <dc:date>2023-09-18T20:00:11+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>Install and Configure Postfix as a Complete Mailbox Server</title>
        <link>https://prod.jnet.julianscorner.com/linux/postfix/mailboxcomplete</link>
        <description>Install and Configure Postfix as a Complete Mailbox Server

	*  Start with a a simple mailbox server</description>
    </item>
    <item rdf:about="https://prod.jnet.julianscorner.com/linux/postfix/mailboxsimple">
        <dc:format>text/html</dc:format>
        <dc:date>2023-09-18T20:00:11+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>Install and Configure Postfix as a Simple Mailbox Server</title>
        <link>https://prod.jnet.julianscorner.com/linux/postfix/mailboxsimple</link>
        <description>Install and Configure Postfix as a Simple Mailbox Server

	*  Make Sure All of the Latest Patches Are Installed:

sudo apt-get update
sudo apt-get dist-upgrade
sudo reboot


	*  Set Firewall up:

sudo ufw allow smtp
sudo ufw allow submission
sudo ufw allow imaps</description>
    </item>
    <item rdf:about="https://prod.jnet.julianscorner.com/linux/postfix/smarthost">
        <dc:format>text/html</dc:format>
        <dc:date>2023-09-18T20:00:11+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>Install and Configure Postfix To Be A Smart Host</title>
        <link>https://prod.jnet.julianscorner.com/linux/postfix/smarthost</link>
        <description>Install and Configure Postfix To Be A Smart Host

	*  Start with a fully updated and configured Ubuntu server.
	*  Install Postfix

sudo debconf-set-selections &lt;&lt;&lt; &quot;postfix postfix/mailname string `hostname -f`&quot;
sudo debconf-set-selections &lt;&lt;&lt; &quot;postfix postfix/main_mailer_type string &#039;Internet Site&#039;&quot;
sudo apt-get -y install postfix</description>
    </item>
    <item rdf:about="https://prod.jnet.julianscorner.com/linux/postfix/start">
        <dc:format>text/html</dc:format>
        <dc:date>2023-09-18T20:00:11+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>PostFix Articles</title>
        <link>https://prod.jnet.julianscorner.com/linux/postfix/start</link>
        <description>PostFix Articles



	*  Install and Configure Postfix as a Simple Mailbox Server
	*  Install and Configure Postfix as a Complete Mailbox Server


	* Install and Configure Postfix as a Send-Only SMTP Server
	* Install and Configure Postfix To Be A Smart Host
	* Using Greylisting in Postfix</description>
    </item>
</rdf:RDF>
