<?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: Virtual Paradise: An Asterisk OVF Template for VMware and VirtualBox Fans	</title>
	<atom:link href="https://nerdvittles.com/virtual-paradise-an-asterisk-ovf-template-for-vmware-and-virtualbox-fans/feed/" rel="self" type="application/rss+xml" />
	<link>https://nerdvittles.com/virtual-paradise-an-asterisk-ovf-template-for-vmware-and-virtualbox-fans/</link>
	<description>Ward Mundy&#039;s Technobabblelog</description>
	<lastBuildDate>Mon, 17 Aug 2020 15:09:08 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	
	<item>
		<title>
		By: WJCarpenter		</title>
		<link>https://nerdvittles.com/virtual-paradise-an-asterisk-ovf-template-for-vmware-and-virtualbox-fans/comment-page-1/#comment-173786</link>

		<dc:creator><![CDATA[WJCarpenter]]></dc:creator>
		<pubDate>Wed, 23 Dec 2015 04:14:36 +0000</pubDate>
		<guid isPermaLink="false">http://nerdvittles.com/?p=15795#comment-173786</guid>

					<description><![CDATA[I think you can ignore my earlier comments. I just re-imported the OVF again, twice, and it went as advertised both times. You said it probably meant I didn&#039;t have an IP address when it failed. Maybe. I didn&#039;t check that, but it was in a different network environment (work vs home).

Anyhow, sorry for the apparent false alarm.

&lt;i&gt;WM: No problem. Glad you got things going. Thanks for the update.&lt;/i&gt;]]></description>
			<content:encoded><![CDATA[<p>I think you can ignore my earlier comments. I just re-imported the OVF again, twice, and it went as advertised both times. You said it probably meant I didn&#8217;t have an IP address when it failed. Maybe. I didn&#8217;t check that, but it was in a different network environment (work vs home).</p>
<p>Anyhow, sorry for the apparent false alarm.</p>
<p><i>WM: No problem. Glad you got things going. Thanks for the update.</i></p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Leroy L. Carley		</title>
		<link>https://nerdvittles.com/virtual-paradise-an-asterisk-ovf-template-for-vmware-and-virtualbox-fans/comment-page-1/#comment-173782</link>

		<dc:creator><![CDATA[Leroy L. Carley]]></dc:creator>
		<pubDate>Sat, 19 Dec 2015 14:37:50 +0000</pubDate>
		<guid isPermaLink="false">http://nerdvittles.com/?p=15795#comment-173782</guid>

					<description><![CDATA[Thanks for this.

I installed IncrediblePBX13-Full on VMware ESXi and it works great. This is a very convenient setup.

One thing I would like to see in your tutorials or as part of the installation is a way to have Incredible PBX send emails through an authenticated SMTP server. Sending through authenticated SMTP on a domain that has DKIM and SPF configured helps avoid spam filters.

The way I did it for my own use is:

1. Install msmtp from the EPEL repository
2. Set msmtp global config to use an authenticated smtp server with SSL/TLS encryption
3. Edit /etc/php.ini, changing sendmail_path to &quot;/usr/bin/msmtp -C /etc/msmtprc -t&quot;
4. Visit the FreePBX WebUI Settings -&#062; Advanced Settings to set Email &quot;From:&quot; Address in two places (Backup Module/User Management Module) to the email address of the SMTP account.

This seems to work for me but I haven&#039;t extensively tested. There could be other modules that need additional configuration. Or maybe there is an easier way to do it.

An &quot;official&quot; way of doing this would be a great help.

&lt;i&gt;[WM: Thanks for your comment. A couple ways to do this have been documented for years on the PIAF Forum. The quickest is a one-line mod to &lt;a href=&quot;http://pbxinaflash.com/community/index.php?threads/how-to-use-smtp-smarthost.8936/&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;SendMail setting up your ISP as a SmartHost&lt;/a&gt;. Another option is to &lt;a href=&quot;http://pbxinaflash.com/community/index.php?threads/install-gmail-as-smtp-relay-host-for-sendmail.974/&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;use your Gmail account as a relay host&lt;/a&gt;. It&#039;s a little more involved but is more secure and works worldwide. ]&lt;/i&gt;]]></description>
			<content:encoded><![CDATA[<p>Thanks for this.</p>
<p>I installed IncrediblePBX13-Full on VMware ESXi and it works great. This is a very convenient setup.</p>
<p>One thing I would like to see in your tutorials or as part of the installation is a way to have Incredible PBX send emails through an authenticated SMTP server. Sending through authenticated SMTP on a domain that has DKIM and SPF configured helps avoid spam filters.</p>
<p>The way I did it for my own use is:</p>
<p>1. Install msmtp from the EPEL repository<br />
2. Set msmtp global config to use an authenticated smtp server with SSL/TLS encryption<br />
3. Edit /etc/php.ini, changing sendmail_path to "/usr/bin/msmtp -C /etc/msmtprc -t"<br />
4. Visit the FreePBX WebUI Settings -&gt; Advanced Settings to set Email "From:" Address in two places (Backup Module/User Management Module) to the email address of the SMTP account.</p>
<p>This seems to work for me but I haven&#8217;t extensively tested. There could be other modules that need additional configuration. Or maybe there is an easier way to do it.</p>
<p>An "official" way of doing this would be a great help.</p>
<p><i>[WM: Thanks for your comment. A couple ways to do this have been documented for years on the PIAF Forum. The quickest is a one-line mod to <a href="http://pbxinaflash.com/community/index.php?threads/how-to-use-smtp-smarthost.8936/" target="_blank" rel="nofollow">SendMail setting up your ISP as a SmartHost</a>. Another option is to <a href="http://pbxinaflash.com/community/index.php?threads/install-gmail-as-smtp-relay-host-for-sendmail.974/" target="_blank" rel="nofollow">use your Gmail account as a relay host</a>. It&#8217;s a little more involved but is more secure and works worldwide. ]</i></p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: WJCarpenter		</title>
		<link>https://nerdvittles.com/virtual-paradise-an-asterisk-ovf-template-for-vmware-and-virtualbox-fans/comment-page-1/#comment-173779</link>

		<dc:creator><![CDATA[WJCarpenter]]></dc:creator>
		<pubDate>Tue, 15 Dec 2015 21:50:37 +0000</pubDate>
		<guid isPermaLink="false">http://nerdvittles.com/?p=15795#comment-173779</guid>

					<description><![CDATA[I thought I&#039;d take the OVF for a spin on VirtualBox. When imported I fired up the Full Enchilada, there was no opportunity to &quot;Press ENTER in the VM window to start Phase II of the Incredible PBX install.&quot; When I logged on as root, there seemed to be missing scripts and some empty files. I repeated the process and got the same result.

No big deal for me since I&#039;m just going to download the ISO and start from scratch, but I thought you&#039;d like to know. (FWIW, I didn&#039;t try the Lean and Mean OVF.)

&lt;i&gt;[WM: Silly question. Did you follow all of the steps in the VirtualBox portion of the tutorial? Probably means you didn&#039;t have an IP address for your VM. Did you forget to reinitialize the MAC address by checking the box?]&lt;/i&gt;]]></description>
			<content:encoded><![CDATA[<p>I thought I&#8217;d take the OVF for a spin on VirtualBox. When imported I fired up the Full Enchilada, there was no opportunity to "Press ENTER in the VM window to start Phase II of the Incredible PBX install." When I logged on as root, there seemed to be missing scripts and some empty files. I repeated the process and got the same result.</p>
<p>No big deal for me since I&#8217;m just going to download the ISO and start from scratch, but I thought you&#8217;d like to know. (FWIW, I didn&#8217;t try the Lean and Mean OVF.)</p>
<p><i>[WM: Silly question. Did you follow all of the steps in the VirtualBox portion of the tutorial? Probably means you didn&#8217;t have an IP address for your VM. Did you forget to reinitialize the MAC address by checking the box?]</i></p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>
