<?xml version="1.0" encoding="UTF-8"?>

<rss version="2.0"
 xmlns:blogChannel="http://backend.userland.com/blogChannelModule"
>

<channel>
<title>Parallels knowledgebase (KB)</title>
<link>http://kb.parallels.com/</link>
<description>Parallels knowledgebase (KB)</description>
<language>en</language>
<copyright>Copyright 2008 Parallels</copyright>
<pubDate>Wed, 10 Sep 2008 00:00:00 +0600</pubDate>
<lastBuildDate>Wed, 10 Sep 2008 00:00:00 +0600</lastBuildDate>
<webMaster>rt-team@parallels.com</webMaster>

<item>
<title><![CDATA[I installed SquirrelMail and wish it be accessed instead of Horde by URL http://webmail.domain.com. ]]></title>
<link>http://kb.parallels.com/en/1775</link>
<description><![CDATA[<div id="article">
	




	<div id="kb" class="kb">
		<div class="article-container">
			<h2 class="title">I installed SquirrelMail and wish it be accessed instead of Horde by URL http://webmail.domain.com. </h2>
			<div class="ab-frame"><div class="bl"><div class="br"><div class="tl"><div class="tr"><!-- frame -->
				<div class="articleProperty">
					<div>Article ID: 1775&nbsp;</div>
					<div>Last Review: Jun,22 2009</div>
					<tr>
						<td>Author: </td>
						<td>Bezborodova Anastasiya</td>
					</tr>
					<br/>
					<tr>
						<td>Last updated by: </td>
						<td>Bezborodova Anastasiya</td>
					</tr>
					<strong>APPLIES TO:</strong>
					<div class="articleApplies">
						<ul>
							<li>Parallels Plesk Panel for Linux/Unix</li>
						</ul>
					</div>
				</div><!-- articleProperty -->
			</div></div></div></div></div><!-- frame -->

			<div class="article-internal-flag"></div>

			<div id="article-content">
				<div class="article-part">
					<h2>Symptoms</h2>
					I installed SquirrelMail and want to use webmail.domain.com domain name to access it, but Parallels Plesk Panel configures this domain name to point to IMP Webmail location. Can it be redefined?
				</div>
				<div class="article-part">
					<h2>Resolution</h2>
					You should redefine both HTTP(80) and HTTPS(443) VirtualHosts of Parallels Plesk Panel Webmail and point them to SquirrelMail location.<br /><br />Create new configuration file like<strong> squirrelmail.conf</strong> and put your new virtualhost configurations into it like below:<br /><br /><div class="commandline"><code># Non-SSL host<br />&nbsp;&nbsp; &lt;VirtualHost \<br />&nbsp;&nbsp;&nbsp; 123.123.123.123:80 \<br />&nbsp;&nbsp;&nbsp; 123.123.123.124:80 \<br />&nbsp;&nbsp;&nbsp; 123.123.123.125:80 \<br />&nbsp;&nbsp;&nbsp; &gt;<br />&nbsp;&nbsp;&nbsp; DocumentRoot <strong>/usr/share/squirrelmail</strong><br />&nbsp;&nbsp;&nbsp; ServerName webmail<br />&nbsp;&nbsp;&nbsp; ServerAlias webmail.*<br />&nbsp;&nbsp;&nbsp; Alias /horde <strong>/usr/share/squirrelmai</strong>l<br />&nbsp;&nbsp;&nbsp; &lt;Directory <strong>/usr/share/squirrelmail</strong>&gt;<br />&nbsp;&nbsp;&nbsp; php_admin_flag engine on<br />&nbsp;&nbsp;&nbsp; php_admin_flag magic_quotes_gpc off<br />&nbsp;&nbsp;&nbsp; php_admin_value safe_mode off<br />&nbsp;&nbsp;&nbsp; &lt;/Directory&gt;<br />&nbsp;&nbsp;&nbsp; &lt;/Virtualhost&gt;<br />&nbsp;<br /># SSL host <br />&lt;IfModule mod_ssl.c&gt;<br />&nbsp;&nbsp;&nbsp; &lt;VirtualHost \<br />&nbsp;&nbsp;&nbsp; 123.123.123.123:443 \<br />&nbsp;&nbsp;&nbsp; 123.123.123.124:443 \<br />&nbsp;&nbsp;&nbsp; 123.123.123.125:443 \<br />&nbsp;&nbsp;&nbsp; &gt;<br />&nbsp;&nbsp;&nbsp; DocumentRoot <strong>/usr/share/squirrelmail</strong><br />&nbsp;&nbsp;&nbsp; ServerName webmail<br />&nbsp;&nbsp;&nbsp; ServerAlias webmail.*<br />&nbsp;&nbsp;&nbsp; Alias /horde <strong>/usr/share/squirrelmail</strong><br />&nbsp;&nbsp;&nbsp; SSLEngine on<br />&nbsp;&nbsp;&nbsp; SSLVerifyClient none<br />&nbsp;&nbsp;&nbsp; SSLCertificateFile <strong>/etc/httpd/conf/httpd.pem</strong><br />&nbsp;&nbsp;&nbsp; &lt;Directory <strong>/usr/share/squirrelmail</strong>&gt;<br />&nbsp;&nbsp;&nbsp; php_admin_flag engine on<br />&nbsp;&nbsp;&nbsp; php_admin_flag magic_quotes_gpc off<br />&nbsp;&nbsp;&nbsp; php_admin_value safe_mode off<br />&nbsp;&nbsp;&nbsp; &lt;/Directory&gt;<br />&nbsp;&nbsp;&nbsp; &lt;/Virtualhost&gt;<br />&nbsp;&lt;/IfModule&gt;</code></div><br />Put the file to directory&nbsp;<strong>/etc/httpd/conf.d</strong> on RedHat-like operating systems, to directory <strong>/etc/apache2/conf.d</strong> on Debian and Ubuntu, to directory <strong>/usr/local/etc/apache2/Includes</strong> on FreeBSD. <br /><br />Replace IPs and path to SquirrelMail installation with your own values. Then restart Apache and you should be able to access SquirrelMail interface by http://webmail.domain.com.<br />
				</div>
			</div>
		</div><!-- article-container -->


			<br/><br/>

			<div id="SubscriptionLink24Article" class="subscriptionLink2">
<a href="http://kb.parallels.com/subscriptions/index.html?Type=Article&ArticleID=1775&ArticleLanguage=en&Product=&Category="><img src="http://kb.parallels.com/images/mail.png" width="15" height="15" alt="Subscription for changes to this article"></a>
<a href="http://kb.parallels.com/subscriptions/index.html?Type=Article&ArticleID=1775&ArticleLanguage=en&Product=&Category=">Subscription for changes to this article</a>

<script type="text/javascript">

$(document).ready(function() {
	$('#SubscriptionLink24Article a').each(function(){
		$(this).click(function(event) {
			event.preventDefault();
			MainPageContentHide();
			$('#subscription').html('');
			$.get('/Stuff/Subscription', {
													'Type' : 'Article',
													'ArticleID' : '1775',
													'ArticleLanguage' : 'en',
													'Product' : '',
													'Category' : ''
												}, function(data) {
																	$('#subscription').html(data);
																	$('#subscription').show();
																	SUBbuildsubmenus_product();
																});
		});
	});
});

</script>

</div>





	</div><!-- kb -->

</div><!-- article -->


]]></description>
<author>Bezborodova Anastasiya</author>
<guid isPermaLink="false">1413 LastUpdated: 2009-06-22 02:01:05</guid>
<pubDate>2007-04-03 03:20:58</pubDate>
</item>
</channel>
</rss>



