<?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>edafe.org &#187; email</title>
	<atom:link href="http://edafe.org/tag/email/feed/" rel="self" type="application/rss+xml" />
	<link>http://edafe.org</link>
	<description>edafe.org is the personal site of Edafe Knabe.</description>
	<lastBuildDate>Fri, 03 Feb 2012 08:24:13 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Redirecting mail for the local root user</title>
		<link>http://edafe.org/2010/01/redirecting-mail-for-the-local-root-user-2/</link>
		<comments>http://edafe.org/2010/01/redirecting-mail-for-the-local-root-user-2/#comments</comments>
		<pubDate>Fri, 08 Jan 2010 12:46:23 +0000</pubDate>
		<dc:creator>edafe</dc:creator>
				<category><![CDATA[computing]]></category>
		<category><![CDATA[dapper]]></category>
		<category><![CDATA[email]]></category>
		<category><![CDATA[howto]]></category>
		<category><![CDATA[karmic]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[netbook]]></category>
		<category><![CDATA[postfix]]></category>
		<category><![CDATA[root]]></category>
		<category><![CDATA[smtp]]></category>
		<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[unr]]></category>

		<guid isPermaLink="false">http://edafe.org/?p=5768</guid>
		<description><![CDATA[postfix is Ubuntu&#8217;s default mail transfer agent (MTA) and can be configured to deliver mail using a relay host that requires SMTP authentication. Get the necessary packages with the following command: user@ubuntu:~$ sudo apt-get install postfix bsd-mailx Begin to configure &#8230; <a href="http://edafe.org/2010/01/redirecting-mail-for-the-local-root-user-2/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p><em>postfix</em> is Ubuntu&rsquo;s default mail transfer agent (MTA) and can be configured to deliver mail using a <a href="http://en.wikipedia.org/wiki/SMTP-AUTH" target="_blank">relay host that requires SMTP authentication</a>.</p>
<p>Get the necessary packages with the following command:</p>
<p><code>user@ubuntu:~$ sudo apt-get install postfix bsd-mailx</code></p>
<p>Begin to configure your <em>postfix</em> installation by choosing <em>satellite system</em> as the general type of configuration. Enter the local machine name as the mail name (eg mycomputer.edafe.org) and the SMTP server address of your email service provider as the SMTP relay host (eg smtp.relayhost.com).</p>
<p>Edit the file <em>/etc/postfix/main.cf</em> and add the following:</p>
<p><code>smtp_sasl_auth_enable = yes<br />smtp_sasl_password_maps = hash:/etc/postfix/sasl_passwd<br />smtp_sasl_security_options =<br />relay_domains =</code></p>
<p>Create the file <em>/etc/postfix/sasl_passwd</em> and make the following entries:</p>
<p><code>smtp.relayhost.com user:password</code></p>
<p>Substitute <em>smtp.relayhost.com</em> with the address of the SMTP relay host and <em>user:password</em> with your login details.</p>
<p>Continue by executing the following three commands:</p>
<p><code>user@ubuntu:~$ sudo chown root.root /etc/postfix/sasl_passwd<br />user@ubuntu:~$ sudo chmod 600 /etc/postfix/sasl_passwd<br />user@ubuntu:~$ sudo postmap hash:/etc/postfix/sasl_passwd</code></p>
<p>Instruct <em>postfix</em> to reload its settings with the following command:</p>
<p><code>user@ubuntu:~$ sudo /etc/init.d/postfix reload</code></p>
<h4>Making changes to the alias table</h4>
<p>The aliases table provides a system-wide mechanism to redirect mail for local recipients.</p>
<p>Edit the file <em>/etc/aliases</em> to contain the following entries:</p>
<p><code>postmaster: root<br />root: user@yourdomain.com</code></p>
<p>Substitute <em>user@yourdomain.com</em> with the email address that you would like mail for the root user to be redirected to.</p>
<p>Finally, update <em>/etc/aliases.db</em> using the following command:</p>
<p><code>user@ubuntu:~$ sudo newaliases</code></p>
<p>Mail for the local root user from now on will automatically be forwarded to <em>user@yourdomain.com</em> , using <em>smtp.relayhost.com</em> as the relay host.<br /><a href="http://www.postfix.org/BASIC_CONFIGURATION_README.html" target="_blank">www.postfix.org</a>, <a href="https://help.ubuntu.com/community/Postfix" target="_blank">help.ubuntu.com</a></p>
]]></content:encoded>
			<wfw:commentRss>http://edafe.org/2010/01/redirecting-mail-for-the-local-root-user-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Still sending naked email?</title>
		<link>http://edafe.org/2008/11/still-sending-naked-email-get-your-protection-here/</link>
		<comments>http://edafe.org/2008/11/still-sending-naked-email-get-your-protection-here/#comments</comments>
		<pubDate>Fri, 14 Nov 2008 21:17:38 +0000</pubDate>
		<dc:creator>edafe</dc:creator>
				<category><![CDATA[articles]]></category>
		<category><![CDATA[computing]]></category>
		<category><![CDATA[cryptography]]></category>
		<category><![CDATA[email]]></category>
		<category><![CDATA[encryption]]></category>
		<category><![CDATA[enigmail]]></category>
		<category><![CDATA[gnupg]]></category>
		<category><![CDATA[howto]]></category>
		<category><![CDATA[mozilla]]></category>
		<category><![CDATA[pgp]]></category>
		<category><![CDATA[privacy]]></category>
		<category><![CDATA[thunderbird]]></category>
		<category><![CDATA[windows]]></category>

		<guid isPermaLink="false">http://edafe.org/?p=3755</guid>
		<description><![CDATA[&#8220;In a world of repressive governments and a growing reliance on insecure networks, there&#8217;s no way anyone can be sure their most sensitive messages aren&#8217;t intercepted by the forces of darkness. But you can make it mathematically improbable that all &#8230; <a href="http://edafe.org/2008/11/still-sending-naked-email-get-your-protection-here/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>&ldquo;In a world of repressive governments and a growing reliance on insecure networks, there&rsquo;s no way anyone can be sure their most sensitive messages aren&rsquo;t intercepted by the forces of darkness. But you can make it mathematically improbable that all but the most well-funded snoops could ever make heads or tales of your communications.&rdquo; Use Dan Goodin&rsquo;s step-by-step guide to email encryption and keep your communications private.<br /><a href="http://www.theregister.co.uk/2008/11/14/email_encryption_how_to/" target="_blank">www.theregister.co.uk</a></p>
]]></content:encoded>
			<wfw:commentRss>http://edafe.org/2008/11/still-sending-naked-email-get-your-protection-here/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The case for email security</title>
		<link>http://edafe.org/2007/10/the-case-for-email-security/</link>
		<comments>http://edafe.org/2007/10/the-case-for-email-security/#comments</comments>
		<pubDate>Mon, 29 Oct 2007 15:32:01 +0000</pubDate>
		<dc:creator>edafe</dc:creator>
				<category><![CDATA[articles]]></category>
		<category><![CDATA[cryptography]]></category>
		<category><![CDATA[email]]></category>
		<category><![CDATA[internet]]></category>
		<category><![CDATA[privacy]]></category>
		<category><![CDATA[security]]></category>

		<guid isPermaLink="false">http://edafe.org/?p=761</guid>
		<description><![CDATA[&#8220;It may not be surprising for you to learn that email is not a secure medium of communication; however, it may surprise you to learn just how inherently insecure it really is.&#8221; Erik Kangas on how email really works, what &#8230; <a href="http://edafe.org/2007/10/the-case-for-email-security/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>&ldquo;It may not be surprising for you to learn that email is not a secure medium of communication; however, it may surprise you to learn just how inherently insecure it really is.&rdquo; Erik Kangas on how email really works, what the security issues are and where you can make the difference.<br /><a href="http://luxsci.com/extranet/pdf/CaseForEmailSecurity.pdf" target="_blank">luxsci.com</a> (PDF file, 112 kb)</p>
]]></content:encoded>
			<wfw:commentRss>http://edafe.org/2007/10/the-case-for-email-security/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Das elektronische Briefgeheimnis</title>
		<link>http://edafe.org/2007/05/das-elektronische-briefgeheimnis/</link>
		<comments>http://edafe.org/2007/05/das-elektronische-briefgeheimnis/#comments</comments>
		<pubDate>Thu, 31 May 2007 21:57:56 +0000</pubDate>
		<dc:creator>edafe</dc:creator>
				<category><![CDATA[articles]]></category>
		<category><![CDATA[cryptography]]></category>
		<category><![CDATA[email]]></category>
		<category><![CDATA[internet]]></category>
		<category><![CDATA[privacy]]></category>
		<category><![CDATA[security]]></category>

		<guid isPermaLink="false">http://edafe.org/?p=734</guid>
		<description><![CDATA[In German &#8220;Wer eine E-Mail verschickt, mu&#223; damit rechnen, da&#223; seine Nachricht von Dritten gelesen wird.&#8221; Brief article outlining steps you can take to keep your email communications private.www.sueddeutsche.de]]></description>
			<content:encoded><![CDATA[<p><em>In German</em></p>
<p>&ldquo;Wer eine E-Mail verschickt, mu&szlig; damit rechnen, da&szlig; seine Nachricht von Dritten gelesen wird.&rdquo; Brief article outlining steps you can take to keep your email communications private.<br /><a href="http://www.sueddeutsche.de/,ra9l1/computer/artikel/604/113491/" target="_blank">www.sueddeutsche.de</a></p>
]]></content:encoded>
			<wfw:commentRss>http://edafe.org/2007/05/das-elektronische-briefgeheimnis/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Why you shouldn&#8217;t use HTML email</title>
		<link>http://edafe.org/2007/01/why-you-shouldnt-use-html-email/</link>
		<comments>http://edafe.org/2007/01/why-you-shouldnt-use-html-email/#comments</comments>
		<pubDate>Mon, 15 Jan 2007 20:21:03 +0000</pubDate>
		<dc:creator>edafe</dc:creator>
				<category><![CDATA[articles]]></category>
		<category><![CDATA[email]]></category>
		<category><![CDATA[html]]></category>
		<category><![CDATA[internet]]></category>
		<category><![CDATA[privacy]]></category>
		<category><![CDATA[security]]></category>
		<category><![CDATA[spam]]></category>

		<guid isPermaLink="false">http://edafe.org/?p=660</guid>
		<description><![CDATA[&#8220;Spammers use HTML emails to confirm your address.&#8221; There are other drawbacks to using HTML-formatting when sending and receiving emails. Consider this list of potential pitfalls that Martin Favreau has compiled for you.www.freeantispam.org]]></description>
			<content:encoded><![CDATA[<p>&ldquo;Spammers use HTML emails to confirm your address.&rdquo; There are other drawbacks to using HTML-formatting when sending and receiving emails. Consider this list of potential pitfalls that Martin Favreau has compiled for you.<br /><a href="http://www.freeantispam.org/html-email.php" target="_blank">www.freeantispam.org</a></p>
]]></content:encoded>
			<wfw:commentRss>http://edafe.org/2007/01/why-you-shouldnt-use-html-email/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Why use email encryption?</title>
		<link>http://edafe.org/2006/12/why-use-email-encryption/</link>
		<comments>http://edafe.org/2006/12/why-use-email-encryption/#comments</comments>
		<pubDate>Wed, 20 Dec 2006 21:54:42 +0000</pubDate>
		<dc:creator>edafe</dc:creator>
				<category><![CDATA[articles]]></category>
		<category><![CDATA[cryptography]]></category>
		<category><![CDATA[email]]></category>
		<category><![CDATA[internet]]></category>
		<category><![CDATA[privacy]]></category>
		<category><![CDATA[security]]></category>

		<guid isPermaLink="false">http://edafe.org/?p=728</guid>
		<description><![CDATA[Email encryption should be used by everyone. Here&#8217;s why.rffr.de]]></description>
			<content:encoded><![CDATA[<p>Email encryption should be used by everyone. Here&rsquo;s why.<br /><a href="http://rffr.de/why-encryption" target="_blank">rffr.de</a></p>
]]></content:encoded>
			<wfw:commentRss>http://edafe.org/2006/12/why-use-email-encryption/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Redirecting mail for the local root user</title>
		<link>http://edafe.org/2006/09/redirecting-mail-for-the-local-root-user/</link>
		<comments>http://edafe.org/2006/09/redirecting-mail-for-the-local-root-user/#comments</comments>
		<pubDate>Fri, 29 Sep 2006 22:18:59 +0000</pubDate>
		<dc:creator>edafe</dc:creator>
				<category><![CDATA[computing]]></category>
		<category><![CDATA[dapper]]></category>
		<category><![CDATA[email]]></category>
		<category><![CDATA[howto]]></category>
		<category><![CDATA[karmic]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[netbook]]></category>
		<category><![CDATA[postfix]]></category>
		<category><![CDATA[root]]></category>
		<category><![CDATA[smtp]]></category>
		<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[unr]]></category>

		<guid isPermaLink="false">http://edafe.org/?p=1188</guid>
		<description><![CDATA[This post has been updated.]]></description>
			<content:encoded><![CDATA[<p>This post <a href="./2010/01/redirecting-mail-for-the-local-root-user-2/">has been updated</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://edafe.org/2006/09/redirecting-mail-for-the-local-root-user/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to encrypt your email</title>
		<link>http://edafe.org/2006/07/how-to-encrypt-your-email/</link>
		<comments>http://edafe.org/2006/07/how-to-encrypt-your-email/#comments</comments>
		<pubDate>Tue, 04 Jul 2006 22:08:07 +0000</pubDate>
		<dc:creator>edafe</dc:creator>
				<category><![CDATA[articles]]></category>
		<category><![CDATA[cryptography]]></category>
		<category><![CDATA[email]]></category>
		<category><![CDATA[gpg]]></category>
		<category><![CDATA[internet]]></category>
		<category><![CDATA[pgp]]></category>
		<category><![CDATA[privacy]]></category>
		<category><![CDATA[security]]></category>

		<guid isPermaLink="false">http://edafe.org/?p=744</guid>
		<description><![CDATA[&#8220;You too can get PGP set up in a few simple steps.&#8221; Jason Thomas shows just how easy it is to start encrypting your messages.www.lifehacker.com]]></description>
			<content:encoded><![CDATA[<p>&ldquo;You too can get PGP set up in a few simple steps.&rdquo; Jason Thomas shows just how easy it is to start encrypting your messages.<br /><a href="http://www.lifehacker.com/software/top/how-to-encrypt-your-email-180878.php" target="_blank">www.lifehacker.com</a></p>
]]></content:encoded>
			<wfw:commentRss>http://edafe.org/2006/07/how-to-encrypt-your-email/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Thinking about email security</title>
		<link>http://edafe.org/2006/07/thinking-about-email-security/</link>
		<comments>http://edafe.org/2006/07/thinking-about-email-security/#comments</comments>
		<pubDate>Sat, 01 Jul 2006 21:04:58 +0000</pubDate>
		<dc:creator>edafe</dc:creator>
				<category><![CDATA[articles]]></category>
		<category><![CDATA[cryptography]]></category>
		<category><![CDATA[email]]></category>
		<category><![CDATA[internet]]></category>
		<category><![CDATA[privacy]]></category>
		<category><![CDATA[security]]></category>

		<guid isPermaLink="false">http://edafe.org/?p=738</guid>
		<description><![CDATA[&#8220;The bottom line is, if your email passes through or is stored on servers controlled by others, it&#8217;s probably a good idea to consider encryption.&#8221; Joe Brockmeier considers the confidentiality of your messages.www.newsforge.com]]></description>
			<content:encoded><![CDATA[<p>&ldquo;The bottom line is, if your email passes through or is stored on servers controlled by others, it&rsquo;s probably a good idea to consider encryption.&rdquo; Joe Brockmeier considers the confidentiality of your messages.<br /><a href="http://www.newsforge.com/article.pl?sid=06/06/14/2123222" target="_blank">www.newsforge.com</a></p>
]]></content:encoded>
			<wfw:commentRss>http://edafe.org/2006/07/thinking-about-email-security/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Introduction to cryptography</title>
		<link>http://edafe.org/2006/05/cryptography-a-z/</link>
		<comments>http://edafe.org/2006/05/cryptography-a-z/#comments</comments>
		<pubDate>Sat, 13 May 2006 22:36:23 +0000</pubDate>
		<dc:creator>edafe</dc:creator>
				<category><![CDATA[articles]]></category>
		<category><![CDATA[cryptography]]></category>
		<category><![CDATA[documentation]]></category>
		<category><![CDATA[email]]></category>
		<category><![CDATA[internet]]></category>
		<category><![CDATA[privacy]]></category>
		<category><![CDATA[security]]></category>

		<guid isPermaLink="false">http://edafe.org/?p=764</guid>
		<description><![CDATA[Find out more about the basic terminology and main methods of cryptography.www.ssh.com]]></description>
			<content:encoded><![CDATA[<p>Find out more about the basic terminology and main methods of cryptography.<br /><a href="http://www.ssh.com/support/cryptography/introduction/" target="_blank">www.ssh.com</a></p>
]]></content:encoded>
			<wfw:commentRss>http://edafe.org/2006/05/cryptography-a-z/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>A practical introduction to GNU Privacy Guard</title>
		<link>http://edafe.org/2005/11/a-practical-introduction-to-gnu-privacy-guard/</link>
		<comments>http://edafe.org/2005/11/a-practical-introduction-to-gnu-privacy-guard/#comments</comments>
		<pubDate>Thu, 24 Nov 2005 16:22:51 +0000</pubDate>
		<dc:creator>edafe</dc:creator>
				<category><![CDATA[computing]]></category>
		<category><![CDATA[cryptography]]></category>
		<category><![CDATA[email]]></category>
		<category><![CDATA[internet]]></category>
		<category><![CDATA[privacy]]></category>
		<category><![CDATA[security]]></category>
		<category><![CDATA[windows]]></category>

		<guid isPermaLink="false">http://edafe.org/?p=755</guid>
		<description><![CDATA[&#8220;In this guide, I will show you how to use the most important GPG commands.&#8221; Brendan Kidwell introduces GnuPG for Windows users.www.glump.net]]></description>
			<content:encoded><![CDATA[<p>&ldquo;In this guide, I will show you how to use the most important GPG commands.&rdquo; Brendan Kidwell introduces GnuPG for Windows users.<br /><a href="http://www.glump.net/dokuwiki/howto/gpg_intro" target="_blank">www.glump.net</a></p>
]]></content:encoded>
			<wfw:commentRss>http://edafe.org/2005/11/a-practical-introduction-to-gnu-privacy-guard/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Avoiding Windows email viruses with Mozilla Mail</title>
		<link>http://edafe.org/2005/10/avoiding-windows-email-viruses-with-mozilla-mail/</link>
		<comments>http://edafe.org/2005/10/avoiding-windows-email-viruses-with-mozilla-mail/#comments</comments>
		<pubDate>Tue, 25 Oct 2005 18:38:14 +0000</pubDate>
		<dc:creator>edafe</dc:creator>
				<category><![CDATA[articles]]></category>
		<category><![CDATA[browser]]></category>
		<category><![CDATA[email]]></category>
		<category><![CDATA[firefox]]></category>
		<category><![CDATA[howto]]></category>
		<category><![CDATA[mozilla]]></category>
		<category><![CDATA[security]]></category>

		<guid isPermaLink="false">http://edafe.org/?p=3707</guid>
		<description><![CDATA[&#8220;The users that I support would double-click on a landmine to see what it did.&#8221; Phil Jones and Vidar Braut Haarr explain how to stop viruses from spreading to your computer by enlisting the help of Mozilla Mail and adopting &#8230; <a href="http://edafe.org/2005/10/avoiding-windows-email-viruses-with-mozilla-mail/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>&ldquo;The users that I support would double-click on a landmine to see what it did.&rdquo; Phil Jones and Vidar Braut Haarr explain how to stop viruses from spreading to your computer by enlisting the help of Mozilla Mail and adopting a common sense approach.<br /><a href="http://www.pjls16812.pwp.blueyonder.co.uk/mozilla/">www.pjls16812.pwp.blueyonder.co.uk</a></p>
]]></content:encoded>
			<wfw:commentRss>http://edafe.org/2005/10/avoiding-windows-email-viruses-with-mozilla-mail/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Understanding email netiquette</title>
		<link>http://edafe.org/2005/06/understanding-email-netiquette/</link>
		<comments>http://edafe.org/2005/06/understanding-email-netiquette/#comments</comments>
		<pubDate>Sat, 25 Jun 2005 20:18:33 +0000</pubDate>
		<dc:creator>edafe</dc:creator>
				<category><![CDATA[articles]]></category>
		<category><![CDATA[email]]></category>
		<category><![CDATA[internet]]></category>
		<category><![CDATA[privacy]]></category>
		<category><![CDATA[security]]></category>
		<category><![CDATA[spam]]></category>

		<guid isPermaLink="false">http://edafe.org/?p=655</guid>
		<description><![CDATA[&#8220;Internet life carries its own versions of courtesy, privacy and security issues that all users need to know.&#8221; This article discusses basic email etiquette and explains the proper use of the To, CC and BCC fields when sending emails.www.bestprac.org]]></description>
			<content:encoded><![CDATA[<p>&ldquo;Internet life carries its own versions of courtesy, privacy and security issues that all users need to know.&rdquo; This article discusses basic email etiquette and explains the proper use of the To, CC and BCC fields when sending emails.<br /><a href="http://www.bestprac.org/articles/netiquette.htm" target="_blank">www.bestprac.org</a></p>
]]></content:encoded>
			<wfw:commentRss>http://edafe.org/2005/06/understanding-email-netiquette/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Introduction to cryptography</title>
		<link>http://edafe.org/2005/05/introduction-to-cryptography/</link>
		<comments>http://edafe.org/2005/05/introduction-to-cryptography/#comments</comments>
		<pubDate>Wed, 18 May 2005 22:17:45 +0000</pubDate>
		<dc:creator>edafe</dc:creator>
				<category><![CDATA[articles]]></category>
		<category><![CDATA[cryptography]]></category>
		<category><![CDATA[email]]></category>
		<category><![CDATA[internet]]></category>
		<category><![CDATA[privacy]]></category>
		<category><![CDATA[security]]></category>

		<guid isPermaLink="false">http://edafe.org/?p=750</guid>
		<description><![CDATA[Not entirely sure how cryptography works? This document&#8217;s two chapters, The Basics of Cryptography and Phil Zimmermann on PGP, will tell you what you need to know.ftp.pgpi.org (PDF file, 1007 kb)]]></description>
			<content:encoded><![CDATA[<p>Not entirely sure how cryptography works? This document&rsquo;s two chapters, The Basics of Cryptography and Phil Zimmermann on PGP, will tell you what you need to know.<br /><a href="ftp://ftp.pgpi.org/pub/pgp/7.0/docs/english/IntroToCrypto.pdf" target="_blank">ftp.pgpi.org</a> (PDF file, 1007 kb)</p>
]]></content:encoded>
			<wfw:commentRss>http://edafe.org/2005/05/introduction-to-cryptography/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Point-and-click email crypto</title>
		<link>http://edafe.org/2005/01/point-and-click-email-crypto/</link>
		<comments>http://edafe.org/2005/01/point-and-click-email-crypto/#comments</comments>
		<pubDate>Thu, 20 Jan 2005 21:26:47 +0000</pubDate>
		<dc:creator>edafe</dc:creator>
				<category><![CDATA[computing]]></category>
		<category><![CDATA[cryptography]]></category>
		<category><![CDATA[email]]></category>
		<category><![CDATA[internet]]></category>
		<category><![CDATA[kde]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[privacy]]></category>
		<category><![CDATA[security]]></category>

		<guid isPermaLink="false">http://edafe.org/?p=757</guid>
		<description><![CDATA[&#8220;I don&#8217;t want people reading my mail.&#8221; Roy Hoobler explains how to use KGPG for email and file encryption under KDE.www.linuxjournal.com]]></description>
			<content:encoded><![CDATA[<p>&ldquo;I don&rsquo;t want people reading my mail.&rdquo; Roy Hoobler explains how to use KGPG for email and file encryption under KDE.<br /><a href="http://www.linuxjournal.com/article/7616" target="_blank">www.linuxjournal.com</a></p>
]]></content:encoded>
			<wfw:commentRss>http://edafe.org/2005/01/point-and-click-email-crypto/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Why do you need PGP?</title>
		<link>http://edafe.org/2004/10/why-do-you-need-pgp/</link>
		<comments>http://edafe.org/2004/10/why-do-you-need-pgp/#comments</comments>
		<pubDate>Wed, 20 Oct 2004 21:55:35 +0000</pubDate>
		<dc:creator>edafe</dc:creator>
				<category><![CDATA[articles]]></category>
		<category><![CDATA[cryptography]]></category>
		<category><![CDATA[email]]></category>
		<category><![CDATA[internet]]></category>
		<category><![CDATA[privacy]]></category>
		<category><![CDATA[security]]></category>

		<guid isPermaLink="false">http://edafe.org/?p=730</guid>
		<description><![CDATA[For a conclusive answer read this article by Phil Zimmermann, author of the Pretty Good Privacy application.www.pgpi.org]]></description>
			<content:encoded><![CDATA[<p>For a conclusive answer read this article by Phil Zimmermann, author of the Pretty Good Privacy application.<br /><a href="http://www.pgpi.org/doc/whypgp/en/" target="_blank">www.pgpi.org</a></p>
]]></content:encoded>
			<wfw:commentRss>http://edafe.org/2004/10/why-do-you-need-pgp/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Spam bots &#8211; and how to avoid them</title>
		<link>http://edafe.org/2004/05/spam-bots-and-how-to-avoid-them/</link>
		<comments>http://edafe.org/2004/05/spam-bots-and-how-to-avoid-them/#comments</comments>
		<pubDate>Tue, 18 May 2004 20:19:14 +0000</pubDate>
		<dc:creator>edafe</dc:creator>
				<category><![CDATA[articles]]></category>
		<category><![CDATA[email]]></category>
		<category><![CDATA[internet]]></category>
		<category><![CDATA[privacy]]></category>
		<category><![CDATA[security]]></category>
		<category><![CDATA[spam]]></category>

		<guid isPermaLink="false">http://edafe.org/?p=657</guid>
		<description><![CDATA[&#8220;Once your email address is in the hands of spammers, regaining control of your inbox is a very, very difficult job indeed.&#8221; Nobody likes to receive spam, but what can you do to avoid it? Essential reading for anyone keen &#8230; <a href="http://edafe.org/2004/05/spam-bots-and-how-to-avoid-them/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>&ldquo;Once your email address is in the hands of spammers, regaining control of your inbox is a very, very difficult job indeed.&rdquo; Nobody likes to receive spam, but what can you do to avoid it? Essential reading for anyone keen to &lsquo;throw a spammer&rsquo; in the works.<br /><a href="http://www.bestprac.org/articles/spam_bots_3.htm" target="_blank">www.bestprac.org</a></p>
]]></content:encoded>
			<wfw:commentRss>http://edafe.org/2004/05/spam-bots-and-how-to-avoid-them/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

