[imp] latest CVS preferances

Toomas Vann tom@bns.ee
Fri, 6 Jul 2001 11:10:14 +0200


Hi!

Well i must say i had it close to what yours looks like.
Exept i did not have protocol field set up, i have it set up now, and
it makes no differance. And for the record now all the software i
am using on this box:

RedHat 7.1
MySQL 3.23.36-1 from rpm-s
php 4.0.6 self compiled from source
Apache 1.3.20 from source

And now, three days old Horde/IMP from CVS tree.

I made db horde and table horde_prefs using
scripts that came with Horde. But after maiking
db for some reason it did not let me connect at first,
then i did this:

replace into user ( host, user, password )
        values ('localhost', 'manager', password('*****'));


replace into db ( host, db, user, select_priv, insert_priv,
        update_priv, delete_priv, create_priv, drop_priv )
        values ('localhost', 'horde', 'manager', 'Y', 'Y',
        'Y', 'Y', 'Y', 'Y');

flush privileges;


Well, have i done something wrong ? I can connect to mysql
using login and password i set up, and that from command line.

Hope that someone has ideas that what might be wrong....

Regards,
Toomas



-----Original Message-----
From: Aaron Weeks [mailto:aweeks@tacosalad.lssu.edu]
Sent: Thursday, July 05, 2001 5:55 PM
To: 'imp@lists.horde.org'
Subject: RE: [imp] latest CVS preferances



> Though i can log into IMP, but have not yet discovered
> where should i configure db related stuff, so it would
> hold on to Preferances i try to set.

If you're using horde 1.3.5, look in 
/horde/config/horde.php for the prefs:driver settings to
set up how horde/imp will interact with the database.  
My example uses mysql for the db server:


$conf['prefs']['driver'] = 'sql';

$conf['prefs']['params'] = array();
$conf['prefs']['params']['phptype']  = 'mysql';
$conf['prefs']['params']['hostspec'] = 'localhost';
$conf['prefs']['params']['protocol'] = 'unix';
$conf['prefs']['params']['username'] = 'hordemgr';
$conf['prefs']['params']['password'] = ****;
$conf['prefs']['params']['database'] = 'horde';
$conf['prefs']['params']['table']    = 'horde_prefs';



Aaron


-- 
IMP mailing list: http://horde.org/imp/
Archive: http://marc.theaimsgroup.com/?l=imp&r=1&w=2
Frequently Asked Questions: http://horde.org/faq/
To unsubscribe, mail: imp-unsubscribe@lists.horde.org


>From janmailing@gmx.de Date: Fri,  6 Jul 2001 09:09:22 +0000
Return-Path: <janmailing@gmx.de>
Mailing-List: contact imp-help@lists.horde.org; run by ezmlm
Delivered-To: mailing list imp@lists.horde.org
Received: (qmail 45294 invoked from network); 6 Jul 2001 09:16:55 -0000
Received: from mailout01.sul.t-online.com (HELO mailout01.sul.t-online.de) (194.25.134.80)
  by horde.org with SMTP; 6 Jul 2001 09:16:55 -0000
Received: from fwd03.sul.t-online.de 
	by mailout01.sul.t-online.de with smtp 
	id 15IRjJ-0001I2-0K; Fri, 06 Jul 2001 11:16:53 +0200
Received: from linux.wg.de (320034214675-0001@[217.0.157.17]) by fmrl03.sul.t-online.com
	with esmtp id 15IRjC-1oZKJkC; Fri, 6 Jul 2001 11:16:46 +0200
Received: from localhost (localhost [127.0.0.1])
	by linux.wg.de (8.11.0/8.11.0/SuSE Linux 8.11.0-0.4) with ESMTP id f6699MR21197;
	Fri, 6 Jul 2001 11:09:22 +0200
Received: from 192.168.60.1 ( [192.168.60.1])
	as user jan@mail.wg.de by linux.wg.de with HTTP;
	Fri,  6 Jul 2001 09:09:21 +0000
Message-ID: <994410561.3b4580420296a@linux.wg.de>
Date: Fri,  6 Jul 2001 09:09:22 +0000
From: Jan Schneider <janmailing@gmx.de>
To: imp@lists.horde.org
Cc: kronolith@lists.horde.org
References: <Pine.HPX.4.33.0107052152160.11277-100000@rwja.umdnj.edu>
In-Reply-To: <Pine.HPX.4.33.0107052152160.11277-100000@rwja.umdnj.edu>
MIME-Version: 1.0
Content-Type: text/plain
Content-Transfer-Encoding: 8bit
User-Agent: Internet Messaging Program (IMP) 2.3.7-cvs
X-Sender: 320034214675-0001@t-dialin.net
Subject: Re: [imp] summary is broken

The kronolith summary works for me without problems.
Do you have any error messages or just an empty summary?

Jan.

Zitat von Cliff Green <green@UMDNJ.EDU>:

> On Thu, 5 Jul 2001, Jan Schneider wrote:
> 
> JS> While the last commit "orgy" something with the summary got messed up:
> JS> It only shows the inbox not all the polled folders.
> 
> The Kronolith summary also seems to have gone missing, for me.
> 
> c
> -- 
> Clifford Green               Internet -  green@umdnj.edu
> Academic Computing Services                   UMDNJ-IST
> It's a funny thing about life; if you refuse to accept
> anything but the best, you very often get it. -- W. Somerset Maugham
> 
> 
> -- 
> IMP mailing list: http://horde.org/imp/
> Archive: http://marc.theaimsgroup.com/?l=imp&r=1&w=2
> Frequently Asked Questions: http://horde.org/faq/
> To unsubscribe, mail: imp-unsubscribe@lists.horde.org
> 
> 


::::::::::::::::::::::::::::::::::::::::
AMMMa AG - discover your knowledge
:::::::::::::::::::::::::::
Detmolder Str. 25-33 :: D-33604 Bielefeld
fon +49.521.96878-0 :: fax  +49.521.96878-20
http://www.ammma.de
::::::::::::::::::::::::::::::::::::::::::::::


>From anri@polynet.lviv.ua Date: 6 Jul 2001 12:31:20 +0300
Return-Path: <anri@polynet.lviv.ua>
Mailing-List: contact imp-help@lists.horde.org; run by ezmlm
Delivered-To: mailing list imp@lists.horde.org
Received: (qmail 47942 invoked from network); 6 Jul 2001 09:32:29 -0000
Received: from guard.polynet.lviv.ua (217.9.2.1)
  by horde.org with SMTP; 6 Jul 2001 09:32:29 -0000
Received: (qmail 73083 invoked from network); 6 Jul 2001 09:32:22 -0000
Received: from postoffice.lp.Lviv.ua (HELO polynet.lviv.ua) (192.168.0.6)
  by guard.lp.lviv.ua with SMTP; 6 Jul 2001 09:32:22 -0000
Received: (qmail 76174 invoked by uid 0); 6 Jul 2001 09:32:22 -0000
Received: (ofmipd roceinante.lp.lviv.ua); 6 Jul 2001 09:31:59 -0000
Date: 6 Jul 2001 12:31:20 +0300
Message-ID: <115352236.20010706123120@polynet.lviv.ua>
From: "Andriy Kopystyansky" <anri@polynet.lviv.ua>
To: "Chuck Hagenbuch" <imp@lists.horde.org>
X-Mailer: The Bat! (v1.52f)
Organization: PolyNet ISP
X-Priority: 3 (Normal)
In-Reply-To: <994362349.3b44c3ed8a732@marina.horde.org>
References: <Pine.GSO.4.21.0107051146370.2132-100000@tacosalad.lssu.edu>
 <19727389483.20010705200653@polynet.lviv.ua>
 <994354178.3b44a40224dc2@marina.horde.org>
 <4836699420.20010705224203@polynet.lviv.ua>
 <994362349.3b44c3ed8a732@marina.horde.org>
MIME-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
Subject: Re[4]: [imp] Preferences problem.

Hi Chuck,
All is OK now, it was because of my paranoic system :)
Preferences wasnt shown up next login because total length of iud
exceeded 32 bytes. We use LDAP auth to mail servers, also i had Realm
set to PolyNet.Lviv.UA
So, my uid in database looks like .anri.netadmin.lp@PolyNet.Lviv.U
(last character 'A' was stripped). Removed Realm.
Personal info now is working after i disabled my personal firewall to
'eat' cookies. :)) Sorry, it was my fault.
Thanks for the excellent product and for the patience with my annoying
letters!

Andriy Kopystyansky.