<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Ramblings from MostlyChris &#187; Postfix</title>
	<atom:link href="http://blog.mostlychris.com/category/postfix/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.mostlychris.com</link>
	<description>Tech stuff and a bit more</description>
	<lastBuildDate>Fri, 06 Aug 2010 07:13:38 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Autoresponder With Postfix</title>
		<link>http://blog.mostlychris.com/2010/08/autoresponder-with-postfix/</link>
		<comments>http://blog.mostlychris.com/2010/08/autoresponder-with-postfix/#comments</comments>
		<pubDate>Wed, 04 Aug 2010 04:36:51 +0000</pubDate>
		<dc:creator>Chris</dc:creator>
				<category><![CDATA[Postfix]]></category>
		<category><![CDATA[Autoresponse]]></category>
		<category><![CDATA[vacation]]></category>

		<guid isPermaLink="false">http://blog.mostlychris.com/?p=700</guid>
		<description><![CDATA[To create an autoresponder or vacation notice on a server using Postfix, I use procmail on an individual account basis. In order to do this, first create a .forward file in the user's home directory with the following (quotes are to be included). &#34;&#124;IFS=' ' &#38;&#38; exec /usr/bin/procmail -f- &#124;&#124; exit 75 #tina_fp&#34; Create a [...]]]></description>
		<wfw:commentRss>http://blog.mostlychris.com/2010/08/autoresponder-with-postfix/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>RBL Whitelisting in Postfix</title>
		<link>http://blog.mostlychris.com/2009/08/rbl-whitelisting-in-postfix/</link>
		<comments>http://blog.mostlychris.com/2009/08/rbl-whitelisting-in-postfix/#comments</comments>
		<pubDate>Fri, 07 Aug 2009 04:31:07 +0000</pubDate>
		<dc:creator>Chris</dc:creator>
				<category><![CDATA[Postfix]]></category>
		<category><![CDATA[rbl]]></category>
		<category><![CDATA[whitelist]]></category>

		<guid isPermaLink="false">http://blog.mostlychris.com/?p=545</guid>
		<description><![CDATA[There is a method to bypass RBL checking for certain addresses and domains in Postfix. This assumes that you are using RBL checking in the first place. First, create an rbl_override file in /etc/postfix. vi /etc/postfix/rbl_override Place the domains and/or IP addresses you would like whitelisted into that file. 192.168.0.1 192.168.0.2 domain.com subdomain.example.com Create the [...]]]></description>
		<wfw:commentRss>http://blog.mostlychris.com/2009/08/rbl-whitelisting-in-postfix/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Blocking Individual Email Addresses using Postfix</title>
		<link>http://blog.mostlychris.com/2009/04/blocking-individual-email-addresses-using-postfix/</link>
		<comments>http://blog.mostlychris.com/2009/04/blocking-individual-email-addresses-using-postfix/#comments</comments>
		<pubDate>Sat, 25 Apr 2009 10:29:14 +0000</pubDate>
		<dc:creator>Chris</dc:creator>
				<category><![CDATA[Postfix]]></category>
		<category><![CDATA[access]]></category>
		<category><![CDATA[mail reject]]></category>

		<guid isPermaLink="false">http://blog.mostlychris.com/?p=479</guid>
		<description><![CDATA[Change to the Postfix configuration directory. Usually this is in /etc/postfix. cd /etc/postfix Open the sender_access file or create it if it doesn't exist. vi sender_access Add the email address you want rejected on a new line in the file followed by REJECT. email@address.com REJECT Save the file. Create the server_access database with the postmap [...]]]></description>
		<wfw:commentRss>http://blog.mostlychris.com/2009/04/blocking-individual-email-addresses-using-postfix/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Postfix Spam Fighting</title>
		<link>http://blog.mostlychris.com/2009/04/postfix-spam-fighting/</link>
		<comments>http://blog.mostlychris.com/2009/04/postfix-spam-fighting/#comments</comments>
		<pubDate>Sun, 19 Apr 2009 22:24:06 +0000</pubDate>
		<dc:creator>Chris</dc:creator>
				<category><![CDATA[Postfix]]></category>
		<category><![CDATA[Spam]]></category>

		<guid isPermaLink="false">http://blog.mostlychris.com/?p=428</guid>
		<description><![CDATA[Postfix has some spam fighting abilities built in. However, you will need to enable them for them to work. Just throw the code below into your main.cf file and restart Postfix. Voila. smtpd_recipient_restrictions = permit_mynetworks, permit_sasl_authenticated, reject_unauth_pipelining, reject_non_fqdn_recipient, reject_non_fqdn_sender, reject_unknown_recipient_domain, reject_unauth_destination, reject_invalid_hostname, reject_rbl_client sbl.spamhaus.org, reject_rbl_client xbl.spamhaus.org, permit]]></description>
		<wfw:commentRss>http://blog.mostlychris.com/2009/04/postfix-spam-fighting/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
