I misunderstood one of the settings in config/main.inc.php
$rcmail_config['auto_create_user'] = TRUE;
I thought that meant anyone could create a mail account - it really seems to mean that they can create a roundcube webmail acct (and that they will need an email account to do that...)
I feel somewhat stupid - should have installed it generic before I started screwing with things.
thanks, j. -------- Original Message -------- Subject: Install problem Date: Sat, 01 Oct 2005 16:38:55 -0700 From: Joshua Layne joshua@willowisp.net To: dev@lists.roundcube.net
Hey all, I really like the concept behind roundcube - it looks slick! but I am having some problems installing (or rather, authenticating once installed).
My server is: roundcube.willowisp.net
and I modified the index.php with a
<pre> var_dump($_SESSION); var_dump($_REQUEST); </pre> after the session initialization. (pic below)
I know the credentials are good, as it is my mailserver and they work in thunderbird. it doesn't appear to be translating the login form info into the session variables.
Any ideas? Do I need to have register_globals on?
thanks in advance, j.