<?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>LinuxZone.Org &#187; Mail</title>
	<atom:link href="http://www.linuxzone.org/index.php/category/mail/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.linuxzone.org</link>
	<description>Linux Blog</description>
	<lastBuildDate>Fri, 18 Dec 2009 17:36:36 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Installing MailScanner on Fedora</title>
		<link>http://www.linuxzone.org/index.php/2009/08/installing-mailscanner-on-fedora/</link>
		<comments>http://www.linuxzone.org/index.php/2009/08/installing-mailscanner-on-fedora/#comments</comments>
		<pubDate>Tue, 04 Aug 2009 01:33:08 +0000</pubDate>
		<dc:creator>jc</dc:creator>
				<category><![CDATA[Mail]]></category>
		<category><![CDATA[clamav]]></category>
		<category><![CDATA[Mailscanner]]></category>
		<category><![CDATA[spamassassin]]></category>

		<guid isPermaLink="false">http://www.linuxzone.org/?p=55</guid>
		<description><![CDATA[Below is a great tutorial on how to build a Mail Server on Fedora with MailScanner, Squirrelmail, Mailwatch, spamassassin &#038; ClamAV. http://www.scudconsulting.com/docs/mailserver.html Thank you]]></description>
		<wfw:commentRss>http://www.linuxzone.org/index.php/2009/08/installing-mailscanner-on-fedora/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Postfix not delivering to Maildir</title>
		<link>http://www.linuxzone.org/index.php/2009/07/postfix-not-delivering-to-maildir/</link>
		<comments>http://www.linuxzone.org/index.php/2009/07/postfix-not-delivering-to-maildir/#comments</comments>
		<pubDate>Tue, 28 Jul 2009 03:33:10 +0000</pubDate>
		<dc:creator>jc</dc:creator>
				<category><![CDATA[Mail]]></category>
		<category><![CDATA[Red Hat]]></category>
		<category><![CDATA[maildir]]></category>
		<category><![CDATA[postfix]]></category>
		<category><![CDATA[procmail]]></category>
		<category><![CDATA[redhat]]></category>

		<guid isPermaLink="false">http://www.linuxzone.org/?p=51</guid>
		<description><![CDATA[I came across this problem a few time and I keep forgetting the solution. Sometimes, even if you set in: /etc/postfix/main.cf: home_mailbox = Maildir/ postfix will still deliver to /var/spool/mail/user. There are 2 ways to solve this problem: 1. you can disable procmail by removing the following line from /etc/postfix/main.cf: mailbox_command = /usr/bin/procmail 2. If [...]]]></description>
		<wfw:commentRss>http://www.linuxzone.org/index.php/2009/07/postfix-not-delivering-to-maildir/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Configure BCC Maps in Postfix</title>
		<link>http://www.linuxzone.org/index.php/2009/04/configure-bcc-maps-in-postfix/</link>
		<comments>http://www.linuxzone.org/index.php/2009/04/configure-bcc-maps-in-postfix/#comments</comments>
		<pubDate>Wed, 29 Apr 2009 19:36:01 +0000</pubDate>
		<dc:creator>jc</dc:creator>
				<category><![CDATA[Mail]]></category>
		<category><![CDATA[BCC]]></category>
		<category><![CDATA[postfix]]></category>

		<guid isPermaLink="false">http://www.linuxzone.org/?p=45</guid>
		<description><![CDATA[BCC maps are handled in postfix by the following tags: always_bcc = address Deliver a copy of all mail to the specified address. In Postfix versions before 2.1, this feature is implemented by smtpd(8), qmqpd(8), or pickup(8). sender_bcc_maps = type:table Search the specified &#8220;type:table&#8221; lookup table with the envelope sender address for an automatic BCC [...]]]></description>
		<wfw:commentRss>http://www.linuxzone.org/index.php/2009/04/configure-bcc-maps-in-postfix/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Redirecting Ports Using iptables Prerouting</title>
		<link>http://www.linuxzone.org/index.php/2008/03/redirecting-ports-using-iptables-prerouting/</link>
		<comments>http://www.linuxzone.org/index.php/2008/03/redirecting-ports-using-iptables-prerouting/#comments</comments>
		<pubDate>Mon, 10 Mar 2008 06:26:37 +0000</pubDate>
		<dc:creator>jc</dc:creator>
				<category><![CDATA[Commands]]></category>
		<category><![CDATA[Firewall]]></category>
		<category><![CDATA[Mail]]></category>
		<category><![CDATA[iptables]]></category>
		<category><![CDATA[mta]]></category>
		<category><![CDATA[prerouting]]></category>
		<category><![CDATA[redirect]]></category>

		<guid isPermaLink="false">http://www.linuxzone.org/?p=13</guid>
		<description><![CDATA[Prerouting can be very useful if you need a quick fix and do not want to mess with the application itself. For example, if you need to have your MTA listen on port 587 and do not want to alter the configuration files (the daemon will not actually listen on port 587, iptables will redirect [...]]]></description>
		<wfw:commentRss>http://www.linuxzone.org/index.php/2008/03/redirecting-ports-using-iptables-prerouting/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>
