Hello everyone,

I have Debian 3.1 with Apache 2.2, MySQL, Postfix, Courier-imap and
Courier-pop. I used apt-get to download and install SquirrelMail.

The default installation went to /etc/squirrelmail, /usr/share/squirrelmail,
and /var/lib/squirrelmail. The default installation didn't work, I believe
it is because Apache is chrooted, so I thought if I copied the
/usr/share/squirrelmail directory to the /var/www/ tree where the web site
will be located it would work.

I believe I have set up a virtual host correctly:

<VirtualHost 82.165.180.103:443>
ServerName xxx.xxx.com
ServerAdmin [EMAIL PROTECTED]
DocumentRoot /var/www/xxx/WebMail
</VirtualHost>


but I don't think I have things configured properly because when I go to
http://82.165.180.103:443/src/configtest.php I just get the script. I
presumed I would have received some other type of output telling me whether
or not my configuration is correct or not.

I also thought that just going to http://82.165.180.103:443 would have
displayed the SquirrelMail login screen, but again all I get is the script
below:

<?php

/**
 * index.php -- Displays the main frameset
 *
 * Copyright (c) 1999-2005 The SquirrelMail Project Team
 * Licensed under the GNU GPL. For full terms see the file COPYING.
 *
 * Redirects to the login page.
 *
 * $Id: index.php,v 1.14.2.3 2004/12/27 15:03:41 kink Exp $
 */

header('Location: src/login.php');

?>
<html></html>

Can someone help me see the error of my ways?

Many thanks,
Brian.



-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid3432&bid#0486&dat1642
--
squirrelmail-users mailing list
Posting Guidelines: 
http://www.squirrelmail.org/wiki/MailingListPostingGuidelines
List Address: [email protected]
List Archives: 
http://news.gmane.org/thread.php?group=gmane.mail.squirrelmail.user
List Archives:  http://sourceforge.net/mailarchive/forum.php?forum_id)95
List Info: https://lists.sourceforge.net/lists/listinfo/squirrelmail-users

Reply via email to