<?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>Linux Mail Server Setup and Howto Guide &#187; Uncategorized</title>
	<atom:link href="http://www.linuxmail.info/category/uncategorized/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.linuxmail.info</link>
	<description>Rapidly deploy Linux based mail solutions today</description>
	<lastBuildDate>Sat, 13 Feb 2010 23:39:30 +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>BIND Setup Howto</title>
		<link>http://www.linuxmail.info/bind-setup-howto/</link>
		<comments>http://www.linuxmail.info/bind-setup-howto/#comments</comments>
		<pubDate>Sat, 24 Oct 2009 00:52:28 +0000</pubDate>
		<dc:creator>consultant</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.linuxmail.info/?p=367</guid>
		<description><![CDATA[This article describes how to install and configure BIND in Red Hat Enterprise Linux 5 or CentOS 5.]]></description>
			<content:encoded><![CDATA[<p><strong>BIND</strong> is an open-source software that implements the Domain Name System (DNS) protocols for the Internet. The name BIND stands for &#8220;Berkeley Internet Name Domain&#8221;. This article describes how to install and configure BIND in Red Hat Enterprise Linux 5 or CentOS 5.</p>
<span id="more-367"></span>
<div class="post-info-spacing"><script type="text/javascript">google_ad_client="pub-3384844279561399";google_ad_slot="5340126843";google_ad_width=336;google_ad_height=280;</script>
<script type="text/javascript" src="http://pagead2.googlesyndication.com/pagead/show_ads.js"></script></div>

<h2>Installing BIND</h2>
<p>The steps below will install the chrooted BIND and the GUI configuration tool.</p>
<div class="clearfix steps"><a href="/images/centos-5/bind-install.png"><img class="preview" alt="Install Bind" src="/images/centos-5/t-bind-install.png" onmouseover="changeSrc(this)" /><img class="full" alt="" src="/images/busy.gif" /></a>1. Type in the command below to install BIND.
<pre class="steps">
yum install bind-chroot system-config-bind
</pre>
</div>
<div class="clearfix steps"><a href="/images/centos-5/service-config.png"><img class="preview" alt="Security Level Configuration" src="/images/centos-5/t-service-config.png" onmouseover="changeSrc(this)" /><img class="full" alt="" src="/images/busy.gif" /></a>2. Start the <em>named</em> service. <a href="/how-to-start-stop-services-centos-5/">Learn how to start and stop services.</a></div>
<div class="clearfix steps"><a href="/images/centos-5/security-level-config.png"><img class="preview" alt="Security Level Configuration" src="/images/centos-5/t-security-level-config.png" onmouseover="changeSrc(this)" /><img class="full" alt="" src="/images/busy.gif" /></a>3. Open the TCP port 53 and UDP port 53. <a href="/firewall-configuration-centos-5/">Learn how to configure the firewall.</a></div>
<h2>Configuring BIND</h2>
<p>The steps shows how to configure BIND using the GUI configuration tool.</p>
<div class="clearfix steps"><a href="/images/centos-5/bind-shortcut.png"><img class="preview" alt="Bind Shortcut" src="/images/centos-5/t-bind-shortcut.png" onmouseover="changeSrc(this)" /><img class="full" alt="" src="/images/busy.gif" /></a>1. Click <em>System</em>, select <em>Administration</em> and click <em>Domain Name System</em>. This will launch the <strong>BIND Configuration GUI</strong> window.</div>
<div class="clearfix steps"><a href="/images/centos-5/bind-configure.png"><img class="preview" alt="BIND Configuration GUI" src="/images/centos-5/t-bind-configure.png" onmouseover="changeSrc(this)" /><img class="full" alt="" src="/images/busy.gif" /></a>2. Click <em>Ok</em> to initialize BIND with default values.</div>
<div class="clearfix steps"><a href="/images/centos-5/bind-configuration.png"><img class="preview" alt="Bind Configuration GUI" src="/images/centos-5/t-bind-configuration.png" onmouseover="changeSrc(this)" /><img class="full" alt="" src="/images/busy.gif" /></a>3. BIND has now been initialized. We can now create a DNS zone and add DNS records.</div>
<h2>Creating a DNS Zone</h2>
<p>The steps below will show you how to create a DNS zone named &#8220;acme.local&#8221;.</p>
<div class="clearfix steps"><a href="/images/centos-5/bind-configuration-add-zone.png"><img class="preview" alt="BIND add zone" src="/images/centos-5/t-bind-configuration-add-zone.png" onmouseover="changeSrc(this)" /><img class="full" alt="" src="/images/busy.gif" /></a>1. To create a DNS zone, right click <em>DNS Server</em>, select <em>Add</em> and click <em>Zone</em>.</div>
<div class="clearfix steps"><a href="/images/centos-5/bind-configuration-new-zone-1.png"><img class="preview" alt="BIND new zone" src="/images/centos-5/t-bind-configuration-new-zone-1.png" onmouseover="changeSrc(this)" /><img class="full" alt="" src="/images/busy.gif" /></a>2. In the <strong>New Zone</strong> window, click the <em>Ok</em> button under <em>Class</em>.</div>
<div class="clearfix steps"><a href="/images/centos-5/bind-configuration-new-zone-2.png"><img class="preview" alt="BIND new zone" src="/images/centos-5/t-bind-configuration-new-zone-2.png" onmouseover="changeSrc(this)" /><img class="full" alt="" src="/images/busy.gif" /></a>3. Next, click the <em>Ok</em> button under <em>Origin Type</em>.</div>
<div class="clearfix steps"><a href="/images/centos-5/bind-configuration-new-zone-3.png"><img class="preview" alt="BIND new zone" src="/images/centos-5/t-bind-configuration-new-zone-3.png" onmouseover="changeSrc(this)" /><img class="full" alt="" src="/images/busy.gif" /></a>4. Provide the name of the zone and click <em>Ok</em>.</div>
<div class="clearfix steps"><a href="/images/centos-5/bind-configuration-new-zone-4.png"><img class="preview" alt="BIND new zone" src="/images/centos-5/t-bind-configuration-new-zone-4.png" onmouseover="changeSrc(this)" /><img class="full" alt="" src="/images/busy.gif" /></a>5. Review the various settings and click <em>Ok</em>.</div>
<div class="clearfix steps"><a href="/images/centos-5/bind-save.png"><img class="preview" alt="BIND save" src="/images/centos-5/t-bind-save.png" onmouseover="changeSrc(this)" /><img class="full" alt="" src="/images/busy.gif" /></a>6. Click <em>Save</em> and click <em>Yes</em>.</div>
<div class="clearfix steps"><a href="/images/centos-5/bind-configuration-2.png"><img class="preview" alt="BIND configuration GUI" src="/images/centos-5/t-bind-configuration-2.png" onmouseover="changeSrc(this)" /><img class="full" alt="" src="/images/busy.gif" /></a>7. You now have a new DNS zone.</div>
<h2>Creating DNS Records</h2>
<p>The steps below describes how to create some of the most common DNS records.</p>
<div class="post-info-spacing"><script type="text/javascript">google_ad_client="pub-3384844279561399";google_ad_slot="8337256735";google_ad_width=336;google_ad_height=280;</script>
<script type="text/javascript" src="http://pagead2.googlesyndication.com/pagead/show_ads.js"></script></div>

<h3>Creating an A record</h3>
<p>An A record maps a hostname to its IPv4 address.</p>
<div class="clearfix steps"><a href="/images/centos-5/bind-configuration-add-ipv4.png"><img class="preview" alt="BIND add A" src="/images/centos-5/t-bind-configuration-add-ipv4.png" onmouseover="changeSrc(this)" /><img class="full" alt="" src="/images/busy.gif" /></a>1. Right click the zone you where you want to add an A record, select <em>Add</em> and click <em>A IPv4 Address</em>.</div>
<div class="clearfix steps"><a href="/images/centos-5/bind-configuration-aipv4.png"><img class="preview" alt="BIND add A" src="/images/centos-5/t-bind-configuration-aipv4.png" onmouseover="changeSrc(this)" /><img class="full" alt="" src="/images/busy.gif" /></a>2. Specify the <em>Domain Name</em> and <em>IPv4 Address</em> and click <em>Ok</em>.</div>
<div class="clearfix steps"><a href="/images/centos-5/bind-save.png"><img class="preview" alt="BIND save" src="/images/centos-5/t-bind-save.png" onmouseover="changeSrc(this)" /><img class="full" alt="" src="/images/busy.gif" /></a>3. Click <em>Save</em> and click <em>Yes</em>.</div>
<h3>Creating a CNAME record</h3>
<p>A CNAME record specifies that a  domain name is an alias of another domain name.</p>
<div class="clearfix steps"><a href="/images/centos-5/bind-configuration-add-cname.png"><img class="preview" alt="BIND add CNAME" src="/images/centos-5/t-bind-configuration-add-cname.png" onmouseover="changeSrc(this)" /><img class="full" alt="" src="/images/busy.gif" /></a>1. Right click the zone you where you want to add a CNAME record, select <em>Add</em> and click <em>CNAME Alias</em>.</div>
<div class="clearfix steps"><a href="/images/centos-5/bind-cname-alias.png"><img class="preview" alt="BIND add CNAME" src="/images/centos-5/t-bind-cname-alias.png" onmouseover="changeSrc(this)" /><img class="full" alt="" src="/images/busy.gif" /></a>2. Specify the <em>Domain Name</em> and <em>Canonical Name</em> (target domain name) and click <em>Ok</em>.</div>
<div class="clearfix steps"><a href="/images/centos-5/bind-save.png"><img class="preview" alt="BIND save" src="/images/centos-5/t-bind-save.png" onmouseover="changeSrc(this)" /><img class="full" alt="" src="/images/busy.gif" /></a>3. Click <em>Save</em> and click <em>Yes</em>.</div>
<h3>Creating an MX record</h3>
<p>An MX record specifies how Internet e-mail should be routed using SMTP.</p>
<div class="clearfix steps"><a href="/images/centos-5/bind-configuration-add-mx.png"><img class="preview" alt="BIND add MX" src="/images/centos-5/t-bind-configuration-add-mx.png" onmouseover="changeSrc(this)" /><img class="full" alt="" src="/images/busy.gif" /></a>1. Right click the zone you where you want to add an MX record, select <em>Add</em> and click <em>MX Mail Exchange</em>.</div>
<div class="clearfix steps"><a href="/images/centos-5/bind-mxmail-exchange.png"><img class="preview" alt="BIND add MX" src="/images/centos-5/t-bind-mxmail-exchange.png" onmouseover="changeSrc(this)" /><img class="full" alt="" src="/images/busy.gif" /></a>2. Specify the <em>Mail Server Name</em> and click <em>Ok</em>.</div>
<div class="clearfix steps"><a href="/images/centos-5/bind-save.png"><img class="preview" alt="BIND save" src="/images/centos-5/t-bind-save.png" onmouseover="changeSrc(this)" /><img class="full" alt="" src="/images/busy.gif" /></a>3. Click <em>Save</em> and click <em>Yes</em>.</div>
<h2>Testing BIND</h2>
<p>To test your BIND setup, you can use the <em>nslookup</em> and <em>dig</em> utility.</p>
<div class="clearfix steps"><a href="/images/centos-5/nslookup-localhost.png"><img class="preview" alt="BIND add MX" src="/images/centos-5/t-nslookup-localhost.png" onmouseover="changeSrc(this)" /><img class="full" alt="" src="/images/busy.gif" /></a>1. Type the command below in a terminal window to use nslookup
<pre class="steps">
nslookup mail.acme.local localhost
</pre>
Replace <em>mail.acme.local</em> with the domain you want to check. If your DNS server is not on <em>localhost</em> then change it.
</div>
<div class="clearfix steps"><a href="/images/centos-5/dig-localhost.png"><img class="preview" alt="BIND add MX" src="/images/centos-5/t-dig-localhost.png" onmouseover="changeSrc(this)" /><img class="full" alt="" src="/images/busy.gif" /></a>2. Type in the command below to query any records using dig.
<pre class="steps">
dig @localhost acme.local ANY
</pre>
Replace <em>acme.local</em> with your own domain. If your DNS server is not on <em>localhost</em> then change it.
</div>
]]></content:encoded>
			<wfw:commentRss>http://www.linuxmail.info/bind-setup-howto/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to configure Firefox and IE to use a proxy server</title>
		<link>http://www.linuxmail.info/firefox-ie-proxy-server-howto/</link>
		<comments>http://www.linuxmail.info/firefox-ie-proxy-server-howto/#comments</comments>
		<pubDate>Sun, 19 Oct 2008 12:24:10 +0000</pubDate>
		<dc:creator>consultant</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.linuxmail.info/?p=94</guid>
		<description><![CDATA[This article will show you how to configure Firefox and Internet Explorer to use a proxy server to connect to the internet.]]></description>
			<content:encoded><![CDATA[<p>You can configure Mozilla Firefox and Microsoft Internet Explorer to use a proxy server like Squid to connect to the Internet. A proxy server reduces bandwidth requirements and improves response times by caching and reusing frequently-requested web pages. This page will show you how to configure Firefox and Internet Explorer to use a proxy server.</p>
<span id="more-94"></span>
<div class="post-info-spacing"><script type="text/javascript">google_ad_client="pub-3384844279561399";google_ad_slot="5340126843";google_ad_width=336;google_ad_height=280;</script>
<script type="text/javascript" src="http://pagead2.googlesyndication.com/pagead/show_ads.js"></script></div>

<ul>
<li><a href="#ff3">Mozilla Firefox 2 and 3</a></li>
<li><a href="#ie7">Microsoft Internet Explorer 7</a></li>
<li><a href="http://support.microsoft.com/kb/135982">Microsoft Internet Explorer 6 and lower (Microsoft KB article)</a></li>
</ul>
<h2 id="ff3">Mozilla Firefox 2 and 3</h2>
<div class="clearfix steps"><a href="/images/windows-xp/ff3-tools-options.png"><img class="preview" alt="Mozilla Firefox 3" src="/images/windows-xp/t-ff3-tools-options.png" onmouseover="changeSrc(this)" /><img class="full" alt="" src="/images/busy.gif" /></a>1. Click <em>Tools</em> and click <em>Options</em>. This will show the <strong>Options</strong> window.</div>
<div class="clearfix steps"><a href="/images/windows-xp/ff3-options-main.png"><img class="preview" alt="FF3 Options" src="/images/windows-xp/t-ff3-options-main.png" onmouseover="changeSrc(this)" /><img class="full" alt="" src="/images/busy.gif" /></a>2. In the <strong>Options</strong> window, click <em>Advanced</em>.</div>
<div class="clearfix steps"><a href="/images/windows-xp/ff3-options-advanced.png"><img class="preview" alt="FF3 Options" src="/images/windows-xp/t-ff3-options-advanced.png" onmouseover="changeSrc(this)" /><img class="full" alt="" src="/images/busy.gif" /></a>3. Click the <em>Network</em> tab.</div>
<div class="clearfix steps"><a href="/images/windows-xp/ff3-options-advanced-network.png"><img class="preview" alt="FF3 Options" src="/images/windows-xp/t-ff3-options-advanced-network.png" onmouseover="changeSrc(this)" /><img class="full" alt="" src="/images/busy.gif" /></a>4. Click the <em>Settings</em> button. This will show the <strong>Connection Settings</strong> window.</div>
<div class="clearfix steps"><a href="/images/windows-xp/ff3-connection-settings.png"><img class="preview" alt="FF3 Connection Settings" src="/images/windows-xp/t-ff3-connection-settings.png" onmouseover="changeSrc(this)" /><img class="full" alt="" src="/images/busy.gif" /></a>5. In the <strong>Connection Settings</strong> window, select <em>Manual proxy configuration</em> and fill in the <em>HTTP Proxy</em> and <em>Port</em> fields. Next, check the <em>Use this proxy server for all protocols</em>. Click <em>Ok</em> when you are done. Click <em>Ok</em> again in the <strong>Options</strong> window.</div>
<h2 id="ie7">Microsoft Internet Explorer 7</h2>
<div class="clearfix steps"><a href="/images/windows-xp/ie7-tools-internet-options.png"><img class="preview" alt="Internet Explorer 7" src="/images/windows-xp/t-ie7-tools-internet-options.png" onmouseover="changeSrc(this)" /><img class="full" alt="" src="/images/busy.gif" /></a>1. Click <em>Tools</em> and click <em>Internet Options</em>. This will show the <strong>Internet Options</strong> window.</div>
<div class="clearfix steps"><a href="/images/windows-xp/ie7-internet-options-general.png"><img class="preview" alt="IE7 Internet Options" src="/images/windows-xp/t-ie7-internet-options-general.png" onmouseover="changeSrc(this)" /><img class="full" alt="" src="/images/busy.gif" /></a>2. In the <strong>Internet Options</strong> window, click the <em>Connections</em> tab.</div>
<div class="clearfix steps"><a href="/images/windows-xp/ie7-internet-options-connections.png"><img class="preview" alt="IE7 Internet Options" src="/images/windows-xp/t-ie7-internet-options-connections.png" onmouseover="changeSrc(this)" /><img class="full" alt="" src="/images/busy.gif" /></a>3. In the <strong>Connections</strong> page, click the <em>Lan settings</em> button. This will display the <strong>Local Area Network (LAN) Settings</strong> window.</div>
<div class="clearfix steps"><a href="/images/windows-xp/ie7-lan-settings.png"><img class="preview" alt="IE7 LAN Settings" src="/images/windows-xp/t-ie7-lan-settings.png" onmouseover="changeSrc(this)" /><img class="full" alt="" src="/images/busy.gif" /></a>4. In the <strong>Local Area Network (LAN) Settings</strong> window, fill in the <em>Address</em> and <em>Port</em> fields and check the <em>Bypass proxy server for local addresses</em>. Click <em>Ok</em> when you are done. Click <em>Ok</em> again in the <strong>Internet Options</strong> window.</div>]]></content:encoded>
			<wfw:commentRss>http://www.linuxmail.info/firefox-ie-proxy-server-howto/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Java (JRE) Setup Howto</title>
		<link>http://www.linuxmail.info/java-jre-setup-howto/</link>
		<comments>http://www.linuxmail.info/java-jre-setup-howto/#comments</comments>
		<pubDate>Sun, 25 May 2008 04:30:37 +0000</pubDate>
		<dc:creator>consultant</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.linux-mail.info/java-jre-setup-howto/</guid>
		<description><![CDATA[This page will show you how to install the Java Runtime Environment (JRE) from Sun Microsystem.]]></description>
			<content:encoded><![CDATA[<p>This article will show you how to install the <strong>Java Runtime Environment (JRE)</strong> from Sun Microsystem which is required by some applications like the JXplorer LDAP Browser and the Fedora Directory Server Administration tools.</p>
<span id="more-79"></span>
<div class="post-info-spacing"><script type="text/javascript">google_ad_client="pub-3384844279561399";google_ad_slot="5340126843";google_ad_width=336;google_ad_height=280;</script>
<script type="text/javascript" src="http://pagead2.googlesyndication.com/pagead/show_ads.js"></script></div>

<h2>Installing the Java Runtime Environment (JRE)</h2>
<div class="clearfix steps"><a href="/images/centos-5/firefox-java-rpm.png"><img class="preview" alt="Firefox Java RPM" src="/images/centos-5/t-firefox-java-rpm.png" onmouseover="changeSrc(this)" /><img class="full" alt="" src="/images/busy.gif" /></a>1. Download the <a href="http://www.java.com/en/download/linux_manual.jsp">Java software for Linux from Sun Microsystem</a>. Choose the RPM format.</div>
<div class="clearfix steps"><a href="/images/centos-5/jre-properties.png"><img class="preview" alt="JRE Properties" src="/images/centos-5/t-jre-properties.png" onmouseover="changeSrc(this)" /><img class="full" alt="" src="/images/busy.gif" /></a>2. Right click the downloaded file and click <em>Properties</em>. This will launch the <strong>Properties</strong> window.</div>
<div class="clearfix steps"><a href="/images/centos-5/jre-permission-execute.png"><img class="preview" alt="JRE Permission" src="/images/centos-5/t-jre-permission-execute.png" onmouseover="changeSrc(this)" /><img class="full" alt="" src="/images/busy.gif" /></a>3. In the  Properties window, click the <em>Permissions</em> tab and check <em>Allow executing file as program</em>. Click <em>Close</em> when you are done.</div>
<div class="clearfix steps"><a href="/images/centos-5/jre-license-agreement.png"><img class="preview" alt="JRE License Agreement" src="/images/centos-5/t-jre-license-agreement.png" onmouseover="changeSrc(this)" /><img class="full" alt="" src="/images/busy.gif" /></a>4. Double click the file to execute it and click <em>Run in Terminal</em>. Press <em>Spacebar</em> until you reach the end of the text. Type in <tt>yes</tt> and press <em>Enter</em> to agree to the license terms and proceed with the installation.</div>
<div class="clearfix steps"><a href="/images/centos-5/terminal-java-version.png"><img class="preview" alt="Check Java Version" src="/images/centos-5/t-terminal-java-version.png" onmouseover="changeSrc(this)" /><img class="full" alt="" src="/images/busy.gif" /></a><div class="m">5. Check your Java installation by typing in the command below. Note down the version.
<pre class="steps">
java -version
</pre>
</div>
</div>
<div class="clearfix steps"><a href="/images/centos-5/terminal-ln-java.png"><img class="preview" alt="Terminal" src="/images/centos-5/t-terminal-ln-java.png" onmouseover="changeSrc(this)" /><img class="full" alt="" src="/images/busy.gif" /></a><div class="m">6. If the version being used is not the one you installed, type in the command below to make it so.
<pre class="steps">
ln -sf /usr/java/default/bin/java /usr/bin/java
</pre>
</div>
</div>
<p><img class="icon32x32 left" alt="Note" src="/images/emblem-note.png" />The above would be the case if you install the Fedora Directory Server which pulls in on an old version of Java during installation.</p>
<h2>Configuring Firefox</h2>
<div class="clearfix steps"><a href="/images/centos-5/terminal-ln-java-plugin.png"><img class="preview" alt="Terminal Java Plugins" src="/images/centos-5/t-terminal-ln-java-plugin.png" onmouseover="changeSrc(this)" /><img class="full" alt="" src="/images/busy.gif" /></a>1. Enable Firefox to find the Java plugin by typing in the commands below in a terminal window.</div>
<pre class="steps">
cd /usr/lib/mozilla/plugins
ln -sf /usr/java/default/plugin/i386/ns7/libjavaplugin_oji.so .
</pre>
<div class="clearfix steps"><a href="/images/centos-5/firefox-java-plugins.png"><img class="preview" alt="Firefox Plugins" src="/images/centos-5/t-firefox-java-plugins.png" onmouseover="changeSrc(this)" /><img class="full" alt="" src="/images/busy.gif" /></a>2. Launch Firefox and type in <tt>about:plugins</tt> in the address bar to verify the presence of Java.</div>
]]></content:encoded>
			<wfw:commentRss>http://www.linuxmail.info/java-jre-setup-howto/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Recommended Links</title>
		<link>http://www.linuxmail.info/recommended-links/</link>
		<comments>http://www.linuxmail.info/recommended-links/#comments</comments>
		<pubDate>Sat, 17 Nov 2007 04:08:32 +0000</pubDate>
		<dc:creator>consultant</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.linux-mail.info/recommended-links/</guid>
		<description><![CDATA[Here are some links you might find useful.

Linux Mail Server Howtos
Setting Up a Linux Email Server in an NT Domain this is the site that made it possible for me to recommend a Linux based mail solution instead of the usual Windows and Exchange solution.
Others
Selfgrowth.com is the most complete guide to information about Self Improvement, [...]]]></description>
			<content:encoded><![CDATA[<p>Here are some links you might find useful.</p>
<span id="more-49"></span>
<h2>Linux Mail Server Howtos</h2>
<div class="clearfix steps"><a href="/images/websites/flatmtn-com.png"><img class="preview" alt="flatmtn.com" src="/images/websites/t-flatmtn-com.png" onmouseover="changeSrc(this)" /><img class="full" alt="" src="/images/busy.gif" /></a><a href="http://www.flatmtn.com/computer/Linux-EmailServer.html">Setting Up a Linux Email Server in an NT Domain</a> this is the site that made it possible for me to recommend a Linux based mail solution instead of the usual Windows and Exchange solution.</div>
<h2>Others</h2>
<div class="clearfix steps"><a href="/images/websites/selfgrowth-com.png"><img class="preview" alt="Selfgrowth.com" src="/images/websites/t-selfgrowth-com.png" onmouseover="changeSrc(this)" /><img class="full" alt="" src="/images/busy.gif" /></a><a href="http://www.selfgrowth.com">Selfgrowth.com</a> is the most complete guide to information about Self Improvement, Personal Growth and Self Help on the Internet. It is designed to be an organized directory, with articles and references to thousands of other Web Sites on the World Wide Web.</div>]]></content:encoded>
			<wfw:commentRss>http://www.linuxmail.info/recommended-links/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Recommended Softwares for Setting up a Mail Server</title>
		<link>http://www.linuxmail.info/recommended-software-linux-mail-server/</link>
		<comments>http://www.linuxmail.info/recommended-software-linux-mail-server/#comments</comments>
		<pubDate>Sat, 12 May 2007 01:53:05 +0000</pubDate>
		<dc:creator>consultant</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.linux-mail.info/recommended-software-linux-mail-server/</guid>
		<description><![CDATA[Best open source software for deploying a Linux based mail server.]]></description>
			<content:encoded><![CDATA[<p>Below are the best open source softwares to use for setting up a Linux based mail server.</p>
<span id="more-46"></span>
<div class="post-info-spacing"><script type="text/javascript">google_ad_client="pub-3384844279561399";google_ad_slot="5340126843";google_ad_width=336;google_ad_height=280;</script>
<script type="text/javascript" src="http://pagead2.googlesyndication.com/pagead/show_ads.js"></script></div>

<h2>Linux Distribution</h2>
<ul>
<li class="clearfix plain"><p><a href="http://www.redhat.com"><img class="left logo160x75" alt="" src="/images/logos/redhat.png" />Red Hat Enterprise Linux</a> is a Linux distribution produced by Red Hat and targeted toward the commercial market, including mainframes. Red Hat commits to supporting each version of RHEL for 7 years after its release.</p></li>
<li class="clearfix plain"><p><a href="http://www.centos.org"><img class="left logo160x75" alt="" src="/images/logos/centos.png" />CentOS</a> is an Enterprise-class Linux Distribution derived from sources freely provided to the public by Red Hat.</p></li>
</ul>
<h2>Mail Delivery and Transfer</h2>
<ul>
<li class="clearfix plain"><p><a href="http://www.postfix.org"><img class="left logo160x75" alt="" src="/images/logos/postfix.png" />Postfix</a> is an open source SMTP Server that is fast, easy to administer, flexible while at the same time being sendmail compatible enough to not upset existing users. Written by security expert <a href="http://www.porcupine.org/wietse/">Wietse Venema</a>, it is built from the ground up to be secure.</p></li>
<li class="clearfix plain"><p><a href="http://www.dovecot.org"><img class="left logo160x75" alt="" src="/images/logos/dovecot.png" />Dovecot</a> is an open source IMAP and POP3 server for Linux/UNIX-like systems. It complements Postfix with its high performance, ease of administration and rock solid security.</p></li>
</ul>
<h2>Web Mail Access</h2>
<ul>
<li class="clearfix plain"><p><a href="http://www.apache.org"><img class="left logo160x75" alt="" src="/images/logos/apache.png" />Apache</a> is an open-source HTTP server supporting a wide range of operating systems including UNIX and Windows NT. Apache is a secure, efficient and extensible HTTP server that provides HTTP services in sync with the current HTTP standards.</p></li>
<li class="clearfix plain"><p><a href="http://www.squirrelmail.org"><img class="left logo160x75" alt="" src="/images/logos/squirrelmail.png" />Squirrelmail</a> is an open source standards-based webmail package written in PHP.</p></li>
</ul>
<h2>Anti-Spam and Anti-Virus</h2>
<ul>
<li class="clearfix plain"><p><a href="http://www.mailscanner.info"><img class="left logo160x75" alt="" src="/images/logos/mailscanner.png" />MailScanner</a> is an open source anti-virus and anti-spam filter for email servers. The anti-virus and anti-spam portion is delegated to third party applications.</p></li>
<li class="clearfix plain"><p><a href="http://www.clamav.net"><img class="left logo160x75" alt="" src="/images/logos/clamav.png" />ClamAV</a> is an open source (GPL) anti-virus toolkit for UNIX, designed especially for e-mail scanning on mail gateways.</p></li>
<li class="clearfix plain"><p><a href="http://spamassassin.apache.org"><img class="left logo160x75" alt="" src="/images/logos/spamassassin.png" />SpamAssassin</a> is a mail filter, written in Perl, that identifies spam using a wide range of heuristic tests on mail headers and body text. </p></li>
</ul>
<h2>Lightweight Directory Access Protocol (LDAP)</h2>
<ul>
<li class="clearfix plain"><p><a href="http://directory.fedoraproject.org"><img class="left logo160x75" alt="" src="/images/logos/fedora-directory.png" />Fedora Directory Server</a> is an enterprise-class Open Source LDAP server for Linux. It is full-featured, supports multi-master replication, and already handles many of the largest LDAP deployments in the world.</p></li>
<li class="clearfix plain"><p><a href="http://www.openldap.org"><img class="left logo160x75" alt="" src="/images/logos/openldap.png" />OpenLDAP</a> is an open source implementation of the Lightweight Directory Access Protocol.</p></li>
<li class="clearfix plain"><p><a href="http://www.jxplorer.org"><img class="left logo160x75" alt="" src="/images/logos/jxplorer.png" />JXplorer</a> is a standards compliant general purpose open source ldap browser that can be used to read and search any ldap directory, or any X500 directory with an ldap interface.</p></li>
</ul>
<h2>Active Directory Integration</h2>
<ul>
<li class="clearfix plain"><p><a href="http://www.samba.org"><img class="left logo160x75" alt="" src="/images/logos/samba.png" />Samba</a> is an Open Source/Free Software suite that provides seamless file and print services to SMB/CIFS clients.</p></li>
</ul>
<h2>System Administration</h2>
<ul>
<li class="clearfix plain"><p><a href="http://www.webmin.com"><img class="left logo160x75" alt="" src="/images/logos/webmin.png" />Webmin</a> is a web-based interface for system administration for Unix. Using any modern web browser, you can setup user accounts, Apache, DNS, file sharing and much more.</p></li>
</ul>
<div class="post-info-spacing"><script type="text/javascript">google_ad_client="pub-3384844279561399";google_ad_slot="8337256735";google_ad_width=336;google_ad_height=280;</script>
<script type="text/javascript" src="http://pagead2.googlesyndication.com/pagead/show_ads.js"></script></div>
]]></content:encoded>
			<wfw:commentRss>http://www.linuxmail.info/recommended-software-linux-mail-server/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Why Use a Linux Mail Server</title>
		<link>http://www.linuxmail.info/why-use-linux-mail-server/</link>
		<comments>http://www.linuxmail.info/why-use-linux-mail-server/#comments</comments>
		<pubDate>Fri, 11 May 2007 17:21:36 +0000</pubDate>
		<dc:creator>consultant</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.linux-mail.info/why-use-linux-mail-server/</guid>
		<description><![CDATA[What are the benefits of using a Linux based mail server?]]></description>
			<content:encoded><![CDATA[<p>Why use a Linux mail server? Check out the some of the advantages below.</p>
<span id="more-45"></span>
<div class="post-info-spacing"><script type="text/javascript">google_ad_client="pub-3384844279561399";google_ad_slot="5340126843";google_ad_width=336;google_ad_height=280;</script>
<script type="text/javascript" src="http://pagead2.googlesyndication.com/pagead/show_ads.js"></script></div>

<ul>
<li><p><strong>Supports POP3, IMAP and Web mail access.</strong> These are standard services that ideally should be available in any mail system for flexible email access.</p></li>
<li><p><strong>Is extremely fast, reliable and scalable.</strong> Linux performs well and its uptime is very, very good.</p></li>
<li><p><strong>Does not require expensive hardware.</strong> Thanks to its fast and efficient services, expensive high end hardware is not necessary.</p></li>
<li><p><strong>Is very secured.</strong> The Linux operating system is very difficult to exploit. The <a href="http://www.nsa.gov/selinux">National Security Agency</a> even contributed to allow Linux to support even stronger levels of security.</p></li>
<li><p><strong>Has a powerful anti-spam filter.</strong> <a href="http://spamassassin.apache.org">SpamAssassin</a> uses a wide variety of local and network tests to identify spam signatures.</p></li>
<li><p><strong>Has an effective and regularly updated anti-virus.</strong> The open source nature of <a href="http://www.clamav.net">Clam Antivirus</a> allows it to respond to new viruses even faster than commercial antivirus softwares.</p></li>
<li><p><strong>Has small to zero (as in free) software cost depending on your support needs.</strong> Depending on your support needs, you have the option of using a community supported Linux or a company supported one.</p></li>
<li><p><strong>Works with Microsoft Active Directory.</strong> You can integrate Microsoft Active Directory user accounts and distribution list into your Linux mail server to simplify administration.</p></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.linuxmail.info/why-use-linux-mail-server/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>About</title>
		<link>http://www.linuxmail.info/about/</link>
		<comments>http://www.linuxmail.info/about/#comments</comments>
		<pubDate>Mon, 05 Mar 2007 04:28:48 +0000</pubDate>
		<dc:creator>consultant</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://linux-mail.info/about/</guid>
		<description><![CDATA[The Problem
A client asked me to reinstall their mail server. Their existing mail server using Microsoft Exchange 2000 on Windows 2000 Server was frequently down. Whenever it was up, it performed badly. It performed so bad that it took minutes just to check mails and learn they have no new mail.

The Goal
The client gave me [...]]]></description>
			<content:encoded><![CDATA[<h2>The Problem</h2>
<p>A client asked me to reinstall their mail server. Their existing mail server using Microsoft Exchange 2000 on Windows 2000 Server was frequently down. Whenever it was up, it performed badly. It performed so bad that it took minutes just to check mails and learn they have no new mail.</p>
<span id="more-4"></span>
<h2>The Goal</h2>
<p>The client gave me a list of features the new mail server should have. It should flag spam mails. It should check for viruses. It should have web access. It should block several types of file attachments. And if I will not be using Microsoft Exchange, it should be integrated into Active Directory since they do not want to maintain two sets of user accounts.</p>
<p>They gave me a free hand on whatever hardware and software to purchase. They leave it up to me to decide if they need to upgrade to Exchange 2003 and Windows 2003 Server, or replace the old IBM Server and maintain the Exchange 2000 and Windows 2000 Server, or use a totally different solution.</p>
<h2>The Solution</h2>
<p>After studying their requirements, I discovered I can save them tons of cash while at the same time provide them a reliable mail solution which meets all their requirements using Linux, open source softwares, and off the shelf hardware.</p>
<p>So I implemented the above solution and they where very pleased with the results. They immediately noticed the improvement in response time. Mailboxes were now cleaner with the big reduction in spam mails. Virus problems was now virtually eliminated.</p>
<p>If you like the true story above, welcome to LinuxMail.info. This site is about helping you be able to do the same. I spent several weeks searching the internet and experimenting several configurations to achieve the requirements above using Linux. With this site, you should be able to achieve this in just a few minutes.</p>]]></content:encoded>
			<wfw:commentRss>http://www.linuxmail.info/about/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
	</channel>
</rss>
