[imp] Problem reading mail

Ronald Bootsman ronald@bootsman.net
Fri, 17 Nov 2000 20:33:45 +0100


OK,

but what setting must I change to have no database anymore.

PHPLIB:
Prepend.php3    require($_PHPLIB["libdir"]) . "????????????");
Prepend.php3    require($_PHPLIB["libdir"]) . "ct_null.inc");
Prepend.php3    require($_PHPLIB["libdir"]) . "session.inc");
Prepend.php3    require($_PHPLIB["libdir"]) . "local.inc");
Prepend.php3    require($_PHPLIB["libdir"]) . "page.inc");

Local.inc:
Everything quited out, exept:
class HordeSession extends Session
    var $that_class    ='CT_Null';

Session.inc
Everything unchanged

In horde/imp/config/defaults.php3 I have :
$default->use_db        = false;
$default->database_driver    ='dummy';
$default->db_user_name      ='hordemgr';
$default->db_password       ='hordemgr'
$default->db_name              ='horde';
$default->db_server_name   ='localhost';
$default->db_pref_table       ='imp_pref';
$default->db_addres_table   ='imp_addr';


Please help me out, can't figure out myself anymore.

Regards

Ronald Bootsman
----- Original Message -----
From: "Chuck Hagenbuch" <chuck@horde.org>
To: <imp@lists.horde.org>
Sent: Friday, November 17, 2000 5:45 AM
Subject: Re: [imp] Problem reading mail


> Quoting Ronald Bootsman <ronald@bootsman.net>:
>
> > (Previously I had Mysql support and select now the Ct_Null 'database')
>
> Meaning that you have no session storage, and no way for IMP to remember
who
> you are. Meaning that you get logged out.
>
> -chuck
>
> --
> "we are plastered to the windshield of the bus that is time." - Chris
>
> --
> IMP mailing list: http://horde.org/imp/
> Frequently Asked Questions: http://horde.org/faq/
> To unsubscribe, mail: imp-unsubscribe@lists.horde.org
>