<?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>Technology, Computer, Network and Games Cheat &#187; Email</title>
	<atom:link href="http://www.gamescheat.ca/tag/email/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.gamescheat.ca</link>
	<description>Day to day technical how to - by Andrew Lin</description>
	<lastBuildDate>Thu, 26 May 2011 18:48:10 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=</generator>
		<item>
		<title>Upgrading SpamAssassin on Fedora 4 server.</title>
		<link>http://www.gamescheat.ca/2009/05/upgrading-spamassassin-on-fedora-4-server/</link>
		<comments>http://www.gamescheat.ca/2009/05/upgrading-spamassassin-on-fedora-4-server/#comments</comments>
		<pubDate>Mon, 18 May 2009 01:53:44 +0000</pubDate>
		<dc:creator>Andrew Lin</dc:creator>
				<category><![CDATA[Software]]></category>
		<category><![CDATA[Email]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Spam]]></category>
		<category><![CDATA[Unix]]></category>

		<guid isPermaLink="false">http://www.gamescheat.ca/?p=327</guid>
		<description><![CDATA[Download the lastet version of SpamAssassin version 3.2.5, the file name is Mail-SpamAssassin-3.2.5.tar.gz. You can get the latest version from spamassassin.apache.org. In this step by step example I am upgrading SpamAssassin version 3.0.3-4.fc4 to 3.2.5 on my Fedora 4 server. After you download the lastest version, build the rpm using this file, the command to [...]]]></description>
			<content:encoded><![CDATA[<p>Download the lastet version of SpamAssassin version 3.2.5, the file name is Mail-SpamAssassin-3.2.5.tar.gz.  You can get the latest version from spamassassin.apache.org.</p>
<p>In this step by step example I am upgrading SpamAssassin version 3.0.3-4.fc4 to 3.2.5 on my Fedora 4 server.</p>
<p>After you download the lastest version, build the rpm using this file, the command to do that is below.</p>
<p><strong>sudo rpmbuild -tb Mail-SpamAssassin-3.2.5.tar.gz</strong></p>
<p>This will create two files, perl-Mail-SpamAssassin-3.2.5-1.i386.rpm and  spamassassin-3.2.5-1.i386.rpm in the folder  /usr/src/redhat/RPMS/i386.</p>
<p>Install this file first with the following command,</p>
<p><strong>rpm -i perl-Mail-SpamAssassin-3.2.5-1.i386.rpm</strong></p>
<p>Uninstall Evolution first because it dependencies that relies on Spamassassin 3.0.3-4.fc4, otherwise you will receive an error when uninstalling SpamAssassin version 3.0.3.  Evolution is an email client for Linux, similar to Outlook for Windows.</p>
<p>Uninstall in the following order:<br />
<strong>rpm -e evolution-connector-2.2.2-5.i386<br />
rpm -e evolution-devel-2.2.2-5.i386<br />
rpm -e evolution-2.2.2-5.i386</strong></p>
<p>Check to see whcih version of Spam Assassin is installed.</p>
<p><strong>rpm -q spamassassin</strong><br />
spamassassin-3.0.3-4.fc4</p>
<p>To uninstall run this command.</p>
<p><strong>rpm -e spamassassin-3.0.3-4.fc4</strong></p>
<p>You will see this warning message.<br />
<em>warning: /etc/mail/spamassassin/spamassassin-default.rc saved as /etc/mail/spamassassin/spamassassin-default.rc.rpmsave<br />
</em></p>
<p>Confirm that SpamAssassin has been uninstalled.<br />
<strong>rpm -q spamassassin</strong><br />
<em>package spamassassin is not installed</em></p>
<p>Now install the new version of SpamAssassin.</p>
<p><strong>rpm -i spamassassin-3.2.5-1.i386.rpm</strong></p>
<p>Check to see if the installation was successful.<br />
<strong>rpm -q spamassassin</strong><br />
<em>spamassassin-3.2.5-1</em></p>
<p>Now copy this file that was renamed during the uninstallation of the previous version.<br />
<strong>cp -i spamassassin-default.rc.rpmsave spamassassin-default.rc</strong></p>
<p>If you are interested here is the contents of the file spamassassin-default.rc.<br />
# send mail through spamassassin<br />
:0fw<br />
| /usr/bin/spamassassin<br />
# Drop all spam emails to /dev/null<br />
:0:<br />
* ^X-Spam-Status: Yes<br />
/dev/null<br />
# send mail through spamassassin<br />
:0fw<br />
| /usr/bin/spamassassin<br />
# Drop all spam emails to /dev/null<br />
:0:<br />
* ^X-Spam-Status: Yes<br />
/dev/null</p>
<p>The final step is to start the SpamAssassin service.</p>
<p><strong>service spamassassin start</strong><br />
<em>Starting spamd:                                            [  OK  ]</em></p>
<p>If you wish you can now download and install the latest version of Evolution from projects.gnome.org/evolution.  I may do that sometime, as I do not use it. </p>
<p>Well after I completed the above steps, it seems that SpamAssassin was not working.  I then decided to read the documentation avaiable on the website.  I guess I should have doen that first.</p>
<p>Anyhow, these are the steps I missed.  Edit the file /etc/mail/spamassassin/local.cf. </p>
<p>Remove the comment (#) from these lines as shown below<br />
<strong><br />
#   Add *****SPAM***** to the Subject header of spam e-mails<br />
#<br />
rewrite_header Subject *****SPAM*****</p>
<p>#   Set the threshold at which a message is considered spam (default: 5.0)<br />
#<br />
required_score 8</p>
<p>#   Use Bayesian classifier (default: 1)<br />
#<br />
use_bayes 1</p>
<p>#   Bayesian classifier auto-learning (default: 1)<br />
#<br />
bayes_auto_learn 1<br />
</strong></p>
<p>Then edit the file /etc/mail/spamassassin/spamassassin-default.rc, and add these lines if it&#8217;s not there.</p>
<p><strong># send mail through spamassassin<br />
DROPPRIVS=yes</p>
<p>:0fw<br />
| /usr/bin/spamassassin</strong></p>
<p>Restart spamd.<br />
service spamassassin restart</p>
]]></content:encoded>
			<wfw:commentRss>http://www.gamescheat.ca/2009/05/upgrading-spamassassin-on-fedora-4-server/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>Configurng the email address generator through Recipent Policies in Exchange Server 2003.</title>
		<link>http://www.gamescheat.ca/2009/05/configurng-the-email-address-generator-through-recipent-policies-in-exchange-server-2003/</link>
		<comments>http://www.gamescheat.ca/2009/05/configurng-the-email-address-generator-through-recipent-policies-in-exchange-server-2003/#comments</comments>
		<pubDate>Tue, 05 May 2009 15:00:20 +0000</pubDate>
		<dc:creator>Andrew Lin</dc:creator>
				<category><![CDATA[Software]]></category>
		<category><![CDATA[Email]]></category>
		<category><![CDATA[Microsoft Exchange]]></category>

		<guid isPermaLink="false">http://www.gamescheat.ca/?p=246</guid>
		<description><![CDATA[The Recipent Policies in the Exchange 2003 Server generates the email address of the users you create in Active Directory Users and Computers. For example users_name@domain_name.com. When configuring a new Exchange server it is recommended that a new Recipient Policy be created, instead of using the Default Policy. Here is how you can configure or [...]]]></description>
			<content:encoded><![CDATA[<p>The Recipent Policies in the Exchange 2003 Server generates the email address of the users you create in Active Directory Users and Computers. For example users_name@domain_name.com.</p>
<p>When configuring a new Exchange server it is recommended that a new Recipient Policy be created, instead of using the Default Policy.  Here is how you can configure or change the recipent policy.</p>
<p>The below is an excerpt from Microsoft Tech Net.</p>
<p>To modify any recipient policy:<br />
Start Exchange System Manager.<br />
Click Organization, click Recipients, and then click Recipient Policies.<br />
Double-click the policy that you want to change. If you are going to generate your SMTP address by using the replacement strings listed below, do not modify your Default Policy. You may encounter problems if the Default Policy is based upon attributes such as Given Name or Surname.For additional information, click the article number below to view the article in the Microsoft Knowledge Base:<br />
271339  (support.microsoft.com/kb/271339/EN-US/ ) XADM: Cannot Mount Database and Event ID 9546 Occurs<br />
Click the E-Mail Addresses tab, and then edit the appropriate SMTP Generation rule by using the following switches.</p>
<p>The default format is:<br />
user_name@domain_name.com<br />
The following replacement strings are available:<br />
%s = surname (last name)<br />
%g = given name (first name)<br />
%i = middle initial<br />
%d = display name<br />
%m = Exchange 2003 or Exchange 2000 Alias<br />
%rxy = Replace all subsequent characters x with character y in username. If x = y, then the character will be deleted.<br />
You can place a number in front of any of the preceding switches to define how many characters of the switch should be used, for example:<br />
%1s = Uses the first letter of the surname<br />
%5g = Uses the first five letters of the given name<br />
NOTE: Invalid characters (in accordance with Request for Comments [RFC] 821/822) are removed from the user&#8217;s name.<br />
More Information on the %r Replacement String<br />
If a %r is used for the purpose of substituting a valid character for an invalid character, the entire %r string is ignored. Additionally, %r should be used immediately before replacement string where you want to replace characters.</p>
<p>Therefore, in cases in which you want to replace character &#8220;x&#8221; with character &#8220;y&#8221; in the last name (represented with %s) an SMTP e-mail address is generated as follows:<br />
%g.%s<br />
The proper use of %r replacement string is:<br />
%g.%rxy%s<br />
Putting %rxy in front of the whole e-mail will not work properly in the above case and will not replace character &#8220;x&#8221; with &#8220;y&#8221; in the last name.</p>
<p>NOTE: When using the %rxy string, x can equal blank space. This string can be used to merge spaces in the name with a valid character.</p>
<p>NOTE: You cannot use the %rxy string as %r to remove manually typed periods from the Initials field in Active Directory Users and Computers. We recommend that the manually typed period be removed from the Initials field in Active Directory as this also affects other attributes.<br />
Back to the top<br />
Examples for User Logon Name = &#8220;AndrewLin&#8221;<br />
Display name = &#8220;Andrew Lin&#8221;<br />
Surname = &#8220;Lin&#8221;<br />
Given name = &#8220;Andrew&#8221;<br />
Format string          SMTP address generated for sample user<br />
&#8212;&#8212;&#8212;&#8212;-          &#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;<br />
%d@microsoft.com       HollyEBarrett@microsoft.com<br />
%r._%d@microsoft.com   HollyE_Barrett@microsoft.com<br />
%r..%d@microsoft.com   HollyE.Barrett@microsoft.com<br />
%g.%s@microsoft.com    Holly.Barrett@microsoft.com<br />
@microsoft.com         HollyB@microsoft.com<br />
%1g%s@microsoft.com    HBarrett@microsoft.com<br />
%1g%4s@microsoft.com   HBarr@microsoft.com</p>
<p>282314  (support.microsoft.com/kb/282314/ ) Site addressing generates incorrect SMTP address for &#8220;%g.%s.%m&#8221; </p>
]]></content:encoded>
			<wfw:commentRss>http://www.gamescheat.ca/2009/05/configurng-the-email-address-generator-through-recipent-policies-in-exchange-server-2003/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Auditing Exchange Mailbox size, logon and logoff.</title>
		<link>http://www.gamescheat.ca/2009/05/auditing-exchange-mailbox-size-logon-and-logoff/</link>
		<comments>http://www.gamescheat.ca/2009/05/auditing-exchange-mailbox-size-logon-and-logoff/#comments</comments>
		<pubDate>Tue, 05 May 2009 14:40:48 +0000</pubDate>
		<dc:creator>Andrew Lin</dc:creator>
				<category><![CDATA[Software]]></category>
		<category><![CDATA[Add new tag]]></category>
		<category><![CDATA[Email]]></category>
		<category><![CDATA[Microsoft Exchange]]></category>

		<guid isPermaLink="false">http://www.gamescheat.ca/?p=244</guid>
		<description><![CDATA[The Exchange Systems Manager can be used to quickly determine basic auditing information for all mailboxes configured on the server. Open Exchange System Manager Go to Administrative Groups &#8211; First Administrative Group &#8211; Servers &#8211; Server_Name &#8211; First Storage Group &#8211; Mailbox Store &#8211; Mailboxes. This will display all the mailboxes, you can determine the [...]]]></description>
			<content:encoded><![CDATA[<p>The Exchange Systems Manager can be used to quickly determine basic auditing information for all mailboxes configured on the server.</p>
<p>Open Exchange System Manager</p>
<p>Go to Administrative Groups &#8211; First Administrative Group &#8211; Servers &#8211; Server_Name &#8211; First Storage Group &#8211; Mailbox Store &#8211; Mailboxes.</p>
<p>This will display all the mailboxes, you can determine the current size of each mailboxes. This screen also provides a quick way to determine basic security auditing information such as, last logon by, logon time and logoff time.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.gamescheat.ca/2009/05/auditing-exchange-mailbox-size-logon-and-logoff/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to manually start the Microsoft Exchange Recipient Update Services.</title>
		<link>http://www.gamescheat.ca/2009/05/how-to-manually-start-the-microsoft-exchange-recipient-update-services/</link>
		<comments>http://www.gamescheat.ca/2009/05/how-to-manually-start-the-microsoft-exchange-recipient-update-services/#comments</comments>
		<pubDate>Tue, 05 May 2009 14:37:40 +0000</pubDate>
		<dc:creator>Andrew Lin</dc:creator>
				<category><![CDATA[Software]]></category>
		<category><![CDATA[Email]]></category>
		<category><![CDATA[Microsoft Exchange]]></category>
		<category><![CDATA[Microsoft Windows Server]]></category>
		<category><![CDATA[Outlook]]></category>

		<guid isPermaLink="false">http://www.gamescheat.ca/?p=242</guid>
		<description><![CDATA[As a systems or network administrator I&#8217;m sure there have been times when you have run into similar situation. You just created a new Exchange 2003 mailbox. But when you try to configure the Outlook client&#8217;s profile for the user your get the error that the mailbox cannot be found. You go back and check [...]]]></description>
			<content:encoded><![CDATA[<p>As a systems or network administrator I&#8217;m sure there have been times when you have run into similar situation.  You just created a new Exchange 2003 mailbox.  But when you try to configure the Outlook client&#8217;s profile for the user your get the error that the mailbox cannot be found.  You go back and check the Exchange properties of the mailbox in ACtive Directory Users and Computers, and everything looks good.</p>
<p>This is due to the delay in the Recipient Update Services.  Depending on the size and complexity of your Microsoft Windows server network and the number of domain controllers, it may take a few minutes to many hours to initiate and complete the Recipient Update Services process. If you are not in a rush, then simply wait until the next day to configure the Outlook client.</p>
<p>If you do not have the patience to wait or you simply must get Outlool email working for a new user, then there is a solution.  The Recipient Update Serives can manually be initiated to speed up the process.</p>
<p>Below is the instructions on how to manually force the Recipient Update Services to initiate.</p>
<p>Open Exchange System Manager</p>
<p>Click on Recipients &#8211; Recipient Update Services. In the right windows, right click Recipient Update Service and select Update Now.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.gamescheat.ca/2009/05/how-to-manually-start-the-microsoft-exchange-recipient-update-services/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

