<?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>Modelserv.net</title>
	<atom:link href="http://www.modelserve.net/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.modelserve.net</link>
	<description>Who is hosting you?</description>
	<lastBuildDate>Thu, 10 Nov 2011 19:29:41 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.1</generator>
		<item>
		<title>Unux Backups using Mac Terminal</title>
		<link>http://www.modelserve.net/tutorials/unux-backups-using-mac-terminal/</link>
		<comments>http://www.modelserve.net/tutorials/unux-backups-using-mac-terminal/#comments</comments>
		<pubDate>Thu, 10 Mar 2011 03:08:15 +0000</pubDate>
		<dc:creator>bolson67</dc:creator>
				<category><![CDATA[Tutorials]]></category>

		<guid isPermaLink="false">http://www.modelserve.net/?p=180</guid>
		<description><![CDATA[SSH &#8211; Create a backup of home directory su to root cd / tar -zcvf archive-home.tar.gz home mv archive-home.tar.gz tmp/archive-home.tar.gz wget archive-home.tar.gz SFTP &#8211; Download the directory to your mac desktop cd / cd tmp get archive-home.tar.gz]]></description>
			<content:encoded><![CDATA[<p></p><p>SSH &#8211; Create a backup of home directory<br />
su to root</p>
<p>cd /<br />
tar -zcvf archive-home.tar.gz home<br />
mv archive-home.tar.gz tmp/archive-home.tar.gz</p>
<p>wget archive-home.tar.gz</p>
<p>SFTP &#8211; Download the directory to your mac desktop</p>
<p>cd /<br />
cd tmp<br />
get archive-home.tar.gz</p>
]]></content:encoded>
			<wfw:commentRss>http://www.modelserve.net/tutorials/unux-backups-using-mac-terminal/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Change Admin Email in WordPress</title>
		<link>http://www.modelserve.net/tutorials/change-admin-email-in-wordpress/</link>
		<comments>http://www.modelserve.net/tutorials/change-admin-email-in-wordpress/#comments</comments>
		<pubDate>Wed, 26 Jan 2011 18:49:28 +0000</pubDate>
		<dc:creator>bolson67</dc:creator>
				<category><![CDATA[Tutorials]]></category>

		<guid isPermaLink="false">http://www.modelserve.net/?p=166</guid>
		<description><![CDATA[1. Log into CPanel 2. go to file manager 3. navigate to the blogs main directory 4. Select &#8220;wp-config.php&#8221; 5. Select &#8220;Code Edit&#8221; 6. When code editor window pop&#8217;s open, select &#8220;edit&#8221; 7. Find the line &#8220;define(&#8216;DB_NAME&#8217;, &#8216;XXXXXX&#8217;);&#8221; (XXXXXX = database name) 8. Remember what the databse name is. 9. Close code editor without saving. [...]]]></description>
			<content:encoded><![CDATA[<p></p><p>1. Log into CPanel<br />
2. go to file manager<br />
3. navigate to the blogs main directory<br />
4. Select &#8220;wp-config.php&#8221;<br />
5. Select &#8220;Code Edit&#8221;<br />
6. When code editor window pop&#8217;s open, select &#8220;edit&#8221;<br />
7. Find the line &#8220;define(&#8216;DB_NAME&#8217;, &#8216;XXXXXX&#8217;);&#8221;<br />
(XXXXXX = database name)<br />
8. Remember what the databse name is.<br />
9. Close code editor without saving.<br />
10 Return to CPanel<br />
11. Open up MySQL db<br />
12. PW for mysql may be differnet then the bluehost pw<br />
13. Find Databse on left hand side (From #7 above)<br />
14. Select &#8220;wp_users&#8221;<br />
15. edit admin email and save<br />
16. Return to blog and use the &#8220;forgot pw&#8221; link.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.modelserve.net/tutorials/change-admin-email-in-wordpress/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>paypal</title>
		<link>http://www.modelserve.net/blog/paypal/</link>
		<comments>http://www.modelserve.net/blog/paypal/#comments</comments>
		<pubDate>Tue, 25 Jan 2011 03:30:50 +0000</pubDate>
		<dc:creator>bolson67</dc:creator>
				<category><![CDATA[Blog]]></category>

		<guid isPermaLink="false">http://www.modelserve.net/?p=164</guid>
		<description><![CDATA[To make your paypal buttons look right in thesis, place this code in your custom.css input[type=image] { width: auto; border: 0; background: transparent; } Thanks to: http://wpblog.tecfreelance.com/oversized-paypal-buttons-on-thesis-theme/]]></description>
			<content:encoded><![CDATA[<p></p><p>To make your paypal buttons look right in thesis, place this code in your custom.css</p>
<p><pre><code>
input[type=image] {
width: auto;
border: 0;
background: transparent;
}
</code></pre></p>
<p>Thanks to: http://wpblog.tecfreelance.com/oversized-paypal-buttons-on-thesis-theme/</p>
]]></content:encoded>
			<wfw:commentRss>http://www.modelserve.net/blog/paypal/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>ShareThis</title>
		<link>http://www.modelserve.net/tutorials/sharethis/</link>
		<comments>http://www.modelserve.net/tutorials/sharethis/#comments</comments>
		<pubDate>Mon, 24 Jan 2011 22:14:28 +0000</pubDate>
		<dc:creator>bolson67</dc:creator>
				<category><![CDATA[Tutorials]]></category>

		<guid isPermaLink="false">http://www.modelserve.net/?p=144</guid>
		<description><![CDATA[The easiest way to do this is by using theisis openhook. Under &#8220;after Headlines&#8221; add &#60;span class=&#34;st_facebook&#34; st_title=&#039;&#60;?php the_title(); ?&#62;&#039; st_url=&#039;&#60;?php the_permalink(); ?&#62;&#039; displayText=&#039;Facebook&#039;&#62;&#60;/span&#62; &#60;span class=&#34;st_twitter&#34; st_title=&#039;&#60;?php the_title(); ?&#62;&#039; st_url=&#039;&#60;?php the_permalink(); ?&#62;&#039; displayText=&#039;Twitter&#039;&#62;&#60;/span&#62; &#60;span class=&#34;st_email&#34; st_title=&#039;&#60;?php the_title(); ?&#62;&#039; st_url=&#039;&#60;?php the_permalink(); ?&#62;&#039; displayText=&#039;Email&#039;&#62;&#60;/span&#62; &#60;span class=&#34;st_sharethis&#34; st_title=&#039;&#60;?php the_title(); ?&#62;&#039; st_url=&#039;&#60;?php the_permalink(); ?&#62;&#039; displayText=&#039;ShareThis&#039;&#62;&#60;/span&#62; You will also need [...]]]></description>
			<content:encoded><![CDATA[<p></p><p>The easiest way to do this is by using theisis openhook.</p>
<p>Under &#8220;after Headlines&#8221; add</p>
<p><pre><code>&lt;span class=&quot;st_facebook&quot; st_title=&#039;&lt;?php the_title(); ?&gt;&#039; st_url=&#039;&lt;?php the_permalink(); ?&gt;&#039; displayText=&#039;Facebook&#039;&gt;&lt;/span&gt;
&lt;span class=&quot;st_twitter&quot; st_title=&#039;&lt;?php the_title(); ?&gt;&#039; st_url=&#039;&lt;?php the_permalink(); ?&gt;&#039; displayText=&#039;Twitter&#039;&gt;&lt;/span&gt;
&lt;span class=&quot;st_email&quot; st_title=&#039;&lt;?php the_title(); ?&gt;&#039; st_url=&#039;&lt;?php the_permalink(); ?&gt;&#039; displayText=&#039;Email&#039;&gt;&lt;/span&gt;
&lt;span class=&quot;st_sharethis&quot; st_title=&#039;&lt;?php the_title(); ?&gt;&#039; st_url=&#039;&lt;?php the_permalink(); ?&gt;&#039; displayText=&#039;ShareThis&#039;&gt;&lt;/span&gt;</code></pre></p>
<p>You will also need to add to your header codeThesis &gt; Site Options &gt; additional scripts:</p>
<p><pre><code>
&lt;script charset=&quot;utf-8&quot; type=&quot;text/javascript&quot; src=&quot;http://w.sharethis.com/button/buttons.js&quot;&gt;&lt;/script&gt;&lt;script type=&quot;text/javascript&quot;&gt;stLight.options({publisher:&#039;XXX&#039;});var st_type=&#039;wordpress3.0.4&#039;;&lt;/script&gt;
</code></pre></p>
<p>Replace &#8220;XXX&#8221; with your publisher ID from sharethis.com</p>
<p>For placing your sharethis button in other areas:</p>
<p>http://help.sharethis.com/customization/chicklets</p>
]]></content:encoded>
			<wfw:commentRss>http://www.modelserve.net/tutorials/sharethis/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Facebook</title>
		<link>http://www.modelserve.net/tutorials/facebook/</link>
		<comments>http://www.modelserve.net/tutorials/facebook/#comments</comments>
		<pubDate>Mon, 25 Oct 2010 18:53:40 +0000</pubDate>
		<dc:creator>bolson67</dc:creator>
				<category><![CDATA[Tutorials]]></category>

		<guid isPermaLink="false">http://www.modelserve.net/?p=131</guid>
		<description><![CDATA[Here are a few items to install from facebook: http://developers.facebook.com/plugins/ http://www.facebook.com/insights/ or a simple badge: http://www.facebook.com/badges/ or facebook page like boxes: &#60;script src=&#34;http://connect.facebook.net/en_US/all.js#xfbml=1&#34;&#62;&#60;/script&#62;&#60;fb:like-box href=&#34;http://www.facebook.com/XXX&#34; width=&#34;292&#34; show_faces=&#34;true&#34; stream=&#34;false&#34; header=&#34;true&#34;&#62;&#60;/fb:like-box&#62; Replace XXX with your facebook page ID]]></description>
			<content:encoded><![CDATA[<p></p><p>Here are a few items to install from facebook:</p>
<p><a href="http://developers.facebook.com/plugins/" target="_blank">http://developers.facebook.com/plugins/</a></p>
<p><a href="http://www.facebook.com/insights/">http://www.facebook.com/insights/</a></p>
<p>or a simple badge:</p>
<p><a href="http://www.facebook.com/badges/">http://www.facebook.com/badges/</a></p>
<p>or facebook page like boxes:</p>
<p><pre><code>
&lt;script src=&quot;http://connect.facebook.net/en_US/all.js#xfbml=1&quot;&gt;&lt;/script&gt;&lt;fb:like-box href=&quot;http://www.facebook.com/XXX&quot; width=&quot;292&quot; show_faces=&quot;true&quot; stream=&quot;false&quot; header=&quot;true&quot;&gt;&lt;/fb:like-box&gt;
</code></pre></p>
<p>Replace XXX with your facebook page ID</p>
]]></content:encoded>
			<wfw:commentRss>http://www.modelserve.net/tutorials/facebook/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Installing Scribe</title>
		<link>http://www.modelserve.net/tutorials/installing-scribe/</link>
		<comments>http://www.modelserve.net/tutorials/installing-scribe/#comments</comments>
		<pubDate>Mon, 22 Feb 2010 01:24:26 +0000</pubDate>
		<dc:creator>bolson67</dc:creator>
				<category><![CDATA[Tutorials]]></category>

		<guid isPermaLink="false">http://www.modelserve.net/?p=100</guid>
		<description><![CDATA[-Log into Control Panel. -Click onto file manager. -Navigate to the folder containing your wordpress blog. -Then into the subfolder &#62; wp-content &#62; plugins -Upload thesis zip file into the &#8220;themes&#8221; directory. -After you have uploaded it, go back the &#8220;plugins&#8221; directory &#38; &#8220;extract&#8221; the zip file -log into wp admin and activate plugin. (you [...]]]></description>
			<content:encoded><![CDATA[<p></p><p>-Log into Control Panel.<br />
-Click onto file manager.<br />
-Navigate to the folder containing your wordpress blog.<br />
-Then into the subfolder &gt; wp-content &gt; plugins<br />
-Upload thesis zip file into the &#8220;themes&#8221; directory.<br />
-After you have uploaded it, go back the &#8220;plugins&#8221; directory &amp; &#8220;extract&#8221; the zip file<br />
-log into wp admin and activate plugin.</p>
<p>(you will need a key for this service)</p>
]]></content:encoded>
			<wfw:commentRss>http://www.modelserve.net/tutorials/installing-scribe/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Installing Thesis theme</title>
		<link>http://www.modelserve.net/tutorials/installing-thesis-theme/</link>
		<comments>http://www.modelserve.net/tutorials/installing-thesis-theme/#comments</comments>
		<pubDate>Mon, 22 Feb 2010 01:22:52 +0000</pubDate>
		<dc:creator>bolson67</dc:creator>
				<category><![CDATA[Tutorials]]></category>

		<guid isPermaLink="false">http://www.modelserve.net/?p=97</guid>
		<description><![CDATA[-Log into Control Panel. -Click onto file manager. -Navigate to the folder containing your wordpress blog. -Then into the subfolder &#62; wp-content &#62; themes -Upload thesis zip file into the &#8220;themes&#8221; directory. -After you have uploaded it, go back the &#8220;themes directory &#38; &#8220;extract&#8221; the zip file -In Thesis folder, change the folder &#8220;custom-sample&#8221; to [...]]]></description>
			<content:encoded><![CDATA[<p></p><p>-Log into Control Panel.<br />
-Click onto file manager.<br />
-Navigate to the folder containing your wordpress blog.<br />
-Then into the subfolder &gt; wp-content &gt; themes<br />
-Upload thesis zip file into the &#8220;themes&#8221; directory.<br />
-After you have uploaded it, go back the &#8220;themes directory &amp; &#8220;extract&#8221; the zip file<br />
-In Thesis folder, change the folder &#8220;custom-sample&#8221; to &#8220;custom&#8221;<br />
-log into wp admin and activate theme.</p>
<p>&#8212;&#8212;&#8211;OPTIONS&#8212;-<br />
In custom file editor &gt; custom_functions.php &gt; add the line:</p>
<p><pre><code>
/*removes thesis attribution*/
remove_action(&#039;thesis_hook_footer&#039;, &#039;thesis_attribution&#039;);
</code></pre></p>
<p>&#8212;&#8212;&#8211;</p>
<p>Thesis Options &gt; uncheck &#8220;Show admin link in footer&#8221;<br />
Design Options &gt; uncheck &#8220;Show default sidebar widgets&#8221;</p>
<p>=========</p>
<p>POPULAR HOOKS:<br />
<pre><code>
remove_action(&#039;thesis_hook_before_header&#039;, &#039;thesis_nav_menu&#039;);
add_action(&#039;thesis_hook_after_header&#039;, &#039;thesis_nav_menu&#039;);
</code></pre></p>
<div><a href="http://diythemes.com/thesis/rtfm/move-replace-nav-menu/">Further Instructions on Navigation Here</a></div>
<p>MAKE NAV BACKGROUND BLACK:</p>
<p><pre><code>
.custom .menu   { background-color: #000000; }
.custom #header { background-color: #000000 ; }
</code></pre></p>
<p>(as used on mix.cm)</p>
]]></content:encoded>
			<wfw:commentRss>http://www.modelserve.net/tutorials/installing-thesis-theme/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Adding Google Apps &amp; Gmail</title>
		<link>http://www.modelserve.net/tutorials/adding-google-apps-gmail/</link>
		<comments>http://www.modelserve.net/tutorials/adding-google-apps-gmail/#comments</comments>
		<pubDate>Fri, 22 Jan 2010 01:36:09 +0000</pubDate>
		<dc:creator>bolson67</dc:creator>
				<category><![CDATA[Tutorials]]></category>

		<guid isPermaLink="false">http://www.modelserve.net/?p=106</guid>
		<description><![CDATA[========= STEP 1 ========= http://www.google.com/apps/intl/en/group/index.html &#38; create an account. ========= STEP 2 ========= You will need to modify the Host records in order to use this. Select &#8220;cname&#8221; option. (If you forget and need to do this later, the link for this is at: https://www.google.com/a/cpanel/YOURDOMAINNAME.COM/VerifyOwnership (replacing your domain with &#8220;YOURDOMAINNAME.COM&#8221; in the link) ========= STEP [...]]]></description>
			<content:encoded><![CDATA[<p></p><p>=========<br />
STEP 1<br />
=========</p>
<p>http://www.google.com/apps/intl/en/group/index.html</p>
<p>&amp; create an account.</p>
<p>=========<br />
STEP 2<br />
=========</p>
<p>You will need to modify the Host records in order to use this. Select &#8220;cname&#8221; option. (If you forget and need to do this later, the link for this is at:</p>
<p>https://www.google.com/a/cpanel/YOURDOMAINNAME.COM/VerifyOwnership</p>
<p>(replacing your domain with &#8220;YOURDOMAINNAME.COM&#8221; in the link)</p>
<p>=========<br />
STEP 3<br />
=========</p>
<p>Also add  &#8220;mail&#8221; as a &#8220;cname&#8221; to &#8220;ghs.google.com.&#8221; in your cname record.</p>
<p>=========<br />
STEP 4<br />
=========</p>
<p>Add email app by following directions. You will need to log into enom to update your MX mail records as indicated.</p>
<p>At ENOM:</p>
<p>-Locate domain &amp; select &#8220;Edit Email Setting&#8221;<br />
- Select &#8221; User (MX)<br />
NOTE: start with the first address that has &#8220;@&#8221; and skip the field wiwth a &#8220;*&#8221;</p>
<p>&#8212;-</p>
<h3>Changing Mail Exchange (MX) records</h3>
<p>Mail Exchange (MX) records control how incoming email is routed for your domain. Before Google can host your email, you&#8217;ll need to change these MX records to point to our servers.</p>
<p><strong>If your domain already has email addresses,</strong> please be careful changing MX records. To avoid disruption in email service, be sure to create the same set of user accounts with the control panel before changing your MX records<br />
<a id="learnMore45679" href="http://www.google.com/support/a/bin/answer.py?hl=en&amp;answer=45679" target="_blank">Learn more</a></p>
<p><strong>If you&#8217;re not ready to change your MX records yet,</strong> use the temporary email address (&lt;username&gt;@MYDOMAIN.COM.test-google-a.com) assigned to your user accounts when you create them. The temporary email address will be deactivated once you change the MX records. You must also <a href="VerifyOwnership">verify domain ownership</a> before using any Google Apps.</p>
<p><script type="text/javascript">// <![CDATA[
function updateInst()
{
    var hosters = [</p>
<p>      'anydomain',</p>
<p>        "onetwothree",
        "oneandone",
        "fourdweb",
        "btbroadbandoffice",
        "cpanel",
        "dnsexit",
        "dnspark",
        "domainexplorer",
        "domainsite",
        "dreamhost",
        "dynadot",
        "dyndns",
        "enom",
        "everydns",
        "gandi",
        "godaddy",
        "icodia",
        "ipowerweb",
        "ixwebhosting",
        "lxlabs",
        "namedotcom",
        "namedotnet",
        "namesecure",
        "nearlyfreespeech",
        "netfirms",
        "networksolutions",
        "noip",
        "registerfly",
        "vserver",
        "webhost4life",
        "whm",
        "xname",
        "yahoo",
        "zoneedit"</p>
<p>    ];</p>
<p>    for (var i=0; i < hosters.length; i++) {
      h(hosters[i]);
    }</p>
<p>    var v = document.inst.choice.value;
    var found = false;
    for (var i=0; i < hosters.length; i++) {
      if (v == hosters[i]) {
        uh(hosters[i]);
        found = true;
        break;
      }
    }
    if (!found) {
      uh('anydomain');
    }
};
// ]]&gt;</script></p>
<div id="content">
<div id="anydomain">
<ol id="numbered">
<li><strong>Sign in to your domain hosting company&#8217;s website</strong> using the username and password associated with your domain.</li>
<li><strong>Navigate to an MX record maintenance page.</strong> MX records are special DNS (Domain Name Service) records, and are often located under sections titled &#8220;DNS Management,&#8221; &#8220;Mail Server Configuration,&#8221; or &#8220;Name Server Management.&#8221; You may need to turn on advanced settings to allow editing of these MX records.</li>
<li><strong>Delete any existing MX records</strong> before entering new MX records.</li>
<li><strong>For each MX record, enter information according to the entries in the following table.</strong>You may not be allowed to enter the priority values exactly as they appear in the table below; in that case, simply ensure that the server addresses are prioritized in the same order as they appear in the table. (i.e. The priority ranking [1, 3, 3, 5, 5, 5, 5] should work just as well as [1, 5, 5, 10, 10, 10, 10] so long as you keep the addresses in the right order.)If you&#8217;re asked to specify the type of each record you&#8217;re adding, enter &#8220;MX&#8221;.MX records often require the specific format of DNS records, including a trailing dot (&#8220;.&#8221;) at the end of any full-qualified domain names (e.g. &#8220;server.example.com.&#8221;)Set any TTL values to the maximum allowed.<br />
<table>
<tbody>
<tr>
<th>MX Server address</th>
<th>Priority</th>
</tr>
<tr>
<td>ASPMX.L.GOOGLE.COM.</td>
<td>10</td>
</tr>
<tr>
<td>ALT1.ASPMX.L.GOOGLE.COM.</td>
<td>20</td>
</tr>
<tr>
<td>ALT2.ASPMX.L.GOOGLE.COM.</td>
<td>20</td>
</tr>
<tr>
<td>ASPMX2.GOOGLEMAIL.COM.</td>
<td>30</td>
</tr>
<tr>
<td>ASPMX3.GOOGLEMAIL.COM.</td>
<td>30</td>
</tr>
<tr>
<td>ASPMX4.GOOGLEMAIL.COM.</td>
<td>30</td>
</tr>
<tr>
<td>ASPMX5.GOOGLEMAIL.COM.</td>
<td>30</td>
</tr>
</tbody>
</table>
</li>
<li><strong>Change the SPF record to fight SPAM</strong> (optional)You may define the SPF record to authorize only certain IP addresses to send email for your domain. This will prevent spammers from sending unauthorized email under a forged address from your domain.</li>
</ol>
</div>
<div id="onetwothree">
<ol id="numbered">
<li>Log in to your account at <a href="http://www.123-reg.co.uk/">123-reg.co.uk</a>.</li>
<li>Choose the domain you wish to use with Google Apps in the <strong>Manage Domains</strong> drop-down box, and click <strong>Modify Domain</strong>.</li>
<li>Choose the fifth option &#8211; <strong>Manage DNS</strong>. Two default MX records will be visible:</li>
<blockquote><p>mx0.123-reg.co.uk. 10</p>
<p>mx1.123-reg.co.uk. 20</p></blockquote>
<li>Replace the first entry with:</li>
<blockquote><p><strong>ASPMX.L.GOOGLE.COM. 1</strong></p></blockquote>
<li>Click <strong>Update DNS</strong></li>
<li>Replace the second entry with:</li>
<blockquote><p><strong>ALT1.ASPMX.L.GOOGLE.COM. 5</strong></p></blockquote>
<li>Click <strong>Update DNS</strong></li>
<li>Enter the next three MX records in the <strong>Add new MX</strong> box, and click <strong>Update DNS</strong> between each entry.</li>
<blockquote><p><strong>ALT2.ASPMX.L.GOOGLE.COM. 5</strong></p>
<p><strong>ASPMX2.GOOGLEMAIL.COM. 10</strong></p>
<p><strong>ASPMX3.GOOGLEMAIL.COM. 10</strong></p></blockquote>
</ol>
</div>
<div id="oneandone">
<ol id="numbered">
<li>Log in to your account at <a href="https://admin.1and1.com" target="_none">https://admin.1and1.com</a>.</li>
<li>If it&#8217;s not already selected, click the <strong>Administration</strong> tab.</li>
<li>Click <strong>Domains</strong>. The <strong>Domain Overview</strong> page appears.</li>
<li>Select the checkbox next to the domain that you will be using with Google Apps.</li>
<li>From the <strong>DNS</strong> menu, select <strong>Edit DNS Settings</strong>.</li>
<li>Under <strong>Advanced DNS Settings</strong>, select the <strong>Other mail server</strong> radio button.</li>
<li>Enter information according to the table below:<br />
<table border="1">
<tbody>
<tr>
<td>MX 1 / Prio</td>
<td>aspmx.l.google.com</td>
<td>1</td>
</tr>
<tr>
<td>MX 2 / Prio</td>
<td>alt1.aspmx.l.google.com</td>
<td>5</td>
</tr>
<tr>
<td>Further backups</td>
<td>My mail exchanger</td>
<td></td>
</tr>
<tr>
<td>MX 3 / Prio</td>
<td>alt2.aspmx.l.google.com</td>
<td>5</td>
</tr>
<tr>
<td>MX 4 / Prio</td>
<td>aspmx2.googlemail.com</td>
<td>10</td>
</tr>
</tbody>
</table>
</li>
<li>Click <strong>OK</strong>.</li>
</ol>
</div>
<div id="fourdweb">
<ol id="numbered">
<li>Log in to your account at <a href="https://members.4dwebhosting.com/">4d Wed Hosting</a>.</li>
<li>Click <strong>Configure</strong> on the left side. A list of options will appear.</li>
<li>Under <strong>Configure</strong>, Click <strong>MX Records</strong>.</li>
<li>Below <strong>Update Record</strong>, enter the following information:</li>
<blockquote>
<table border="1" cellspacing="0" cellpadding="5">
<tbody>
<tr>
<td>Primary:</td>
<td>ASPMX.L.GOOGLE.COM</td>
</tr>
<tr>
<td>Secondary:</td>
<td>ALT1.ASPMX.L.GOOGLE.COM</td>
</tr>
</tbody>
</table>
</blockquote>
<li>Click <strong>Update MX Records</strong>.</li>
</ol>
</div>
<div id="btbroadbandoffice">
<ol id="numbered">
<li>Log in to your account with <a href="http://www2.btbroadbandoffice.com/">BT broadband office</a>. You&#8217;ll need to log in as the primary user of the account by clicking <strong>Manage your domain name</strong> .</li>
<li>Access the <strong>Domain Management Console</strong> in the <strong>BT Business Your Account</strong> area.</li>
<li>Select the <strong>Domain Maintenance</strong> tab.</li>
<li>Choose the domain name you&#8217;re using with Google Apps.</li>
<li>Delete any existing MX records.</li>
<li>Select <strong>MX</strong> from the first drop-down.</li>
<li>Add <strong>@</strong> as the <strong>key value</strong> .</li>
<li>Add <strong>aspmx.l.google.com</strong> as the <strong>Value</strong> , and set the <strong>Priority</strong> as <strong>10</strong> .</li>
<li>Click <strong>Go</strong> .</li>
<p>Note: If you aren&#8217;t able to enter the Google server name, <span style="text-decoration: underline;">contact BT directly</span> to ask one of their support members to manually update your MX records.</p>
<li>Once you&#8217;ve confirmed the first Google server name, enter the following entries:</li>
<table border="1" cellspacing="3" cellpadding="1">
<tbody>
<tr>
<td><strong>Priority</strong></td>
<td><strong>Mail Server</strong></td>
</tr>
<tr>
<td>20</td>
<td>ALT1.ASPMX.L.GOOGLE.COM.</td>
</tr>
<tr>
<td>20</td>
<td>ALT2.ASPMX.L.GOOGLE.COM.</td>
</tr>
<tr>
<td>30</td>
<td>ASPMX2.GOOGLEMAIL.COM.</td>
</tr>
<tr>
<td>30</td>
<td>ASPMX3.GOOGLEMAIL.COM.</td>
</tr>
</tbody>
</table>
<li>Click <strong>Go</strong> .</li>
</ol>
</div>
<div id="cpanel">
<ol id="numbered">
<li>Log in to your cPanel account.</li>
<li>Click <strong>Mail</strong>.</li>
<li>Click <strong>Modify Mail Exchanger (MX Entry)</strong>. A list of your current MX records will appear.</li>
<li>Click <strong>Change an MX Entry</strong>.</li>
<li>In the <strong>Change MX for&#8230;</strong> field, enter <strong>ASPMX.L.GOOGLE.COM</strong>.</li>
<li>Click <strong>Change</strong>.</li>
</ol>
</div>
<div id="dnsexit">
<ol id="numbered">
<li>Log in to your account at <a href="http://dnsexit.com/">dnsExit.com</a>.</li>
<li>On the left side, click <strong>Manage Domain</strong>.</li>
<li>In the drop-down menu near the middle of the screen, select the domain you would like to use with Google Apps.</li>
<li>Click <strong>Edit DNS</strong>.</li>
<li>Add the following MX records to the <strong>MX Settings</strong> section:</li>
<blockquote><p><strong>aspmx.l.google.com.</strong> with a preference of <strong>10</strong></p>
<p><strong>alt1.aspmx.l.google.com.</strong> with a preference of <strong>15</strong></p></blockquote>
<li>Click <strong>Submit</strong> at the bottom of the screen. (You can only add two MX records at a time through the web interface.)</li>
<li>On the next screen, click the <strong>Edit DNS</strong> button.</li>
<li>Add the following MX records to the <strong>MX Settings</strong> section:</li>
<blockquote><p><strong>alt2.aspmx.l.google.com.</strong> with a preference of <strong>20</strong></p>
<p><strong>aspmx2.googlemail.com.</strong> with a preference of <strong>25</strong></p></blockquote>
<li>Click <strong>Submit</strong>.</li>
</ol>
</div>
<div id="dnspark">
<ol id="numbered">
<li>Log in to your account at <a href="https://www.dnspark.net">DNS Park</a>.</li>
<li>On the left side, click <strong>DNS Hosting</strong>.</li>
<li>Click the domain you would like to use with Google Apps for Your Domain.</li>
<li>Since DNS Park is your hosting service, and not your domain registrar, be sure that your domain points to the DNS Park nameservers. This will allow your MX record configuration to take effect.</li>
<li>Click <strong>Mail Records (MX)</strong>.</li>
<li>For <strong>MX Resource records</strong>, enter the following:</li>
<blockquote>
<table border="1" cellspacing="0" cellpadding="5">
<tbody>
<tr>
<td>Mail Domain</td>
<td>Priority</td>
<td>Hostname</td>
</tr>
<tr>
<td>(auto-filled)</td>
<td>1st</td>
<td>ASPMX.L.GOOGLE.COM.</td>
</tr>
</tbody>
</table>
</blockquote>
<li>Click <strong>Update</strong>.</li>
<li>Repeat steps six and seven for the following MX record entries:</li>
<blockquote>
<table border="1" cellspacing="0" cellpadding="5">
<tbody>
<tr>
<td>Mail Domain</td>
<td>Priority</td>
<td>Hostname</td>
</tr>
<tr>
<td>(auto-filled)</td>
<td>2nd</td>
<td>ALT1.ASPMX.L.GOOGLE.COM.</td>
</tr>
<tr>
<td>(auto-filled)</td>
<td>3rd</td>
<td>ALT2.ASPMX.L.GOOGLE.COM.</td>
</tr>
<tr>
<td>(auto-filled)</td>
<td>4th</td>
<td>ASPMX2.GOOGLEMAIL.COM.</td>
</tr>
<tr>
<td>(auto-filled)</td>
<td>5th</td>
<td>ASPMX3.GOOGLEMAIL.COM.</td>
</tr>
</tbody>
</table>
</blockquote>
</ol>
</div>
<div id="domainexplorer">
<ol id="numbered">
<li>Log in to your account at <a href="http://www.domainexplorer.net/" target="_blank">Domain explorer</a>.</li>
<li>Open the <strong>My Domain</strong> page and select the domain that you&#8217;d like to use with Google Apps for Your Domain.</li>
<li>From the <strong>Email Settings</strong> section, click <strong>Change service</strong> and select the entry titled <strong>User (mail server name required)</strong>.</li>
<li>In the <strong>Mail Host Records Setup</strong> section, enter information according to the data in the table below:</li>
<table border="1" cellspacing="0" cellpadding="5">
<tbody>
<tr>
<td>Host Name</td>
<td>Address</td>
<td>Pref.</td>
</tr>
<tr>
<td>@</td>
<td>aspmx.l.google.com.</td>
<td>1</td>
</tr>
<tr>
<td>@</td>
<td>alt1.aspmx.l.google.com.</td>
<td>5</td>
</tr>
<tr>
<td>@</td>
<td>alt2.aspmx.l.google.com.</td>
<td>5</td>
</tr>
<tr>
<td>@</td>
<td>aspmx2.googlemail.com.</td>
<td>10</td>
</tr>
<tr>
<td>@</td>
<td>aspmx3.googlemail.com.</td>
<td>10</td>
</tr>
<tr>
<td>@</td>
<td>aspmx4.googlemail.com.</td>
<td>10</td>
</tr>
<tr>
<td>@</td>
<td>aspmx5.googlemail.com.</td>
<td>10</td>
</tr>
</tbody>
</table>
<li>Click <strong>Save changes</strong>.</li>
</ol>
<p><strong>NOTE</strong>: If there aren&#8217;t enough lines to enter all the parameters, fill the avaiable lines (do not fill the last line <strong>* (other)</strong>), click <strong>Save changes</strong>, and then click <strong>Configure</strong> in the <strong>Email settings</strong> section. This will provide additional lines for Google&#8217;s server information.</p>
</div>
<div id="domainsite">
<ol id="numbered">
<li><strong>Sign in to your <a href="http://domainsite.com/">domainsite.com</a> account.</strong></li>
<li><strong>Navigate to Domain Management for your domain.</strong></li>
<li><strong>Delete any existing MX records</strong> before entering new MX records.</li>
<li><strong>For each MX record, enter information according to the entries in the following table.</strong>If you&#8217;re asked to specify the type of each record you&#8217;re adding, enter &#8220;MX&#8221;.Leave the Record Host field blank for each record. You don&#8217;t have to set a host for MX records.Leave the TTL value as the default setting.<br />
<table>
<tbody>
<tr>
<th>MX Server address</th>
<th>Priority</th>
</tr>
<tr>
<td>ASPMX.L.GOOGLE.COM.</td>
<td>10</td>
</tr>
<tr>
<td>ALT1.ASPMX.L.GOOGLE.COM.</td>
<td>20</td>
</tr>
<tr>
<td>ALT2.ASPMX.L.GOOGLE.COM.</td>
<td>30</td>
</tr>
<tr>
<td>ASPMX2.GOOGLEMAIL.COM.</td>
<td>40</td>
</tr>
<tr>
<td>ASPMX3.GOOGLEMAIL.COM.</td>
<td>50</td>
</tr>
<tr>
<td>ASPMX4.GOOGLEMAIL.COM.</td>
<td>60</td>
</tr>
<tr>
<td>ASPMX5.GOOGLEMAIL.COM.</td>
<td>70</td>
</tr>
</tbody>
</table>
</li>
</ol>
</div>
<div id="dreamhost">
<ol id="numbered">
<li>Log in to your account at <a href="http://www.dreamhost.com" target="_none">www.dreamhost.com</a>.</li>
<li>Click <strong>Mail</strong> on the left side and select <strong>MX</strong> from the drop-down menu.</li>
<li>Click <strong>edit</strong> next to the domain you will be using with <strong>Google Apps</strong>.</li>
<li>Under <strong>Custom MX Records</strong>, delete all existing MX records.</li>
<li>Enter <strong>ASPMX.L.GOOGLE.COM.</strong> in the first text box.</li>
<li>Click <strong>Update your custom MX records now!</strong></li>
</ol>
</div>
<div id="dynadot">
<ol id="numbered">
<li>Log in to your account at <a href="http://www.dynadot.com/">dynadot.com</a> .</li>
<li>Click on the domain that you wish to change the MX records, and click <strong>Select Name Servers</strong> .</li>
<li>Scroll down to <strong>Dynadot DNS</strong> and in the MX Records, enter the following MX records:</li>
<blockquote><p>Mail Host: aspmx.l.google.com<br />
Distance: 0</p>
<p>Mail Host: alt1.aspmx.l.google.com<br />
Distance: 1</p>
<p>Mail Host: alt2.aspmx.l.google.com<br />
Distance: 1</p></blockquote>
<li>Click <strong>Use Dynadot DNS</strong> and you are ready.</li>
</ol>
</div>
<div id="dyndns">
<ol id="numbered">
<li>Log in to your account at <a href="http://www.dyndns.com" target="_none">DynDNS.com</a>.</li>
<li>Click <strong>My Services</strong> below your username.</li>
<li>Under <strong>Zone Level Services</strong>, Click <strong>Custom DNS</strong> next to the domain you will be using with <strong>Google Apps</strong>.</li>
<li>Under <strong>Mail eXchanger (MX) Records</strong>, select all existing domains, and click <strong>Delete MX</strong>.</li>
<li>Under <strong>Mail eXchanger (MX) Records</strong>, click the domain name you&#8217;ve chosen.</li>
<li>For <strong>Preference</strong>, select <strong>5 &#8212; Highest</strong>.</li>
<li>For <strong>Mail Exchanger</strong>, enter <strong>ASPMX.L.GOOGLE.COM.</strong></li>
<li>Now, click <strong>Modify MX</strong>.</li>
<li>At the top right, click <strong>Return to&#8230;</strong></li>
<li>Repeat steps five through eight with the following information:<br />
<table>
<tbody>
<tr>
<th>Preference</th>
<th>Mail Exchanger</th>
</tr>
<tr>
<td>10</td>
<td>ALT1.ASPMX.L.GOOGLE.COM.</td>
</tr>
<tr>
<td>15</td>
<td>ALT2.ASPMX.L.GOOGLE.COM.</td>
</tr>
</tbody>
</table>
</li>
</ol>
</div>
<div id="enom">
<ol id="numbered">
<li>Log in to your account at <a href="http://www.enom.com" target="_none">http://www.enom.com</a>.</li>
<li><strong>Click the domain name that you&#8217;d like to use</strong> with Google Apps. The main domain name page will appear.</li>
<li>Under the <strong>DNS Settings</strong> (Zone File) panel, click <strong>Configure</strong>. The <strong>Domain Name Host Records</strong> page will appear.</li>
<li>Under the <strong>Mail Host Records Setup</strong> panel, replace any existing entries with entries according to the table below:Note: Make sure each entry is entered exactly as it appears in the following table. Be sure to <strong>include the trailing dot at the end of each record.</strong><br />
<table>
<tbody>
<tr>
<th>Address</th>
<th>Pref</th>
</tr>
<tr>
<td>ASPMX.L.GOOGLE.COM.</td>
<td>10</td>
</tr>
<tr>
<td>ALT1.ASPMX.L.GOOGLE.COM.</td>
<td>20</td>
</tr>
<tr>
<td>ALT2.ASPMX.L.GOOGLE.COM.</td>
<td>30</td>
</tr>
<tr>
<td>ASPMX2.GOOGLEMAIL.COM.</td>
<td>40</td>
</tr>
<tr>
<td>ASPMX3.GOOGLEMAIL.COM.</td>
<td>50</td>
</tr>
<tr>
<td>ASPMX4.GOOGLEMAIL.COM.</td>
<td>60</td>
</tr>
<tr>
<td>ASPMX5.GOOGLEMAIL.COM.</td>
<td>70</td>
</tr>
</tbody>
</table>
</li>
<li><strong>Click Save Changes</strong> at the bottom of the page.</li>
</ol>
</div>
<div id="enom">=========<br />
STEP 5<br />
=========</div>
<div>You can also add your icon.</div>
<div>https://www.google.com/a/cpanel/YOURDOMAINNAME.COM/DomainSettingsAppearance</div>
<div>(replacing your domain with &#8220;YOURDOMAINNAME.COM&#8221; in the link)</div>
<div id="everydns">
<ol id="numbered">
<li>Log in to your account at <a href="http://www.everydns.net">EveryDNS.net</a>.</li>
<li>On the left side, click the domain you would like to use with Google Apps for Your Domain.</li>
<li>Since EveryDNS.net is your hosting service, and not your domain registrar, be sure that your domain points to the EveryDNS.net nameservers. This will allow your MX record configuration to take effect.</li>
<li>Below <strong>Add a Record:</strong>, enter the following:</li>
<blockquote>
<table border="1" cellspacing="0" cellpadding="5">
<tbody>
<tr>
<td>Fully Qualified Domain Name</td>
<td>(enter your domain)</td>
</tr>
<tr>
<td>Record Type</td>
<td>MX</td>
</tr>
<tr>
<td>Record Value:</td>
<td>ASPMX.L.GOOGLE.COM.</td>
</tr>
<tr>
<td>If MX Record, MX Value:</td>
<td>1</td>
</tr>
</tbody>
</table>
</blockquote>
<li>Click <strong>Submit</strong>.</li>
<li>Repeat steps seven through nine for the following MX record entries:</li>
<blockquote>
<table border="1" cellspacing="0" cellpadding="5">
<tbody>
<tr>
<td>Record Value:</td>
<td>If MX Record, MX Value:</td>
</tr>
<tr>
<td>ALT1.ASPMX.L.GOOGLE.COM.</td>
<td>5</td>
</tr>
<tr>
<td>ALT2.ASPMX.L.GOOGLE.COM.</td>
<td>5</td>
</tr>
<tr>
<td>ASPMX2.GOOGLEMAIL.COM.</td>
<td>10</td>
</tr>
<tr>
<td>ASPMX3.GOOGLEMAIL.COM.</td>
<td>10</td>
</tr>
</tbody>
</table>
</blockquote>
</ol>
</div>
<div id="gandi">
<ol id="numbered">
<li>Log in to your account at <a href="http://www.gandi.net/">gandi.net</a> .</li>
<li>Switch to custom DNS version.</li>
<li>Select <strong>expert</strong> .</li>
<li>In the <strong>Build Zone</strong> field, enter the following information:</li>
<blockquote><p>@ 28800 IN MX 1 ASPMX.L.GOOGLE.COM.<br />
@ 28800 IN MX 3 ALT1.ASPMX.L.GOOGLE.COM.<br />
@ 28800 IN MX 3 ALT2.ASPMX.L.GOOGLE.COM.<br />
@ 28800 IN MX 5 ASPMX2.GOOGLEMAIL.COM.<br />
@ 28800 IN MX 5 ASPMX3.GOOGLEMAIL.COM.</p></blockquote>
<li>Click <strong>Submit</strong> .</li>
<li>Click <strong>Submit</strong> again to accept the change.</li>
</ol>
</div>
<div id="godaddy">
<ol id="numbered">
<li>Log in to your account at <a href="http://www.godaddy.com" target="_none">http://www.godaddy.com</a>.</li>
<li>Open the <strong>Domains</strong> tab and select <strong>My Domain Names</strong>. You&#8217;ll be directed to the <strong>Manage Domains</strong> page.</li>
<li><strong>Click the domain that you&#8217;d like to use</strong> with Google Apps.</li>
<li>From the <strong>Domain Details</strong> panel along the right, select the <strong>+</strong> icon under the Total DNS Control list item. A sub-list will appear.</li>
<li>Click the entry titled <strong>Total DNS Control And MX Records</strong>. The <strong>Manage MX Records, and DNS Zone File</strong> panel will appear.</li>
<li>Click <strong>Launch Total DNS Control Manager</strong>. The DNS Manager window will appear.</li>
<li>Clear all existing MX Records by clicking <strong>Delete</strong>.</li>
<li>Click <strong>OK</strong> in the confirmation dialogue box.</li>
<li>Once you&#8217;ve deleted all existing records, click <strong>Add New MX Record</strong>. The <strong>MX (Mail Exchangers) Record Wizard</strong> will appear.</li>
<li>For each MX Record, enter information according to the data in the table below:
<ul>
<li>For the <strong>Select the Priority Value</strong> drop-down menu, enter the priority value.</li>
<li>For <strong>Enter a Host Name</strong>, leave the default setting to <strong>@</strong>.</li>
<li>For <strong>Enter Goes To Address</strong> enter the Google server name in the table below. Be sure to include the trailing dot at the end of each record.</li>
<li>For the <strong>Select TTL Value</strong> drop-down menu, enter <strong>1 Week</strong>. This will appear as <strong>604800 seconds</strong> within the DNS system.</li>
</ul>
<table>
<tbody>
<tr>
<th>PriorityValue</th>
<th>HostName</th>
<th>Goes To Address (Mail Server)</th>
<th>TTL Value</th>
</tr>
<tr>
<td>10</td>
<td>@</td>
<td>ASPMX.L.GOOGLE.COM.</td>
<td>1 week</td>
</tr>
<tr>
<td>20</td>
<td>@</td>
<td>ALT1.ASPMX.L.GOOGLE.COM.</td>
<td>1 week</td>
</tr>
<tr>
<td>30</td>
<td>@</td>
<td>ALT2.ASPMX.L.GOOGLE.COM.</td>
<td>1 week</td>
</tr>
<tr>
<td>40</td>
<td>@</td>
<td>ASPMX2.GOOGLEMAIL.COM.</td>
<td>1 week</td>
</tr>
<tr>
<td>50</td>
<td>@</td>
<td>ASPMX3.GOOGLEMAIL.COM.</td>
<td>1 week</td>
</tr>
</tbody>
</table>
</li>
<li>Click <strong>Continue</strong>.</li>
<li>Click <strong>Add</strong> to confirm each entry. The <strong>DNS Manager</strong> main page will reappear when you&#8217;ve finished.</li>
</ol>
</div>
<div id="icodia">
<ol id="numbered">
<li>Go to  <a href="http://www.icodia.com">www.icodia.com</a> .</li>
<li>Click <strong>Espace Client</strong> .</li>
<li>Enter your domain name, account ID, and password to log in to your account.</li>
<li>Click the <strong>Manage domain</strong> tab.</li>
<li>Click <strong>DNS records</strong> .</li>
<li>Remove any existing MX records.</li>
<li>For <strong>add setting</strong>, enter the following information:</li>
<blockquote><p>Select <strong>MX1</strong> and enter <strong>aspmx.l.google.com</strong><br />
Select <strong>MX5</strong> and enter <strong>alt1.aspmx.l.google.com</strong><br />
Select <strong>MX6</strong> and enter <strong>alt2.aspmx.l.google.com</strong><br />
Select <strong>MX10</strong> and enter <strong>aspmx2.googlemail.com</strong></p></blockquote>
<li>Click <strong>Valider</strong> .</li>
</ol>
</div>
<div id="ipowerweb">
<p>To modify your MX records with iPower, you&#8217;ll need to submit a request to the iPower support team. Follow these steps:</p>
<ol id="numbered">
<li>Visit <a href="https://secure.ipower.com/cgi-bin/addserv/order.cgi">https://secure.ipower.com/cgi-bin/addserv/order.cgi</a>.</li>
<li>Click <strong>MX Record Additions/Changes</strong>.</li>
<li>Fill out the top of the form with your iPower account information.</li>
<li>Under <strong>Replace existing MX Record</strong>, enter the following:</li>
<blockquote>
<table border="1" cellspacing="0" cellpadding="5">
<tbody>
<tr>
<td>New MX Hostname or IP:</td>
<td>ASPMX.L.GOOGLE.COM.</td>
</tr>
<tr>
<td>Replace MX which has Priority:<br />
(a number from 0 to 100)</td>
<td>0</td>
</tr>
</tbody>
</table>
</blockquote>
<li>Under <strong>Add an MX Record</strong>, enter the following:</li>
<blockquote>
<table border="1" cellspacing="0" cellpadding="5">
<tbody>
<tr>
<td>MX Hostname or IP:</td>
<td>ALT1.ASPMX.L.GOOGLE.COM.</td>
</tr>
<tr>
<td>MX Priority:<br />
(a number from 0 to 100)</td>
<td>10</td>
</tr>
</tbody>
</table>
</blockquote>
<li>Click <strong>Submit</strong>.</li>
</ol>
<p>Congratulations! Your request is pending, and you should be able to use email at your domain shortly. Requests for changing/adding MX records with iPower may take two to four business days to complete.</p>
</div>
<div id="ixwebhosting">
<ol id="numbered">
<li>Log in to your account at <a href="https://manage.ixwebhosting.com">ix web hosting</a>.</li>
<li>Click <strong>Manage</strong> below the <strong>Hosting Account</strong> section.</li>
<li>On the left side, click the domain you would like to use with Google Apps for Your Domain.</li>
<li>Next to <strong>Mail Service</strong>, click <strong>On</strong> to disable the default MX records.</li>
<li>Next to <strong>DNS Configuration</strong>, click <strong>EDIT</strong>.</li>
<li>If you have already created custom MX records, be sure to erase all existing records before adding Google\u2019s server information.</li>
<li>Click <strong>Add DNS MX Record</strong>.</li>
<li>Enter the following:</li>
<blockquote>
<table border="1" cellspacing="0" cellpadding="5">
<tbody>
<tr>
<td>Name</td>
<td>Data</td>
<td>Data(second box)</td>
</tr>
<tr>
<td>leave blank</td>
<td>1</td>
<td>ASPMX.L.GOOGLE.COM</td>
</tr>
</tbody>
</table>
</blockquote>
<li>Click <strong>Submit</strong>.</li>
<li>Repeat steps seven through nine for the following MX record entries:</li>
<blockquote>
<table border="1" cellspacing="0" cellpadding="5">
<tbody>
<tr>
<td>Name</td>
<td>Data</td>
<td>Data(second box)</td>
</tr>
<tr>
<td>leave blank</td>
<td>5</td>
<td>ALT1.ASPMX.L.GOOGLE.COM</td>
</tr>
<tr>
<td>leave blank</td>
<td>5</td>
<td>ALT2.ASPMX.L.GOOGLE.COM</td>
</tr>
<tr>
<td>leave blank</td>
<td>10</td>
<td>ASPMX2.GOOGLEMAIL.COM</td>
</tr>
<tr>
<td>leave blank</td>
<td>10</td>
<td>ASPMX3.GOOGLEMAIL.COM</td>
</tr>
</tbody>
</table>
</blockquote>
</ol>
</div>
<div id="lxlabs">
<ol id="numbered">
<li>Log in to your domain at <a href="http://lxlabs.com/">LXadmin</a>.</li>
<li>Delete all MX records for your domain.</li>
<li>Click on Manage DNS &#8211;&gt; MX records</li>
<li>Enter ASPMX.L.GOOGLE.COM at priority 10.</li>
<li>Enter ALT1.ASPMX.L.GOOGLE.COM at priority 20</li>
<li>Enter ASPMX2.GOOGLEMAIL.COM at priority 30</li>
</ol>
</div>
<div id="namedotcom">
<ol id="numbered">
<li><strong>Sign in to your <a href="http://name.com/">name.com</a> account.</strong></li>
<li><strong>Navigate to Domain Management for your domain.</strong></li>
<li><strong>Delete any existing MX records</strong> before entering new MX records.</li>
<li><strong>For each MX record, enter information according to the entries in the following table.</strong>If you&#8217;re asked to specify the type of each record you&#8217;re adding, enter &#8220;MX&#8221;.Leave the Record Host field blank for each record. You don&#8217;t have to set a host for MX records.Leave the TTL value as the default setting.<br />
<table>
<tbody>
<tr>
<th>MX Server address</th>
<th>Priority</th>
</tr>
<tr>
<td>ASPMX.L.GOOGLE.COM.</td>
<td>10</td>
</tr>
<tr>
<td>ALT1.ASPMX.L.GOOGLE.COM.</td>
<td>20</td>
</tr>
<tr>
<td>ALT2.ASPMX.L.GOOGLE.COM.</td>
<td>30</td>
</tr>
<tr>
<td>ASPMX2.GOOGLEMAIL.COM.</td>
<td>40</td>
</tr>
<tr>
<td>ASPMX3.GOOGLEMAIL.COM.</td>
<td>50</td>
</tr>
<tr>
<td>ASPMX4.GOOGLEMAIL.COM.</td>
<td>60</td>
</tr>
<tr>
<td>ASPMX5.GOOGLEMAIL.COM.</td>
<td>70</td>
</tr>
</tbody>
</table>
</li>
</ol>
</div>
<div id="namedotnet">
<ol id="numbered">
<li><strong>Sign in to your <a href="http://name.net/">name.net</a> account.</strong></li>
<li><strong>Navigate to Domain Management for your domain.</strong></li>
<li><strong>Delete any existing MX records</strong> before entering new MX records.</li>
<li><strong>For each MX record, enter information according to the entries in the following table.</strong>If you&#8217;re asked to specify the type of each record you&#8217;re adding, enter &#8220;MX&#8221;.Leave the Record Host field blank for each record. You don&#8217;t have to set a host for MX records.Leave the TTL value as the default setting.<br />
<table>
<tbody>
<tr>
<th>MX Server address</th>
<th>Priority</th>
</tr>
<tr>
<td>ASPMX.L.GOOGLE.COM.</td>
<td>10</td>
</tr>
<tr>
<td>ALT1.ASPMX.L.GOOGLE.COM.</td>
<td>20</td>
</tr>
<tr>
<td>ALT2.ASPMX.L.GOOGLE.COM.</td>
<td>30</td>
</tr>
<tr>
<td>ASPMX2.GOOGLEMAIL.COM.</td>
<td>40</td>
</tr>
<tr>
<td>ASPMX3.GOOGLEMAIL.COM.</td>
<td>50</td>
</tr>
<tr>
<td>ASPMX4.GOOGLEMAIL.COM.</td>
<td>60</td>
</tr>
<tr>
<td>ASPMX5.GOOGLEMAIL.COM.</td>
<td>70</td>
</tr>
</tbody>
</table>
</li>
</ol>
</div>
<div id="namesecure">
<ol id="numbered">
<li>Log in to your account at <a href="https://www.namesecure.com/pages/home.jhtml">Namesecure.com</a>.</li>
<li>Under <strong>Domain Services Management Center</strong> , select <strong>Modify/update</strong> .</li>
<li>See menu selections under <strong>Other Options</strong> .</li>
<li>With Namesecure as your DNS Provider, select <strong>Zone F ile Control</strong> .</li>
<li>Enter the following MX records:</li>
<table border="1" cellspacing="3" cellpadding="1">
<tbody>
<tr>
<td><strong>Priority</strong></td>
<td><strong>Mail Server</strong></td>
</tr>
<tr>
<td>1</td>
<td>ASPMX.L.GOOGLE.COM.</td>
</tr>
<tr>
<td>5</td>
<td>ALT1.ASPMX.L.GOOGLE.COM.</td>
</tr>
<tr>
<td>5</td>
<td>ALT2.ASPMX.L.GOOGLE.COM.</td>
</tr>
<tr>
<td>10</td>
<td>ASPMX2.GOOGLEMAIL.COM.</td>
</tr>
<tr>
<td>10</td>
<td>ASPMX3.GOOGLEMAIL.COM.</td>
</tr>
</tbody>
</table>
</ol>
</div>
<div id="nearlyfreespeech">
<ol id="numbered">
<li>Log into the <a href="http://members.nearlyfreespeech.net/login/">NFSN member control panel</a>.</li>
<li>Click the <strong>Domains</strong> tab.</li>
<li>Click <strong>Manage</strong> under the <strong>DNS</strong> column of the domain you want to edit.</li>
<li>On the right side. click <strong>Add Resource Record</strong>.</li>
<li>Leave the first field blank and change the type to <strong>MX</strong>.</li>
<li>In the <strong>Data</strong> field, enter <strong>1 ASPMX.L.GOOGLE.COM.</strong></li>
<li>Repeat for the rest of the servers with the following data:</li>
<blockquote><p><strong>5 ALT1.ASPMX.L.GOOGLE.COM.</strong><br />
<strong>5 ALT2.ASPMX.L.GOOGLE.COM.</strong><br />
<strong>10 ASPMX2.GOOGLEMAIL.COM.</strong><br />
<strong>10 ASPMX3.GOOGLEMAIL.COM.</strong></p></blockquote>
</ol>
</div>
<div id="netfirms">
<ol id="numbered">
<li>Log in to the Members Control Panel at <a href="https://controlpanel.netfirms.com/en-us/cp_login_form">controlpanel.netfirms.com</a>.</li>
<li>Click <strong>Domains</strong>.</li>
<li>For the desired domain, click <strong>Admin</strong>.</li>
<li>Click <strong>MX Record</strong>.</li>
<li>Add the following entries:</li>
<blockquote>
<table border="1" cellspacing="3" cellpadding="1">
<tbody>
<tr>
<td>ASPMX.L.GOOGLE.COM.</td>
<td>1</td>
</tr>
<tr>
<td>ALT1.ASPMX.L.GOOGLE.COM.</td>
<td>5</td>
</tr>
<tr>
<td>ALT2.ASPMX.L.GOOGLE.COM.</td>
<td>10</td>
</tr>
<tr>
<td>ASPMX2.GOOGLEMAIL.COM.</td>
<td>15</td>
</tr>
<tr>
<td>ASPMX3.GOOGLEMAIL.COM.</td>
<td>20</td>
</tr>
</tbody>
</table>
</blockquote>
</ol>
</div>
<div id="networksolutions">
<ol id="numbered">
<li>Log in to your account at <a href="http://www.networksolutions.com" target="_none">http://www.networksolutions.com</a>.</li>
<li>Click <strong>Edit DNS</strong> under <strong>DNS Settings</strong>. The Edit DNS page will appear. (If you have not previously edited DNS entries for your domain name, you may need to select <strong>Custom DNS Setting</strong>.)</li>
<li>Under the <strong>DNS Manager-Advanced Tools</strong> panel, click <strong>Continue</strong>. The DNS Manager &#8211; Advanced Tools page will appear.</li>
<li>Under the <strong>Mail Servers</strong> panel, click <strong>Add / Edit</strong>. The Mail Servers table will appear.</li>
<li><strong>Remove any existing MX records</strong> by checking the box next to delete.</li>
<li>Within the <strong> Mail Servers  table</strong>, enter information according to the table below:Note: Make sure each entry is entered exactly as it appears in the following table. Be sure to <strong>include the trailing dot at the end of each record.</strong><br />
<table>
<tbody>
<tr>
<th>Priority</th>
<th>Mail Server</th>
</tr>
<tr>
<td>10</td>
<td>ASPMX.L.GOOGLE.COM.</td>
</tr>
<tr>
<td>20</td>
<td>ALT1.ASPMX.L.GOOGLE.COM.</td>
</tr>
<tr>
<td>30</td>
<td>ALT2.ASPMX.L.GOOGLE.COM.</td>
</tr>
<tr>
<td>40</td>
<td>ASPMX2.GOOGLEMAIL.COM.</td>
</tr>
<tr>
<td>50</td>
<td>ASPMX3.GOOGLEMAIL.COM.</td>
</tr>
</tbody>
</table>
</li>
<li>Click <strong>Save</strong>.</li>
</ol>
</div>
<div id="noip">
<ol id="numbered">
<li>Log in to your account at <a href="http://www.no-ip.com">No-IP.com</a>.</li>
<li>On the left side, click <strong>Host/Redirects</strong>.</li>
<li>Find the top entry for the domain you&#8217;d like to use with Google Apps for Your Domain, and click <strong>Modify</strong>.</li>
<li>Scroll to the bottom of the page to view <strong>Mail Options</strong>.</li>
<li>Enter <strong>ASPMX.L.GOOGLE.COM</strong> for the first MX record field. The MX priority is already defined by default and should match the values listed below.</li>
<li>Repeat step five to match the information provided below. No-IP allows up to five MX record entries.</li>
<blockquote>
<table border="1" cellspacing="0" cellpadding="5">
<tbody>
<tr>
<td>ASPMX.L.GOOGLE.COM</td>
<td>10</td>
</tr>
<tr>
<td>ALT1.ASPMX.L.GOOGLE.COM.</td>
<td>15</td>
</tr>
<tr>
<td>ALT2.ASPMX.L.GOOGLE.COM.</td>
<td>20</td>
</tr>
<tr>
<td>ASPMX2.GOOGLEMAIL.COM.</td>
<td>25</td>
</tr>
<tr>
<td>ASPMX3.GOOGLEMAIL.COM.</td>
<td>30</td>
</tr>
</tbody>
</table>
</blockquote>
</ol>
</div>
<div id="registerfly">
<ol id="numbered">
<li>Log in to your account at <a href="http://registerfly.com/">Registerfly.com</a>.</li>
<li>Click <strong>Manage Domains</strong>.</li>
<li>Click the domain that you&#8217;d like to use with Google Apps for Your Domain.</li>
<li>Expand <strong>DNS Settings (Zone file)</strong>.</li>
<li>Click <strong>Configure</strong>.</li>
<li>If asked to change name servers to Registerfly nameservers, do so. If you have hosting that requires you to use other nameservers, these instructions may not work for you.</li>
<li>Clear all existing MX Records by checking the box next to each record and clicking <strong>Remove selection</strong>.</li>
<li>For each MX Record, enter the following:</li>
<blockquote>
<table border="1" cellspacing="3" cellpadding="1">
<tbody>
<tr>
<td>Host Name</td>
<td>Record Type</td>
<td>IP Address/URL</td>
<td>Pref</td>
</tr>
<tr>
<td align="center">@</td>
<td>MX Record</td>
<td>ASPMX.L.GOOGLE.COM</td>
<td>1</td>
</tr>
<tr>
<td align="center">@</td>
<td>MX Record</td>
<td>ALT1.ASPMX.L.GOOGLE.COM</td>
<td>5</td>
</tr>
<tr>
<td align="center">@</td>
<td>MX Record</td>
<td>ALT2.ASPMX.L.GOOGLE.COM</td>
<td>5</td>
</tr>
<tr>
<td align="center">@</td>
<td>MX Record</td>
<td>ASPMX2.GOOGLEMAIL.COM</td>
<td>10</td>
</tr>
<tr>
<td align="center">@</td>
<td>MX Record</td>
<td>ASPMX3.GOOGLEMAIL.COM</td>
<td>10</td>
</tr>
</tbody>
</table>
</blockquote>
</ol>
</div>
<div id="vserver">
<ol id="numbered">
<li>Log in to your account at <a href="https://www.server4you.de/de/start.php?a">server.de</a>.</li>
<li>Click <strong>PowerDNS</strong>.</li>
<li>Click <strong>Nameserver</strong>.</li>
<li>Choose the domain you want to edit and click <strong>Info</strong>.</li>
<li>Delete all existing MX records.</li>
<li>Insert the new ones:</li>
<blockquote><p>MX 1 aspmx.l.google.com Ändern Löschen<br />
MX 5 alt1.aspmx.l.google.com Ändern Löschen<br />
MX 5 ALT2.ASPMX.L.GOOGLE.COM Ändern Löschen<br />
MX 10 ASPMX2.GOOGLEMAIL.COM Ändern Löschen<br />
MX 10 ASPMX3.GOOGLEMAIL.COM Ändern Löschen</p></blockquote>
<li>Done &#8211; it could take some time until these records are public.</li>
</ol>
</div>
<div id="webhost4life">
<ol id="numbered">
<li>Log in to your account at <a href="http://www.webhost4life.com/">Webhost4Life</a>.</li>
<li>Go to <strong>DNS</strong>.</li>
<li>Select the domain name that you&#8217;d like to use with Google Apps.</li>
<li>Click <strong>Edit Zone</strong>.</li>
<li>Insert the following MX records with the associated priority values:</li>
<blockquote>
<table border="1" cellspacing="3" cellpadding="1">
<tbody>
<tr>
<td><strong>Mail Server</strong></td>
<td><strong>Priority</strong></td>
</tr>
<tr>
<td>ASPMX.L.GOOGLE.COM.</td>
<td>1</td>
</tr>
<tr>
<td>ALT1.ASPMX.L.GOOGLE.COM.</td>
<td>5</td>
</tr>
<tr>
<td>ALT2.ASPMX.L.GOOGLE.COM.</td>
<td>10</td>
</tr>
<tr>
<td>ASPMX2.GOOGLEMAIL.COM.</td>
<td>15</td>
</tr>
<tr>
<td>ASPMX3.GOOGLEMAIL.COM.</td>
<td>20</td>
</tr>
</tbody>
</table>
</blockquote>
</ol>
</div>
<div id="whm">
<ol id="numbered">
<li>Log in to your WHM account.</li>
<li>Click on <strong>DNS Functions</strong> .</li>
<li>Click <strong>Edit DNS Zone</strong> .</li>
<li>In the box on the right, select the domain you want to edit, and then click <strong>Edit</strong> .</li>
<li>Delete the existing MX record entry.</li>
<li>In the first box, enter your domain name (e.g. example.com).</li>
<li>Don&#8217;t change the second box.</li>
<li>Select <strong>MX</strong> from the drop-down menu.</li>
<li>In the box to the right of the drop-down menu, enter <strong>10</strong> as the <strong>priority</strong> value.</li>
<li>In the next box, enter <strong>ASPMX.L.GOOGLE.COM.</strong></li>
<li>Repeat steps six through eight for the rest of the MX record entries listed below. Add new entries in the <strong>Add New Entries Below this Line</strong> section.</li>
<p><strong>NOTE:</strong> Make sure each entry is entered exactly as it appears in the following table. Each record must have the trailing dot.</p>
<table border="1" cellspacing="3" cellpadding="1">
<tbody>
<tr>
<td><strong>Priority</strong></td>
<td><strong>Mail Server</strong></td>
</tr>
<tr>
<td>10</td>
<td>ASPMX.L.GOOGLE.COM.</td>
</tr>
<tr>
<td>20</td>
<td>ALT1.ASPMX.L.GOOGLE.COM.</td>
</tr>
<tr>
<td>30</td>
<td>ALT2.ASPMX.L.GOOGLE.COM.</td>
</tr>
<tr>
<td>40</td>
<td>ASPMX2.GOOGLEMAIL.COM.</td>
</tr>
<tr>
<td>50</td>
<td>ASPMX3.GOOGLEMAIL.COM.</td>
</tr>
</tbody>
</table>
<li>Click <strong>save.</strong></li>
</ol>
</div>
<div id="xname">
<ol id="numbered">
<li>Log in to your <a href="http://xname.org/">xname.org</a> account.</li>
<li>Go to the configuration page and remove all existing MX records.</li>
<li>Enter the following information:<br />
The first number below is for priority and goes to first field in the <strong>MX-records</strong> configuration page.</li>
<blockquote>
<table border="1" cellspacing="0" cellpadding="5">
<tbody>
<tr>
<td>1</td>
<td>ASPMX.L.GOOGLE.COM.</td>
</tr>
<tr>
<td>5</td>
<td>ALT1.ASPMX.L.GOOGLE.COM.</td>
</tr>
<tr>
<td>5</td>
<td>ALT2.ASPMX.L.GOOGLE.COM.</td>
</tr>
<tr>
<td>10</td>
<td>ASPMX2.GOOGLEMAIL.COM.</td>
</tr>
<tr>
<td>10</td>
<td>ASPMX3.GOOGLEMAIL.COM.</td>
</tr>
</tbody>
</table>
</blockquote>
</ol>
</div>
<div id="yahoo">
<ol id="numbered">
<li>Log in to your account at <a href="http://smallbusiness.yahoo.com/services" target="_none">smallbusiness.yahoo.com</a>.</li>
<li>Click <strong>Domain Control Panel</strong> below the domain you&#8217;d like to use with <strong>Google Apps</strong>.</li>
<li>Click <strong>Manage Advanced DNS Settings</strong>.</li>
<li>Click <strong>Change MX Records</strong>.</li>
<li>Clear all existing MX records.</li>
<li>Enter information according to the table below:Note: Make sure each entry is entered exactly as it appears in the following table. Be sure to <strong>include the trailing dot at the end of each record.</strong><br />
<table>
<tbody>
<tr>
<th>MailServer Hostname:</th>
<th>Priority</th>
</tr>
<tr>
<td>ASPMX.L.GOOGLE.COM.</td>
<td>10</td>
</tr>
<tr>
<td>ALT1.ASPMX.L.GOOGLE.COM.</td>
<td>20</td>
</tr>
<tr>
<td>ALT2.ASPMX.L.GOOGLE.COM.</td>
<td>30</td>
</tr>
<tr>
<td>ASPMX2.GOOGLEMAIL.COM.</td>
<td>40</td>
</tr>
<tr>
<td>ASPMX3.GOOGLEMAIL.COM.</td>
<td>50</td>
</tr>
<tr>
<td>ASPMX4.GOOGLEMAIL.COM.</td>
<td>60</td>
</tr>
<tr>
<td>ASPMX5.GOOGLEMAIL.COM.</td>
<td>70</td>
</tr>
</tbody>
</table>
</li>
<li>Click <strong>Submit</strong>.</li>
</ol>
</div>
<div id="zoneedit">
<ol id="numbered">
<li>Log in to your account at <a href="http://www.ZoneEdit.com">ZoneEdit.com</a>.</li>
<li>Select the zone that has the MX entries you would like to change.</li>
<li>Click <strong>Mail Servers (MS)</strong>.</li>
<li>Delete the current entries:</li>
<blockquote><p>Select all checkboxes in the <strong>delete</strong> column.</p>
<p>Press the <strong>Delete</strong> button.</p>
<p>Click <strong>Yes</strong> to verify.</p></blockquote>
<li>MX records should be added one at a time:</li>
<blockquote><p>In <strong>MailServer</strong>, add <strong>ASPMX.L.GOOGLE.COM</strong>.</p>
<p>Select <strong>1st</strong> priority for the rank.</p>
<p>Add the name of your domain.</p></blockquote>
<li>Click <strong>Add New Mail Server</strong>.</li>
<li>You will be asked to confirm the operation. Press <strong>Yes</strong>.</li>
<li>Repeat for the following entries:</li>
<blockquote><p><strong>ALT1.ASPMX.L.GOOGLE.COM</strong> handles mail <strong>3rd</strong> for your domain</p>
<p><strong>ALT2.ASPMX.L.GOOGLE.COM</strong> handles mail <strong>3rd</strong> for your domain</p>
<p><strong>ASPMX2.GOOGLEMAIL.COM</strong> handles mail <strong>5th</strong> for your domain</p>
<p><strong>ASPMX3.GOOGLEMAIL.COM</strong> handles mail <strong>5th</strong> for your domain</p></blockquote>
</ol>
</div>
</div>
]]></content:encoded>
			<wfw:commentRss>http://www.modelserve.net/tutorials/adding-google-apps-gmail/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Installing WordPress</title>
		<link>http://www.modelserve.net/tutorials/installing-wordpress/</link>
		<comments>http://www.modelserve.net/tutorials/installing-wordpress/#comments</comments>
		<pubDate>Mon, 04 Jan 2010 22:53:04 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Tutorials]]></category>

		<guid isPermaLink="false">http://www.modelserve.net/?p=1</guid>
		<description><![CDATA[Below is quick checklist that I use when I setup a new blog, these are all not &#8220;required&#8221; but a useful guide. -Update domain to point to  your  account (either by nameservers or IP) -Add domain to cpanel -Add email account to forward to your email. -Install WordPress on &#8220;www&#8221; from cpanel using Simple Scripts. [...]]]></description>
			<content:encoded><![CDATA[<p></p><p>Below is quick checklist that I use when I setup a new blog, these are all not &#8220;required&#8221; but a useful guide.</p>
<p>-Update domain to point to  your  account (either by nameservers or IP)<br />
-Add domain to cpanel<br />
-Add email account to forward to your email.<br />
-Install WordPress on &#8220;www&#8221; from cpanel using Simple Scripts.<br />
-Send email with site info to yourself.<br />
-update sitename<br />
-update admin email<br />
-add user<br />
-update permalinks<br />
-add plugin &#8220;Mail From&#8221;<br />
-Activate Akismet<br />
-upload, unpack (via CPanel) and activate (via wp) <a href="http://www.modelserve.net/tutorials/installing-thesis-theme/">Thesis Theme<br />
</a> -add plugin &#8220;Thesis Openhook&#8221;<br />
*upload, unpack (via Cpanel) and activate (via wp) upload plugins: <a href="http://www.modelserve.net/tutorials/installing-scribe/">Scribe</a></p>
<p>-Remove admin footer link<br />
-add plugin &#8220;FBLike&#8221;</p>
<div id=":uz">-Remove thesis attribution (this can be done from thesis openhook)<br />
-Add <a href="http://www.google.com/analytics/">google analytics</a>.</p>
<p>Optional pluggins:<br />
-sharethis<br />
-retweet</p>
<p>Then add categories!</p>
<p>Also Try Scribe SEO, <a href="http://www.zemanta.com">Zemanta</a></p>
</div>
]]></content:encoded>
			<wfw:commentRss>http://www.modelserve.net/tutorials/installing-wordpress/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>vhost configuration</title>
		<link>http://www.modelserve.net/tutorials/vhost-configuration/</link>
		<comments>http://www.modelserve.net/tutorials/vhost-configuration/#comments</comments>
		<pubDate>Sun, 22 Feb 2009 01:39:16 +0000</pubDate>
		<dc:creator>bolson67</dc:creator>
				<category><![CDATA[Tutorials]]></category>

		<guid isPermaLink="false">http://www.modelserve.net/?p=109</guid>
		<description><![CDATA[CONFIGURING NEW ACCOUNTS HostMySite 1. Configure domain manager at modelserv as indicated below. The IP address for the A adress and MXE is 204.202.2.24. Your domain name (eg domainname.com) should be placed in the ftp, www, pop, imap, 2. Add a user for this domain in iManager. 3. Add virtual host for this domain in [...]]]></description>
			<content:encoded><![CDATA[<p></p><div style="text-align: center;"><span style="font-family: Arial,Helvetica,sans-serif;"><strong>CONFIGURING NEW    ACCOUNTS </strong> </span></div>
<hr style="text-align: center;" size="1" />
<p style="text-align: center;"><span style="font-family: Arial,Helvetica,sans-serif;"><a href="http://modelserv.net/configure2/index.html">HostMySite</a><br />
</span></p>
<table style="text-align: center;" border="0" cellspacing="0" cellpadding="0" width="600">
<tbody>
<tr valign="top">
<td><span style="font-family: Arial,Helvetica,sans-serif; font-size: x-small;">1. Configure domain            manager at modelserv as indicated below. The IP address for the A adress            and MXE is 204.202.2.24. Your domain name (eg domainname.com) should            be placed in the ftp, www, pop, imap, </span></p>
<p><span style="font-family: Arial,Helvetica,sans-serif;"><img src="http://modelserv.net/configure/images/index_01.jpg" alt="" width="578" height="381" /></span></p>
<p><span style="font-family: Arial,Helvetica,sans-serif; font-size: x-small;">2. Add a user for            this domain in iManager.</span></p>
<p><span style="font-family: Arial,Helvetica,sans-serif; font-size: x-small;">3. Add virtual host            for this domain in iManager.</span></p>
<p><span style="font-family: Arial,Helvetica,sans-serif; font-size: x-small;">4. Add &#8216;mail.&#8217; virtual            host for this domain in iManager as indicated in the below example:</span></p>
<p><span style="font-family: Arial,Helvetica,sans-serif;"><strong><span style="font-size: x-small;">&lt;VirtualHost&gt;</span></strong></span></p>
<table border="0" cellspacing="0" cellpadding="0" width="90%" align="center">
<tbody>
<tr>
<td width="25%">
<div><span style="font-size: x-small;"><strong><span style="font-family: Arial,Helvetica,sans-serif;">ServerName:</span></strong></span></div>
</td>
<td>
<input name="textfield" size="50" type="text" value="mail.YOURDOMAINNAME.com" /></td>
</tr>
<tr>
<td width="25%">
<div><span style="font-size: x-small;"><strong><span style="font-family: Arial,Helvetica,sans-serif;">ServerAdmin:</span></strong></span></div>
</td>
<td>
<input name="textfield2" size="50" type="text" value="USER@YOURDOMAINNAME.com" /></td>
</tr>
<tr>
<td width="25%">
<div><span style="font-size: x-small;"><strong><span style="font-family: Arial,Helvetica,sans-serif;">DocumentRoot:</span></strong></span></div>
</td>
<td>
<input name="textfield3" size="50" type="text" value="/usr/local/apache/htdocs/imanager" /></td>
</tr>
<tr>
<td width="25%">
<div><span style="font-size: x-small;"><strong><span style="font-family: Arial,Helvetica,sans-serif;">ScriptAlias:</span></strong></span></div>
</td>
<td>
<input name="textfield4" size="50" type="text" /></td>
</tr>
<tr>
<td width="25%">
<div><span style="font-size: x-small;"><strong><span style="font-family: Arial,Helvetica,sans-serif;">ErrorLog:</span></strong></span></div>
</td>
<td>
<input name="textfield5" size="50" type="text" /></td>
</tr>
</tbody>
</table>
<table border="0" cellspacing="0" cellpadding="0" width="90%" align="center">
<tbody>
<tr valign="top">
<td><span style="font-family: Arial,Helvetica,sans-serif;"><strong><span style="font-size: x-small;">Other                Directives (one per line):</span><span style="font-size: small;"><br />
<textarea cols="50" rows="6" name="textfield6"></textarea><br />
<span style="font-size: x-small;">Placement in httpd.conf:</span></span></strong></span></p>
<select name="select" size="1">
<option selected="selected">append to end of file</option>
</select>
</td>
</tr>
</tbody>
</table>
<p><span style="font-size: small;"><strong><span style="font-family: Arial,Helvetica,sans-serif; font-size: x-small;">&lt;/VirtualHost&gt;</span></strong></span></td>
</tr>
<tr valign="top">
<td><span style="font-family: Arial,Helvetica,sans-serif; font-size: x-small;">5. Add host name            (YOURDOMAIN.COM) to file in iManager&#8217;s filemanager (as root user).</span></p>
<blockquote><p><span style="font-family: Arial,Helvetica,sans-serif; font-size: x-small;">etc.&gt; mail&gt;local-host-names</span></p></blockquote>
<p><span style="font-family: Arial,Helvetica,sans-serif; font-size: x-small;">6. Restart sendmail            in telnet. (&#8216;su&#8217; to root user at command prompt)</span></p>
<blockquote><p><span style="font-family: Arial,Helvetica,sans-serif; font-size: x-small;"># su<br />
<em>(enter password)</em></span></p>
<p><span style="font-family: Arial,Helvetica,sans-serif; font-size: x-small;"># restart_sendmail</span></p></blockquote>
</td>
</tr>
</tbody>
</table>
<p style="text-align: center;"><span style="font-family: Arial,Helvetica,sans-serif;"><br />
</span></p>
<hr style="text-align: center;" size="1" />
<table style="text-align: center;" border="0" cellspacing="0" cellpadding="0" width="600">
<tbody>
<tr>
<td><span style="font-family: Arial,Helvetica,sans-serif;"><strong>FILE LOCATIONS</strong></span></p>
<p>/usr/local/lib/php.ini</p>
<p>Path to ImageMagick:</p>
<p>/usr/local/lib/ImageMagick</td>
</tr>
</tbody>
</table>
<hr style="text-align: center;" size="1" />
<p style="text-align: center;"><span style="font-family: Arial,Helvetica,sans-serif;"><strong>INSTALLING URCHIN</strong></span></p>
<p style="text-align: center;"><span style="font-family: Arial,Helvetica,sans-serif; font-size: x-small;">1. edit file in            imanager:<br />
/usr/local/urchin3404cr1d/config</span></p>
<p style="text-align: center;"><span style="font-family: Arial,Helvetica,sans-serif; font-size: x-small;">(copy report and            change neccessary info)</span></p>
<p style="text-align: center;"><span style="font-family: Arial,Helvetica,sans-serif; font-size: x-small;">2. run urchin from            telnet (&#8216;su&#8217; to root user):</span></p>
<p style="text-align: center;"><span style="font-family: Arial,Helvetica,sans-serif; font-size: x-small;"># /usr/local/urchin/urchin</span></p>
<p style="text-align: center;">
<p style="text-align: center;"><span style="font-family: Arial,Helvetica,sans-serif;"><strong>PASSWORD PROTECTING URCHIN</strong></span></p>
<p style="text-align: center;"><span style="font-family: Arial,Helvetica,sans-serif; font-size: x-small;">1. Create a file            called &#8216;.htaccess&#8217; (cut and paste example below, editing &#8216;USERNAME&#8217;            and place in urchin folder. The asiest way is from iManager&#8217;s filemanager            of the root user.</span></p>
<p style="text-align: center;"><span style="font-family: Arial,Helvetica,sans-serif;">===</span></p>
<p style="text-align: center;">
<blockquote style="text-align: center;"><p>
<pre><pre>&lt;span style=&quot;font-family: Arial,Helvetica,sans-serif;&quot;&gt;AuthUserFile /etc/.htpasswd
AuthGroupFile /dev/null
AuthName &quot;Brian Olson&quot;
AuthType Basic

&amp;lt;Limit GET&amp;gt;
require user USERNAME
&amp;lt;/Limit&amp;gt;&lt;/span&gt;</pre></pre>
</p></blockquote>
<p style="text-align: center;">
<p style="text-align: center;"><span style="font-family: Arial,Helvetica,sans-serif;">==</span></p>
<p style="text-align: center;"><span style="font-family: Arial,Helvetica,sans-serif; font-size: x-small;">2. Use the htpasswd          command to set a password for the new user in telnet (&#8216;su&#8217; to root).<br />
<span style="font-family: Arial,Helvetica,sans-serif; font-size: x-small;"> # htpasswd -c /etc/.htpasswd            <strong>USERNAME</strong> </span></span></p>
<p style="text-align: center;"><span style="font-family: Arial,Helvetica,sans-serif; font-size: x-small;">:: Update            ::</span></p>
<p># mkpw PASSWORD</p>
<p>(Where PASSWORD is the new password your wish to create. )</p>
<p>This will generate an encrypted password, copy this into the .htpasswd            file:</p>
<p># cd /etc pico .htpasswd</p>
<p style="text-align: center;"><span style="font-family: Arial,Helvetica,sans-serif;"> </span></p>
<p style="text-align: center;">
<p style="text-align: center;"><span style="font-family: Arial,Helvetica,sans-serif;"><strong>COMMAND LINE</strong></span></p>
<p style="text-align: center;"><span style="font-family: Arial,Helvetica,sans-serif;">Find file:</span></p>
<p style="text-align: center;"><span style="font-family: Arial,Helvetica,sans-serif;"># cd /<br />
# find . -name &#8220;httpd&#8221; </span></p>
<p style="text-align: center;">
<p style="text-align: center;"><span style="font-family: Arial,Helvetica,sans-serif;">Find folder:</span></p>
<p style="text-align: center;"><span style="font-family: Arial,Helvetica,sans-serif;">which </span></p>
<p style="text-align: center;">
<p style="text-align: center;"><span style="font-family: Arial,Helvetica,sans-serif;">Force kill apache:</span></p>
<p style="text-align: center;"><span style="font-family: Arial,Helvetica,sans-serif;">apachectl stop<br />
apachectl start</span></p>
<p style="text-align: center;"><span style="font-family: Arial,Helvetica,sans-serif;">Really kill apache:</span></p>
<p style="text-align: center;"><span style="font-family: Arial,Helvetica,sans-serif;">killall -9 httpd<strong><br />
</strong></span></p>
<p style="text-align: center;"><span style="font-family: Arial,Helvetica,sans-serif;"><strong>Restart MySQL</strong></span></p>
<p style="text-align: center;"><span style="font-family: Arial,Helvetica,sans-serif;">/usr/local/etc/rc.d/mysql-server.sh            stop </span></p>
<p style="text-align: center;"><span style="font-family: Arial,Helvetica,sans-serif;"> /usr/local/etc/rc.d/mysql-server.sh            start</span></p>
<p style="text-align: center;">
<p style="text-align: center;"><span style="font-family: Arial,Helvetica,sans-serif;"><strong>Restore</strong></span></p>
<p style="text-align: center;"><span style="font-family: Arial,Helvetica,sans-serif;">vps01 /home/bolson67# cd            /<br />
vps01 /# getback</span></p>
<p style="text-align: center;"><span style="font-family: Arial,Helvetica,sans-serif;"><strong>Setting file and            folder permissions</strong></span></p>
<p style="text-align: center;">vps01 /home/user/www/directory.com# chmod -R 644 photo<br />
vps01 /home/user/www/directory.com# chmod 755 photo</p>
<p style="text-align: center;">4-R 2-W 1-X</p>
<p style="text-align: center;"><span style="font-family: Arial,Helvetica,sans-serif;"><strong>Nuke Logs</strong></span></p>
<p style="text-align: center;"><span style="font-family: Arial,Helvetica,sans-serif;">vnl</span></p>
<p style="text-align: center;">
<p style="text-align: center;"><span style="font-family: Arial,Helvetica,sans-serif;"><strong>INSTALL PEAR</strong></span></p>
<p style="text-align: center;">pear install HTML_BBCodeParser</p>
<p style="text-align: center;">
<p style="text-align: center;">
<p style="text-align: center;"><strong>Installing Godaddy Certificat on ViaVerio:</strong></p>
<p style="text-align: center;">===STEP 1===</p>
<p style="text-align: center;"># cd /usr/local/certs<br />
# openssl req -new</p>
<p style="text-align: center;">Give this to Godaddy</p>
<p style="text-align: center;">===Step 2===</p>
<p style="text-align: center;">upload the two certs godaddy give you back into:<br />
/usr/local/certs<br />
or<br />
into tmp then move (mv gd_intermediate_bundle.crt  /usr/local/certs/gd_intermediate_bundle.crt)</p>
<p style="text-align: center;">
<p style="text-align: center;">===Step 3===</p>
<p style="text-align: center;">cd /usr/local/certs<br />
# openssl rsa -in privkey.pem -out privkey.pem</p>
<p style="text-align: center;">copy privkey.pem and rename as example.com.pem (cp privkey.pem  example.com.pem)<br />
copy example.com.cert and rename as ssl.cert<br />
run:<br />
# cat ssl.cert &gt;&gt; example.com.pem</p>
<p style="text-align: center;">===Step 4===</p>
<p style="text-align: center;">Edit your /www/conf/httpd.conf file to look for your certificate file            by adding or uncommenting the following commands:</p>
<p style="text-align: center;">SSLCertificateChainFile /usr/local/certs/gd_intermediate_bundle.crt<br />
SSLCertificateFile /usr/local/certs/example.com.pem</p>
<p style="text-align: center;">===Step 5===</p>
<p style="text-align: center;">Restart Apache</p>
<p style="text-align: center;">
<p style="text-align: center;">
<p style="text-align: center;">
<p style="text-align: center;"><span style="font-family: Arial,Helvetica,sans-serif;"><strong>PHP Config</strong></span></p>
<table style="text-align: center;" border="0" cellspacing="5" cellpadding="5" width="80%">
<tbody>
<tr align="center" valign="top">
<td bgcolor="#999999">PHP 4</td>
<td bgcolor="#999999">PHP 5</td>
</tr>
<tr align="center" valign="top">
<td bgcolor="#999999"><strong><span style="font-family: Arial,Helvetica,sans-serif;"><img src="http://modelserv.net/configure/images/php4.jpg" alt="" width="164" height="538" /></span></strong></td>
<td style="text-align: center;" bgcolor="#999999"><img src="http://modelserv.net/configure/images/php5.jpg" alt="" width="434" height="620" /></td>
</tr>
</tbody>
</table>
]]></content:encoded>
			<wfw:commentRss>http://www.modelserve.net/tutorials/vhost-configuration/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

