Hay, During login the imp through back to login screen.
If i set $conf['session']['use_only_cookies'] = false then i can login as user. The cookie is stored in my browser, i can read the keys out from cookie. The next point in the FAQ say: "Make sure that you are using the correct cookie domain and path settings in Horde's setup." "Cookies are not stored in the browser ...", ok but the cookie is stored . IS the cookie stored with wrong parameters, because wrong horde conf.php ? Extract of my conf.php: $conf['cookie']['domain'] = $_SERVER['SERVER_NAME']; $conf['cookie']['path'] = '/horde'; I installed horde on my vserver with the domain/hostname "vserver.xxxxxx.xxxx". The horde webmailer should be accessed from absolutely different domain "webmail.xxxx.xx"-> This is configured as a VirtualHost with ServerName "webmail.xxxx.xx" in apache 2. Is this ok ? An another question is, the auth admins array in conf.php is set to user "root". How can i login as root ? There isnt a password given in the conf.php file! Thanks, Andy -- IMP mailing list - Join the hunt: http://horde.org/bounties/#imp Frequently Asked Questions: http://horde.org/faq/ To unsubscribe, mail: [EMAIL PROTECTED]
