4 messages in net.sourceforge.lists.courier-sqwebmail[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:[sqwebmail] hi there from poland:)Actions...
From:nieca-onet (nie@poczta.onet.pl)
Date:Jun 8, 2006 1:08:26 pm
List:net.sourceforge.lists.courier-sqwebmail

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

the main sqwebmail script is located at /usr/lib/cgi-bin/sqwebmail

please help!