<?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>Network Jack &#187; Mail Server</title>
	<atom:link href="http://www.networkjack.info/blog/category/mail-server/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.networkjack.info/blog</link>
	<description>A Jack of All Nets' experience in the world of networked systems.</description>
	<lastBuildDate>Tue, 27 Jul 2010 02:05:24 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Migrating Maildir Mailstore between servers</title>
		<link>http://www.networkjack.info/blog/2008/12/19/migrating-maildir-mailstore-between-servers/</link>
		<comments>http://www.networkjack.info/blog/2008/12/19/migrating-maildir-mailstore-between-servers/#comments</comments>
		<pubDate>Sat, 20 Dec 2008 02:08:24 +0000</pubDate>
		<dc:creator>Brian Blood</dc:creator>
				<category><![CDATA[Mail Server]]></category>
		<category><![CDATA[Servers]]></category>
		<category><![CDATA[maildir]]></category>
		<category><![CDATA[rsync]]></category>

		<guid isPermaLink="false">http://www.networkjack.info/blog/?p=76</guid>
		<description><![CDATA[There are times when managing ECMSquared installs where a customer will want to migrate to a new piece of  hardware.
One the biggest chores is migrating all of the stored mailbox data. When we migrate a customer from EIMS (Eudora Internet Mail Server) or another product to ECM, the migration must go through a IMAP [...]]]></description>
		<wfw:commentRss>http://www.networkjack.info/blog/2008/12/19/migrating-maildir-mailstore-between-servers/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Basic Guidelines for Internet Connected Systems</title>
		<link>http://www.networkjack.info/blog/2007/11/23/basic-guidelines-for-internet-connected-systems/</link>
		<comments>http://www.networkjack.info/blog/2007/11/23/basic-guidelines-for-internet-connected-systems/#comments</comments>
		<pubDate>Fri, 23 Nov 2007 20:53:11 +0000</pubDate>
		<dc:creator>Brian Blood</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[Mail Server]]></category>
		<category><![CDATA[Routers and Firewalls]]></category>
		<category><![CDATA[Servers]]></category>
		<category><![CDATA[Soap Box]]></category>

		<guid isPermaLink="false">http://www.networkjack.info/blog/2007/11/23/basic-guidelines-for-internet-connected-systems/</guid>
		<description><![CDATA[Here is a list of the basics that every system administrator should implement:

Set your Reverse DNS. Don&#8217;t leave it empty.
Have geographically separated DNS servers
MTAs should have properly formed HELO names
rDNS should match the HELO on your MTA
HELO should resolve to your IP address
MX records must point to A records
Filter Bogons at the first opportunity in [...]]]></description>
		<wfw:commentRss>http://www.networkjack.info/blog/2007/11/23/basic-guidelines-for-internet-connected-systems/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Managing Bulk Email Delivery &#8211; Part 2 &#8211; Bounce Handling with Postfix and PHP</title>
		<link>http://www.networkjack.info/blog/2007/11/22/managing-bulk-email-delivery-bounce-handling-with-postfix-and-php/</link>
		<comments>http://www.networkjack.info/blog/2007/11/22/managing-bulk-email-delivery-bounce-handling-with-postfix-and-php/#comments</comments>
		<pubDate>Fri, 23 Nov 2007 02:07:30 +0000</pubDate>
		<dc:creator>Brian Blood</dc:creator>
				<category><![CDATA[Mail Server]]></category>
		<category><![CDATA[Servers]]></category>
		<category><![CDATA[Web App Development]]></category>

		<guid isPermaLink="false">http://www.networkjack.info/blog/2007/11/22/managing-bulk-email-delivery-bounce-handling-with-postfix-and-php/</guid>
		<description><![CDATA[If you are unfamiliar with the basics of how email messages are sent and what happens with bounces, please read the previous article.
This article explains ONE way of dealing with bounces. It has its pros and its cons and does not account for ALL instances of bounces, but it does deal with the basics of [...]]]></description>
		<wfw:commentRss>http://www.networkjack.info/blog/2007/11/22/managing-bulk-email-delivery-bounce-handling-with-postfix-and-php/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Managing Bulk Email Delivery &#8211; Part 1 &#8211; Basics of SMTP and Bounces</title>
		<link>http://www.networkjack.info/blog/2007/11/22/managing-bulk-email-delivery-basics-of-smtp-and-bounces/</link>
		<comments>http://www.networkjack.info/blog/2007/11/22/managing-bulk-email-delivery-basics-of-smtp-and-bounces/#comments</comments>
		<pubDate>Fri, 23 Nov 2007 02:06:19 +0000</pubDate>
		<dc:creator>Brian Blood</dc:creator>
				<category><![CDATA[Mail Server]]></category>
		<category><![CDATA[Servers]]></category>
		<category><![CDATA[Web App Development]]></category>

		<guid isPermaLink="false">http://www.networkjack.info/blog/2007/11/22/managing-bulk-email-delivery-part-1-basics-of-smtp-and-bounces/</guid>
		<description><![CDATA[Email.
As much as we depend on it, it was never designed to be a 100% reliable communications medium. And with the rise of spam over the past 10 years, it has become a blessing and a curse to System Admins the world over. We continually are balancing on that line of &#8220;How come I never [...]]]></description>
		<wfw:commentRss>http://www.networkjack.info/blog/2007/11/22/managing-bulk-email-delivery-basics-of-smtp-and-bounces/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>New Mail Server Feature &#8211; Last Message Received</title>
		<link>http://www.networkjack.info/blog/2007/03/28/new-feature-last-message-received/</link>
		<comments>http://www.networkjack.info/blog/2007/03/28/new-feature-last-message-received/#comments</comments>
		<pubDate>Thu, 29 Mar 2007 04:47:12 +0000</pubDate>
		<dc:creator>Brian Blood</dc:creator>
				<category><![CDATA[Database]]></category>
		<category><![CDATA[Mail Server]]></category>

		<guid isPermaLink="false">http://www.networkjack.info/blog/archives/34</guid>
		<description><![CDATA[Today I added a new datum for the Users table for our mail server: Last Message Received
What prompted me to add this was I was trying to prune down the over 150 accounts we have in the macserve.net domain and I had no idea which email addresses were actually in use or when they last [...]]]></description>
		<wfw:commentRss>http://www.networkjack.info/blog/2007/03/28/new-feature-last-message-received/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Re: ECM2 &#8211; Mail Server</title>
		<link>http://www.networkjack.info/blog/2007/03/20/re-ecm2/</link>
		<comments>http://www.networkjack.info/blog/2007/03/20/re-ecm2/#comments</comments>
		<pubDate>Tue, 20 Mar 2007 05:03:43 +0000</pubDate>
		<dc:creator>Brian Blood</dc:creator>
				<category><![CDATA[Database]]></category>
		<category><![CDATA[Mail Server]]></category>

		<guid isPermaLink="false">http://www.networkjack.info/blog/archives/22</guid>
		<description><![CDATA[An recent email inquiry I received:

> I saw you had posted a reply to my inquiry about large installs running ECM2.
This mail server is my baby, so if I gush a bit, please forgive me.
> At this point, we&#8217;ve totally outgrown EIMS (as you can understand),
> and ECM2 is defintely the front-runner as far as [...]]]></description>
		<wfw:commentRss>http://www.networkjack.info/blog/2007/03/20/re-ecm2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
