<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: E-mail security: how does e-mail work (I).</title>
	<atom:link href="http://becomingparanoid.com/2006/03/14/e-mail-security-how-does-e-mail-work-i/feed/" rel="self" type="application/rss+xml" />
	<link>http://becomingparanoid.com/2006/03/14/e-mail-security-how-does-e-mail-work-i/</link>
	<description>Tips about computer security, privacy and staying safe online</description>
	<lastBuildDate>Tue, 22 May 2007 23:49:20 -0700</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.5</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Becoming paranoid &#187; E-mail security: types of undesired mail</title>
		<link>http://becomingparanoid.com/2006/03/14/e-mail-security-how-does-e-mail-work-i/comment-page-1/#comment-29</link>
		<dc:creator>Becoming paranoid &#187; E-mail security: types of undesired mail</dc:creator>
		<pubDate>Mon, 20 Mar 2006 17:29:49 +0000</pubDate>
		<guid isPermaLink="false">http://becomingparanoid.com/2006/03/14/e-mail-security-how-does-e-mail-work-i/#comment-29</guid>
		<description>[...] We have already seen a brief discussion of how e-mails works both when we send it&#160;and when we receive it, so now it&#8217;s time to know which kind of undesired mail we can receive. [...]</description>
		<content:encoded><![CDATA[<p>[...] We have already seen a brief discussion of how e-mails works both when we send it&nbsp;and when we receive it, so now it&rsquo;s time to know which kind of undesired mail we can receive. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: madelman</title>
		<link>http://becomingparanoid.com/2006/03/14/e-mail-security-how-does-e-mail-work-i/comment-page-1/#comment-28</link>
		<dc:creator>madelman</dc:creator>
		<pubDate>Wed, 15 Mar 2006 00:21:01 +0000</pubDate>
		<guid isPermaLink="false">http://becomingparanoid.com/2006/03/14/e-mail-security-how-does-e-mail-work-i/#comment-28</guid>
		<description>Yeah, Felipe, that&#039;s true. One of the consequences of oversymplification is that you get some technical errors. I didn&#039;t want to get deeply technical, as I want to remain these series useful for beginners.

Anyway, your explanation is correct, so if the email dir is user@server.com, probably the mail is send to the server mail.server.com, depending on the DNS settings. But to explain this I would need to explain how DNS works and that will probably come in a future series of articles :)

Thanks for your comments :)</description>
		<content:encoded><![CDATA[<p>Yeah, Felipe, that&#8217;s true. One of the consequences of oversymplification is that you get some technical errors. I didn&#8217;t want to get deeply technical, as I want to remain these series useful for beginners.</p>
<p>Anyway, your explanation is correct, so if the email dir is <a href="mailto:user@server.com">user@server.com</a>, probably the mail is send to the server mail.server.com, depending on the DNS settings. But to explain this I would need to explain how DNS works and that will probably come in a future series of articles <img src='http://becomingparanoid.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>Thanks for your comments <img src='http://becomingparanoid.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Felipe Alfaro Solana</title>
		<link>http://becomingparanoid.com/2006/03/14/e-mail-security-how-does-e-mail-work-i/comment-page-1/#comment-27</link>
		<dc:creator>Felipe Alfaro Solana</dc:creator>
		<pubDate>Tue, 14 Mar 2006 22:56:22 +0000</pubDate>
		<guid isPermaLink="false">http://becomingparanoid.com/2006/03/14/e-mail-security-how-does-e-mail-work-i/#comment-27</guid>
		<description>I&#039;m not sure that the component standing at the right of the at (@) sign of an e-mail address is the server name. I would say the component at the right of the at sign could be an e-mail domain or the FQDN of an MTA (SMTP server).

For example:

user1@madrid.company.es

Is &quot;madrid.company.es&quot; an e-mail domain name or the FQDN of a MTA host? To know, an MTA or MUA will, in first place, try to resolve a DNS MX RR corresponding to &quot;madrid.company.es&quot;. If no MX RR is found, the MTA or MUA will try to resolve a DNS A (or AAAA for IPv6) RR corresponding to &quot;madrid.company.es&quot;. If the MX query succeeds, then &quot;madrid.company.es&quot; is an e-mail domain. If the A (or AAAA) query suceeds, then &quot;madrid.company.es&quot; is the FQDN of a host called &quot;madrid.company.es&quot;.</description>
		<content:encoded><![CDATA[<p>I&#8217;m not sure that the component standing at the right of the at (@) sign of an e-mail address is the server name. I would say the component at the right of the at sign could be an e-mail domain or the FQDN of an MTA (SMTP server).</p>
<p>For example:</p>
<p><a href="mailto:user1@madrid.company.es">user1@madrid.company.es</a></p>
<p>Is &#8220;madrid.company.es&#8221; an e-mail domain name or the FQDN of a MTA host? To know, an MTA or MUA will, in first place, try to resolve a DNS MX RR corresponding to &#8220;madrid.company.es&#8221;. If no MX RR is found, the MTA or MUA will try to resolve a DNS A (or AAAA for IPv6) RR corresponding to &#8220;madrid.company.es&#8221;. If the MX query succeeds, then &#8220;madrid.company.es&#8221; is an e-mail domain. If the A (or AAAA) query suceeds, then &#8220;madrid.company.es&#8221; is the FQDN of a host called &#8220;madrid.company.es&#8221;.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
