<?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>David Dietrich&#039;s Business Technology Blog &#187; Ubuntu</title>
	<atom:link href="http://www.daviddietrich.com/topics/linux/ubuntu/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.daviddietrich.com</link>
	<description>Business Technology Tips</description>
	<lastBuildDate>Fri, 20 Aug 2010 23:36:13 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>How to install Virtualmin on Ubuntu Linux</title>
		<link>http://www.daviddietrich.com/2009/01/24/how-to-install-virtualmin-on-ubuntu/</link>
		<comments>http://www.daviddietrich.com/2009/01/24/how-to-install-virtualmin-on-ubuntu/#comments</comments>
		<pubDate>Sat, 24 Jan 2009 13:43:16 +0000</pubDate>
		<dc:creator>David Dietrich</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[Virtualization]]></category>

		<guid isPermaLink="false">http://www.daviddietrich.com/?p=9</guid>
		<description><![CDATA[First install Ubuntu 8.04-1 LTS. It’s the only version VirtualMin supports. Towards the end of the install, Ubuntu will ask what servers you want to add. Only choose OpenSSH server. No apache, bind, ftp, etc. ONLY OpenSSH. Reboot, login, and get the file install-virtualmin-3.642.sh from the network. Run &#62; sudo sh install-virtualmin-3.642.sh and type in [...]]]></description>
			<content:encoded><![CDATA[<ol>
<li>First install <strong>Ubuntu 8.04-1 LTS</strong>. It’s the only version VirtualMin supports.</li>
<li>Towards the end of the install, Ubuntu will ask what servers you want to add. Only choose OpenSSH server. No apache, bind, ftp, etc. ONLY OpenSSH.</li>
<li>Reboot, login, and get the file <strong>install-virtualmin-3.642.sh</strong> from the network.</li>
<li>Run &gt;
<pre><strong>sudo sh install-virtualmin-3.642.sh</strong></pre>
<p>and type in your password.</li>
<li>In /etc/hosts, add the following line after any search and/or domain statements (not required), and before any other nameserver statements:
<pre><strong>nameserver 127.0.0.1
</strong></pre>
</li>
<li>Login to <a href="https://Virtualmin.Your.IP:10000/">https://Virtualmin.Your.IP:10000/</a> and verify the Virtualmin configuration under Virtalmin-&gt;System Settings-&gt;Re-Check Config.</li>
<li>Edit /etc/dovecot/dovecot.conf and change the following settings:
<pre><strong>disable_plaintext_auth = no</strong></pre>
<p>Find the section &#8211;<br />
auth default {<br />
&#8211;and change mechanisms to at least the following:</p>
<pre><strong>mechanisms = plain login</strong></pre>
<p>At the end of the section&#8211;<br />
protocol pop3 {<br />
&#8211;change/add the following setting:</p>
<pre><strong>pop3_client_workarounds = outlook-no-nuls oe-ns-eoh</strong></pre>
</li>
<li># edit /etc/default/saslauthd and set OPTIONS like this:
<pre><strong>OPTIONS="-c -m /var/spool/postfix/var/run/saslauthd" </strong></pre>
</li>
<li># run this command as root:
<pre><strong>sudo dpkg-statoverride --add root sasl 710 /var/spool/postfix/var/run/saslauthd
</strong></pre>
</li>
<li># add the postfix user to the sasl group:
<pre><strong>sudo adduser postfix sasl
</strong></pre>
</li>
<li>Configure ProFTPd<br />
In /etc/proftpd/proftpd.conf, chroot users by upcommenting the following line (don&#8217;t forget the tilde ~ at the end of the line):</p>
<pre><strong>DefaultRoot                     ~</strong></pre>
</li>
<li>Reboot</li>
</ol>
<p>You should now have a working Ubuntu system with Virtualmin fully loaded. Make a clone of this clean system!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.daviddietrich.com/2009/01/24/how-to-install-virtualmin-on-ubuntu/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
