4 messages in net.sourceforge.lists.courier-sqwebmailRe: [sqwebmail] hi there from poland:)
FromSent OnAttachments
nieca-onetJun 8, 2006 1:08 pm 
Brian CandlerJun 9, 2006 12:27 pm 
NicolasJun 9, 2006 12:34 pm 
Brian CandlerJun 10, 2006 2:42 pm 
Actions with this message:
Paste this link in email or IM:
Paste this link in email or IM:
Atom feed for this thread
Paste this URL into your reader:
Subject:Re: [sqwebmail] hi there from poland:)Actions...
From:Brian Candler (B.Ca@pobox.com)
Date:Jun 9, 2006 12:27:20 pm
List:net.sourceforge.lists.courier-sqwebmail

On Thu, Jun 08, 2006 at 10:08:49PM +0200, nieca-onet wrote:

almost a whole evening dealing with it without effect :| I wanna add sqwebmail www login page (www.mydomain.pl/cgi-bin/sqwebmail) as virtual host on www.mail.mydomain.pl

/etc/apache2/sites-available/sqwebmail <VirtualHost *> ServerName www.mail.mydomain.pl DocumentRoot /var/www/sqwebmail/ <Directory /var/www/sqwebmail/> Order Deny,Allow Options FollowSymLinks Allow from all </Directory>

ScriptAlias /cgi-bin/ /usr/lib/cgi-bin/

<Directory "/usr/lib/cgi-bin"> AllowOverride None Options ExecCGI MultiViews +SymLinksIfOwnerMatch Order allow,deny Allow from all </Directory> </VirtualHost>

and always is redirect to www.mydomain.pl instead www.mail.mydomain.pl

telnet www.mail.mydomain.pl GET / HTTP/1.0 Host: www.mail.mydomain.pl <blank line>

What exactly do you see as the response (copy-paste please)?

Brian.