<?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>Recon Hosting &#187; Support</title>
	<atom:link href="http://www.reconhosting.com/category/support/feed" rel="self" type="application/rss+xml" />
	<link>http://www.reconhosting.com</link>
	<description>Quality Hosting at a Fraction of the Price</description>
	<lastBuildDate>Fri, 18 May 2012 21:31:19 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Generate an SPF Record</title>
		<link>http://www.reconhosting.com/support/generate-an-spf-record.html</link>
		<comments>http://www.reconhosting.com/support/generate-an-spf-record.html#comments</comments>
		<pubDate>Sat, 14 Jan 2012 18:59:58 +0000</pubDate>
		<dc:creator>TJ Martin</dc:creator>
				<category><![CDATA[Support]]></category>
		<category><![CDATA[forged emails]]></category>
		<category><![CDATA[generate spf]]></category>
		<category><![CDATA[spf]]></category>

		<guid isPermaLink="false">http://www.reconhosting.com/?p=2847</guid>
		<description><![CDATA[This article will go over what an SPF record is, what it does, and the various options of the SPF record. It will also go over generating an SPF record for your domain. Overview SPF is short for Sender Policy Framework. It is used in an attempt to limit forged emails come from your server. ...]]></description>
			<content:encoded><![CDATA[<p>This article will go over what an SPF record is, what it does, and the various options of the SPF record. It will also go over generating an SPF record for your domain.</p>
<h2>Overview</h2>
<p>SPF is short for Sender Policy Framework. It is used in an attempt to limit forged emails come from your server. This is commonly referred to as spoofing which you can find more about here: What is email spoofing? While an SPF record cannot 100% for certain stop forged emails, it does help and is part of the solution. It provides domain owners with a way of allowing certain mail sources to send mail while rejecting other mail sources.</p>
<p>When an email is forged, it is coming from a domain that the IP doesn&#8217;t actually belong to. For example, if you receive an email from forged_user@domain.com, the headers of the email will contain an IP address. At that point, the SPF record queries domain.com (in this case) to make sure the IP address in the headers matches that of which domain.com is allowed to send from or has control over. If domain.com recognizes the sending server, the SPF passes and the mail delivers. If not, it&#8217;s considered forged and dealt with accordingly.</p>
<p>So in order to set up an SPF record, here&#8217;s what you need to know. First, gather a list of every domain and IP address that you have control over that sends mail. For example if you have a web server that sends mail and you have a mail server as well, then those are two items to include on your list (the web server, the email server). If you or your clients are sending mail from an ISP&#8217;s mail server (i.e. using their SMTP servers to send mail through your domain) you&#8217;ll want to include that as well in the list. If that is a dynamic IP address, you would want to setup an account with No-IP or DynDNS to include in the SPF record so you don&#8217;t have to change the record often. When gathering the list of domains, there&#8217;s no reason to list a domain more than once if it resolves to the same IP address (i.e. www.domain.com and domain.com, it suffices to just use domain.com in the record).</p>
<p>Lastly, <strong>don&#8217;t assume</strong>. If an incorrect SPF is generated, the SPF may fail and all mail could be rejected. If you&#8217;re not sure, <a title="Submit Ticket" href="https://www.reconhosting.com/clients/submitticket.php" target="_blank">contact support</a> and we&#8217;ll help out.</p>
<h2>Breaking down the SPF record</h2>
<p>There are a few parts to an SPF record called mechanisms: <strong>a</strong>, <strong>mx</strong>, <strong>ptr</strong>, <strong>ip4</strong>, and <strong>include</strong>.</p>
<p><strong>a</strong>: If domain.com has an address record (A or AAAA) that can be resolved to the sender&#8217;s address, it will match.</p>
<p><strong>mx</strong>: If domain.com has an MX record resolving to the sending address, it will match (the mail comes from one of the domain&#8217;s mail servers).</p>
<p><strong>ptr</strong>: If domain.com for the client&#8217;s address is in the given domain and that domain name resolves to the client&#8217;s address (forward-confirmed reverse DNS), it will match.</p>
<p><strong>ip4</strong>: If the sender is in a given IPv4 address range, it will match.</p>
<p><strong>include</strong>: If the included policy passes the test, this mechanism also matches. This is typically used to include other SPF records such as spf.safesecureweb.com (our outbound spam firewall servers) and spf.postini.com (Postini&#8217;s SPF).</p>
<p>Next, there are qualifiers and each mechanism can be combined with one of the four qualifiers below:</p>
<ul>
<li><strong>+</strong> for a PASS result. This can be omitted.</li>
<li><strong>?</strong> for a NEUTRAL result interpreted like NONE (no policy; rarely used).</li>
<li><strong>~</strong> for SOFTFAIL, a debugging aid between NEUTRAL and FAIL.</li>
<li><strong>-</strong> for FAIL, the mail should be rejected.</li>
</ul>
<p>Once you&#8217;re ready to setup the SPF record in DNS, please contact support. Once the record is setup in DNS, you can <a href="http://www.kitterman.com/spf/validate.html">validate the SPF</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.reconhosting.com/support/generate-an-spf-record.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Use FileZilla to upload files to your site</title>
		<link>http://www.reconhosting.com/support/use-filezilla-to-upload-files-to-your-site.html</link>
		<comments>http://www.reconhosting.com/support/use-filezilla-to-upload-files-to-your-site.html#comments</comments>
		<pubDate>Sat, 14 Jan 2012 18:45:15 +0000</pubDate>
		<dc:creator>TJ Martin</dc:creator>
				<category><![CDATA[Support]]></category>
		<category><![CDATA[filezilla]]></category>
		<category><![CDATA[how to upload]]></category>

		<guid isPermaLink="false">http://www.reconhosting.com/?p=2839</guid>
		<description><![CDATA[Go to http://filezilla-project.org/ and download the Filezilla client. Once installed and launched you will see the quick connect bar across the top. Using the Quick Connect bar 1. To connect to your server, enter the address of the server into the host field of the Quick connect bar. This can be the domain name or the IP address ...]]></description>
			<content:encoded><![CDATA[<p>Go to <a href="http://filezilla-project.org/">http://filezilla-project.org/</a> and download the Filezilla client. Once installed and launched you will see the quick connect bar across the top.</p>
<h3>Using the Quick Connect bar</h3>
<p><strong>1.</strong> To connect to your server, enter the address of the server into the host field of the Quick connect bar. This can be the domain name or the IP address (i.e. domain.com or the IP address &#8211; see image below).</p>
<p><strong>2.</strong> Enter the user name and Password provided in the initial setup email in the corresponding fields.</p>
<p><strong>3.</strong> On reconhosting.com servers there is no need to enter a port number.</p>
<p><strong>4.</strong> Click on Quick connect or press Enter to connect to the server.</p>
<p><a title="&quot;Image:Enter-info.png&quot;" href="http://wiki.filezilla-project.org/File:Enter-info.png" class="lightbox" rel="post_2839"><img src="http://www.hosting.com/media/263196/083110_0134_UseFileZill1.png" alt="" border="0" /></a></p>
<p>*Please note that the Quick Connect is for quick connections.  Therefore, there is no way to edit the quick connections list which stores the last 10 entries.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.reconhosting.com/support/use-filezilla-to-upload-files-to-your-site.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Installing Htop</title>
		<link>http://www.reconhosting.com/support/installing-htop.html</link>
		<comments>http://www.reconhosting.com/support/installing-htop.html#comments</comments>
		<pubDate>Sat, 14 Jan 2012 18:33:20 +0000</pubDate>
		<dc:creator>TJ Martin</dc:creator>
				<category><![CDATA[Support]]></category>
		<category><![CDATA[htop]]></category>
		<category><![CDATA[install htop]]></category>
		<category><![CDATA[linux resource viewer]]></category>

		<guid isPermaLink="false">http://www.reconhosting.com/?p=2825</guid>
		<description><![CDATA[htop is an interactive process viewer for Linux, which is a powerful alternative to the start &#8216;top&#8217; utility. Some of the benefits of htop: Supports mouse interactions Better sorting and selective display Color formatted display Resource graphs Process treeview Installing htop To install htop to Redhat or CentOS (5.X) Linux easily via the yum package manager, ...]]></description>
			<content:encoded><![CDATA[<p><a href="http://htop.sourceforge.net/">htop</a> is an interactive process viewer for Linux, which is a powerful alternative to the start &#8216;top&#8217; utility. Some of the benefits of htop:</p>
<ul>
<li>Supports mouse interactions</li>
<li>Better sorting and selective display</li>
<li>Color formatted display</li>
<li>Resource graphs</li>
<li>Process treeview</li>
</ul>
<h5><img width="292" alt="" src="http://www.reconhosting.com/wp-content/themes/ReconHosting/includes/timthumb.php?src=/wp-content/uploads/2012/01/htop-2.png&amp;w=292&amp;zc=1" /></h5>
<h3>Installing htop</h3>
<p>To install htop to Redhat or CentOS (5.X) Linux easily via the yum package manager, the <a href="http://rpmrepo.org/RPMforge">rpmforge</a> package repository must be installed. To install, retrieve, and install the following RPM for your architecture (32bit or 64bit).</p>
<h5>32-bit</h5>
<code class="code">wget http://packages.sw.be/rpmforge-release/rpmforge-release-0.5.2-2.el5.rf.i386.rpm rpm -Uhv rpmforge-release*.rf.i386.rpm</code>
<h5>64bit</h5>
<code class="code">wget http://packages.sw.be/rpmforge-release/rpmforge-release-0.5.2-2.el5.rf.x86_64.rpm 
rpm -Uhv rpmforge-release*.rf.x86_64.rpm</code>
<p>Now that the rpmforge repository is installed, you can install the htop package easily via yum.</p>
<code class="code">yum install htop</code>
<p><a title="htop faq's" href="http://htop.sourceforge.net/index.php?page=faq" target="_blank">htop faq&#8217;s</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.reconhosting.com/support/installing-htop.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

