<?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: Avoid Warning When Checking Secure Email</title>
	<atom:link href="http://blog.dreamhosters.com/2006/03/08/avoid-warning-when-checking-secure-email/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.dreamhosters.com/2006/03/08/avoid-warning-when-checking-secure-email/</link>
	<description>Tips &#038; Tricks for Dreamhosters</description>
	<lastBuildDate>Thu, 09 Oct 2008 16:48:15 -0700</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Chris</title>
		<link>http://blog.dreamhosters.com/2006/03/08/avoid-warning-when-checking-secure-email/comment-page-1/#comment-5164</link>
		<dc:creator>Chris</dc:creator>
		<pubDate>Sun, 19 Nov 2006 03:40:12 +0000</pubDate>
		<guid isPermaLink="false">http://blog.dreamhosters.com/2006/03/08/avoid-warning-when-checking-secure-email/#comment-5164</guid>
		<description>As per my previous comment, here is a batch script that does exactly that:

type c:\windows\system32\drivers\etc\hosts.&#124;find &quot;mail.dreamhost.com&quot; /v&gt;c:\windows\system32\drivers\etc\hosts.tmp
for /f &quot;skip=2 tokens=3 delims=: &quot; %%A in (&#039;ping mail.yourdomain.com&#039;) DO (
  call:write &quot;%%A&quot;
  goto:cleanup)
:write
ECHO %~1   mail.dreamhost.com&gt;&gt;c:\windows\system32\drivers\etc\hosts.tmp
goto:eof
:cleanup
type c:\windows\system32\drivers\etc\hosts.tmp&gt;c:\windows\system32\drivers\etc\hosts.
del c:\windows\system32\drivers\etc\hosts.tmp
pause
:eof


Cheers, Chris.</description>
		<content:encoded><![CDATA[<p>As per my previous comment, here is a batch script that does exactly that:</p>
<p>type c:\windows\system32\drivers\etc\hosts.|find &#8220;mail.dreamhost.com&#8221; /v&gt;c:\windows\system32\drivers\etc\hosts.tmp<br />
for /f &#8220;skip=2 tokens=3 delims=: &#8221; %%A in (&#8217;ping mail.yourdomain.com&#8217;) DO (<br />
  call:write &#8220;%%A&#8221;<br />
  goto:cleanup)<br />
:write<br />
ECHO %~1   mail.dreamhost.com&gt;&gt;c:\windows\system32\drivers\etc\hosts.tmp<br />
goto:eof<br />
:cleanup<br />
type c:\windows\system32\drivers\etc\hosts.tmp&gt;c:\windows\system32\drivers\etc\hosts.<br />
del c:\windows\system32\drivers\etc\hosts.tmp<br />
pause<br />
:eof</p>
<p>Cheers, Chris.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chris</title>
		<link>http://blog.dreamhosters.com/2006/03/08/avoid-warning-when-checking-secure-email/comment-page-1/#comment-5160</link>
		<dc:creator>Chris</dc:creator>
		<pubDate>Sun, 19 Nov 2006 03:08:18 +0000</pubDate>
		<guid isPermaLink="false">http://blog.dreamhosters.com/2006/03/08/avoid-warning-when-checking-secure-email/#comment-5160</guid>
		<description>For installing the Certificate, IE7 doesn&#039;t like it. Best bet is to install the certificate using IE6 or whatever, if you have another machine with the certificate installed you can export and import using IE7.

Personally I would prefer not to use IE at all, but then the company requires Outlook to be running. 

One thing you could do if the Mail servers change is create a logon script that replaces the hosts file on logon or startup. Replace it with the backup, get the ip address off mail.yourdomain.com and then create the hosts record for mail.dreamhost.com to that ip address. Then if it goes down people just need to restart their machines or logoff/logon.

Cheers, Chris.</description>
		<content:encoded><![CDATA[<p>For installing the Certificate, IE7 doesn&#8217;t like it. Best bet is to install the certificate using IE6 or whatever, if you have another machine with the certificate installed you can export and import using IE7.</p>
<p>Personally I would prefer not to use IE at all, but then the company requires Outlook to be running. </p>
<p>One thing you could do if the Mail servers change is create a logon script that replaces the hosts file on logon or startup. Replace it with the backup, get the ip address off mail.yourdomain.com and then create the hosts record for mail.dreamhost.com to that ip address. Then if it goes down people just need to restart their machines or logoff/logon.</p>
<p>Cheers, Chris.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Unofficial DreamHost Blog &#187; Blog Archive &#187; The Unofficial DreamHost Blog 1 Year</title>
		<link>http://blog.dreamhosters.com/2006/03/08/avoid-warning-when-checking-secure-email/comment-page-1/#comment-5008</link>
		<dc:creator>Unofficial DreamHost Blog &#187; Blog Archive &#187; The Unofficial DreamHost Blog 1 Year</dc:creator>
		<pubDate>Fri, 17 Nov 2006 07:50:00 +0000</pubDate>
		<guid isPermaLink="false">http://blog.dreamhosters.com/2006/03/08/avoid-warning-when-checking-secure-email/#comment-5008</guid>
		<description>[...] Avoid Warning When Checking Secure Email [...]</description>
		<content:encoded><![CDATA[<p>[...] Avoid Warning When Checking Secure Email [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: willo</title>
		<link>http://blog.dreamhosters.com/2006/03/08/avoid-warning-when-checking-secure-email/comment-page-1/#comment-3127</link>
		<dc:creator>willo</dc:creator>
		<pubDate>Sat, 23 Sep 2006 23:50:46 +0000</pubDate>
		<guid isPermaLink="false">http://blog.dreamhosters.com/2006/03/08/avoid-warning-when-checking-secure-email/#comment-3127</guid>
		<description>Hey all, I&#039;m use Mail on OS X 10.4, and for a good year or so I&#039;ve occasionally tried to dive back into it &amp; get rid of the damn warning. Today I found this &amp; thought I finally had it working, as I no longer get the warning, but turns out I can&#039;t check email using mail.dreamhost.com w/ SSL because it&#039;s saying port 993 times out. I can check email over port 993 fine w/ mail.mydomain.com (but get the cert warning), just not dreamhost. 

Is there something I&#039;m missing or doing wrong? Is my u/p the same with either dreamhost or mydomain?

Any suggestions would be GREATLY appreciated. 
~ Willo</description>
		<content:encoded><![CDATA[<p>Hey all, I&#8217;m use Mail on OS X 10.4, and for a good year or so I&#8217;ve occasionally tried to dive back into it &amp; get rid of the damn warning. Today I found this &amp; thought I finally had it working, as I no longer get the warning, but turns out I can&#8217;t check email using mail.dreamhost.com w/ SSL because it&#8217;s saying port 993 times out. I can check email over port 993 fine w/ mail.mydomain.com (but get the cert warning), just not dreamhost. </p>
<p>Is there something I&#8217;m missing or doing wrong? Is my u/p the same with either dreamhost or mydomain?</p>
<p>Any suggestions would be GREATLY appreciated.<br />
~ Willo</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mike</title>
		<link>http://blog.dreamhosters.com/2006/03/08/avoid-warning-when-checking-secure-email/comment-page-1/#comment-2818</link>
		<dc:creator>Mike</dc:creator>
		<pubDate>Tue, 05 Sep 2006 20:34:49 +0000</pubDate>
		<guid isPermaLink="false">http://blog.dreamhosters.com/2006/03/08/avoid-warning-when-checking-secure-email/#comment-2818</guid>
		<description>Worked great with Windows 2000 and Outlook 2000, THANK YOU SO MUCH for this howto!

Slight additions:

To install the certificate from a browser, I think you need to use IE.  I tried the same operation with Firefox and it didn&#039;t seem to do the right thing (I may have not been pushing the right buttons though).

For Windows 2000, the path to the &quot;hosts&quot; file is: C:\WINNT\System32\Drivers\etc\hosts

Best, -Mike.</description>
		<content:encoded><![CDATA[<p>Worked great with Windows 2000 and Outlook 2000, THANK YOU SO MUCH for this howto!</p>
<p>Slight additions:</p>
<p>To install the certificate from a browser, I think you need to use IE.  I tried the same operation with Firefox and it didn&#8217;t seem to do the right thing (I may have not been pushing the right buttons though).</p>
<p>For Windows 2000, the path to the &#8220;hosts&#8221; file is: C:\WINNT\System32\Drivers\etc\hosts</p>
<p>Best, -Mike.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Gert Van Gool</title>
		<link>http://blog.dreamhosters.com/2006/03/08/avoid-warning-when-checking-secure-email/comment-page-1/#comment-1732</link>
		<dc:creator>Gert Van Gool</dc:creator>
		<pubDate>Sun, 30 Jul 2006 11:13:05 +0000</pubDate>
		<guid isPermaLink="false">http://blog.dreamhosters.com/2006/03/08/avoid-warning-when-checking-secure-email/#comment-1732</guid>
		<description>Apparently installing mismatched certificates is no longer possible in Windows Vista.


I checked with Dreamhost whether there was a possibility to use your own certificate, but that was not possible (because all the mail servers are on the &quot;same&quot; box)</description>
		<content:encoded><![CDATA[<p>Apparently installing mismatched certificates is no longer possible in Windows Vista.</p>
<p>I checked with Dreamhost whether there was a possibility to use your own certificate, but that was not possible (because all the mail servers are on the &#8220;same&#8221; box)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Benjamin</title>
		<link>http://blog.dreamhosters.com/2006/03/08/avoid-warning-when-checking-secure-email/comment-page-1/#comment-285</link>
		<dc:creator>Benjamin</dc:creator>
		<pubDate>Tue, 25 Apr 2006 02:02:09 +0000</pubDate>
		<guid isPermaLink="false">http://blog.dreamhosters.com/2006/03/08/avoid-warning-when-checking-secure-email/#comment-285</guid>
		<description>There is a problem with this because by changing the IP that you computer thinks is mail.dreamhost.com you could run into issues later on if you ever actually need to reach the server mail.dreamhosts.com</description>
		<content:encoded><![CDATA[<p>There is a problem with this because by changing the IP that you computer thinks is mail.dreamhost.com you could run into issues later on if you ever actually need to reach the server mail.dreamhosts.com</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dave Reid</title>
		<link>http://blog.dreamhosters.com/2006/03/08/avoid-warning-when-checking-secure-email/comment-page-1/#comment-279</link>
		<dc:creator>Dave Reid</dc:creator>
		<pubDate>Mon, 24 Apr 2006 18:55:40 +0000</pubDate>
		<guid isPermaLink="false">http://blog.dreamhosters.com/2006/03/08/avoid-warning-when-checking-secure-email/#comment-279</guid>
		<description>If you&#039;re using Mozilla Thunderbird, &lt;a href=&quot;http://www.andrewlucking.com/&quot; rel=&quot;nofollow&quot;&gt;Andrew Lucking&lt;/a&gt; created a very handy extension to &quot;remember&quot; mismatched domains. It works perfectly for me and you can get it at &lt;a href=&quot;http://www.andrewlucking.com/archives/category/remember-mismatched-domains/&quot; rel=&quot;nofollow&quot;&gt;http://www.andrewlucking.com/archives/category/remember-mismatched-domains/&lt;/a&gt;</description>
		<content:encoded><![CDATA[<p>If you&#8217;re using Mozilla Thunderbird, <a href="http://www.andrewlucking.com/" rel="nofollow">Andrew Lucking</a> created a very handy extension to &#8220;remember&#8221; mismatched domains. It works perfectly for me and you can get it at <a href="http://www.andrewlucking.com/archives/category/remember-mismatched-domains/" rel="nofollow">http://www.andrewlucking.com/archives/category/remember-mismatched-domains/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tim Altman</title>
		<link>http://blog.dreamhosters.com/2006/03/08/avoid-warning-when-checking-secure-email/comment-page-1/#comment-82</link>
		<dc:creator>Tim Altman</dc:creator>
		<pubDate>Fri, 10 Mar 2006 13:17:16 +0000</pubDate>
		<guid isPermaLink="false">http://blog.dreamhosters.com/2006/03/08/avoid-warning-when-checking-secure-email/#comment-82</guid>
		<description>C: Yes and prehaps.  But it&#039;s a pain still. :(

PS: Sorry, I was a bit confused about which Dreamhost blog I was reading.  The &quot;you&quot; in my original post should read &quot;Dreamhost&quot;. ;)</description>
		<content:encoded><![CDATA[<p>C: Yes and prehaps.  But it&#8217;s a pain still. <img src='http://blog.dreamhosters.com/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' /> </p>
<p>PS: Sorry, I was a bit confused about which Dreamhost blog I was reading.  The &#8220;you&#8221; in my original post should read &#8220;Dreamhost&#8221;. <img src='http://blog.dreamhosters.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Unofficial DreamHost Blog</title>
		<link>http://blog.dreamhosters.com/2006/03/08/avoid-warning-when-checking-secure-email/comment-page-1/#comment-81</link>
		<dc:creator>Unofficial DreamHost Blog</dc:creator>
		<pubDate>Fri, 10 Mar 2006 11:52:53 +0000</pubDate>
		<guid isPermaLink="false">http://blog.dreamhosters.com/2006/03/08/avoid-warning-when-checking-secure-email/#comment-81</guid>
		<description>Tim - They would have to add all customer&#039;s domains (more than 200.000), right? Or at least all mail servers, and would then have to update the certificate every time they add a mail server? I guess this is not flexible enough for them?!

Daniel - Great! On which system/client?</description>
		<content:encoded><![CDATA[<p>Tim &#8211; They would have to add all customer&#8217;s domains (more than 200.000), right? Or at least all mail servers, and would then have to update the certificate every time they add a mail server? I guess this is not flexible enough for them?!</p>
<p>Daniel &#8211; Great! On which system/client?</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Dynamic Page Served (once) in 0.644 seconds -->
