On Mon, 8 May 2000, Debian Mail wrote: > Any idea what could be wrong?
Try: lynx http://localhost/horde/test.php3 You can see whether the problem is on your php3 setup. BTW, my first lines in my /etc/horde/horde_phplib.inc.in looks like the following: class HordeDB extends DB_Sql { var $Host = 'localhost'; var $Database = 'horde'; var $User = 'hordemgr'; var $Port = '3306'; var $Password = 'cryptic_passwordakadifficulttocrackpasswd'; } Of course, /etc/horde/mysql_create.sql should have been run before you start Horde. BTW, I like IMP, but problem is, there's no tool for managing the registered users. Ideally, you can just read /etc/passwd and have the entries added to IMP users list. Oki