<?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>RighTech software development, RighTech database design, RighTech mobile applications, RighTech IT services, RighTech digital media, RighTech web hosting, RighTech website design, RighTech e-commerce applications, RighTech graphic design</title>
	<atom:link href="http://www.rightech.co.uk/feed" rel="self" type="application/rss+xml" />
	<link>http://www.rightech.co.uk</link>
	<description></description>
	<lastBuildDate>Fri, 02 Dec 2011 16:46:33 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Advanced DNS Zone Editor</title>
		<link>http://www.rightech.co.uk/cpanel-user-guides/advanced-dns-zone-editor</link>
		<comments>http://www.rightech.co.uk/cpanel-user-guides/advanced-dns-zone-editor#comments</comments>
		<pubDate>Mon, 17 Oct 2011 13:22:53 +0000</pubDate>
		<dc:creator>rightec</dc:creator>
				<category><![CDATA[cPanel User Guides]]></category>

		<guid isPermaLink="false">http://www.rightech.co.uk/?p=490</guid>
		<description><![CDATA[DNS is the component of the Internet which converts human-readable domain names (such as example.com) into computer-readable IP addresses (such as 192.0.32.10). It does this according to DNS zone files that reside on your server and tie domain names to IP addresses. There are several different types of records in a domain&#8217;s zone file. This feature allows you to create, [...]]]></description>
			<content:encoded><![CDATA[<div>
<div>
<p><a href="http://docs.cpanel.net/twiki/bin/view/AllDocumentation/CpanelDocs/CPanelGlossary#CpanelDns">DNS</a> is the component of the Internet which converts human-readable domain names (such as <code>example.com</code>) into computer-readable IP addresses (such as <code>192.0.32.10</code>). It does this according to <a href="http://docs.cpanel.net/twiki/bin/view/AllDocumentation/CpanelDocs/CPanelGlossary#CpanelDns">DNS</a> zone files that reside on your server and tie domain names to IP addresses.</p>
<p>There are several different types of records in a domain&#8217;s zone file. This feature allows you to create, edit, and delete A, CNAME, and TXT records.</p>
<p>&nbsp;</p>
<h2><a name="Reset zone files"></a>Reset zone files</h2>
<p><img title="ALERT!" src="http://docs.cpanel.net/twiki/pub/TWiki/TWikiDocGraphics/warning.gif" alt="ALERT!" width="16" height="16" border="0" /> <strong>Warning:</strong> This feature will erase any modifications you have made to your zone records, either using this feature or using the <em>Simple <a href="http://docs.cpanel.net/twiki/bin/view/AllDocumentation/CpanelDocs/CPanelGlossary#CpanelDns">DNS</a> Zone Editor</em>. It will attempt to save TXT entries. Before using this feature, be sure to write down any changes you may want to save.</p>
<p>To reset your <a href="http://docs.cpanel.net/twiki/bin/view/AllDocumentation/CpanelDocs/CPanelGlossary#CpanelDns">DNS</a> zone files to the defaults:</p>
<ol>
<li>Click the checkbox next to <em>Are you sure you want to erase all entries and revert to the default state?</em></li>
<li>Click <em>Reset Zone File</em>.</li>
</ol>
<p>&nbsp;</p>
<h2><a name="Add a record"></a>Add a record</h2>
<p>To add a record:</p>
<ol>
<li>Select a domain from the drop-down menu.</li>
<li>Type in the <em>Name</em> of the record.</li>
<li>Type the record&#8217;s time to live in the <em>TTL</em> text box.
<ul>
<li><strong>Time to live</strong> specifies how long a particular record should be kept in memory, in seconds, before it should be refreshed.</li>
</ul>
</li>
<li>Select a record type:
<ul>
<li>An <strong>A record</strong> is the <a href="http://docs.cpanel.net/twiki/bin/view/AllDocumentation/CpanelDocs/CPanelGlossary#CpanelDns">DNS</a> record that is responsible for mapping hostnames to IP addresses. The A record is essential because it allows<a href="http://docs.cpanel.net/twiki/bin/view/AllDocumentation/CpanelDocs/CPanelGlossary#CpanelDns">DNS</a> servers to identify and locate your website and its various services on the Internet. Without an A record, your visitors will not be able to access your website, <a href="http://docs.cpanel.net/twiki/bin/view/AllDocumentation/CpanelDocs/CPanelGlossary#CpanelFtp">FTP</a> servers, or email accounts. <img title="PICK" src="http://docs.cpanel.net/twiki/pub/TWiki/TWikiDocGraphics/starred.gif" alt="PICK" width="16" height="16" border="0" /> <strong>Remember:</strong> cPanel will have configured your <a href="http://docs.cpanel.net/twiki/bin/view/AllDocumentation/CpanelDocs/CPanelGlossary#CpanelDns">DNS</a> records so that visitors will be able to resolve your website and its services (<a href="http://docs.cpanel.net/twiki/bin/view/AllDocumentation/CpanelDocs/CPanelGlossary#CpanelFtp">FTP</a>, Email, etc.). <strong>A records</strong> should only be added when you add a service that is not provided by cPanel or your web host.</li>
<li><strong>CNAME record</strong> stands for &#8220;canonical name record.&#8221; This record creates an alias, allowing a querying server to continue the <a href="http://docs.cpanel.net/twiki/bin/view/AllDocumentation/CpanelDocs/CPanelGlossary#CpanelDns">DNS</a>lookup under the new name.</li>
<li>A <strong>TXT record</strong> is a text record that contains certain information that will be read by querying servers. These can carry useful data for the<a href="http://docs.cpanel.net/twiki/bin/view/AllDocumentation/CpanelDocs/CPanelGlossary#CpanelSpf">SPF</a> or <a href="http://docs.cpanel.net/twiki/bin/view/AllDocumentation/CpanelDocs/CPanelGlossary#CpanelDomainKeys">DomainKeys</a> email authentication systems.</li>
</ul>
</li>
<li>Type in the <em>Address</em> of the record.</li>
<li>Click <em>Add A Record</em>.</li>
</ol>
<p>&nbsp;</p>
<h2><a name="Edit a record"></a>Edit a record</h2>
<p>To edit a record:</p>
<ol>
<li>Click <em>Edit</em> next to the record you wish to edit.</li>
<li>Change the <em>Name</em>, <em>TTL</em>, <em>Type</em>, or <em>Address</em> as needed.</li>
<li>Click <em>Edit Record</em> to save your changes.</li>
</ol>
<p>&nbsp;</p>
<h2><a name="Delete a record"></a>Delete a record</h2>
<p>To delete a record:</p>
<ol>
<li>Click <em>Delete</em> next to the record you wish to remove.</li>
<li>Click <em>Delete</em> to confirm that the record should be deleted.</li>
</ol>
<p>&nbsp;</p>
</div>
</div>
<p><a name="topic-actions"></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.rightech.co.uk/cpanel-user-guides/advanced-dns-zone-editor/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Simple DNS Zone Editor</title>
		<link>http://www.rightech.co.uk/services/simple-dns-zone-editor</link>
		<comments>http://www.rightech.co.uk/services/simple-dns-zone-editor#comments</comments>
		<pubDate>Mon, 17 Oct 2011 13:20:21 +0000</pubDate>
		<dc:creator>rightec</dc:creator>
				<category><![CDATA[Services]]></category>

		<guid isPermaLink="false">http://www.rightech.co.uk/?p=486</guid>
		<description><![CDATA[DNS is the component of the Internet which converts human-readable domain names (such as example.com) into computer-readable IP addresses (such as 192.0.32.10). It does this according to DNS zone files that reside on your server and tie domain names to IP addresses. There are several different types of records in a domain&#8217;s zone file. This feature allows you to create [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://docs.cpanel.net/twiki/bin/view/AllDocumentation/CpanelDocs/CPanelGlossary#CpanelDns">DNS</a> is the component of the Internet which converts human-readable domain names (such as <code>example.com</code>) into computer-readable IP addresses (such as <code>192.0.32.10</code>). It does this according to <a href="http://docs.cpanel.net/twiki/bin/view/AllDocumentation/CpanelDocs/CPanelGlossary#CpanelDns">DNS</a> zone files that reside on your server and tie domain names to IP addresses.</p>
<p>There are several different types of records in a domain&#8217;s zone file. This feature allows you to create and delete A and CNAME records.</p>
<p><img src="http://docs.cpanel.net/twiki/pub/TWiki/TWikiDocGraphics/note.gif" alt="note" width="16" height="16" align="top" border="0" /> <strong>Note:</strong> You cannot set a record&#8217;s time to live (TTL) using this interface. cPanel will use the TTL specified by your web host.</p>
<p>&nbsp;</p>
<h2><a name="Add an A record"></a>Add an A record</h2>
<p>An <strong>A record</strong> is the <a href="http://docs.cpanel.net/twiki/bin/view/AllDocumentation/CpanelDocs/CPanelGlossary#CpanelDns">DNS</a> record that is responsible for mapping hostnames to IP addresses. The A record is essential because it allows <a href="http://docs.cpanel.net/twiki/bin/view/AllDocumentation/CpanelDocs/CPanelGlossary#CpanelDns">DNS</a> servers to identify and locate your website and its various services on the Internet. Without an A record, your visitors will not be able to access your website,<a href="http://docs.cpanel.net/twiki/bin/view/AllDocumentation/CpanelDocs/CPanelGlossary#CpanelFtp">FTP</a> servers, or email accounts.</p>
<p>To add an A record:</p>
<ol>
<li>Select a domain from the drop-down menu.</li>
<li>Type in the <em>Name</em> and <em>Address</em> of the A record.</li>
<li>Click <em>Add A Record</em>.</li>
</ol>
<p><img title="PICK" src="http://docs.cpanel.net/twiki/pub/TWiki/TWikiDocGraphics/starred.gif" alt="PICK" width="16" height="16" border="0" /> <strong>Remember:</strong> cPanel will have configured your <a href="http://docs.cpanel.net/twiki/bin/view/AllDocumentation/CpanelDocs/CPanelGlossary#CpanelDns">DNS</a> records so that visitors will be able to resolve your website and its services (<a href="http://docs.cpanel.net/twiki/bin/view/AllDocumentation/CpanelDocs/CPanelGlossary#CpanelFtp">FTP</a>, Email, etc.). A records should only be added when you add a service that is not provided by cPanel or your web host.</p>
<p>&nbsp;</p>
<h2><a name="Add a CNAME record"></a>Add a CNAME record</h2>
<p><strong>CNAME record</strong> stands for &#8220;canonical name record.&#8221; This record creates an alias, allowing a querying server to continue the <a href="http://docs.cpanel.net/twiki/bin/view/AllDocumentation/CpanelDocs/CPanelGlossary#CpanelDns">DNS</a> lookup under the new name.</p>
<p>To add a CNAME record:</p>
<ol>
<li>Select a domain from the drop-down menu.</li>
<li>Type in the <em>Name</em> and <em>CNAME</em> of the CNAME record.</li>
<li>Click <em>Add CNAME Record</em>.</li>
</ol>
<p>&nbsp;</p>
<h2><a name="Delete a record"></a>Delete a record</h2>
<p>To delete an A or CNAME record:</p>
<ol>
<li>Click <em>Delete</em> next to the record you wish to remove.</li>
<li>Click <em>Delete</em> to confirm that the record should be deleted.</li>
</ol>
]]></content:encoded>
			<wfw:commentRss>http://www.rightech.co.uk/services/simple-dns-zone-editor/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Redirects</title>
		<link>http://www.rightech.co.uk/cpanel-user-guides/redirects</link>
		<comments>http://www.rightech.co.uk/cpanel-user-guides/redirects#comments</comments>
		<pubDate>Mon, 17 Oct 2011 13:17:01 +0000</pubDate>
		<dc:creator>rightec</dc:creator>
				<category><![CDATA[cPanel User Guides]]></category>

		<guid isPermaLink="false">http://www.rightech.co.uk/?p=480</guid>
		<description><![CDATA[This feature allows for the redirection of users visiting a particular page. This can be useful when redirecting a short URL to a necessarily long URL. &#160; Create a Redirect To add a redirect: Use the pull-down menu to select the type of redirection needed—temporary or permanent. The Temporary 302 setting will not update the visitor’s bookmarks. The Permanent 301 setting will [...]]]></description>
			<content:encoded><![CDATA[<p>This feature allows for the redirection of users visiting a particular page. This can be useful when redirecting a short URL to a necessarily long URL.</p>
<p>&nbsp;</p>
<h2>Create a Redirect</h2>
<p>To add a redirect:</p>
<ol>
<li>Use the pull-down menu to select the type of redirection needed—temporary or permanent.
<ul>
<li>The<em> Temporary 302</em> setting will not update the visitor’s bookmarks.</li>
<li>The <em>Permanent 301 </em>setting will notify the visitor’s browser to update its records.</li>
</ul>
</li>
<li>Enter the <a href="http://docs.cpanel.net/twiki/bin/view/AllDocumentation/CpanelDocs/CPanelGlossary#CpanelUrl">URL</a> you would like to redirect, using the pull-down menu and corresponding text box.
<ul>
<li>You may use the <em>All Public Domains</em> option to redirect all domains controlled by your cPanel accounts.</li>
</ul>
</li>
<li>In the <em>redirects to</em> field, enter the <a href="http://docs.cpanel.net/twiki/bin/view/AllDocumentation/CpanelDocs/CPanelGlossary#CpanelUrl">URL</a> to which you would like to redirect users.
<ul>
<li>You must specify a protocol in this field, such as <code>http://</code>, <code>https://</code>, or <code>ftp://</code>.</li>
</ul>
</li>
<li>Select whether to redirect with or without <code>www.</code> preceding the <a href="http://docs.cpanel.net/twiki/bin/view/AllDocumentation/CpanelDocs/CPanelGlossary#CpanelUrl">URL</a>, using the following options:
<ul>
<li>When you select <em>Only redirect with www</em>, only users who type <code>www</code> in front of the page name will be redirected.</li>
<li>When you select <em>Redirect with or without www.</em>, you will redirect all users regardless of whether the <code>www.</code> prefix is included with the <a href="http://docs.cpanel.net/twiki/bin/view/AllDocumentation/CpanelDocs/CPanelGlossary#CpanelUrl">URL</a>.</li>
<li>When you select <em>Do Not <a href="http://docs.cpanel.net/twiki/bin/view/AllDocumentation/CpanelDocs/CPanelGlossary#CpanelRedirect">Redirect</a> www.</em>, users who type <code>www.</code> with the <a href="http://docs.cpanel.net/twiki/bin/view/AllDocumentation/CpanelDocs/CPanelGlossary#CpanelUrl">URL</a> will not be redirected.</li>
</ul>
</li>
<li>Click the <em>Wild Card Redirect</em> box if you wish to redirect all files within a directory to the same filename in the new directory.
<ul>
<li>Example: When wild card redirects are active, if <code>example1.com</code> redirects to <code>example.com</code>, then a visitor trying to access<code>example1.com/pic.jpg</code> will be redirected to <code>example.com/pic.jpg</code>.</li>
</ul>
</li>
<li>Click <em>Add</em>.
<ul>
<li>You may test the redirect by clicking the link under <em>Directory</em> in the <em>Current Redirects</em> table. This will take you to the original domain, which should be redirected, if it is properly configured.</li>
</ul>
</li>
</ol>
<p>&nbsp;</p>
<p><img title="PICK" src="http://docs.cpanel.net/twiki/pub/TWiki/TWikiDocGraphics/starred.gif" alt="PICK" width="16" height="16" border="0" /> <strong>Important:</strong> You cannot edit a redirect using this screen. If you wish to modify a redirect, you will need to delete and then recreate it.</p>
<p>&nbsp;</p>
<h2><a name="Remove a Redirect"></a>Remove a Redirect</h2>
<p>To remove an existing redirect:</p>
<ol>
<li>Click the <img src="http://docs.cpanel.net/twiki/pub/AllDocumentation/CpanelDocs/ReDirects/Circle_X_button.gif" alt="Circle_X_button.gif" width="18" height="18" /> button corresponding to the redirect you would like to remove.</li>
<li>Confirm that you would like to remove the redirect by clicking <em>Yes</em>.
<ul>
<li>To keep the redirect, click <em>No</em>.</li>
</ul>
</li>
</ol>
<p>&nbsp;</p>
<h2><a name="Search Existing Redirects"></a>Search Existing Redirects</h2>
<p>You may also search through existing redirects:</p>
<ol>
<li>Enter the search criteria into the <em>Search</em> field.</li>
<li>Click <em>Go</em>.</li>
</ol>
<p>Results matching your search criteria will populate the list. You may sort the list of redirects by clicking on any heading. The redirects will be sorted according to the attribute you clicked (for example, <em>Directory</em> or <em>Type</em>).</p>
<p>&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.rightech.co.uk/cpanel-user-guides/redirects/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Parked Domains</title>
		<link>http://www.rightech.co.uk/services/parked-domains</link>
		<comments>http://www.rightech.co.uk/services/parked-domains#comments</comments>
		<pubDate>Mon, 17 Oct 2011 13:12:12 +0000</pubDate>
		<dc:creator>rightec</dc:creator>
				<category><![CDATA[Services]]></category>

		<guid isPermaLink="false">http://www.rightech.co.uk/?p=472</guid>
		<description><![CDATA[Parked domains are domains that you own that do not contain any content. Parked domains do not have any email address or web pages associated with them. Most commonly, parked domains are used to hold a domain that is for sale or redirect traffic to another domain. Create a Parked Domain To add a parked [...]]]></description>
			<content:encoded><![CDATA[<p>Parked domains are domains that you own that do not contain any content. Parked domains do not have any email address or web pages associated with them.</p>
<p>Most commonly, parked domains are used to hold a domain that is for sale or redirect traffic to another domain.</p>
<div>
<div>
<h2>Create a Parked Domain</h2>
<p>To add a parked domain:</p>
<ol>
<li>Enter the domain you wish to park in the available text field.</li>
<li>Click <em>Add Domain</em></li>
</ol>
<p>To open the parked domain’s home directory with the File Manager:</p>
<ul>
<li>Click the link under<em> Document Root</em> that corresponds to the parked domain you would like to view in the File Manager.</li>
</ul>
<p>&nbsp;</p>
<h2><a name="Enable or Disable Parked Domain"></a>Enable or Disable Parked Domain Redirection</h2>
<p>To enable or disable redirection of a parked domain:</p>
<ol>
<li>Click the <em>Manage Redirection</em> link corresponding to the parked domain you wish to manage.</li>
<li>If you want to redirect the domain, enter the link you would like to redirect the parked domain to in the available text field.</li>
<li>Click <em>Save</em>.
<ul>
<li>To disable the redirect, click <em>Disable Redirection</em>.</li>
</ul>
</li>
</ol>
<p>&nbsp;</p>
<h2><a name="Remove a Parked Domain"></a>Remove a Parked Domain</h2>
<p>To remove an existing parked domain:</p>
<ol>
<li>Click the <em>Remove</em> link corresponding to the parked domain you would like to remove.</li>
<li>Confirm that you would like to remove the parked domain by clicking <em>Yes</em>.
<ul>
<li>To keep the parked domain, click <em>No</em>.</li>
</ul>
</li>
</ol>
<p>&nbsp;</p>
<h2><a name="Search Parked Domains"></a>Search Parked Domains</h2>
<p>You may also search through existing parked domains:</p>
<ol>
<li>Enter the search criteria into the <em>Search</em> field.</li>
<li>Click <em>Go</em>.</li>
</ol>
<p>Results matching your search criteria will populate the list.</p>
<p>&nbsp;</p>
<h2><a name="Addon vs. Parked Domains"></a>Addon vs. Parked Domains</h2>
<p>&nbsp;</p>
<table id="table1" border="1" rules="rows" cellspacing="0" cellpadding="0">
<tbody>
<tr>
<td valign="top" bgcolor="#ffffff"></td>
<th valign="top" bgcolor="#687684"><span style="color: #ffffff;">Addon <a href="http://docs.cpanel.net/twiki/bin/view/AllDocumentation/CpanelDocs/CPanelGlossary#CpanelDomain">Domains</a></span></th>
<th valign="top" bgcolor="#687684"><span style="color: #ffffff;">Parked <a href="http://docs.cpanel.net/twiki/bin/view/AllDocumentation/CpanelDocs/CPanelGlossary#CpanelDomain">Domains</a></span></th>
</tr>
<tr>
<td valign="top" bgcolor="#edf4f9">Main domain appears in the address bar</td>
<td valign="top" bgcolor="#edf4f9">Yes</td>
<td valign="top" bgcolor="#edf4f9">No</td>
</tr>
<tr>
<td valign="top" bgcolor="#ffffff"><a href="http://docs.cpanel.net/twiki/bin/view/AllDocumentation/CpanelDocs/CPanelGlossary#CpanelApache">Apache</a> directive used</td>
<td valign="top" bgcolor="#ffffff">VirtualHost</td>
<td valign="top" bgcolor="#ffffff">ServerAlias</td>
</tr>
<tr>
<td valign="top" bgcolor="#edf4f9">Separate logs</td>
<td valign="top" bgcolor="#edf4f9">Yes</td>
<td valign="top" bgcolor="#edf4f9">No</td>
</tr>
<tr>
<td valign="top" bgcolor="#ffffff">Separate stats</td>
<td valign="top" bgcolor="#ffffff">Yes</td>
<td valign="top" bgcolor="#ffffff">No</td>
</tr>
<tr>
<td valign="top" bgcolor="#edf4f9">Treated as a subdomain (other than <a href="http://docs.cpanel.net/twiki/bin/view/AllDocumentation/CpanelDocs/CPanelGlossary#CpanelUrl">URL</a>)</td>
<td valign="top" bgcolor="#edf4f9">Yes</td>
<td valign="top" bgcolor="#edf4f9">No</td>
</tr>
<tr>
<td valign="top" bgcolor="#ffffff">Ideal for multiple domains sharing the same address</td>
<td valign="top" bgcolor="#ffffff">No</td>
<td valign="top" bgcolor="#ffffff">Yes</td>
</tr>
</tbody>
</table>
<p>&nbsp;</p>
</div>
</div>
<p><a name="topic-actions"></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.rightech.co.uk/services/parked-domains/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Addon Domains</title>
		<link>http://www.rightech.co.uk/services/addon-domains</link>
		<comments>http://www.rightech.co.uk/services/addon-domains#comments</comments>
		<pubDate>Mon, 17 Oct 2011 13:09:08 +0000</pubDate>
		<dc:creator>rightec</dc:creator>
				<category><![CDATA[Services]]></category>

		<guid isPermaLink="false">http://www.rightech.co.uk/?p=468</guid>
		<description><![CDATA[Create an Addon Domain To add an addon domain: Enter the domain for the new addon domain into the New Domain Name field. Enter the main FTP username for the addon domain in the Subdomain/Ftp Username field. In the Document Root field, enter the directory that will contain the addon domain’s files. Enter the password for the addon domain into the Password field. Make sure [...]]]></description>
			<content:encoded><![CDATA[<h2>Create an Addon Domain</h2>
<p>To add an addon domain:</p>
<ol>
<li>Enter the domain for the new addon domain into the<em> New Domain Name</em> field.</li>
<li>Enter the main FTP username for the addon domain in the <em>Subdomain/Ftp Username</em> field.</li>
<li>In the <em>Document Root</em> field, enter the directory that will contain the addon domain’s files.</li>
<li>Enter the password for the addon domain into the <em>Password</em> field.
<ul>
<li>Make sure you use a secure password.</li>
<li>You can have cPanel generate a secure pasword for you using the <em>Generate Password</em> feature.</li>
</ul>
</li>
<li>Confirm the password in the <em>Password (Again)</em> field.</li>
<li>Click <em>Add Domain</em></li>
<li>To add files to the addon domain’s home directory, click the File Manager link.
<ul>
<li><img src="http://docs.cpanel.net/twiki/pub/TWiki/TWikiDocGraphics/note.gif" alt="note" width="16" height="16" align="top" border="0" /> <strong>Note:</strong> You can also access this addon domain’s home directory in the File Manager by clicking the link under <em>Document Root</em>.</li>
</ul>
</li>
</ol>
<p>&nbsp;</p>
<h2><a name="Enable or Disable Addon Domain R"></a>Enable or Disable Addon Domain Redirection</h2>
<p>To disable or enable redirection of an addon domain:</p>
<ol>
<li>Click the <em>Manage Redirection </em>link corresponding to the addon domain you wish to manage.</li>
<li>If you wish to redirect the domain, enter the link you would like to redirect the addon domain to in the available text field.</li>
<li>Click <em>Save</em>.
<ul>
<li>To disable the redirect, click <em>Disable Redirection</em>.</li>
</ul>
</li>
</ol>
<p>&nbsp;</p>
<h2><a name="Remove an Addon Domain"></a>Remove an Addon Domain</h2>
<p>To remove an existing addon domain:</p>
<ol>
<li>Click the <em>Remove</em> link corresponding to the addon domain you would like to remove.</li>
<li>Confirm that you would like to remove the addon domain by clicking <em>Yes</em>.</li>
<li>To keep the addon domain, click <em>No</em>.</li>
</ol>
<p>&nbsp;</p>
<h2><a name="Search Addon Domains"></a>Search Addon Domains</h2>
<p>You may also search through existing domains:</p>
<ol>
<li>Enter the search criteria into the <em>Search</em> field.</li>
<li>Click <em>Go</em>.</li>
</ol>
<p>Results matching your search criteria will populate the list.</p>
<p>&nbsp;</p>
<h2><a name="Addon vs. Parked Domains"></a>Addon vs. Parked Domains</h2>
<p>&nbsp;</p>
<table id="table1" border="1" rules="rows" cellspacing="0" cellpadding="0">
<tbody>
<tr>
<td valign="top" bgcolor="#ffffff"></td>
<th valign="top" bgcolor="#687684"><span style="color: #ffffff;">Addon <a href="http://docs.cpanel.net/twiki/bin/view/AllDocumentation/CpanelDocs/CPanelGlossary#CpanelDomain">Domains</a></span></th>
<th valign="top" bgcolor="#687684"><span style="color: #ffffff;">Parked <a href="http://docs.cpanel.net/twiki/bin/view/AllDocumentation/CpanelDocs/CPanelGlossary#CpanelDomain">Domains</a></span></th>
</tr>
<tr>
<td valign="top" bgcolor="#edf4f9">Main domain appears in the address bar</td>
<td valign="top" bgcolor="#edf4f9">Yes</td>
<td valign="top" bgcolor="#edf4f9">No</td>
</tr>
<tr>
<td valign="top" bgcolor="#ffffff"><a href="http://docs.cpanel.net/twiki/bin/view/AllDocumentation/CpanelDocs/CPanelGlossary#CpanelApache">Apache</a> directive used</td>
<td valign="top" bgcolor="#ffffff">VirtualHost</td>
<td valign="top" bgcolor="#ffffff">ServerAlias</td>
</tr>
<tr>
<td valign="top" bgcolor="#edf4f9">Separate logs</td>
<td valign="top" bgcolor="#edf4f9">Yes</td>
<td valign="top" bgcolor="#edf4f9">No</td>
</tr>
<tr>
<td valign="top" bgcolor="#ffffff">Separate stats</td>
<td valign="top" bgcolor="#ffffff">Yes</td>
<td valign="top" bgcolor="#ffffff">No</td>
</tr>
<tr>
<td valign="top" bgcolor="#edf4f9">Treated as a subdomain (other than <a href="http://docs.cpanel.net/twiki/bin/view/AllDocumentation/CpanelDocs/CPanelGlossary#CpanelUrl">URL</a>)</td>
<td valign="top" bgcolor="#edf4f9">Yes</td>
<td valign="top" bgcolor="#edf4f9">No</td>
</tr>
<tr>
<td valign="top" bgcolor="#ffffff">Ideal for multiple domains sharing the same address</td>
<td valign="top" bgcolor="#ffffff">No</td>
<td valign="top" bgcolor="#ffffff">Yes</td>
</tr>
</tbody>
</table>
]]></content:encoded>
			<wfw:commentRss>http://www.rightech.co.uk/services/addon-domains/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Subdomains</title>
		<link>http://www.rightech.co.uk/services/subdomains</link>
		<comments>http://www.rightech.co.uk/services/subdomains#comments</comments>
		<pubDate>Mon, 17 Oct 2011 13:03:09 +0000</pubDate>
		<dc:creator>rightec</dc:creator>
				<category><![CDATA[Services]]></category>

		<guid isPermaLink="false">http://www.rightech.co.uk/?p=463</guid>
		<description><![CDATA[A subdomain is a subsection of your website that exists as a subdirectory in your public_html folder. Subdomains use a prefix in conjunction with the domain name. For example, if the registered domain name was example.com, the subdomain will be prefix.example.com. It is important to remember that it takes time for the subdomain to become recognized by other computers [...]]]></description>
			<content:encoded><![CDATA[<p>A subdomain is a subsection of your website that exists as a subdirectory in your <code>public_html</code> folder. Subdomains use a prefix in conjunction with the domain name. For example, if the registered domain name was <code>example.com</code>, the subdomain will be <code>prefix.example.com</code>.</p>
<p>It is important to remember that it takes time for the subdomain to become recognized by other computers on the web. Visitors will not be able to view your subdomain immediately; the process takes anywhere from 2 days to a week.</p>
<p>Subdomains can be useful for creating unique user accounts for “vanity domains.” This is helpful if, for example, you have a blog, or any other type of website that uses a domain specifically titled for a user.</p>
<p>&nbsp;</p>
<div>
<div>
<h2>Add a Subdomain</h2>
<p>To create a subdomain:</p>
<ol>
<li>Enter the desired prefix in the <em>Subdomain</em> field.</li>
<li>Select the desired main domain from the pull-down menu.</li>
<li>Enter the home directory for the subdomain into the <em>Document Root</em> field.
<ul>
<li>This directory will be where files pertaining to the subdomain will be placed.</li>
</ul>
</li>
<li>Click <em>Create</em>.</li>
</ol>
<p>To open the subdomain’s main directory with the File Manager:</p>
<ul>
<li>Click the link under <em>Document Root </em>that corresponds to the subdomain you would like to view in the <em>File Manager</em>.</li>
</ul>
<p>&nbsp;</p>
<h2><a name="Enable or Disable Subdomain Redi"></a>Enable or Disable Subdomain Redirection</h2>
<p>To enable or disable redirection of a subdomain:</p>
<ol>
<li>Click the <em>Manage Redirection</em> link corresponding to the subdomain you wish to manage. cPanel displays a new screen.</li>
<li>If you wish to redirect the subdomain, enter the link you would like to redirect the subdomain to in the available text field.</li>
<li>Click <em>Save</em>.</li>
<li>To disable the redirect, click <em>Disable Redirection</em>.</li>
</ol>
<p>&nbsp;</p>
<h2><a name="Remove a Subdomain"></a>Remove a Subdomain</h2>
<p>To remove an existing subdomain:</p>
<ol>
<li>Click the <em>Remove</em> link corresponding to the subdomain you would like to remove. cPanel displays a new screen.</li>
<li>Confirm that you would like to remove the subdomain by clicking <em>Yes</em>.</li>
<li>To keep the subdomain, click <em>No</em>.</li>
</ol>
<p>&nbsp;</p>
<h2><a name="Search Subdomains"></a>Search Subdomains</h2>
<p>You may also search through existing domains:</p>
<ol>
<li>Enter the search criteria into the <em>Search</em> field.</li>
<li>Click <em>Go</em>.</li>
</ol>
<p>Results matching your search criteria will populate the list.</p>
<p>&nbsp;</p>
</div>
</div>
<p><a name="topic-actions"></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.rightech.co.uk/services/subdomains/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Domains</title>
		<link>http://www.rightech.co.uk/cpanel-user-guides/domains</link>
		<comments>http://www.rightech.co.uk/cpanel-user-guides/domains#comments</comments>
		<pubDate>Mon, 17 Oct 2011 12:57:41 +0000</pubDate>
		<dc:creator>rightec</dc:creator>
				<category><![CDATA[cPanel User Guides]]></category>

		<guid isPermaLink="false">http://www.rightech.co.uk/?p=458</guid>
		<description><![CDATA[The following documents describe the features located in the cPanel Domains box. Subdomains — This area of cPanel allows you to create and manage subdomains. Subdomains prefix to your domain name and point to a subdirectory within your public_html folder. Addon Domains — These features pertain to Addon domains. Some hosts do not allow cPanel users to have addon domains. Parked [...]]]></description>
			<content:encoded><![CDATA[<p>The following documents describe the features located in the cPanel <em>Domains</em> box.</p>
<ul>
<li><a href="http://www.rightech.co.uk/services/subdomains">Subdomains</a> — This area of cPanel allows you to create and manage subdomains. Subdomains prefix to your domain name and point to a subdirectory within your <code>public_html</code> folder.</li>
</ul>
<ul>
<li><a href="http://www.rightech.co.uk/services/addon-domains">Addon Domains</a> — These features pertain to Addon domains. Some hosts do not allow cPanel users to have addon domains.</li>
</ul>
<ul>
<li><a href="http://www.rightech.co.uk/services/parked-domains">Parked Domains</a> — This area of cPanel allows you to create and manage parked domains. Parked domains function as pointing devices.</li>
</ul>
<ul>
<li><a href="http://www.rightech.co.uk/cpanel-user-guides/redirects">Redirects</a> — These features allow you to create and manage domain redirection.</li>
</ul>
<ul>
<li><a href="http://www.rightech.co.uk/services/simple-dns-zone-editor">Simple DNS Zone Editor</a> — This screen lets you add and remove A and CNAME <a href="http://docs.cpanel.net/twiki/bin/view/AllDocumentation/CpanelDocs/CPanelGlossary#CpanelDns">DNS</a> records.</li>
</ul>
<ul>
<li><a href="http://www.rightech.co.uk/cpanel-user-guides/advanced-dns-zone-editor">Advanced DNS Zone Editor</a> — This screen lets you add, edit, and remove A, CNAME, and TXT <a href="http://docs.cpanel.net/twiki/bin/view/AllDocumentation/CpanelDocs/CPanelGlossary#CpanelDns">DNS</a> records.</li>
</ul>
<p>&nbsp;</p>
<p>&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.rightech.co.uk/cpanel-user-guides/domains/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Webmail</title>
		<link>http://www.rightech.co.uk/cpanel-user-guides/webmail</link>
		<comments>http://www.rightech.co.uk/cpanel-user-guides/webmail#comments</comments>
		<pubDate>Mon, 17 Oct 2011 12:12:59 +0000</pubDate>
		<dc:creator>rightec</dc:creator>
				<category><![CDATA[cPanel User Guides]]></category>

		<guid isPermaLink="false">http://www.rightech.co.uk/?p=443</guid>
		<description><![CDATA[Any application which allows you to access your email through a web browser. The main advantage to webmail is the ability to access your email account from any computer connected to the Internet without having to install or configure a specific mail program. To use webmail. open your browser  and type in &#8216;webmail.domainname.com&#8217;   then [...]]]></description>
			<content:encoded><![CDATA[<p>Any application which allows you to access your email through a web browser. The main advantage to webmail is the ability to access your email account from any computer connected to the Internet without having to install or configure a specific mail program.</p>
<p>To use webmail. open your browser  and type in &#8216;webmail.domainname.com&#8217;   then enter  the domain name email address and password.</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.rightech.co.uk/cpanel-user-guides/webmail/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Using the Password Generator</title>
		<link>http://www.rightech.co.uk/cpanel-user-guides/using-the-password-generator</link>
		<comments>http://www.rightech.co.uk/cpanel-user-guides/using-the-password-generator#comments</comments>
		<pubDate>Mon, 17 Oct 2011 11:59:24 +0000</pubDate>
		<dc:creator>rightec</dc:creator>
				<category><![CDATA[cPanel User Guides]]></category>

		<guid isPermaLink="false">http://www.rightech.co.uk/?p=440</guid>
		<description><![CDATA[cPanel provides a helpful tool for generating secure passwords that are difficult for malicious users to guess. You can use the Password Generatoranywhere the button is available. The Password Generator &#160; When the Password Generator button is clicked, the new password will appear in the text box within the pop-up window. If the password in the text box [...]]]></description>
			<content:encoded><![CDATA[<p>cPanel provides a helpful tool for generating secure passwords that are difficult for malicious users to guess. You can use the <em>Password Generator</em>anywhere the button is available.</p>
<p align="center"><img src="http://twiki.cpanel.net/twiki/pub/AllDocumentation/CpanelDocs/PasswordGenerator/pwgen.png" alt="pwgen.png" /></p>
<p align="center"><em>The Password Generator</em></p>
<p>&nbsp;</p>
<p align="left">When the<em> Password Generator </em>button is clicked, the new password will appear in the text box within the pop-up window. If the password in the text box is not suitable, you can click <em>Generate Password</em> as many times as you like, until you are satisfied with the password.</p>
<p>To dictate the contents of the new password:</p>
<ol>
<li>Click <em>Advanced Options</em>.</li>
<li>Click the checkboxes to include or leave out uppercase letters, lowercase letters, numbers, or symbols. You can specify the length of the password in the <em>Length</em> text box.</li>
<li>Click the checkbox at the bottom of the pop-up window if you have copied the password in a safe place.</li>
<li>Click <em>Use Password</em> to use the password you have just generated.
<ul>
<li>To close the <em>Password Generator</em> without using the password displayed, click <em>Cancel</em> or the <em>X</em> in the upper left corner of the window.</li>
</ul>
</li>
</ol>
]]></content:encoded>
			<wfw:commentRss>http://www.rightech.co.uk/cpanel-user-guides/using-the-password-generator/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Email Accounts</title>
		<link>http://www.rightech.co.uk/cpanel-user-guides/email-accounts</link>
		<comments>http://www.rightech.co.uk/cpanel-user-guides/email-accounts#comments</comments>
		<pubDate>Mon, 17 Oct 2011 11:30:01 +0000</pubDate>
		<dc:creator>rightec</dc:creator>
				<category><![CDATA[cPanel User Guides]]></category>

		<guid isPermaLink="false">http://www.rightech.co.uk/?p=434</guid>
		<description><![CDATA[This set of features allows you to add and manage email accounts associated with your domain. &#160; Add an Email Address To add a new email address: Type the email address to be created in the Email field. If you manage more than one domain, make sure to select the appropriate domain from the pull-down menu. Type [...]]]></description>
			<content:encoded><![CDATA[<p>This set of features allows you to add and manage email accounts associated with your domain.</p>
<p>&nbsp;</p>
<div id="patternWrapper">
<div id="patternOuter">
<div id="patternFloatWrap">
<div id="patternMain">
<div id="patternMainContents">
<div>
<div>
<h2>Add an Email Address</h2>
<p>To add a new email address:</p>
<ol>
<li>Type the email address to be created in the <em>Email</em> field.
<ul>
<li>If you manage more than one domain, make sure to select the appropriate domain from the pull-down menu.</li>
</ul>
</li>
<li>Type the password in the <em>Password</em> field.</li>
<li>Retype the password in the <em>Password (again)</em> field.
<ul>
<li>You can click the <em>Password Generator</em> link to have a strong password generated for you. For more information, read our <a href="http://www.rightech.co.uk/services/using-the-password-generator">Password Generator</a> documentation.</li>
</ul>
</li>
<li>Type the quota in the <em>Mailbox Quota</em> field.
<ul>
<li>The quota defines how much hard drive space the account will be allowed to use.</li>
<li><img title="PICK" src="http://docs.cpanel.net/twiki/pub/TWiki/TWikiDocGraphics/starred.gif" alt="PICK" width="16" height="16" border="0" /> <strong>Important:</strong> Due to mail server constraints, quotas cannot be greater than 2048 MB. Quotas exceeding this amount must be<em>unlimited</em>.</li>
</ul>
</li>
<li>Click <em>Create Account</em>.</li>
</ol>
<p>Existing addresses are displayed in a table. Using this table, it is possible to:</p>
<ul>
<li>See how much disk space the account uses.</li>
<li>Change a password.</li>
<li>Change a quota limit.</li>
<li>Delete an email address.</li>
<li>Access an account through <a href="http://www.rightech.co.uk/cpanel-user-guides/webmail ">webmail</a>.</li>
<li>Configure a mail client.</li>
</ul>
<p>&nbsp;</p>
<h2><a name="Change the Password"></a>Change the Password</h2>
<p>A secure password is one that contains no dictionary words and includes upper- and lower-case letters, numbers, and symbols.</p>
<p>To change the password:</p>
<ol>
<li>Click <em>Change Password</em> next to the appropriate email account.</li>
<li>Type your new password into the <em>Password</em> box.</li>
<li>Confirm your new password in the <em>Password (again)</em> box.
<ul>
<li>You can click the <em>Password Generator</em> link to have a strong password generated for you. For more information, read our <a href="http://www.rightech.co.uk/cpanel-user-guides/using-the-password-generator">Password Generator</a> documentation.</li>
</ul>
</li>
<li>Click <em>Change Password</em> to store the new password.
<ul>
<li>If you do not wish to change the password, click <em>cancel</em>.</li>
</ul>
</li>
</ol>
<p>&nbsp;</p>
<h2><a name="Change the Quota Limit"></a>Change the Quota Limit</h2>
<p>The quota limit for an address defines the amount of mail (in Megabytes) that can be stored to its mailbox. Once this limit is exceeded, any incoming mail will be returned to the sender with a message stating that the recipient’s mailbox is full.</p>
<p>When the quota is reached, new incoming messages will be stored on the server for a 48-hour period before being deleted. They will <strong>not</strong> be delivered to your inbox until you delete old emails.</p>
<p>Since a full quota will prevent you from receiving mail, it is important to keep track of quota usage.</p>
<p><img src="http://docs.cpanel.net/twiki/pub/TWiki/TWikiDocGraphics/note.gif" alt="note" width="16" height="16" align="top" border="0" /> <strong>Note:</strong> Your mailbox&#8217;s trash folder is not included in the quota limit calculation.</p>
<p><img src="http://docs.cpanel.net/twiki/pub/TWiki/TWikiDocGraphics/note.gif" alt="note" width="16" height="16" align="top" border="0" /> <strong>Note:</strong> You will not be able to exceed the quota set by your web host. Also, due to mail server constraints, you cannot set a quota greater than 2048 MB. Quotas exceeding this amount must be <em>unlimited</em>.</p>
<p>To change a mail quota:</p>
<ol>
<li>Click <em>Change Quota</em>.</li>
<li>Type the new email quota (in Megabytes) into the appropriate field. For an unlimited account, click <em>unlimited</em>.</li>
<li>Click <em>Change Quota</em> to store the new value.
<ul>
<li>If you do not wish to change the quota, click <em>cancel</em>.</li>
</ul>
</li>
</ol>
<p>&nbsp;</p>
<h2><a name="Delete an Email Address"></a>Delete an Email Address</h2>
<p>To delete an email address:</p>
<ol>
<li>Click the <em>Delete</em> link corresponding to the account you wish to remove.</li>
<li>Confirm that you wish to delete the address by clicking <em>Delete</em>.
<ul>
<li>If you wish to keep the email address, click <em>cancel</em>.</li>
</ul>
</li>
</ol>
<p>&nbsp;</p>
<h2><a name="Configure an Email Client"></a>Configure an Email Client</h2>
<p>This feature will automatically configure your email client to access your cPanel email address(es). An email client allows you to access your email account from an application on your computer. Outlook® Express and Apple® Mail are examples of email clients. To access this feature, click the<em>More</em> button corresponding to the appropriate email account.</p>
<p><img src="http://docs.cpanel.net/twiki/pub/TWiki/TWikiDocGraphics/note.gif" alt="note" width="16" height="16" align="top" border="0" /> <strong>Note:</strong> You must already have an email client installed on your computer in order to automatically configure it using cPanel.</p>
<p>To configure your mail client:</p>
<ol>
<li>Select and download the appropriate configuration file from the list.</li>
<li>Run the script file to automatically configure a mail client for the selected address.</li>
</ol>
<p>When completed properly, your email client should open automatically and log into your email account(s).</p>
<p><img src="http://docs.cpanel.net/twiki/pub/TWiki/TWikiDocGraphics/note.gif" alt="note" width="16" height="16" align="top" border="0" /> <strong>Note:</strong> If you wish to use an email client that is not listed in this interface, you will need to manually configure it. For more information on manually configuring an email client, review the documentation of the client you wish to use. Documentation can generally be found on the client&#8217;s website.</p>
<p>&nbsp;</p>
<h2><a name="Access Webmail"></a>Access Webmail</h2>
<p>This feature allows you to access an email account using a web browser. To access this feature:</p>
<p>&nbsp;</p>
<ol>
<li>Click the <em>More</em> button corresponding to the appropriate email account.</li>
<li>Select the <em>Access <a href="http://www.rightech.co.uk/cpanel-user-guides/webmail">Webmail</a></em> option from the resulting menu.</li>
<li>Enter the password in the appropriate field.</li>
<li>Click the <em>Log in</em> button.</li>
</ol>
<p>&nbsp;</p>
<h2><a name="Default Email Account"></a>Default Email Account</h2>
<p>Your default email address is listed under the <em>Default Email Account</em> heading. This is a special email account set up when your cPanel account is created by your web host. The account&#8217;s username and password are the same as your cPanel account name and password.</p>
<p>Depending upon your web host&#8217;s setup, this address may serve as a &#8220;catch-all&#8221; for all mail sent to invalid usernames in your domain. As such, it may receive a large amount of spam.</p>
<p>You can check and delete the mail received by this account. To do this via webmail, click <em>Access Webmail</em>.</p>
<p>The default address cannot be deleted or renamed, and it has no quota. It cannot be used for sending email. For this reason, we recommend creating an email account for daily use.</p>
<p>&nbsp;</p>
<h2><a name="BlackBerry® _FastMailService"></a>BlackBerry® FastMailService</h2>
<p>BlackBerry FastMail is a service that is available to cPanel 11.25 systems (and later) that use the Dovecot mail server. This service allows you to receive passive email updates on your BlackBerry device. This means that when you receive a new message in your inbox, your BlackBerry device will receive it almost simultaneously.</p>
<p>When FastMail is enabled, Dovecot and the server&#8217;s operating system are automatically configured to improve the performance of the IMAP IDLE command. The IMAP IDLE command is the method by which you receive passive email updates.</p>
<p><img src="http://docs.cpanel.net/twiki/pub/TWiki/TWikiDocGraphics/note.gif" alt="note" width="16" height="16" align="top" border="0" /> <strong>Note:</strong> If you configured your BlackBerry device before the release of BIS 2.6 or cPanel 11.25, you will need to complete the device setup again to realize the performance increase.</p>
<p>&nbsp;</p>
<h3><a name="Direct access to sent and spam m"></a>Direct access to sent and spam mail folders</h3>
<p>You can configure your mobile device to open mail from your sent folder (or spam folder) directly in your inbox. Simply configure the device to log into email using your email address, plus <code>/sent</code> or <code>/spam</code>, as the username (for example, <code>user@example.com/sent</code>).</p>
<p>&nbsp;</p>
<h3><a name="BlackBerry Level 3 Integration"></a>BlackBerry Level 3 Integration</h3>
<p>If Research in Motion (RIM) recognizes you as a Mail Service Provider (MSP), this server can answer subscription requests at the following URLs:</p>
<p>&nbsp;</p>
<ul>
<li><code>https://mail.example.com:2096/rim-bis/v1</code></li>
<li><code>https://webmail.example.com/rim-bis/v1</code></li>
</ul>
<p><img src="http://docs.cpanel.net/twiki/pub/TWiki/TWikiDocGraphics/note.gif" alt="note" width="16" height="16" align="top" border="0" /> <strong>Note:</strong> For security reasons, you can only access these URLs through a server that is currently running BIS.</p>
<p><img title="PICK" src="http://docs.cpanel.net/twiki/pub/TWiki/TWikiDocGraphics/starred.gif" alt="PICK" width="16" height="16" border="0" /> <strong>Remember:</strong> In the examples above, <code>example.com</code> is meant to stand for your domain.</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
</div>
</div>
<p><a name="topic-actions"></a></p>
</div>
</div>
</div>
</div>
</div>
<p>&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.rightech.co.uk/cpanel-user-guides/email-accounts/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

