Tristan wrote:
Thanks for your fast reply but nope, I'm not restricting anything, these are out of the box Firefoxes without any extensions or settings altered whatsoever.
In that case, I'm unable to duplicate your trouble. I've been using SquirrelMail with Firefox for ages without any special hacks required. (Stable AND dev cvs)
Are you using some sort of cookie-crunching proxy, perhaps?
Nope, I tested it on multipe pc's on multiple locations, they're all only behind a adsl-modem with NAT. No proxies whatsoever I'm affraid. Can it be my Apache config or PHP version or config? It's strange that other browsers don't have any problem with it though.
It's not a solution to the problem per se, but you could always do a permanent redirect of webmail.domain.com to go to domain.com in Apache:
<VirtualHost *:80> ServerName webmail.domain.com Redirect permanent / http://domain.com </VirtualHost>
------------------------------------------------------- SF email is sponsored by - The IT Product Guide Read honest & candid reviews on hundreds of IT Products from real users. Discover which products truly live up to the hype. Start reading now. http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click -- squirrelmail-users mailing list Posting Guidelines: http://squirrelmail.org/wiki/wiki.php?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=2995 List Info: https://lists.sourceforge.net/lists/listinfo/squirrelmail-users
