<?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: Running Microsoft Exchange from home.	</title>
	<atom:link href="https://virtuallyfun.com/2014/05/07/running-microsoft-exchange-from-home/feed/" rel="self" type="application/rss+xml" />
	<link>https://virtuallyfun.com/2014/05/07/running-microsoft-exchange-from-home/</link>
	<description>Fun with Virtualization</description>
	<lastBuildDate>Fri, 25 Mar 2016 04:44:20 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=7.0.4</generator>
	<item>
		<title>
		By: neozeed		</title>
		<link>https://virtuallyfun.com/2014/05/07/running-microsoft-exchange-from-home/comment-page-1/#comment-163029</link>

		<dc:creator><![CDATA[neozeed]]></dc:creator>
		<pubDate>Fri, 25 Mar 2016 04:44:20 +0000</pubDate>
		<guid isPermaLink="false">https://virtuallyfun.com/?p=3992#comment-163029</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://virtuallyfun.com/2014/05/07/running-microsoft-exchange-from-home/comment-page-1/#comment-162952&quot;&gt;Maxyos&lt;/a&gt;.

sure. I use OpenBSD, BUT THE Idea is the same.  It&#039;s a little more involved to setup, as you either need a routing daemon, or you need to tell openvpn that there is a network behind your &#039;client&#039;, and setup some static routes.]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://virtuallyfun.com/2014/05/07/running-microsoft-exchange-from-home/comment-page-1/#comment-162952">Maxyos</a>.</p>
<p>sure. I use OpenBSD, BUT THE Idea is the same.  It&#8217;s a little more involved to setup, as you either need a routing daemon, or you need to tell openvpn that there is a network behind your &#8216;client&#8217;, and setup some static routes.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Maxyos		</title>
		<link>https://virtuallyfun.com/2014/05/07/running-microsoft-exchange-from-home/comment-page-1/#comment-162952</link>

		<dc:creator><![CDATA[Maxyos]]></dc:creator>
		<pubDate>Thu, 24 Mar 2016 18:46:56 +0000</pubDate>
		<guid isPermaLink="false">https://virtuallyfun.com/?p=3992#comment-162952</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://virtuallyfun.com/2014/05/07/running-microsoft-exchange-from-home/comment-page-1/#comment-162933&quot;&gt;neozeed&lt;/a&gt;.

Thanks For answering, might be possible to create a new vm inside esxi and install pfsense as &quot;router&quot;? After that create site to site vpn from pfsense to my vps, and finally exchange will be installed in dhcp of pfsense, thanks!]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://virtuallyfun.com/2014/05/07/running-microsoft-exchange-from-home/comment-page-1/#comment-162933">neozeed</a>.</p>
<p>Thanks For answering, might be possible to create a new vm inside esxi and install pfsense as &#8220;router&#8221;? After that create site to site vpn from pfsense to my vps, and finally exchange will be installed in dhcp of pfsense, thanks!</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: neozeed		</title>
		<link>https://virtuallyfun.com/2014/05/07/running-microsoft-exchange-from-home/comment-page-1/#comment-162933</link>

		<dc:creator><![CDATA[neozeed]]></dc:creator>
		<pubDate>Thu, 24 Mar 2016 12:41:30 +0000</pubDate>
		<guid isPermaLink="false">https://virtuallyfun.com/?p=3992#comment-162933</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://virtuallyfun.com/2014/05/07/running-microsoft-exchange-from-home/comment-page-1/#comment-162827&quot;&gt;Maxyos&lt;/a&gt;.

Yep, that is basically it.  I sent from having the OpenVPN client on my Exchange server to making a VM act as a VPN router, but you&#039;ve got the basic idea.  The VPS runs postifx, and spools email and forwards it to my exchange server.  If the Exchange server is offline, it&#039;ll just spool to disk.

And even more aggressive, I could put the Exchange server on my laptop, and travel around with it.

You&#039;ll just want a VPS where they can set the reverse DNS record.]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://virtuallyfun.com/2014/05/07/running-microsoft-exchange-from-home/comment-page-1/#comment-162827">Maxyos</a>.</p>
<p>Yep, that is basically it.  I sent from having the OpenVPN client on my Exchange server to making a VM act as a VPN router, but you&#8217;ve got the basic idea.  The VPS runs postifx, and spools email and forwards it to my exchange server.  If the Exchange server is offline, it&#8217;ll just spool to disk.</p>
<p>And even more aggressive, I could put the Exchange server on my laptop, and travel around with it.</p>
<p>You&#8217;ll just want a VPS where they can set the reverse DNS record.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Maxyos		</title>
		<link>https://virtuallyfun.com/2014/05/07/running-microsoft-exchange-from-home/comment-page-1/#comment-162827</link>

		<dc:creator><![CDATA[Maxyos]]></dc:creator>
		<pubDate>Wed, 23 Mar 2016 22:37:11 +0000</pubDate>
		<guid isPermaLink="false">https://virtuallyfun.com/?p=3992#comment-162827</guid>

					<description><![CDATA[So you had VPS and deployed on it openvpn as server, back home you had your Win machine with exchange on it, you used openvpn client on the Win box? I would like to have a similar setup, maybe you can give me some tips, my setup is: VPS with static ip will be frontend and back home I have dynamic IP, so I will make openvpn server on the VPS and the client will be the one from home, so VPS  Home  ESXI(Win server). Also I would like to implement the postfix on VPS in case vpn link goes down.]]></description>
			<content:encoded><![CDATA[<p>So you had VPS and deployed on it openvpn as server, back home you had your Win machine with exchange on it, you used openvpn client on the Win box? I would like to have a similar setup, maybe you can give me some tips, my setup is: VPS with static ip will be frontend and back home I have dynamic IP, so I will make openvpn server on the VPS and the client will be the one from home, so VPS  Home  ESXI(Win server). Also I would like to implement the postfix on VPS in case vpn link goes down.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Maxyos		</title>
		<link>https://virtuallyfun.com/2014/05/07/running-microsoft-exchange-from-home/comment-page-1/#comment-162826</link>

		<dc:creator><![CDATA[Maxyos]]></dc:creator>
		<pubDate>Wed, 23 Mar 2016 22:36:25 +0000</pubDate>
		<guid isPermaLink="false">https://virtuallyfun.com/?p=3992#comment-162826</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://virtuallyfun.com/2014/05/07/running-microsoft-exchange-from-home/comment-page-1/#comment-152693&quot;&gt;Rider&lt;/a&gt;.

So you had VPS and deployed on it openvpn as server, back home you had your Win machine with exchange on it, you used openvpn client on the Win box? I would like to have a similar setup, maybe you can give me some tips, my setup is: VPS with static ip will be frontend and back home I have dynamic IP, so I will make openvpn server on the VPS and the client will be the one from home, so VPS  Home  ESXI(Win server). Also I would like to implement the postfix on VPS in case vpn link goes down.]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://virtuallyfun.com/2014/05/07/running-microsoft-exchange-from-home/comment-page-1/#comment-152693">Rider</a>.</p>
<p>So you had VPS and deployed on it openvpn as server, back home you had your Win machine with exchange on it, you used openvpn client on the Win box? I would like to have a similar setup, maybe you can give me some tips, my setup is: VPS with static ip will be frontend and back home I have dynamic IP, so I will make openvpn server on the VPS and the client will be the one from home, so VPS  Home  ESXI(Win server). Also I would like to implement the postfix on VPS in case vpn link goes down.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Rider		</title>
		<link>https://virtuallyfun.com/2014/05/07/running-microsoft-exchange-from-home/comment-page-1/#comment-152693</link>

		<dc:creator><![CDATA[Rider]]></dc:creator>
		<pubDate>Sat, 14 Nov 2015 00:22:39 +0000</pubDate>
		<guid isPermaLink="false">https://virtuallyfun.com/?p=3992#comment-152693</guid>

					<description><![CDATA[Thanks for this guide you saved my life]]></description>
			<content:encoded><![CDATA[<p>Thanks for this guide you saved my life</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: neozeed		</title>
		<link>https://virtuallyfun.com/2014/05/07/running-microsoft-exchange-from-home/comment-page-1/#comment-131428</link>

		<dc:creator><![CDATA[neozeed]]></dc:creator>
		<pubDate>Sat, 21 Feb 2015 15:42:38 +0000</pubDate>
		<guid isPermaLink="false">https://virtuallyfun.com/?p=3992#comment-131428</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://virtuallyfun.com/2014/05/07/running-microsoft-exchange-from-home/comment-page-1/#comment-131369&quot;&gt;Luca Ugo&lt;/a&gt;.

I don&#039;t know as I dont run it open on the internet.  and I front the exchange server with something modern, so it never directly touches it.]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://virtuallyfun.com/2014/05/07/running-microsoft-exchange-from-home/comment-page-1/#comment-131369">Luca Ugo</a>.</p>
<p>I don&#8217;t know as I dont run it open on the internet.  and I front the exchange server with something modern, so it never directly touches it.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Luca Ugo		</title>
		<link>https://virtuallyfun.com/2014/05/07/running-microsoft-exchange-from-home/comment-page-1/#comment-131369</link>

		<dc:creator><![CDATA[Luca Ugo]]></dc:creator>
		<pubDate>Fri, 20 Feb 2015 07:33:51 +0000</pubDate>
		<guid isPermaLink="false">https://virtuallyfun.com/?p=3992#comment-131369</guid>

					<description><![CDATA[How much secure is OWA on Exchange 5.5 if exposed on internet? Knowing that it&#039;s old and unmaintaned...]]></description>
			<content:encoded><![CDATA[<p>How much secure is OWA on Exchange 5.5 if exposed on internet? Knowing that it&#8217;s old and unmaintaned&#8230;</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: neozeed		</title>
		<link>https://virtuallyfun.com/2014/05/07/running-microsoft-exchange-from-home/comment-page-1/#comment-60661</link>

		<dc:creator><![CDATA[neozeed]]></dc:creator>
		<pubDate>Thu, 08 May 2014 00:12:02 +0000</pubDate>
		<guid isPermaLink="false">https://virtuallyfun.com/?p=3992#comment-60661</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://virtuallyfun.com/2014/05/07/running-microsoft-exchange-from-home/comment-page-1/#comment-60656&quot;&gt;ampharos&lt;/a&gt;.

it just talks smtp, postfix does all the thinking.]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://virtuallyfun.com/2014/05/07/running-microsoft-exchange-from-home/comment-page-1/#comment-60656">ampharos</a>.</p>
<p>it just talks smtp, postfix does all the thinking.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: ampharos		</title>
		<link>https://virtuallyfun.com/2014/05/07/running-microsoft-exchange-from-home/comment-page-1/#comment-60656</link>

		<dc:creator><![CDATA[ampharos]]></dc:creator>
		<pubDate>Wed, 07 May 2014 22:10:31 +0000</pubDate>
		<guid isPermaLink="false">https://virtuallyfun.com/?p=3992#comment-60656</guid>

					<description><![CDATA[Holy hell, a Sendmail file? Should try OpenSMTPd, it&#039;s pretty nice from what I hear.]]></description>
			<content:encoded><![CDATA[<p>Holy hell, a Sendmail file? Should try OpenSMTPd, it&#8217;s pretty nice from what I hear.</p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>
