<?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>danielmiessler.com &#187; Email</title>
	<atom:link href="http://danielmiessler.com/categories/email/feed" rel="self" type="application/rss+xml" />
	<link>http://danielmiessler.com</link>
	<description>grep understanding</description>
	<lastBuildDate>Sun, 12 Feb 2012 09:25:59 +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>What MTA Do The Big Universities Use?</title>
		<link>http://danielmiessler.com/blog/what-mta-do-the-big-universities-use</link>
		<comments>http://danielmiessler.com/blog/what-mta-do-the-big-universities-use#comments</comments>
		<pubDate>Sat, 14 Jun 2008 04:08:35 +0000</pubDate>
		<dc:creator>Daniel Miessler</dc:creator>
				<category><![CDATA[Academics]]></category>
		<category><![CDATA[Email]]></category>
		<category><![CDATA[Postfix]]></category>
		<category><![CDATA[System Administration]]></category>

		<guid isPermaLink="false">http://dmiessler.com/?p=2462</guid>
		<description><![CDATA[Ever wonder what mail servers people run? I found myself wondering what the top universities used, so I wrote a lame little script to go and query the top 50 schools from this list, find out their mail servers, and then netcat to them to see what they respond with. The results were interesting. I [...]]]></description>
			<content:encoded><![CDATA[<p>Ever wonder what mail servers people run? I found myself wondering what the top universities used, so I wrote <a href="http://dmiessler.com/files/check_mail_servers.sh">a lame little script</a> to go and query <a href="http://www.usnews.com/usnews/edu/college/rankings/brief/natudoc/tier1/t1natudoc_brief.php">the top 50 schools from this list</a>, find out their mail servers, and then netcat to them to see what they respond with.</p>

<p><a href="http://dmiessler.com/files/results">The results</a> were interesting. I was specifically wondering how the war between <a href="http://www.sendmail.org">Sendmail</a> and <a href="http://www.postfix.org">Postfix</a> was going. As expected, Sendmail is still winning, but Postfix seems to be holding its own.</p>

<div class="wp_syntax">
220 perseus.services.brown.edu ESMTP <strong>Sendmail</strong> X.X.X; Tue, 9 May 2006 17:06:13 -0400 (EDT)<br />
220 mailhub4.dartmouth.edu ESMTP <strong>Sendmail</strong> 8.13.5/DND2.0/8.13.5; Tue, 9 May 2006 17:06:16 -0400<br />
220 ns3.br.<em>harvard</em>.edu ESMTP <strong>Postfix</strong><br />
220 nisc.net.isc.upenn.edu ESMTP <strong>Postfix</strong><br />
220 emfw1.<em>Princeton</em>.EDU ESMTP <span style="color: red;">(0ebdea0d60768e14e7c57b1a3713dd99)</span><br />
220 mr5.its.yale.edu ESMTP <strong>server ready</strong> at Tue, 9 May 2006 17:06:18 -0400<br />
220 <em>MIT</em>.EDU ESMTP Sendmail <strong>(no collect or third party calls)</strong> at Tue, 9 May 2006 17:06:19 -0400 (EDT)<br />
220 water-ox.its.caltech.edu ESMTP Postfix<br />
220 mx4.<em>stanford</em>.edu ESMTP <strong>Postfix</strong><br />
220-pohl.acpub.duke.edu ESMTP Duke University <strong>Sendmail</strong> 8.12.10/Duke-5.0.0;<br />
220 MailRouter-2.wustl.edu ESMTP <strong>Mirapoint</strong> 3.5.8-GR; Tue, 9 May 2006 16:06:26 -0500 (CDT)<br />
220 relay.it.northwestern.edu ESMTP <strong>Postfix</strong><br />
220 ipex2.johnshopkins.edu ESMTP<br />
(&#8211;<a href="http://dmiessler.com/files/results.txt">snipped</a>&#8211;)
</div>

<p>So out of 36 responses I got 7 with Postfix in the banner. If we take that highly unscientific sample and call it legit, we&#8217;re looking at roughly 20% of top-50 universities using Postfix. Not bad.</p>

<p>Aside from the MTA war, though, it was just interesting to see what these guys were putting in their banners. Check out the Princeton one, for example &#8212; they have some sort of secret message encoded with MD5 in theirs. And MIT points out that they don&#8217;t want any collect or third party calls. Nice.</p>

<p>Anyway, here are the results and the tool I used. Be sure to check out the raw output as well; there are quite a few interesting tidbits in there.:</p>

<h3>Files</h3>

<p>[ <a href="http://dmiessler.com/files/results.txt">The Results</a> ]<br />
[ <a href="http://dmiessler.com/files/orig_server_strings.txt">The Raw Results</a> ]<br />
[ <a href="http://dmiessler.com/files/check_mail_servers.sh.txt">The Script I Used</a> ]<br />
[ <a href="http://dmiessler.com/files/universities">The List of Universities I Used</a> ]</p>
<div id="crp_related"><h3>Related Content</h3><ul><li><a href="http://danielmiessler.com/blog/what-mail-server-do-the-big-universities-use" rel="bookmark" class="crp_title">What Mail Server Do The Big Universities Use?</a></li><li><a href="http://danielmiessler.com/blog/what-mail-server-do-the-fortune-100-companies-use" rel="bookmark" class="crp_title">What Mail Server Do The Fortune 100 Companies Use?</a></li><li><a href="http://danielmiessler.com/blog/postfix-courier-imap-mailapp-and-certificates" rel="bookmark" class="crp_title">Postfix, Courier-Imap, Mail.app, and Certificates</a></li><li><a href="http://danielmiessler.com/blog/how-to-get-postfix-to-use-smtp-auth-without-mysql" rel="bookmark" class="crp_title">How To Get Postfix To Use SMTP-AUTH *WITHOUT* MySQL</a></li><li><a href="http://danielmiessler.com/blog/an-nmap-scan-of-the-iphone-20-software" rel="bookmark" class="crp_title">An Nmap Scan of the iPhone 2.0 Software</a></li></ul></div>]]></content:encoded>
			<wfw:commentRss>http://danielmiessler.com/blog/what-mta-do-the-big-universities-use/feed</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Email Authentication (SPF)</title>
		<link>http://danielmiessler.com/blog/email-authentication-spf</link>
		<comments>http://danielmiessler.com/blog/email-authentication-spf#comments</comments>
		<pubDate>Mon, 11 Feb 2008 11:28:20 +0000</pubDate>
		<dc:creator>Daniel Miessler</dc:creator>
				<category><![CDATA[Email]]></category>
		<category><![CDATA[Information Security]]></category>

		<guid isPermaLink="false">http://dmiessler.com/blog/email-authentication-spf</guid>
		<description><![CDATA[Got a wicked PayPal spam message today. Looked totally legit. Here are the headers: So SPF caught it but it failed &#8220;soft&#8221;. At what point do we as mail server admins (Google in this case) start dropping these emails instead of letting them through? Or, to put it another way, what part of an official [...]]]></description>
			<content:encoded><![CDATA[<p>Got a wicked PayPal spam message today. Looked totally legit.</p>

<p><img src="http://dmiessler.com/wp-content/uploaded_content/2008/02/spdl8.png" alt="spdl8" /></p>

<p>Here are the headers:</p>

<p><img src="http://dmiessler.com/wp-content/uploaded_content/2008/02/phh.png" alt="phh" /></p>

<p>So SPF caught it but it failed &#8220;soft&#8221;. At what point do we as mail server admins (Google in this case) start dropping these emails instead of letting them through?</p>

<p>Or, to put it another way, what part of an official email from PayPal coming from <strong>mail.royalimaging.net (64.2.112.131.ptr.us.xo.net [64.2.112.131])</strong> doesn&#8217;t make you want to drop it?</p>

<p>grrr.</p>
<div id="crp_related"><h3>Related Content</h3><ul><li><a href="http://danielmiessler.com/blog/study-smtp" rel="bookmark" class="crp_title">Study: SMTP</a></li><li><a href="http://danielmiessler.com/blog/how-to-migrate-your-custom-domains-email-to-google-and-maintain-your-addresses" rel="bookmark" class="crp_title">How to Migrate Your Custom Domain&#8217;s Email to Google (And Maintain Your Addresses)</a></li><li><a href="http://danielmiessler.com/blog/linux-filtering-spam-and-viruses-without-amavis" rel="bookmark" class="crp_title">Linux: Filtering Spam And Viruses Without Amavis</a></li><li><a href="http://danielmiessler.com/blog/this-is-why-you-should-be-encrypting-your-communications-with-google-traffic-included" rel="bookmark" class="crp_title">This is Why You Should Be Encrypting Your Communications with Google [Traffic Included]</a></li><li><a href="http://danielmiessler.com/blog/decision-2008-google-apps-vs-apples-mobileme" rel="bookmark" class="crp_title">Decision 2008: Google Apps vs. Apple&#8217;s MobileMe</a></li></ul></div>]]></content:encoded>
			<wfw:commentRss>http://danielmiessler.com/blog/email-authentication-spf/feed</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>Got Bacn?</title>
		<link>http://danielmiessler.com/blog/got-bacn</link>
		<comments>http://danielmiessler.com/blog/got-bacn#comments</comments>
		<pubDate>Tue, 21 Aug 2007 01:30:09 +0000</pubDate>
		<dc:creator>Daniel Miessler</dc:creator>
				<category><![CDATA[Email]]></category>
		<category><![CDATA[Internet]]></category>
		<category><![CDATA[Spam]]></category>
		<category><![CDATA[Web2.0]]></category>

		<guid isPermaLink="false">http://dmiessler.com/blogarchive/got-bacn</guid>
		<description><![CDATA[Bacn is an unwanted byproduct of the Web2.0 craze. It&#8217;s all the email that you get as notifications and updates that would have been spam if you hadn&#8217;t actually requested it. It&#8217;s email you want &#8211; but not right now. [ Bacn ] Related ContentHow to Stop Receiving Emails From Facebook When People Comment After [...]]]></description>
			<content:encoded><![CDATA[<p>Bacn is an unwanted byproduct of the Web2.0 craze. It&#8217;s all the email that you get as notifications and updates that <strong>would</strong> have been spam if you hadn&#8217;t actually requested it.</p>

<p align="center">It&#8217;s email you want &#8211; <em>but not right now</em>.</p>

<p>[ <a href="http://www.bacn2.com/">Bacn</a> ]</p>
<div id="crp_related"><h3>Related Content</h3><ul><li><a href="http://danielmiessler.com/blog/how-to-stop-receiving-emails-from-facebook-when-people-comment-after-you-in-other-peoples-stuff" rel="bookmark" class="crp_title">How to Stop Receiving Emails From Facebook When People Comment After You in Other Peoples&#8217; Stuff</a></li><li><a href="http://danielmiessler.com/blog/a-zen-lesson-from-my-ipod" rel="bookmark" class="crp_title">A Zen Lesson From My iPod</a></li><li><a href="http://danielmiessler.com/blog/this-link-could-have-been-anything-reddit-spam-issue" rel="bookmark" class="crp_title">This Link Could Have Been Anything [Reddit Spam Issue]</a></li><li><a href="http://danielmiessler.com/blog/filtering-non-gmail-email-with-gmail" rel="bookmark" class="crp_title">Filtering Non-Gmail Email With Gmail</a></li><li><a href="http://danielmiessler.com/blog/bayes-theorem-applied-to-email" rel="bookmark" class="crp_title">Bayes&#8217; Theorem Applied to Email</a></li></ul></div>]]></content:encoded>
			<wfw:commentRss>http://danielmiessler.com/blog/got-bacn/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>From Mailing Lists To RSS</title>
		<link>http://danielmiessler.com/blog/from-mailing-lists-to-rss</link>
		<comments>http://danielmiessler.com/blog/from-mailing-lists-to-rss#comments</comments>
		<pubDate>Thu, 22 Feb 2007 15:40:57 +0000</pubDate>
		<dc:creator>Daniel Miessler</dc:creator>
				<category><![CDATA[Community]]></category>
		<category><![CDATA[Email]]></category>
		<category><![CDATA[Lists]]></category>
		<category><![CDATA[RSS]]></category>
		<category><![CDATA[Security]]></category>

		<guid isPermaLink="false">http://dmiessler.com/archives/1163</guid>
		<description><![CDATA[I&#8217;m not sure how this is going to work out yet, but I&#8217;m making the switch away from mailing list for a couple of my key security sources &#8212; most importantly, Full Disclosure and Bugtraq. A few I&#8217;ll still interact with through my mail client, i.e. those that I participate actively in more often, but [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;m not sure how this is going to work out yet, but I&#8217;m making the switch away from mailing list for a couple of my key security sources &#8212; most importantly, Full Disclosure and Bugtraq.</p>

<p>A few I&#8217;ll still interact with through my mail client, i.e. those that I participate actively in more often, but for the majority of them I&#8217;m going to be moving to RSS. Here&#8217;s a short list of feeds you might want to look at: <a href="http://seclists.org/rss/bugtraq.rss"></a></p>

<ul>
    <li><a href="http://seclists.org/rss/bugtraq.rss">Bugtraq</a></li>
    <li><a href="http://seclists.org/rss/fulldisclosure.rss">Full Disclosure</a></li>
    <li><a href="http://seclists.org/rss/nmap-hackers.rss">Nmap Hackers</a></li>
</ul>

<p>And here&#8217;s <a href="http://seclists.org/">a comprehensive list from seclist.org</a>.</p>
<div id="crp_related"><h3>Related Content</h3><ul><li><a href="http://danielmiessler.com/blog/nmap-now-does-web-spidering" rel="bookmark" class="crp_title">Nmap Now Does Web Spidering</a></li><li><a href="http://danielmiessler.com/blog/pentesting-use-firefox-quicksearches-to-lookup-bugtraq-ids-from-the-address-bar" rel="bookmark" class="crp_title">Pentesting: Use Firefox Quicksearches To Lookup Bugtraq IDs From The Address Bar</a></li><li><a href="http://danielmiessler.com/blog/stored-xss-on-amazon" rel="bookmark" class="crp_title">Stored XSS on Amazon</a></li><li><a href="http://danielmiessler.com/blog/why-i-hate-mailing-lists" rel="bookmark" class="crp_title">Why I Hate Mailing Lists</a></li><li><a href="http://danielmiessler.com/blog/new-features-in-nmap-400" rel="bookmark" class="crp_title">New Features in Nmap 4.00</a></li></ul></div>]]></content:encoded>
			<wfw:commentRss>http://danielmiessler.com/blog/from-mailing-lists-to-rss/feed</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>Postfix, Courier-Imap, Mail.app, and Certificates</title>
		<link>http://danielmiessler.com/blog/postfix-courier-imap-mailapp-and-certificates</link>
		<comments>http://danielmiessler.com/blog/postfix-courier-imap-mailapp-and-certificates#comments</comments>
		<pubDate>Wed, 21 Feb 2007 03:01:19 +0000</pubDate>
		<dc:creator>Daniel Miessler</dc:creator>
				<category><![CDATA[Courier]]></category>
		<category><![CDATA[Email]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Postfix]]></category>
		<category><![CDATA[Sysadmin]]></category>

		<guid isPermaLink="false">http://dmiessler.com/archives/1158</guid>
		<description><![CDATA[I just finished getting Mail.app to recognize two seperate SSL certs from my server &#8212; one for imap.dmiessler.com, and another for smtp.dmiessler.com. This was less than trivial (mostly due to my own stupidity). What this means is that I can finally use real domain names in my certificates (self-signed) for two separate hostnames while avoiding [...]]]></description>
			<content:encoded><![CDATA[<p>I just finished getting Mail.app to recognize two seperate SSL certs from my server &#8212; one for imap.dmiessler.com, and another for smtp.dmiessler.com. This was less than trivial (mostly due to my own stupidity).</p>

<p>What this means is that I can finally use real domain names in my certificates (self-signed) for two separate hostnames while avoiding the annoying prompts that OS X likes to throw when it senses tomfoolery.</p>

<p>Here are the steps:</p>

<ul>
    <li>Create your Postfix certificates the way Weitse wants you to, using your SMTP hostname.</li>
    <li>Import both the CA cert <strong>and</strong> your actual Postfix certificate into OS X.</li>
    <li>For IMAP, edit your imapd.cnf file to reflect your IMAP hostname, etc.</li>
    <li>Run <code>mkimapdcert</code>.</li>
    <li>Import that certificate into OS X.</li>
</ul>

<p>Now when you open Mail.app you should not get prompted to accept any certificates. The trick is that you need to import the CA&#8217;s cert on the Postfix side or it won&#8217;t work. But with courier this is not required. It has something to do with the format of the certificates being different.</p>

<p>It&#8217;s on my list of things to research, but for now I&#8217;m just happy I got it working exactly as I want it.</p>
<div id="crp_related"><h3>Related Content</h3><ul><li><a href="http://danielmiessler.com/blog/linux-filtering-spam-and-viruses-without-amavis" rel="bookmark" class="crp_title">Linux: Filtering Spam And Viruses Without Amavis</a></li><li><a href="http://danielmiessler.com/blog/mailapp-is-imap-retarded" rel="bookmark" class="crp_title">Mail.app is IMAP-Retarded</a></li><li><a href="http://danielmiessler.com/blog/how-to-get-postfix-to-use-smtp-auth-without-mysql" rel="bookmark" class="crp_title">How To Get Postfix To Use SMTP-AUTH *WITHOUT* MySQL</a></li><li><a href="http://danielmiessler.com/blog/filtering-non-gmail-email-with-gmail" rel="bookmark" class="crp_title">Filtering Non-Gmail Email With Gmail</a></li><li><a href="http://danielmiessler.com/blog/what-mail-server-do-the-big-universities-use" rel="bookmark" class="crp_title">What Mail Server Do The Big Universities Use?</a></li></ul></div>]]></content:encoded>
			<wfw:commentRss>http://danielmiessler.com/blog/postfix-courier-imap-mailapp-and-certificates/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Is It Just Me Or Is Spam Kickin&#8217; Lately?</title>
		<link>http://danielmiessler.com/blog/is-it-just-me-or-is-spam-kickin-lately</link>
		<comments>http://danielmiessler.com/blog/is-it-just-me-or-is-spam-kickin-lately#comments</comments>
		<pubDate>Fri, 20 Oct 2006 04:37:26 +0000</pubDate>
		<dc:creator>Daniel Miessler</dc:creator>
				<category><![CDATA[Email]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[Spam]]></category>
		<category><![CDATA[Technology]]></category>

		<guid isPermaLink="false">http://dmiessler.com/archives/969</guid>
		<description><![CDATA[I cleaned out my Gmail spam folder yesterday. As I type this I have 275 messages in there already. Damn. And I&#8217;ve received like&#8230;15 legitimate emails in that same amount of time (not counting mailing lists). Yeah, I think we&#8217;re losing this battle. I&#8217;m thinking of checking out a service like MXLogic. Related ContentWhy I [...]]]></description>
			<content:encoded><![CDATA[<p>I cleaned out my Gmail spam folder yesterday. As I type this I have <b>275</b> messages in there already. Damn. And I&#8217;ve received like&#8230;15 legitimate emails in that same amount of time (not counting mailing lists).</p>

<p>Yeah, I think we&#8217;re losing this battle. I&#8217;m thinking of checking out a service like <a href="http://www.mxmailworks.com/default.asp">MXLogic</a>.</p>
<div id="crp_related"><h3>Related Content</h3><ul><li><a href="http://danielmiessler.com/blog/why-i-hate-mailing-lists" rel="bookmark" class="crp_title">Why I Hate Mailing Lists</a></li><li><a href="http://danielmiessler.com/blog/new-anti-spam-approach" rel="bookmark" class="crp_title">New Anti-Spam Approach</a></li><li><a href="http://danielmiessler.com/blog/filtering-non-gmail-email-with-gmail" rel="bookmark" class="crp_title">Filtering Non-Gmail Email With Gmail</a></li><li><a href="http://danielmiessler.com/blog/the-worst-anti-spam-technique-ever-bouncing-spam-messages" rel="bookmark" class="crp_title">The Worst Anti-Spam Technique Ever: &#8220;Bouncing&#8221; Spam Messages</a></li><li><a href="http://danielmiessler.com/blog/spam-added-more-rbls" rel="bookmark" class="crp_title">Spam: Added More RBLs</a></li></ul></div>]]></content:encoded>
			<wfw:commentRss>http://danielmiessler.com/blog/is-it-just-me-or-is-spam-kickin-lately/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>What Mail Server Do The Fortune 100 Companies Use?</title>
		<link>http://danielmiessler.com/blog/what-mail-server-do-the-fortune-100-companies-use</link>
		<comments>http://danielmiessler.com/blog/what-mail-server-do-the-fortune-100-companies-use#comments</comments>
		<pubDate>Fri, 18 Aug 2006 06:40:54 +0000</pubDate>
		<dc:creator>Daniel Miessler</dc:creator>
				<category><![CDATA[Business]]></category>
		<category><![CDATA[Email]]></category>
		<category><![CDATA[Internet]]></category>
		<category><![CDATA[Sysadmin]]></category>

		<guid isPermaLink="false">http://dmiessler.com/archives/876</guid>
		<description><![CDATA[Ever wonder what mail servers the top U.S. companies run? I found myself wondering what the top universities used a while back, and I just recently got curious as to what the Fortune 100 companies used as well. The results were quite interesting; it&#8217;s always fun to see what some of these admins put in [...]]]></description>
			<content:encoded><![CDATA[<p>Ever wonder what mail servers the top U.S. companies run? I found myself wondering <a href="http://dmiessler.com/archives/769">what the top universities used</a> a while back, and I just recently got curious as to what <a href="http://money.cnn.com/magazines/fortune/fortune500/full_list/">the Fortune 100 companies</a> used as well.<small>
</small>
<a href="http://dmiessler.com/files/fortune100_mailbanners.txt">The results</a> were quite interesting; it&#8217;s always fun to see what some of these admins put in their mail banners:
<pre class="codeblock"><strong>220</strong> plgmler2.imr.gm.com ESMTP <em>Sendmail</em> GM <font color="red">Secure</font>; Thu, 17 Aug 2006 23:23:21 -0500
<strong>220</strong> mail11.disney.com <strong>Postfix</strong> <strong>EGGS and Butter</strong> <strong>
220</strong> IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted
<strong>220</strong> Medco - <font color="orange">Ready</font> 220 mailgate2.safeway.com ESMTP ***** SMTP Ready *****
<strong>220</strong> mail1.cat.com ESMTP <font color="#0000e0">Microsoft Exchange</font> Internet Mail Service 5.5.2657.72) ready
<strong>220</strong> Northrop Grumman Corporation Ready
<strong>220</strong> mms01bas.mms.us.syntegra.com (IntraStore TurboSendmail) ESMTP Service ready
<strong>220</strong> [12.43.78.22] ESMTP
<strong>220</strong> wamu.com <em>Proxy Server</em> 220 fdsmail01.fds.com <font color="orange">Microsoft</font> ESMTP MAIL Service, Version:
5.0.2195.6713 ready at Fri, 18 Aug 2006 00:31:58 -0400</pre>
Quite a few of the banners warn anyone reading not to use the service for spam, although I have to wonder whether or not a spammer has ever changed their behavior due to a warning like this.</p>

<p>We also get to see some personality in the way the servers say goodbye (<a href="http://www.greenend.org.uk/rjk/2000/05/21/smtp-replies.html">SMTP 221</a>):
<pre class="codeblock"><strong>221</strong> Bye
<strong>221</strong> Until later [69.214.242.13]
<strong>221</strong> Catch you later</pre>
Anyway, here are the complete results as well as the stuff I used to run the test:</p>

<h5>Input</h5>

<p><a href="http://dmiessler.com/files/check_mail_servers.sh.txt">The Script</a>
<a href="http://dmiessler.com/files/companies.txt">The Company File</a></p>

<h5>Output</h5>

<p><a href="http://dmiessler.com/files/fortune100_mailbanners.txt">The Complete Banners</a>
<a href="http://dmiessler.com/files/fortune100_mailchatter.txt">The Exit Messages</a></p>

<p>&#8211;</p>

<p><small>** Note: There&#8217;s a fine line between being curious about interesting service banners and <a href="http://en.wikipedia.org/wiki/Portscanning">portscanning</a>. If you don&#8217;t know what that difference is then you probably shouldn&#8217;t be doing this at home. :)</small></p>
<div id="crp_related"><h3>Related Content</h3><ul><li><a href="http://danielmiessler.com/blog/what-mail-server-do-the-big-universities-use" rel="bookmark" class="crp_title">What Mail Server Do The Big Universities Use?</a></li><li><a href="http://danielmiessler.com/blog/what-mta-do-the-big-universities-use" rel="bookmark" class="crp_title">What MTA Do The Big Universities Use?</a></li><li><a href="http://danielmiessler.com/blog/english-precision-matters" rel="bookmark" class="crp_title">English: Precision Matters</a></li><li><a href="http://danielmiessler.com/blog/never-argue-again-about-the-pronunciation-of-os-x-proof-included" rel="bookmark" class="crp_title">Never Argue Again About The Pronunciation Of &#8220;OS X&#8221; (Proof Included)</a></li><li><a href="http://danielmiessler.com/blog/saying-no-to-www-a-fortune-50-company-analysis" rel="bookmark" class="crp_title">Saying No To &#8220;www&#8221;: A Fortune 50 Company Analysis</a></li></ul></div>]]></content:encoded>
			<wfw:commentRss>http://danielmiessler.com/blog/what-mail-server-do-the-fortune-100-companies-use/feed</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
		<item>
		<title>WonderfulBuys Spam</title>
		<link>http://danielmiessler.com/blog/wonderfulbuys-spam</link>
		<comments>http://danielmiessler.com/blog/wonderfulbuys-spam#comments</comments>
		<pubDate>Thu, 27 Jul 2006 06:00:22 +0000</pubDate>
		<dc:creator>Daniel Miessler</dc:creator>
				<category><![CDATA[Email]]></category>
		<category><![CDATA[Information Security]]></category>
		<category><![CDATA[Spam]]></category>

		<guid isPermaLink="false">http://dmiessler.com/archives/843</guid>
		<description><![CDATA[Bastards. These people are going through Gmail and Spamassasin filters like they aren&#8217;t there. I guarantee you they&#8217;re all stupid rich, too. Here&#8217;s my quick-fix via .mailfilter thanks to them always putting that text in the From: field: # Wonderful Spam if ( /^From:.*Wonderful&#46;Buys&#46;com/ ) { to "Maildir/.Junk" } I&#8217;ll know tomorrow if I got [...]]]></description>
			<content:encoded><![CDATA[<p>Bastards.
<a href="http://dmiessler.com/images/WonderfulSpam.png"><img width="439" height="225" src="http://dmiessler.com/images/WonderfulSpam.png" /></a></p>

<p>These people are going through Gmail and Spamassasin filters like they aren&#8217;t there. I guarantee you they&#8217;re all stupid rich, too. Here&#8217;s my quick-fix via .mailfilter thanks to them always putting that text in the From: field:
<code>
<strong> # Wonderful Spam
if ( /^From:.*Wonderful&#46;Buys&#46;com/ )
{
to "Maildir/.Junk"
}</strong>
</code></p>

<p>I&#8217;ll know tomorrow if I got the syntax right&#8230;</p>
<div id="crp_related"><h3>Related Content</h3><ul><li><a href="http://danielmiessler.com/blog/linux-filtering-spam-and-viruses-without-amavis" rel="bookmark" class="crp_title">Linux: Filtering Spam And Viruses Without Amavis</a></li><li><a href="http://danielmiessler.com/blog/filtering-non-gmail-email-with-gmail" rel="bookmark" class="crp_title">Filtering Non-Gmail Email With Gmail</a></li><li><a href="http://danielmiessler.com/blog/7-relatively-unknown-but-very-powerful-vim-features" rel="bookmark" class="crp_title">7 Relatively Unknown But Very Powerful Vim Features</a></li><li><a href="http://danielmiessler.com/blog/how-to-search-your-site-using-google-from-firefoxs-address-bar-with-code" rel="bookmark" class="crp_title">How To Search Your Site Using Google From Firefox&#8217;s Address Bar (with code)</a></li><li><a href="http://danielmiessler.com/blog/how-to-search-your-delicious-bookmarks-from-firefoxs-address-bar" rel="bookmark" class="crp_title">How To Search Your Del.icio.us Bookmarks From Firefox&#8217;s Address Bar</a></li></ul></div>]]></content:encoded>
			<wfw:commentRss>http://danielmiessler.com/blog/wonderfulbuys-spam/feed</wfw:commentRss>
		<slash:comments>15</slash:comments>
		</item>
	</channel>
</rss>

