From vishytk at gmail.com Mon Jan 16 03:43:14 2006
From: vishytk at gmail.com (Vishwanath T. K.)
Date: Mon, 16 Jan 2006 17:13:14 +0530
Subject: [horde] quota display
Message-ID: <55f590601160343k18fe4f30v8bfde35c83543475@mail.gmail.com>
Hi all,
I had posted this question in IMP list also, but did not receive any
reply. I hope i will get some reply for this.
I have setup IMP4 with cyrus imap. I have also successfully setup the
quota driver in servers.php.
I want to have the quota displayed as in the image attached. Can
anyone tell me if this is possible to achieve in IMP4 and how to do
it.
I was going through the list archieve and saw references to similar
successful implementations in older versions of IMP.
Thanks in advance
Vishy
-------------- next part --------------
A non-text attachment was scrubbed...
Name: quotabar.png
Type: image/png
Size: 1859 bytes
Desc: not available
Url : http://lists.horde.org/archives/horde/attachments/20060116/82066da3/quotabar.png
From aferreira at gaiajoy.com Mon Jan 16 04:05:28 2006
From: aferreira at gaiajoy.com (Alex)
Date: Mon, 16 Jan 2006 12:05:28 -0000
Subject: [horde] quota display
In-Reply-To: <55f590601160343k18fe4f30v8bfde35c83543475@mail.gmail.com>
Message-ID: <20060116120539.10566105E@vlad.horde.org>
Hi there!
This is my imp/templates/quota/quota.inc with a courier IMAP setup, with the
latest stable versions of horde/imp.
However, for reasons unkwown to myself, when the quota bar is active, horde
somehow adds an extra html tag, resulting in a blank line between the menu
bar and the quota bar. Any thoughts?
I wonder if someone could consider putting this (or something alike) in the
IMP package in the future... jan?
Regards,
Alex
---------------cut here----------------
getMessage();
} else {
$percent=0;
$color='';
if ($quota['limit'] != 0) {
$quota['usage'] = $quota['usage'] / (1024 * 1024.0);
$quota['limit'] = $quota['limit'] / (1024 * 1024.0);
$percent = ($quota['usage'] * 100) / $quota['limit'];
if ($percent >= 90) {
$class = 'quotaalert';
$color = '#FF0000';
} elseif ($percent >= 75) {
$class = 'quotawarn';
$color = '#FCE30D';
} else {
$class = 'control';
$color = '#339933';
}
$message = sprintf(_("Quota status: %.2fMB / %.2fMB (%.2f%%)"),
$quota['usage'], $quota['limit'], $percent);
} elseif ($quota['usage'] != 0) {
$quota['usage'] = $quota['usage'] / (1024 * 1024.0);
$class = 'control';
$message = sprintf(_("Quota status: %.2fMB / NO LIMIT"),
$quota['usage']);
} else {
$class = 'control';
$message = sprintf(_("Quota status: NO LIMIT"));
}
$message .= '
';
}
?>
---------------cut here----------------
> -----Original Message-----
> From: horde-bounces at lists.horde.org [mailto:horde-bounces at lists.horde.org]
> On Behalf Of Vishwanath T. K.
> Sent: 16 January 2006 11:43
> To: horde at lists.horde.org
> Subject: [horde] quota display
>
> Hi all,
>
> I had posted this question in IMP list also, but did not receive any
> reply. I hope i will get some reply for this.
>
> I have setup IMP4 with cyrus imap. I have also successfully setup the
> quota driver in servers.php.
>
> I want to have the quota displayed as in the image attached. Can
> anyone tell me if this is possible to achieve in IMP4 and how to do
> it.
>
> I was going through the list archieve and saw references to similar
> successful implementations in older versions of IMP.
>
> Thanks in advance
>
> Vishy
From lists.gl at guido-leisker.de Mon Jan 16 04:10:37 2006
From: lists.gl at guido-leisker.de (Guido Leisker)
Date: Mon, 16 Jan 2006 13:10:37 +0100
Subject: [horde] Adding users is not supported
Message-ID: <43CB8D3D.7010401@guido-leisker.de>
Hi all.
Its the fist time I try to get horde running on my server.
Generally it works.
But there seems to be no way to add any users (Administration ->
Konfiguation -> Users).
"Your authenticationsystem does not support adding new users, or that is
dissabled"
(Dont know the exactly words, because I have the german version)
What has to be changed that I can add users?
Are horde-users the same like imp-users?
Currently there is everyone administrator and logged in automaticly.
thanks
guido
germany
From marc.fellman at gmail.com Mon Jan 16 04:14:07 2006
From: marc.fellman at gmail.com (Marc Fellman)
Date: Mon, 16 Jan 2006 13:14:07 +0100
Subject: [horde] Adding users is not supported
In-Reply-To: <43CB8D3D.7010401@guido-leisker.de>
References: <43CB8D3D.7010401@guido-leisker.de>
Message-ID: <8e032bc30601160414p2e246f73h@mail.gmail.com>
How do you authenticate users?
2006/1/16, Guido Leisker :
> Hi all.
>
> Its the fist time I try to get horde running on my server.
> Generally it works.
>
> But there seems to be no way to add any users (Administration ->
> Konfiguation -> Users).
> "Your authenticationsystem does not support adding new users, or that is
> dissabled"
> (Dont know the exactly words, because I have the german version)
>
>
> What has to be changed that I can add users?
> Are horde-users the same like imp-users?
>
>
> Currently there is everyone administrator and logged in automaticly.
>
>
> thanks
>
> guido
> germany
> --
> Horde mailing list - Join the hunt: http://horde.org/bounties/#horde
> Frequently Asked Questions: http://horde.org/faq/
> To unsubscribe, mail: horde-unsubscribe at lists.horde.org
>
--
Met Vriendelijke Groet / With Kind Regards
Marc Fellman
From lists.gl at guido-leisker.de Mon Jan 16 04:26:53 2006
From: lists.gl at guido-leisker.de (Guido Leisker)
Date: Mon, 16 Jan 2006 13:26:53 +0100
Subject: [horde] Adding users is not supported
In-Reply-To: <8e032bc30601160414p2e246f73h@mail.gmail.com>
References: <43CB8D3D.7010401@guido-leisker.de>
<8e032bc30601160414p2e246f73h@mail.gmail.com>
Message-ID: <43CB910D.40600@guido-leisker.de>
Marc Fellman wrote:
> How do you authenticate users?
>
> 2006/1/16, Guido Leisker :
>
>>Hi all.
>>
>>Its the fist time I try to get horde running on my server.
>>Generally it works.
>>
>>But there seems to be no way to add any users (Administration ->
>>Konfiguation -> Users).
>>"Your authenticationsystem does not support adding new users, or that is
>>dissabled"
>>(Dont know the exactly words, because I have the german version)
>>
>>
>>What has to be changed that I can add users?
>>Are horde-users the same like imp-users?
>>
>>
>>Currently there is everyone administrator and logged in automaticly.
>>
>>
>>thanks
>>
>>guido
>>germany
>>--
>>Horde mailing list - Join the hunt: http://horde.org/bounties/#horde
>>Frequently Asked Questions: http://horde.org/faq/
>>To unsubscribe, mail: horde-unsubscribe at lists.horde.org
>>
>
>
>
> --
> Met Vriendelijke Groet / With Kind Regards
>
> Marc Fellman
Ok, the automatic login seem to be the result of the current "Automatic
authentication as a certain user."
But switching to "Login (su) authentication" doesnt work. I assumend
that that requires login with my standard linux user-data?
There is the type "Let Horde Application authentication" but where
should I tell IMP that there are users waiting for an account :) ?
From vishytk at gmail.com Mon Jan 16 05:06:50 2006
From: vishytk at gmail.com (Vishwanath T. K.)
Date: Mon, 16 Jan 2006 18:36:50 +0530
Subject: [horde] quota display
In-Reply-To: <20060116120539.10566105E@vlad.horde.org>
References: <55f590601160343k18fe4f30v8bfde35c83543475@mail.gmail.com>
<20060116120539.10566105E@vlad.horde.org>
Message-ID: <55f590601160506j6d279067q2626dc3dd40d7e08@mail.gmail.com>
Hi Alex,
Thanks for the code. I will try this and update you.
Vishy
On 1/16/06, Alex wrote:
> Hi there!
>
> This is my imp/templates/quota/quota.inc with a courier IMAP setup, with the
> latest stable versions of horde/imp.
> However, for reasons unkwown to myself, when the quota bar is active, horde
> somehow adds an extra html tag, resulting in a blank line between the menu
> bar and the quota bar. Any thoughts?
>
> I wonder if someone could consider putting this (or something alike) in the
> IMP package in the future... jan?
>
> Regards,
> Alex
>
> ---------------cut here----------------
> if (is_a($quota, 'PEAR_Error')) {
> $class = 'quotawarn';
> $message = $quota->getMessage();
> } else {
> $percent=0;
> $color='';
> if ($quota['limit'] != 0) {
> $quota['usage'] = $quota['usage'] / (1024 * 1024.0);
> $quota['limit'] = $quota['limit'] / (1024 * 1024.0);
> $percent = ($quota['usage'] * 100) / $quota['limit'];
> if ($percent >= 90) {
> $class = 'quotaalert';
> $color = '#FF0000';
> } elseif ($percent >= 75) {
> $class = 'quotawarn';
> $color = '#FCE30D';
> } else {
> $class = 'control';
> $color = '#339933';
> }
> $message = sprintf(_("Quota status: %.2fMB / %.2fMB (%.2f%%)"),
> $quota['usage'], $quota['limit'], $percent);
> } elseif ($quota['usage'] != 0) {
> $quota['usage'] = $quota['usage'] / (1024 * 1024.0);
> $class = 'control';
> $message = sprintf(_("Quota status: %.2fMB / NO LIMIT"),
> $quota['usage']);
> } else {
> $class = 'control';
> $message = sprintf(_("Quota status: NO LIMIT"));
> }
> $message .= ' class="header" align="left">100%';
> $message .= ' | ';
> }
> ?>
>
> ---------------cut here----------------
>
> > -----Original Message-----
> > From: horde-bounces at lists.horde.org [mailto:horde-bounces at lists.horde.org]
> > On Behalf Of Vishwanath T. K.
> > Sent: 16 January 2006 11:43
> > To: horde at lists.horde.org
> > Subject: [horde] quota display
> >
> > Hi all,
> >
> > I had posted this question in IMP list also, but did not receive any
> > reply. I hope i will get some reply for this.
> >
> > I have setup IMP4 with cyrus imap. I have also successfully setup the
> > quota driver in servers.php.
> >
> > I want to have the quota displayed as in the image attached. Can
> > anyone tell me if this is possible to achieve in IMP4 and how to do
> > it.
> >
> > I was going through the list archieve and saw references to similar
> > successful implementations in older versions of IMP.
> >
> > Thanks in advance
> >
> > Vishy
>
> --
> Horde mailing list - Join the hunt: http://horde.org/bounties/#horde
> Frequently Asked Questions: http://horde.org/faq/
> To unsubscribe, mail: horde-unsubscribe at lists.horde.org
>
From marc.fellman at gmail.com Mon Jan 16 05:09:53 2006
From: marc.fellman at gmail.com (Marc Fellman)
Date: Mon, 16 Jan 2006 14:09:53 +0100
Subject: [horde] Adding users is not supported
In-Reply-To: <43CB910D.40600@guido-leisker.de>
References: <43CB8D3D.7010401@guido-leisker.de>
<8e032bc30601160414p2e246f73h@mail.gmail.com>
<43CB910D.40600@guido-leisker.de>
Message-ID: <8e032bc30601160509s7a6ebdd4k@mail.gmail.com>
Well,
I use IMAP authentication (I use horde primary as a webmail
application) and I'm also unable to add users with horde... But I can
use the IMAP server to do so. If you have a MySQL authentication
backend you should be able to add users. I haven't used it because I
just was to lazy (and didn't need) te figure out how to setup MySQL
authentication and using an IMAP server for the mail. (I probably
don't need something else as well ;-) ).
Marc
PS: I'm not sure if you know how you want to use Horde but if you have
a IMAP server you could try to use IMAP as the authentication backend.
2006/1/16, Guido Leisker :
> Marc Fellman wrote:
> > How do you authenticate users?
> >
> > 2006/1/16, Guido Leisker :
> >
> >>Hi all.
> >>
> >>Its the fist time I try to get horde running on my server.
> >>Generally it works.
> >>
> >>But there seems to be no way to add any users (Administration ->
> >>Konfiguation -> Users).
> >>"Your authenticationsystem does not support adding new users, or that is
> >>dissabled"
> >>(Dont know the exactly words, because I have the german version)
> >>
> >>
> >>What has to be changed that I can add users?
> >>Are horde-users the same like imp-users?
> >>
> >>
> >>Currently there is everyone administrator and logged in automaticly.
> >>
> >>
> >>thanks
> >>
> >>guido
> >>germany
> >>--
> >>Horde mailing list - Join the hunt: http://horde.org/bounties/#horde
> >>Frequently Asked Questions: http://horde.org/faq/
> >>To unsubscribe, mail: horde-unsubscribe at lists.horde.org
> >>
> >
> >
> >
> > --
> > Met Vriendelijke Groet / With Kind Regards
> >
> > Marc Fellman
> Ok, the automatic login seem to be the result of the current "Automatic
> authentication as a certain user."
>
> But switching to "Login (su) authentication" doesnt work. I assumend
> that that requires login with my standard linux user-data?
>
> There is the type "Let Horde Application authentication" but where
> should I tell IMP that there are users waiting for an account :) ?
>
--
Met Vriendelijke Groet / With Kind Regards
Marc Fellman
From florian.apel at gmx.de Mon Jan 16 04:48:33 2006
From: florian.apel at gmx.de (Florian Apel)
Date: Mon, 16 Jan 2006 13:48:33 +0100
Subject: [horde] Support for plaxo?
Message-ID:
Hello,
is it possible to integrate an interfce to plaxo.com service?
The thing is, that plaxo has an interface to outlook and thunderbird, with
no sync problems. Furthermore the plaxo.com service has a lot of advantages
i think.
Thanks for your support.
With regards,
Florian Apel
From marc.fellman at gmail.com Mon Jan 16 07:17:50 2006
From: marc.fellman at gmail.com (Marc Fellman)
Date: Mon, 16 Jan 2006 16:17:50 +0100
Subject: [horde] Fwd: Adding users is not supported
In-Reply-To: <43CBB36A.5010408@guido-leisker.de>
References: <43CB8D3D.7010401@guido-leisker.de>
<8e032bc30601160414p2e246f73h@mail.gmail.com>
<43CB910D.40600@guido-leisker.de>
<8e032bc30601160509s7a6ebdd4k@mail.gmail.com>
<43CB9DE1.1060902@guido-leisker.de>
<8e032bc30601160648mb20a75fk@mail.gmail.com>
<43CBB36A.5010408@guido-leisker.de>
Message-ID: <8e032bc30601160717u18ce5b50t@mail.gmail.com>
We should probably keep this on the list. horde-request is the wrong
list E-mail account ;-)
Marc
---------- Forwarded message ----------
From: Guido Leisker
Date: 16-jan-2006 15:53
Subject: Re: [horde] Adding users is not supported
To: Marc Fellman
Cc: horde-request at lists.horde.org
Marc Fellman wrote:
> 2006/1/16, Guido Leisker :
>
>>So you have an own imap-server running on your server?
>
>
> Indeed, (Mandriva 2005 LE).
>
>
>>I would like to use horde/imp to connect to different foreign imap- and
>>smtp-servers.
>>(Is that even possible?)
>
>
> This is possible because they are just settings and it would be
> possible to connect to my ISP imap and smtp server but I decided to
> connect to my own :-) . In that case I would probably go for a MySQL
> kind of authentication backend (allthough I'm not sure what needs to
> be done if a user wants to change their password). If you decide to go
> for IMAP authentication you need to be awarte of the fact that
> everyone that's known on that IMAP server is able to login to you're
> horde system. And If you need to connect to more then one IMAP server
> you need to consult others on this list because I haven't done that
> (yet).
>
>
>>May be later I'd like to configure a own mail-server.
>>(I tried, but the most foreign mail-server dont accept mail from my
>>dyn-ip server)
>
>
> Have you tried to figure out what the foreign mail servers complained about?
>
>
Not yet, but i have read about theese Problems, after wondering that my
sendmail was able to send to some kind of servers and to some not.
>>Marc Fellman wrote:
>>
>>>Well,
>>>
>>>I use IMAP authentication (I use horde primary as a webmail
>>>application) and I'm also unable to add users with horde... But I can
>>>use the IMAP server to do so. If you have a MySQL authentication
>>>backend you should be able to add users. I haven't used it because I
>>>just was to lazy (and didn't need) te figure out how to setup MySQL
>>>authentication and using an IMAP server for the mail. (I probably
>>>don't need something else as well ;-) ).
>>>
>>>Marc
>>>
>>>PS: I'm not sure if you know how you want to use Horde but if you have
>>>a IMAP server you could try to use IMAP as the authentication backend.
>>>
>>>2006/1/16, Guido Leisker :
>>>
>>>
>>>>Marc Fellman wrote:
>>>>
>>>>
>>>>>How do you authenticate users?
>>>>>
>>>>>2006/1/16, Guido Leisker :
>>>>>
>>>>>
>>>>>
>>>>>>Hi all.
>>>>>>
>>>>>>Its the fist time I try to get horde running on my server.
>>>>>>Generally it works.
>>>>>>
>>>>>>But there seems to be no way to add any users (Administration ->
>>>>>>Konfiguation -> Users).
>>>>>>"Your authenticationsystem does not support adding new users, or that is
>>>>>>dissabled"
>>>>>>(Dont know the exactly words, because I have the german version)
>>>>>>
>>>>>>
>>>>>>What has to be changed that I can add users?
>>>>>>Are horde-users the same like imp-users?
>>>>>>
>>>>>>
>>>>>>Currently there is everyone administrator and logged in automaticly.
>>>>>>
>>>>>>
>>>>>>thanks
>>>>>>
>>>>>>guido
>>>>>>germany
>>>>>>--
>>>>>>Horde mailing list - Join the hunt: http://horde.org/bounties/#horde
>>>>>>Frequently Asked Questions: http://horde.org/faq/
>>>>>>To unsubscribe, mail: horde-unsubscribe at lists.horde.org
>>>>>>
>>>>>
>>>>>
>>>>>
>>>>>--
>>>>>Met Vriendelijke Groet / With Kind Regards
>>>>>
>>>>>Marc Fellman
>>>>
>>>>Ok, the automatic login seem to be the result of the current "Automatic
>>>>authentication as a certain user."
>>>>
>>>>But switching to "Login (su) authentication" doesnt work. I assumend
>>>>that that requires login with my standard linux user-data?
>>>>
>>>>There is the type "Let Horde Application authentication" but where
>>>>should I tell IMP that there are users waiting for an account :) ?
>>>>
>>>
>>>
>>>
>>>--
>>>Met Vriendelijke Groet / With Kind Regards
>>>
>>>Marc Fellman
>>
>
>
> --
> Met Vriendelijke Groet / With Kind Regards
>
> Marc Fellman
--
Met Vriendelijke Groet / With Kind Regards
Marc Fellman
From rick at emery.homelinux.net Mon Jan 16 09:41:50 2006
From: rick at emery.homelinux.net (Rick Emery)
Date: Mon, 16 Jan 2006 12:41:50 -0500
Subject: [horde] Weather: No location is set
In-Reply-To: <43C9E982.4050704@comcast.net>
References: <43C9E982.4050704@comcast.net>
Message-ID: <20060116124150.z9to5zn6mtgk8ckw@www.emery.homelinux.net>
Quoting Chris :
> Hello.
>
> I have set up horde 3.0.9. I am trying to set up weather for the
> portal, but it simply states "No location is set".
>
> I am using open BSD 3.8 in a chroot jail with php4-core-4.4.0p0. I
> received my partner ID and my license key from weather.com. I entered
> those values on the "Portal Block Configuration" tab. I have the pear
> weather module installed (pear -d preferred_state=beta install -a
> Services_Weather) and the XML_Serializer.
>
>
> On the portal configuration page (click on "layout" button), it doesn't
> seem to give me an option to choose my location. Looking through
> "options", I do not see an opportunity to set up my location either...
>
> I poked around on the list archive, and I saw this:
>
> php -q buildMetarDB.php -a -t dbtype -d dbname -u yourusername -p
There are two different weather-related blocks; weather.com and METAR.
Most people want the weather.com block; METAR is mostly for pilots.
The weather.com block requires the partner ID and license key from
weather.com, and the METAR block requires the buildMetarDB.php file to
be executed.
That said, under "Layout" for the portal page, which block did you
choose? If you chose "Horde: weather.com", you should have been
presented with a text box allowing a location to be entered. If you
selected "Horde: Metar Weather", you should have been presented with
drop-down boxes to select the location (which would be empty until the
database is populated by the buildMetarDB.php script).
Rick
--
Rick Emery
"When once you have tasted flight, you will forever walk the Earth
with your eyes turned skyward, for there you have been, and there
you will always long to return"
-- Leonardo Da Vinci
From grooveman at comcast.net Mon Jan 16 14:41:49 2006
From: grooveman at comcast.net (Chris)
Date: Mon, 16 Jan 2006 17:41:49 -0500
Subject: [horde] Weather: No location is set
In-Reply-To: <20060116124150.z9to5zn6mtgk8ckw@www.emery.homelinux.net>
References: <43C9E982.4050704@comcast.net>
<20060116124150.z9to5zn6mtgk8ckw@www.emery.homelinux.net>
Message-ID: <43CC212D.1010402@comcast.net>
Hi Rick.
That it isn't working either!
I have my subscription, and I have have entered my ID and license key on
the portal block configuration page.
When I go to the layout page, and choose Horde: weather.com, It gives me
"Error: The weather.com block is not available." instead of the options
you mention.
Either one working would be fine with me!
Any Idea what is going on here?
Thanks.
Chris
Rick Emery wrote:
>Quoting Chris :
>
>
>
>>Hello.
>>
>>I have set up horde 3.0.9. I am trying to set up weather for the
>>portal, but it simply states "No location is set".
>>
>>I am using open BSD 3.8 in a chroot jail with php4-core-4.4.0p0. I
>>received my partner ID and my license key from weather.com. I entered
>>those values on the "Portal Block Configuration" tab. I have the pear
>>weather module installed (pear -d preferred_state=beta install -a
>>Services_Weather) and the XML_Serializer.
>>
>>
>>On the portal configuration page (click on "layout" button), it doesn't
>>seem to give me an option to choose my location. Looking through
>>"options", I do not see an opportunity to set up my location either...
>>
>>I poked around on the list archive, and I saw this:
>>
>> php -q buildMetarDB.php -a -t dbtype -d dbname -u yourusername -p
>>
>>
>
>There are two different weather-related blocks; weather.com and METAR.
>Most people want the weather.com block; METAR is mostly for pilots.
>
>The weather.com block requires the partner ID and license key from
>weather.com, and the METAR block requires the buildMetarDB.php file to
>be executed.
>
>That said, under "Layout" for the portal page, which block did you
>choose? If you chose "Horde: weather.com", you should have been
>presented with a text box allowing a location to be entered. If you
>selected "Horde: Metar Weather", you should have been presented with
>drop-down boxes to select the location (which would be empty until the
>database is populated by the buildMetarDB.php script).
>
>Rick
>
>
From craigwhite at azapple.com Mon Jan 16 14:46:25 2006
From: craigwhite at azapple.com (Craig White)
Date: Mon, 16 Jan 2006 15:46:25 -0700
Subject: [horde] Weather: No location is set
In-Reply-To: <43CC212D.1010402@comcast.net>
References: <43C9E982.4050704@comcast.net>
<20060116124150.z9to5zn6mtgk8ckw@www.emery.homelinux.net>
<43CC212D.1010402@comcast.net>
Message-ID: <1137451585.13340.6.camel@lin-workstation.azapple.com>
On Mon, 2006-01-16 at 17:41 -0500, Chris wrote:
> Hi Rick.
>
> That it isn't working either!
>
> I have my subscription, and I have have entered my ID and license key on
> the portal block configuration page.
>
> When I go to the layout page, and choose Horde: weather.com, It gives me
> "Error: The weather.com block is not available." instead of the options
> you mention.
>
> Either one working would be fine with me!
>
> Any Idea what is going on here?
----
I think that happens when you don't have XML_Serializer and
Weather_Services installed properly (pear modules)
Craig
From grooveman at comcast.net Mon Jan 16 14:53:45 2006
From: grooveman at comcast.net (Chris)
Date: Mon, 16 Jan 2006 17:53:45 -0500
Subject: [horde] Tasks Not showing up for non-admins
Message-ID: <43CC23F9.7000202@comcast.net>
Hello.
I am running horde 3.0.9 on a OpenBSD 3.8 machine with an apache chroot
jail. I am using nag 2.04 and php 4.4.0.
My problem is this: The tasks icon does not show on the left panel and
the button does not show on the command bar at the top of the interface
for non-admin users. For my two admin users, it works just fine!
(under the nag setup, I have set it up to show in all the Horde
components I use). This is the only component that is giving me trouble
like this, but since I am not sure if this is a problem with Horde or
nag, I figure I will post here rather than the nag list... lemme know if
I am wrong...
Can someone please lend a hand?
Thank you.
Chris
From grooveman at comcast.net Mon Jan 16 16:25:10 2006
From: grooveman at comcast.net (Chris)
Date: Mon, 16 Jan 2006 19:25:10 -0500
Subject: [horde] Weather: No location is set
In-Reply-To: <1137451585.13340.6.camel@lin-workstation.azapple.com>
References: <43C9E982.4050704@comcast.net> <20060116124150.z9to5zn6mtgk8ckw@www.emery.homelinux.net> <43CC212D.1010402@comcast.net>
<1137451585.13340.6.camel@lin-workstation.azapple.com>
Message-ID: <43CC3966.2050409@comcast.net>
Hi Craig,
But, I do have them installed... is there something special I have to do
with them after installation? Or am I missing some other package?
My Pear packages:
=============
Package Latest Local
APC 3.0.8
Cache 1.5.4 1.5.5RC4
Cache_Lite 1.6.0
memcache 2.0.0
apd 1.0.1
parsekit 1.0
perl 0.6
PHP_Compat 1.5.0
PHP_CompatInfo 1.0.0
Var_Dump 1.0.2
Xdebug 1.3.2
Archive_Tar 1.3.1 1.1
bz2 1.0
Contact_Vcard_Build 1.1.1
Contact_Vcard_Parse 1.31.0
Fileinfo 1.0.3
File_Archive 1.5.3
File_Bittorrent 1.0.0
File_Fstab 2.0.2
File_HtAccess 1.1.0
File_Passwd 1.1.6
File_SMBPasswd 1.0.2
MP3_ID 1.2.0
zip 1.0
Auth 1.2.3
Auth_HTTP 2.1.6
Auth_PrefManager 1.1.4
Auth_RADIUS 1.0.4
Auth_SASL 1.0.1 1.0.1
radius 1.2.4
Benchmark 1.2.4
DTrace 1.0.3
big_int 1.0.7
Math_Basex 0.3
Math_Fibonacci 0.8
Math_Integer 0.8
Math_Matrix 0.8.0
Math_RPN 1.1.1
Math_Stats 0.8.5
Math_TrigOp 1.0
stats 1.0.0
Bitset 1.0
bz2_filter 1.1.0
Stream_SHM 1.0.0
Stream_Var 1.0.0
zlib_filter 1.1
Config 1.10.5
Console_Getargs 1.3.0
Console_Getopt 1.2 1.2
Console_Table 1.0.2
ncurses 1.0.0
newt 1.1
System_Command 1.0.3
crack 0.4
crack_dll 0.4
hash 1.1
huffman 0.2.0
MIME_Type 1.0.0 1.0.0
PhpDocumentor 1.2.3
Crypt_Blowfish 1.0.1
Crypt_CBC 0.4
Crypt_CHAP 1.0.0
Crypt_HMAC 1.0.1
Crypt_RC4 1.0.2
Crypt_RSA 1.0.0
Crypt_Xtea 1.0
gnupg 1.0
cybermut 1.1
mcve 5.2.0
Payment_Clieop 0.1.1
Payment_DTA 1.2.0
spplus 1.0
TCLink 3.4.0
cyrus 1.0
Net_CheckIP 1.1
Net_Curl 1.2.2
Net_Dict 1.0.3
Net_Dig 0.1
Net_DNS 0.03
Net_DNSBL 1.0.0
Net_Finger 1.0.0
Net_FTP 1.3.1
Net_Geo 1.0.1
Net_Gopher 1.0.0
Net_Ident 1.1.0
Net_IMAP 1.0.3
Net_IPv4 1.3.0
Net_IPv6 1.0.5
Net_LMTP 1.0.1
Net_Ping 2.4.1
Net_POP3 1.3.6
Net_Portscan 1.0.2
Net_Sieve 1.1.1
Net_SmartIRC 1.0.0
Net_SMTP 1.2.7 1.2.7
Net_Socket 1.0.6 1.0.6
Net_URL 1.0.14 1.0.14
Net_UserAgent_Detect 2.1.0 2.0.1
Net_Whois 1.0
tcpwrap 1.0
uuid 1.0
yaz 1.0.6
zeroconf 1.0
Date 1.4.6 1.4.5
timezonedb 2005.18
DB 1.7.6 1.7.6
DBA 1.1
dbx 1.1.0
DB_ado 1.3
DB_DataObject 1.8.0
DB_ldap 1.1.1
DB_NestedSet 1.2.4
DB_odbtp 1.0.3
DB_Pager 0.7
DB_QueryTool 1.0.1
DB_Table 1.2.1
ibm_db2 1.1.6
lchash 0.9.1
maxdb 7.6.00.16
MDB 1.3.0
MDB_QueryTool 1.0.1
mysql 1.0
oci8 1.0
odbtp 1.1.4
Paradox 1.3.0
PDO 1.0.2
PDO_DBLIB 1.0
PDO_INFORMIX 1.0.0
PDO_MYSQL 1.0.1
PDO_OCI 1.0
PDO_ODBC 1.0
PDO_PGSQL 1.0.1
PDO_SQLITE 1.0
SQLite 1.0.3
enchant 1.0
lzf 1.3
pdflib 2.0.4
ps 1.3.3
Text_Password 1.1.0
Text_Wiki 1.0.3
xdiff 1.4
Event_Dispatcher 1.0.0
File 1.2.2 1.2.2
File_Find 1.2.0
File_SearchReplace 1.1.0
xattr 1.0
fribidi 1.0
Translation 1.2.6pl1
FSM 1.2.2
Gtk_FileDrop 1.0.1
Gtk_ScrollingLabel 1.0.0
HTML_BBCodeParser 1.1
HTML_Common 1.2.2
HTML_Crypt 1.2.2
HTML_CSS 0.2.0
HTML_Form 1.3.0
HTML_Javascript 1.1.1
HTML_Menu 2.1.1
HTML_Progress 1.2.5
HTML_Progress2 2.0.0
HTML_QuickForm 3.2.5
HTML_QuickForm_advmultiselect 1.1.0
HTML_QuickForm_Controller 1.0.5
HTML_Select_Common 1.1
HTML_Table 1.6.1
HTML_Table_Matrix 1.0.9
HTML_Template_Flexy 1.2.3
HTML_Template_IT 1.1.3 1.1
HTML_Template_PHPLIB 1.3.1
HTML_Template_Sigma 1.1.4
HTML_Template_Xipe 1.7.6
HTML_TreeMenu 1.2.0
Pager 2.3.4
Pager_Sliding 1.6
tidy 1.2
HTTP 1.4.0
HTTP_Client 1.0.0
HTTP_Download 1.1.1
HTTP_Header 1.2.0
HTTP_Request 1.3.0 1.3.0
HTTP_Upload 0.9.1 0.9.1
Image_Barcode 1.0.4
Image_Color 1.0.2
Image_GIS 1.1.1
Image_GraphViz 1.1.0
Image_IPTC 1.0.2
Image_Remote 1.0.1
Log 1.9.3 1.9.3
Mail 1.1.9 1.1.9
mailparse 2.1.1
Mail_Mime 1.3.1 1.3.1
Mail_Queue 1.1.3
Net_NNTP 1.0.1
POP3 1.0.2
Numbers_Roman 0.2.0
PEAR 1.4.6 1.3.5
PEAR_Info 1.6.0
PEAR_PackageFileManager 1.5.2
PEAR_PackageFileManager_GUI_Gtk 1.0.1
PHPUnit 1.3.2
PHPUnit2 2.3.4
Science_Chemistry 1.1.0
Services_Weather 1.3.2 1.3.2
XML_RPC 1.4.5 1.3.1
Structures_Graph 1.0.1
Text_Statistics 1.0
System_Mount 1.0.0
win32ps 1.0.1
win32ps_dll 1.0.1
xmlReader 1.0.1
xmlwriter 2.0.2
XML_Beautifier 1.1
XML_CSSML 1.1.1
XML_FastCreate 1.0.3
XML_fo2pdf 0.98
XML_HTMLSax 2.1.2
XML_image2svg 0.1
XML_NITF 1.1.0
XML_Parser 1.2.7 1.2.7
XML_RSS 0.9.2
XML_SVG 1.0.0
XML_Transformer 1.1.0
XML_Tree 1.1
XML_Util 1.1.1 1.1.1
XML_Wddx 1.0.1
XML_XPath 1.2.3
SOAP 0.9.1
XML_Serializer 0.18.0
Craig White wrote:
>On Mon, 2006-01-16 at 17:41 -0500, Chris wrote:
>
>
>>Hi Rick.
>>
>>That it isn't working either!
>>
>>I have my subscription, and I have have entered my ID and license key on
>>the portal block configuration page.
>>
>>When I go to the layout page, and choose Horde: weather.com, It gives me
>>"Error: The weather.com block is not available." instead of the options
>>you mention.
>>
>>Either one working would be fine with me!
>>
>>Any Idea what is going on here?
>>
>>
>----
>I think that happens when you don't have XML_Serializer and
>Weather_Services installed properly (pear modules)
>
>Craig
>
>
>
From craigwhite at azapple.com Mon Jan 16 16:35:53 2006
From: craigwhite at azapple.com (Craig White)
Date: Mon, 16 Jan 2006 17:35:53 -0700
Subject: [horde] Weather: No location is set
In-Reply-To: <43CC3966.2050409@comcast.net>
References: <43C9E982.4050704@comcast.net>
<20060116124150.z9to5zn6mtgk8ckw@www.emery.homelinux.net>
<43CC212D.1010402@comcast.net>
<1137451585.13340.6.camel@lin-workstation.azapple.com>
<43CC3966.2050409@comcast.net>
Message-ID: <1137458153.12009.6.camel@srv1.azapple.com>
On Mon, 2006-01-16 at 19:25 -0500, Chris wrote:
> PEAR 1.4.6 1.3.5
----
try 'pear upgrade pear'
see if that helps
Craig
From grooveman at comcast.net Mon Jan 16 17:39:34 2006
From: grooveman at comcast.net (Chris)
Date: Mon, 16 Jan 2006 20:39:34 -0500
Subject: [horde] Weather: No location is set
In-Reply-To: <1137458153.12009.6.camel@srv1.azapple.com>
References: <43C9E982.4050704@comcast.net>
<20060116124150.z9to5zn6mtgk8ckw@www.emery.homelinux.net>
<43CC212D.1010402@comcast.net>
<1137451585.13340.6.camel@lin-workstation.azapple.com>
<43CC3966.2050409@comcast.net>
<1137458153.12009.6.camel@srv1.azapple.com>
Message-ID: <43CC4AD6.7060604@comcast.net>
Well... that was worth a shot... but no dice.
I still get the same error. I am completely at a loss here...
Craig White wrote:
>On Mon, 2006-01-16 at 19:25 -0500, Chris wrote:
>
>
>>PEAR 1.4.6 1.3.5
>>
>>
>----
>try 'pear upgrade pear'
>
>see if that helps
>
>Craig
>
>
>
>
From eric.rostetter at physics.utexas.edu Mon Jan 16 17:47:59 2006
From: eric.rostetter at physics.utexas.edu (Eric Jon Rostetter)
Date: Mon, 16 Jan 2006 19:47:59 -0600
Subject: [horde] Weather: No location is set
In-Reply-To: <43CC4AD6.7060604@comcast.net>
References: <43C9E982.4050704@comcast.net>
<20060116124150.z9to5zn6mtgk8ckw@www.emery.homelinux.net>
<43CC212D.1010402@comcast.net>
<1137451585.13340.6.camel@lin-workstation.azapple.com>
<43CC3966.2050409@comcast.net>
<1137458153.12009.6.camel@srv1.azapple.com>
<43CC4AD6.7060604@comcast.net>
Message-ID: <20060116194759.hsab9gsm19kocckw@mail.ph.utexas.edu>
Quoting Chris :
> Well... that was worth a shot... but no dice.
>
> I still get the same error. I am completely at a loss here...
What versions of the weather and XML stuff do you have? It requires,
I think, beta quality code. So, for example,
pear -d preferred_state=beta install -a Services_Weather
Normally pear won't do the beta quality stuff, unless you tell it to, etc.
Just an idea.
--
Eric Rostetter
The Department of Physics
The University of Texas at Austin
Go Longhorns!
From craigwhite at azapple.com Mon Jan 16 18:02:33 2006
From: craigwhite at azapple.com (Craig White)
Date: Mon, 16 Jan 2006 19:02:33 -0700
Subject: [horde] Weather: No location is set
In-Reply-To: <43CC4AD6.7060604@comcast.net>
References: <43C9E982.4050704@comcast.net>
<20060116124150.z9to5zn6mtgk8ckw@www.emery.homelinux.net>
<43CC212D.1010402@comcast.net>
<1137451585.13340.6.camel@lin-workstation.azapple.com>
<43CC3966.2050409@comcast.net>
<1137458153.12009.6.camel@srv1.azapple.com>
<43CC4AD6.7060604@comcast.net>
Message-ID: <1137463353.3125.4.camel@lin-workstation.azapple.com>
On Mon, 2006-01-16 at 20:39 -0500, Chris wrote:
> Well... that was worth a shot... but no dice.
>
> I still get the same error. I am completely at a loss here...
>
> Craig White wrote:
>
> >On Mon, 2006-01-16 at 19:25 -0500, Chris wrote:
> >
> >
> >>PEAR 1.4.6 1.3.5
> >>
> >>
> >----
> >try 'pear upgrade pear'
> >
> >see if that helps
> >
----
one more thought...
pear upgrade-all
Craig
From rick at emery.homelinux.net Mon Jan 16 18:44:08 2006
From: rick at emery.homelinux.net (Rick Emery)
Date: Mon, 16 Jan 2006 21:44:08 -0500
Subject: [horde] Weather: No location is set
In-Reply-To: <43CC212D.1010402@comcast.net>
References: <43C9E982.4050704@comcast.net>
<20060116124150.z9to5zn6mtgk8ckw@www.emery.homelinux.net>
<43CC212D.1010402@comcast.net>
Message-ID: <20060116214408.2ulmw4cxror484o4@www.emery.homelinux.net>
Quoting Chris :
> When I go to the layout page, and choose Horde: weather.com, It gives me
> "Error: The weather.com block is not available." instead of the options
> you mention.
Check that "allow_url_fopen" is enabled in php.ini (if you change it,
make sure to restart the web server), and check your horde log. The
weather.com block checks some things, logs a detailed error, and
displays the one you mentioned.
Hope this helps,
Rick
--
Rick Emery
"When once you have tasted flight, you will forever walk the Earth
with your eyes turned skyward, for there you have been, and there
you will always long to return"
-- Leonardo Da Vinci
From sync_mastar at yahoo.com Tue Jan 17 03:53:19 2006
From: sync_mastar at yahoo.com (Umar Draz)
Date: Tue, 17 Jan 2006 03:53:19 -0800 (PST)
Subject: [horde] vpopmail (quota usage)
Message-ID: <20060117115319.40876.qmail@web35201.mail.mud.yahoo.com>
Hi dear members!
i have qmail+vpopmail+courier imap setup and i use Horde how i set Quota Display in horde/imp.
Please help
regards,
Umar Draz
---------------------------------
Yahoo! Photos
Got holiday prints? See all the ways to get quality prints in your hands ASAP.
From marc.fellman at gmail.com Tue Jan 17 04:56:28 2006
From: marc.fellman at gmail.com (Marc Fellman)
Date: Tue, 17 Jan 2006 13:56:28 +0100
Subject: [horde] Fwd: configuring horde (using sendmail)
In-Reply-To:
References:
Message-ID: <8e032bc30601170456hf7aa42av@mail.gmail.com>
I'm not the one you should ask. I forwarded it to the list.
---------- Forwarded message ----------
From: Shkumbin Fida - Mimi
Date: 17-jan-2006 13:48
Subject: configuring horde (using sendmail)
To: marc.fellman at gmail.com
Dear Marc,
I tried to install php5.1.1 on IIS 5.0 and i succeeded by loading most
of the extesnions required for horde. I have done this only for
testing purposes otherwise after testing it i will install it in my
mail server which is an AIX server with sendmail and which has already
nearly 10.000 users (e-mail accounts).
A problem that i have now is with the configuration of the horde
connecting with the server (not sure what to use for authenticating
the users ) for testing. I tried to use Access with dsn but i have
some problems. Also im not sure what the database is used for and do i
really need do create manualy tables. (does it is used only for turba
or for authantication).
I already have a windows domain server with active directory where
users are accesing the windows system and AIX sendmail server where
user are using there e-mail accounts through outlook.
Please could you tell me which is the best way for my site to
configure and to authanticate the users of my sendmail (also not sure
how ldap can be useful).
p.s. please only two words.
--
Met Vriendelijke Groet / With Kind Regards
Marc Fellman
From vishytk at gmail.com Tue Jan 17 07:03:49 2006
From: vishytk at gmail.com (Vishwanath T. K.)
Date: Tue, 17 Jan 2006 20:33:49 +0530
Subject: [horde] quota display
In-Reply-To: <20060116120539.10566105E@vlad.horde.org>
References: <55f590601160343k18fe4f30v8bfde35c83543475@mail.gmail.com>
<20060116120539.10566105E@vlad.horde.org>
Message-ID: <55f590601170703p589bf19cu9519ac014f89f268@mail.gmail.com>
Thanks Alex, the code is working fine for me and i did not see the
problem you mentioned for me.
Thanks
Vishy
On 1/16/06, Alex wrote:
> Hi there!
>
> This is my imp/templates/quota/quota.inc with a courier IMAP setup, with the
> latest stable versions of horde/imp.
> However, for reasons unkwown to myself, when the quota bar is active, horde
> somehow adds an extra html tag, resulting in a blank line between the menu
> bar and the quota bar. Any thoughts?
>
> I wonder if someone could consider putting this (or something alike) in the
> IMP package in the future... jan?
>
> Regards,
> Alex
>
> ---------------cut here----------------
> if (is_a($quota, 'PEAR_Error')) {
> $class = 'quotawarn';
> $message = $quota->getMessage();
> } else {
> $percent=0;
> $color='';
> if ($quota['limit'] != 0) {
> $quota['usage'] = $quota['usage'] / (1024 * 1024.0);
> $quota['limit'] = $quota['limit'] / (1024 * 1024.0);
> $percent = ($quota['usage'] * 100) / $quota['limit'];
> if ($percent >= 90) {
> $class = 'quotaalert';
> $color = '#FF0000';
> } elseif ($percent >= 75) {
> $class = 'quotawarn';
> $color = '#FCE30D';
> } else {
> $class = 'control';
> $color = '#339933';
> }
> $message = sprintf(_("Quota status: %.2fMB / %.2fMB (%.2f%%)"),
> $quota['usage'], $quota['limit'], $percent);
> } elseif ($quota['usage'] != 0) {
> $quota['usage'] = $quota['usage'] / (1024 * 1024.0);
> $class = 'control';
> $message = sprintf(_("Quota status: %.2fMB / NO LIMIT"),
> $quota['usage']);
> } else {
> $class = 'control';
> $message = sprintf(_("Quota status: NO LIMIT"));
> }
> $message .= ' class="header" align="left">100%';
> $message .= ' | ';
> }
> ?>
>
> ---------------cut here----------------
>
> > -----Original Message-----
> > From: horde-bounces at lists.horde.org [mailto:horde-bounces at lists.horde.org]
> > On Behalf Of Vishwanath T. K.
> > Sent: 16 January 2006 11:43
> > To: horde at lists.horde.org
> > Subject: [horde] quota display
> >
> > Hi all,
> >
> > I had posted this question in IMP list also, but did not receive any
> > reply. I hope i will get some reply for this.
> >
> > I have setup IMP4 with cyrus imap. I have also successfully setup the
> > quota driver in servers.php.
> >
> > I want to have the quota displayed as in the image attached. Can
> > anyone tell me if this is possible to achieve in IMP4 and how to do
> > it.
> >
> > I was going through the list archieve and saw references to similar
> > successful implementations in older versions of IMP.
> >
> > Thanks in advance
> >
> > Vishy
>
> --
> Horde mailing list - Join the hunt: http://horde.org/bounties/#horde
> Frequently Asked Questions: http://horde.org/faq/
> To unsubscribe, mail: horde-unsubscribe at lists.horde.org
>
From vishytk at gmail.com Tue Jan 17 07:11:40 2006
From: vishytk at gmail.com (Vishwanath T. K.)
Date: Tue, 17 Jan 2006 20:41:40 +0530
Subject: [horde] compose problem in sidebar
Message-ID: <55f590601170711o55959a79t5ac8e0ee9421bd48@mail.gmail.com>
Hi all,
My setup includes:
Horde - 3.0.9
IMP - 4.0.4
I have set compose_popup=0 (not using compose as a popup window)
I have setup to provide sidebar with horde handling the
authentication. I have seen a problem while using sidebar. In the
sidebar when i click on the "Compose" link on the sidebar immediately
after login, the compose window does not open properly. I get
following info in the compose window
Here is the message you were composing:
To
Cc
Bcc
Subject
When i take the mouse over the "Compose" link this is the URL link i see
http://gw/horde/imp/compose.php?&Horde=a6005b56ef2740d2398e42fccf071388
Now if i refresh the sidebar frame and then click in the "Compose"
link on the sidebar the compose window appears properly.
This is the URL link i get when i take the mouse over the "Compose" link
http://gw/horde/imp/compose.php?thismailbox=INBOX&Horde=a6005b56ef2740d2398e42fccf071388
As one can see in the first case there is a "&" in the URL which i
think is not valid.
I guess this could be a bug in Horde. Can anyone confirm to me if this
is really a bug and also the solution to this problem.
Vishy
From grooveman at comcast.net Tue Jan 17 07:22:56 2006
From: grooveman at comcast.net (grooveman@comcast.net)
Date: Tue, 17 Jan 2006 15:22:56 +0000
Subject: [horde] Weather: No location is set
Message-ID: <011720061522.9591.43CD0BD00000D092000025772205886014079D9B070B0C@comcast.net>
Rick,
That was it!! Thank you! I never would have guessed that....
Thanks again for your help.
I would still like to get the Metar thing working too though...
Chris
-------------- Original message ----------------------
From: Rick Emery
> Quoting Chris :
>
> > When I go to the layout page, and choose Horde: weather.com, It gives me
> > "Error: The weather.com block is not available." instead of the options
> > you mention.
>
> Check that "allow_url_fopen" is enabled in php.ini (if you change it,
> make sure to restart the web server), and check your horde log. The
> weather.com block checks some things, logs a detailed error, and
> displays the one you mentioned.
>
> Hope this helps,
> Rick
> --
> Rick Emery
>
> "When once you have tasted flight, you will forever walk the Earth
> with your eyes turned skyward, for there you have been, and there
> you will always long to return"
> -- Leonardo Da Vinci
>
> --
> Horde mailing list - Join the hunt: http://horde.org/bounties/#horde
> Frequently Asked Questions: http://horde.org/faq/
> To unsubscribe, mail: horde-unsubscribe at lists.horde.org
From grooveman at comcast.net Tue Jan 17 07:24:16 2006
From: grooveman at comcast.net (grooveman@comcast.net)
Date: Tue, 17 Jan 2006 15:24:16 +0000
Subject: [horde] Weather: No location is set
Message-ID: <011720061524.11337.43CD0C20000B4FC100002C492205886014079D9B070B0C@comcast.net>
Yes, I tried this too. No dice.
I can't believe no one else is experiencing this...
-------------- Original message ----------------------
From: Craig White
> On Mon, 2006-01-16 at 20:39 -0500, Chris wrote:
> > Well... that was worth a shot... but no dice.
> >
> > I still get the same error. I am completely at a loss here...
> >
> > Craig White wrote:
> >
> > >On Mon, 2006-01-16 at 19:25 -0500, Chris wrote:
> > >
> > >
> > >>PEAR 1.4.6 1.3.5
> > >>
> > >>
> > >----
> > >try 'pear upgrade pear'
> > >
> > >see if that helps
> > >
> ----
> one more thought...
>
> pear upgrade-all
>
> Craig
>
From aferreira at gaiajoy.com Tue Jan 17 07:29:47 2006
From: aferreira at gaiajoy.com (aferreira@gaiajoy.com)
Date: Tue, 17 Jan 2006 15:29:47 +0000
Subject: [horde] quota display
In-Reply-To: <55f590601170703p589bf19cu9519ac014f89f268@mail.gmail.com>
References: <55f590601160343k18fe4f30v8bfde35c83543475@mail.gmail.com>
<20060116120539.10566105E@vlad.horde.org>
<55f590601170703p589bf19cu9519ac014f89f268@mail.gmail.com>
Message-ID: <20060117152947.mf1noqi18ywo8s4w@webmail.gaiajoy.com>
I suspect i know what's wrong... I've probably have too many
icons(options) in the inbox(about 15 now), which are messing up the
menu bar seriously.
It's probably a layout problem in the menu bar that has nothing to do
with the quota bar.
I'll reduce that number and retest again.
Glad I could help.
Alex
"Vishwanath T. K." wrote:
> Thanks Alex, the code is working fine for me and i did not see the
> problem you mentioned for me.
>
> Thanks
> Vishy
>
[sniped]
From Thibault.LeMeur at supelec.fr Tue Jan 17 07:35:21 2006
From: Thibault.LeMeur at supelec.fr (Thibault LE MEUR)
Date: Tue, 17 Jan 2006 16:35:21 +0100
Subject: [horde] RE : quota display
In-Reply-To: <55f590601170703p589bf19cu9519ac014f89f268@mail.gmail.com>
Message-ID: <005701c61b7b$a68291a0$a578e4a0@supelec.fr>
> Thanks Alex, the code is working fine for me and i did not
> see the problem you mentioned for me.
>
> Thanks
> Vishy
I confirm that the code works for us without the extra line problem
mentionned.
Thanks,
Thibault
From rick at emery.homelinux.net Tue Jan 17 07:46:23 2006
From: rick at emery.homelinux.net (Rick Emery)
Date: Tue, 17 Jan 2006 10:46:23 -0500
Subject: [horde] Weather: No location is set
In-Reply-To: <011720061522.9591.43CD0BD00000D092000025772205886014079D9B070B0C@comcast.net>
References: <011720061522.9591.43CD0BD00000D092000025772205886014079D9B070B0C@comcast.net>
Message-ID: <20060117104623.le1cly0p4sso40sk@www.emery.homelinux.net>
Quoting grooveman at comcast.net:
> Rick,
>
> That was it!! Thank you! I never would have guessed that....
>
> Thanks again for your help.
>
> I would still like to get the Metar thing working too though...
It's been a while since I ran that script, but I'll try to help. This
was the last command I saw you post to the list:
php -r unix -q buildMetarDB.php -a -t mysql -d horde -u horde -p *****
I think the "-r unix" should be after "buildMetarDB.php" (it should be
a parameter to the buildMetarDB script, not the php executable).
Also, try adding "-v" as a parameter to the script and see if it gives
you meaningful output.
Hope this helps,
Rick
From garnier at embratel.com.br Tue Jan 17 11:39:24 2006
From: garnier at embratel.com.br (garnier@embratel.com.br)
Date: Tue, 17 Jan 2006 16:39:24 -0300
Subject: [horde] Questions about sidebar
Message-ID:
I?ve searched for the problem, and I found on
lib/Horde/Tree/javascript.php, function Horde_Tree_javascript, the code
that checks if $_COOKIE[$this->_instance . '_expanded'] is set. It?s returning false, and I didn?t find where is this cookie sent.
I?ve tried to call setcookie on this function, just for checking, and after this, the cookie was found. Can anyone help me?
>Subject: Re: [horde] Questions about sidebar
>From: Robin Rainton
>Date: 2006-01-11 20:40:17
>Message-ID: 43C56D31.8070003 () rainton ! com
>[Download message RAW]
>
>Your problem does sound a bit strange, but don't think you can blame
>Firefox.
>
>I've used FF 1.0.6 and 1.5 and both work and remember the sidebar nodes
>open after a refresh.
>
>garnier at embratel.com.br wrote:
>
>>I?ve tested with IE, and it worked. But on Firefox, the sidebar nodes are
>>always closed. I?ve already checked that cookies are allowed. Is anyone
>>also having this problem with Firefox?
>>
>>
>--
>Horde mailing list - Join the hunt: http://horde.org/bounties/#horde
>Frequently Asked Questions: http://horde.org/faq/
>To unsubscribe, mail: horde-unsubscribe at lists.horde.org
From lists.gl at guido-leisker.de Tue Jan 17 12:47:39 2006
From: lists.gl at guido-leisker.de (Guido Leisker)
Date: Tue, 17 Jan 2006 21:47:39 +0100
Subject: [horde] [imp] multi accounts
In-Reply-To: <20060116164127.4tj3dtlox29wgook@mail.progw.org>
References: <43CBB084.5050804@guido-leisker.de>
<20060116164127.4tj3dtlox29wgook@mail.progw.org>
Message-ID: <43CD57EB.6000102@guido-leisker.de>
>>Dear all!
>>
>>Is there a way to manage multiple accounts with IMP? This time I can
>>only manage one account by logging in one time.
>>My association is that you can handle more accounts, just like with
>>Thunderbird or KMAil.
>>
>
>
> Check out the IMP Options for Fetch Mail and Personal Identity.
>
> Earnie Boyd
>
> ----------------------------------------------------------------
> This message was sent using IMP, the Internet Messaging Program.
>
Do you mean 'Mailbox and Fetchmail'? I cant see, how this should help me.
And I can`t find 'Personal Identity' anywhere.
Please tell me more exact how I can reach this goal. Or is there
anywhere a good howto setting up the imp to use different foreign
mail-boxes?
thanks
guido
From jan at horde.org Tue Jan 17 15:24:56 2006
From: jan at horde.org (Jan Schneider)
Date: Wed, 18 Jan 2006 00:24:56 +0100
Subject: [horde] compose problem in sidebar
In-Reply-To: <55f590601170711o55959a79t5ac8e0ee9421bd48@mail.gmail.com>
References: <55f590601170711o55959a79t5ac8e0ee9421bd48@mail.gmail.com>
Message-ID: <20060118002456.83z6sxqajok00w80@neo.wg.de>
Zitat von "Vishwanath T. K." :
> Horde - 3.0.9
> IMP - 4.0.4
> When i take the mouse over the "Compose" link this is the URL link i see
> http://gw/horde/imp/compose.php?&Horde=a6005b56ef2740d2398e42fccf071388
I can't reproduce this with these versions.
Jan.
--
Do you need professional PHP or Horde consulting?
http://horde.org/consulting/
From grooveman at comcast.net Tue Jan 17 16:20:06 2006
From: grooveman at comcast.net (Chris)
Date: Tue, 17 Jan 2006 19:20:06 -0500
Subject: [horde] Weather: No location is set
In-Reply-To: <20060117104623.le1cly0p4sso40sk@www.emery.homelinux.net>
References: <011720061522.9591.43CD0BD00000D092000025772205886014079D9B070B0C@comcast.net>
<20060117104623.le1cly0p4sso40sk@www.emery.homelinux.net>
Message-ID: <43CD89B6.304@comcast.net>
Rick,
Thank you for the advice with the script, but no dice. If I move the
-r, it gives me the second error I mentioned:
Services_Weather: Connection to DB with
'mysql://horde:PASS at mx1.brokensolstice.com/horde' failed!
I have tried taking down mysql, and running it via tcp instead of unix
sockets and bagging the -r all together -- but I still get the error above.
So, in sum, -r after php doesn't work (gives the PHP Parse error), after
the buildMetarDB.php, gives the mysql:// error above. Using TCP sockets
doesn't help either.
BTW, the -v doesn't really add much, only this line:
Services_Weather: Using 'http://weather.noaa.gov/data/nsd_cccc.gz'
as source.
I have verified that I can connect to the db by doing: mysql -u horde
-p -h localhost
Any other thoughts?
Thanks
Chris
Rick Emery wrote:
> Quoting grooveman at comcast.net:
>
>> Rick,
>>
>> That was it!! Thank you! I never would have guessed that....
>>
>> Thanks again for your help.
>>
>> I would still like to get the Metar thing working too though...
>
>
> It's been a while since I ran that script, but I'll try to help. This
> was the last command I saw you post to the list:
>
> php -r unix -q buildMetarDB.php -a -t mysql -d horde -u horde -p *****
>
> I think the "-r unix" should be after "buildMetarDB.php" (it should
> be a parameter to the buildMetarDB script, not the php executable).
>
> Also, try adding "-v" as a parameter to the script and see if it
> gives you meaningful output.
>
> Hope this helps,
> Rick
>
>
From rick at emery.homelinux.net Tue Jan 17 16:46:42 2006
From: rick at emery.homelinux.net (Rick Emery)
Date: Tue, 17 Jan 2006 19:46:42 -0500
Subject: [horde] Weather: No location is set
In-Reply-To: <43CD89B6.304@comcast.net>
References: <011720061522.9591.43CD0BD00000D092000025772205886014079D9B070B0C@comcast.net>
<20060117104623.le1cly0p4sso40sk@www.emery.homelinux.net>
<43CD89B6.304@comcast.net>
Message-ID: <20060117194642.u47kgadya00w0o4s@www.emery.homelinux.net>
Quoting Chris :
> Thank you for the advice with the script, but no dice. If I move the
> -r, it gives me the second error I mentioned:
> Services_Weather: Connection to DB with
> 'mysql://horde:PASS at mx1.brokensolstice.com/horde' failed!
[snip]
> I have verified that I can connect to the db by doing: mysql -u horde
> -p -h localhost
>
> Any other thoughts?
Yes. It looks like the script is trying to connect to mysql as
horde at mx1.brokensolstice.com, but from the command line you're
connecting as horde at localhost. Try either connecting via script to
localhost, or giving permissions in mysql to the horde user at
mx1.brokensolstice.com, and report the results. If I had to guess (and
it would just be a guess), I would say that, in mysql, the user
"horde" has permissions with host "localhost", but not host
"mx1.brokensolstice.com".
Hope this helps,
Rick
P.S. According to the output from "php buildMetarDB.php -h", adding
additional "v"s to the "-v" flag will increase the "verbosity" of the
output. That might give more information.
From grooveman at comcast.net Tue Jan 17 16:56:06 2006
From: grooveman at comcast.net (Chris)
Date: Tue, 17 Jan 2006 19:56:06 -0500
Subject: [horde] Weather: No location is set
In-Reply-To: <20060117194642.u47kgadya00w0o4s@www.emery.homelinux.net>
References: <011720061522.9591.43CD0BD00000D092000025772205886014079D9B070B0C@comcast.net> <20060117104623.le1cly0p4sso40sk@www.emery.homelinux.net> <43CD89B6.304@comcast.net>
<20060117194642.u47kgadya00w0o4s@www.emery.homelinux.net>
Message-ID: <43CD9226.8090300@comcast.net>
Dammit! my goof I took the wrong output in my history...
Normally it says localhost. As another attempt, I hacked the script and
changed it. I cut and pasted the wrong wrong. Trust me, it errors out
either way. Sorry to muddy the waters...
I can connect on the command line to either "localhost" or the
hostname. The script bombs out with either.
Again, sorry to muddy the waters.
Rick Emery wrote:
> Quoting Chris :
>
>> Thank you for the advice with the script, but no dice. If I move the
>> -r, it gives me the second error I mentioned:
>> Services_Weather: Connection to DB with
>> 'mysql://horde:PASS at mx1.brokensolstice.com/horde' failed!
>
>
> [snip]
>
>> I have verified that I can connect to the db by doing: mysql -u horde
>> -p -h localhost
>>
>> Any other thoughts?
>
>
> Yes. It looks like the script is trying to connect to mysql as
> horde at mx1.brokensolstice.com, but from the command line you're
> connecting as horde at localhost. Try either connecting via script to
> localhost, or giving permissions in mysql to the horde user at
> mx1.brokensolstice.com, and report the results. If I had to guess
> (and it would just be a guess), I would say that, in mysql, the user
> "horde" has permissions with host "localhost", but not host
> "mx1.brokensolstice.com".
>
> Hope this helps,
> Rick
>
> P.S. According to the output from "php buildMetarDB.php -h", adding
> additional "v"s to the "-v" flag will increase the "verbosity" of the
> output. That might give more information.
>
>
From lists.gl at guido-leisker.de Wed Jan 18 04:09:39 2006
From: lists.gl at guido-leisker.de (Guido Leisker)
Date: Wed, 18 Jan 2006 13:09:39 +0100
Subject: [horde] [imp] multi accounts
In-Reply-To: <43CDF635.1010609@guido-leisker.de>
References: <43CBB084.5050804@guido-leisker.de> <20060116164127.4tj3dtlox29wgook@mail.progw.org> <43CD1E96.3020704@guido-leisker.de> <20060117175834.3f2gtpvx6gzocokg@mail.progw.org>
<43CDF635.1010609@guido-leisker.de>
Message-ID: <43CE3003.5040707@guido-leisker.de>
>>>>>Dear all!
>>>>>
>>>>>Is there a way to manage multiple accounts with IMP? This time I can
>>>>>only manage one account by logging in one time.
>>>>>My association is that you can handle more accounts, just like with
>>>>>Thunderbird or KMAil.
>>>>>
>>>>
>>>>
>>>>Check out the IMP Options for Fetch Mail and Personal Identity.
>>>>
>>>>Earnie Boyd
>>>
>>>
>>>Do you mean 'Mailbox and Fetchmail'? I cant see, how this should help me.
>>
>>
>>No, "Fetch Mail" is a configuration item on the "Options for Mail" screen.
>>
>>
>>>And I can`t find 'Personal Identity' anywhere.
>>>
>>
>>Sorry it is "Personal Information".
>>
>>
>>>Please tell me more exact how I can reach this goal. Or is there
>>>anywhere a good howto setting up the imp to use different foreign
>>>mail-boxes?
>>>
>>
>>You set up the contact info for the server to fetch from in the "Fetch
>>Mail" screen. At the top of that screen is a link to "Edit your
>>preferences for accessing other mail accounts". You can have the mail
>>fetched to differing folders.
>>
>>The "Personal Information" window allows you to set up different
>>identities to respond to email "From:". You can even setup differing
>>sent-mail folders for the different identities.
>
> I see, it every time a bad choice to install the german version, while
> documentation is always in English. I'll first switch to the English
> version. May be I can find these options.
Ah, horde automatically detects the preferred language from the browser. :)
From aferreira at gaiajoy.com Wed Jan 18 08:02:46 2006
From: aferreira at gaiajoy.com (Alex)
Date: Wed, 18 Jan 2006 16:02:46 -0000
Subject: [horde] [announce] Horde 3.1-RC1
In-Reply-To: <20060104212354.71CDB16DE7D@neo.wg.de>
Message-ID: <20060118160308.BB9D311B3@vlad.horde.org>
> -----Original Message-----
> From: horde-bounces at lists.horde.org [mailto:horde-bounces at lists.horde.org]
> On Behalf Of Jan Schneider
> Sent: 04 January 2006 21:24
> To: announce at lists.horde.org; horde at lists.horde.org; i18n at lists.horde.org
> Subject: [horde] [announce] Horde 3.1-RC1
[snip]
> Testing is requested and comments are encouraged.
> Updated translations would also be great.
>
Hi there,
I've restarted and ended Nuno's pt_PT very outdated one. I've solved a lot a
fuzzy/ untranslated lines (+1000), but this needs further testing by the
community.
Modules affected: horde 3,imp,gollem,ingo,nag,turba and kronolith.
To where can I send it?
Thx,
Alex
From jan at horde.org Wed Jan 18 08:42:39 2006
From: jan at horde.org (Jan Schneider)
Date: Wed, 18 Jan 2006 17:42:39 +0100
Subject: [horde] [announce] Horde 3.1-RC1
In-Reply-To: <20060118160308.BB9D311B3@vlad.horde.org>
References: <20060118160308.BB9D311B3@vlad.horde.org>
Message-ID: <20060118174239.xw8khk3wy04gg84s@neo.wg.de>
Zitat von Alex :
>> -----Original Message-----
>> From: horde-bounces at lists.horde.org [mailto:horde-bounces at lists.horde.org]
>> On Behalf Of Jan Schneider
>> Sent: 04 January 2006 21:24
>> To: announce at lists.horde.org; horde at lists.horde.org; i18n at lists.horde.org
>> Subject: [horde] [announce] Horde 3.1-RC1
> [snip]
>> Testing is requested and comments are encouraged.
>> Updated translations would also be great.
>>
> Hi there,
>
> I've restarted and ended Nuno's pt_PT very outdated one. I've solved a lot a
> fuzzy/ untranslated lines (+1000), but this needs further testing by the
> community.
>
> Modules affected: horde 3,imp,gollem,ingo,nag,turba and kronolith.
>
> To where can I send it?
The i18n mailing list.
Jan.
--
Do you need professional PHP or Horde consulting?
http://horde.org/consulting/
From josephmalone at higlum.com Wed Jan 18 09:40:29 2006
From: josephmalone at higlum.com (Joseph Malone)
Date: Wed, 18 Jan 2006 09:40:29 -0800
Subject: [horde] admin modules broken for one user only
Message-ID: <20060118094029.ro2dkg9qos840wg4@jeh.inside>
We are currently running HEAD as of 1/17/2006, and have several Admin
users. For one admin user in particular, modules set to a status of
admin in registry.php do not work. The path to the both the module
itself and the icon in the sidebar are wrong.
For instance, with Agora set to admin, horde thinks agora.png (for the
sidebar icon) should be at "horde/themes/graphics/agora.png" instead
of the real location, "horde/agora/themes/graphics/agora.png." When
you try to go to the agora module, you get a blank frame that says
"Object." Similar behavior happens when other modules are set to admin.
The weird thing is that this only happens for one admin user. The
other weird thing is that if you log in as this user, go to the
Administration menu and re-generate the configuration for ANY module,
agora (or whatever module is set to admin) will magically start
working correctly for that session. If you log out and log back in,
it will be broken again.
Any thoughts, suggestions, questions, comments?
Thanks,
Joseph Malone
Higgins Hardwoods
MIS Department
From daniel.ramaley at DRAKE.EDU Wed Jan 18 12:52:52 2006
From: daniel.ramaley at DRAKE.EDU (Daniel A. Ramaley)
Date: Wed, 18 Jan 2006 14:52:52 -0600
Subject: [horde] Displaying applications in the Horde menu
Message-ID: <200601181452.52782.daniel.ramaley@drake.edu>
In the setup for any of the Horde applications except for Horde itself,
i can find an option of what should be displayed in the menu. For
example, in Imp's setup on the "External Utilities and Menu" tab there
is an option labelled "Select any applications that should be linked in
IMP's menu". I haven't been able to find the equivalent setting for
Horde itself. Where is that setting located? I'm using Horde 3.0.9.
------------------------------------------------------------------------
Dan Ramaley Dial Center 118, Drake University
Network Programmer/Analyst 2407 Carpenter Ave
+1 515 271-4540 Des Moines IA 50311 USA
From daniel.ramaley at DRAKE.EDU Wed Jan 18 14:33:03 2006
From: daniel.ramaley at DRAKE.EDU (Daniel A. Ramaley)
Date: Wed, 18 Jan 2006 16:33:03 -0600
Subject: [horde] Displaying applications in the Horde menu
In-Reply-To: <200601181452.52782.daniel.ramaley@drake.edu>
References: <200601181452.52782.daniel.ramaley@drake.edu>
Message-ID: <200601181633.03970.daniel.ramaley@drake.edu>
Nevermine, i figured it out. I had to add this line to
horde/config/conf.php:
$conf['menu']['apps'] = array('imp', 'ingo', 'passwd', 'turba');
That variable was not defined at all in conf.php, but once i added it
the applications started showing up within Horde's menu. I never found
a way to add them from within the setup interface. I think it would be
a useful thing to have a "Select any applications that should be linked
in Horde's menu" added to Horde's setup, to be consistent with the
other applications.
On Wednesday 18 January 2006 14:52, Daniel A. Ramaley wrote:
>In the setup for any of the Horde applications except for Horde
> itself, i can find an option of what should be displayed in the menu.
> For example, in Imp's setup on the "External Utilities and Menu" tab
> there is an option labelled "Select any applications that should be
> linked in IMP's menu". I haven't been able to find the equivalent
> setting for Horde itself. Where is that setting located? I'm using
> Horde 3.0.9.
>
>----------------------------------------------------------------------
>-- Dan Ramaley Dial Center 118, Drake
> University Network Programmer/Analyst 2407 Carpenter Ave
>+1 515 271-4540 Des Moines IA 50311 USA
--
------------------------------------------------------------------------
Dan Ramaley Dial Center 118, Drake University
Network Programmer/Analyst 2407 Carpenter Ave
+1 515 271-4540 Des Moines IA 50311 USA
From jan at horde.org Wed Jan 18 15:17:42 2006
From: jan at horde.org (Jan Schneider)
Date: Thu, 19 Jan 2006 00:17:42 +0100
Subject: [horde] Displaying applications in the Horde menu
In-Reply-To: <200601181633.03970.daniel.ramaley@drake.edu>
References: <200601181452.52782.daniel.ramaley@drake.edu>
<200601181633.03970.daniel.ramaley@drake.edu>
Message-ID: <20060119001742.viwh1u8kaso008gw@neo.wg.de>
Zitat von "Daniel A. Ramaley" :
> Nevermine, i figured it out. I had to add this line to
> horde/config/conf.php:
>
> $conf['menu']['apps'] = array('imp', 'ingo', 'passwd', 'turba');
>
> That variable was not defined at all in conf.php, but once i added it
> the applications started showing up within Horde's menu. I never found
> a way to add them from within the setup interface. I think it would be
> a useful thing to have a "Select any applications that should be linked
> in Horde's menu" added to Horde's setup, to be consistent with the
> other applications.
I guess this was an oversight. Fixed in CVS.
> On Wednesday 18 January 2006 14:52, Daniel A. Ramaley wrote:
>> In the setup for any of the Horde applications except for Horde
>> itself, i can find an option of what should be displayed in the menu.
>> For example, in Imp's setup on the "External Utilities and Menu" tab
>> there is an option labelled "Select any applications that should be
>> linked in IMP's menu". I haven't been able to find the equivalent
>> setting for Horde itself. Where is that setting located? I'm using
>> Horde 3.0.9.
Jan.
--
Do you need professional PHP or Horde consulting?
http://horde.org/consulting/
From jan.johansson at se.nyklogistics.com Thu Jan 19 01:29:55 2006
From: jan.johansson at se.nyklogistics.com (Jan Johansson)
Date: Thu, 19 Jan 2006 10:29:55 +0100
Subject: [horde] MIME errors?
Message-ID: <37354CC43B1D06418654CF1EBBAEF9ED31EAD5@sbs-1.nwl.se>
(Not sure if this is a IMP or Horde problem, so sorry for posting to both lists).
I am running
Adressbok (turba) H3 (2.1-RC1)
Anteckningar (mnemo) H3 (2.1-RC1)
E-post (imp) H3 (4.1-RC1)
( I was running 4.0 but that gave me the same error)
Filter (ingo) H3 (1.0)
Horde (horde) 3.1-RC1
Kalender (kronolith) H3 (2.1-RC1)
L?senord (passwd) H3 (3.0)
Mobil e-post (mimp) H3 (1.0-ALPHA)
Uppgifter (nag) H3 (2.1-RC1)
And i get the following error when opening a mail.
Notice: Only variable references should be returned by reference in /var/www/webmail.skyddsrummet.net/horde/lib/Horde/MIME/Contents.php on line 1122
If I click on an attached JPG (which seem to be correctly identified. I see an icon for an image, it shows the file name, and I see [image/jpeg])
I get a new window with
Notice: Only variable references should be returned by reference in /var/www/webmail.skyddsrummet.net/horde/lib/Horde/MIME/Contents.php on line 1122
Warning: Cannot modify header information - headers already sent by (output started at /var/www/webmail.skyddsrummet.net/horde/lib/Horde/MIME/Contents.php:1122) in /var/www/webmail.skyddsrummet.net/horde/lib/Horde/Browser.php on line 953
Warning: Cannot modify header information - headers already sent by (output started at /var/www/webmail.skyddsrummet.net/horde/lib/Horde/MIME/Contents.php:1122) in /var/www/webmail.skyddsrummet.net/horde/lib/Horde/Browser.php on line 959
Warning: Cannot modify header information - headers already sent by (output started at /var/www/webmail.skyddsrummet.net/horde/lib/Horde/MIME/Contents.php:1122) in /var/www/webmail.skyddsrummet.net/horde/lib/Horde/Browser.php on line 978
Laddar...
What might be the problem?
From lists.gl at guido-leisker.de Thu Jan 19 02:41:31 2006
From: lists.gl at guido-leisker.de (Guido Leisker)
Date: Thu, 19 Jan 2006 11:41:31 +0100
Subject: [horde] authentication active directory with fallback
Message-ID: <43CF6CDB.2030607@guido-leisker.de>
Dear all,
1. Does the active directory authentication work automatic, so that a
Windows Client gives it without users aid to the server?
2. Would it be possible to make a fallback to textlogin
(ldap/mysql/unix) if the 1st doesnt work, maybe because the active
directory is down, or he/she still has no account there?
thank you
From wim at gekkos.org Thu Jan 19 02:58:35 2006
From: wim at gekkos.org (Wim@GeKKoS.org)
Date: Thu, 19 Jan 2006 11:58:35 +0100
Subject: [horde] Problem using filters
Message-ID:
Hi,
I am using
courier-imap 3.0.2
procmail 3.22
Horde 3.1-RC1
IMP H3 (4.1-RC1)
Ingo H3 (1.0.2)
In .procmailrc is configured
MAILDIR=$HOME/Maildir
DEFAULT=$MAILDIR/new
All the mails are arriving in
$HOME/Maildir/new/
When I create a test filter with ingo the script created
##### Test Filter #####
:0
* ^Subject:.*test
"$DEFAULT/.*INBOX.test/"
So the problem is than when I receive a mail with subject 'test' it will
be putted in
$HOME/Maildir/new/.*INBOX.test/new/msg...
but the .*INBOX.test is original located in
$HOME/Maildir/ and not in $HOME/Maildir/new/ so I can not see my
filtered mails
when I change DEFAULT=$MAILDIR/new to DEFAULT=$MAILDIR
Ingo filtering is working fine but every new mail that doesn't fit with
the filter will be putted in $HOME/Maildir so I can not see anymore new
messages
Anyone an idea to resolve this?
Thanks
From weave at dtcc.edu Thu Jan 19 09:17:38 2006
From: weave at dtcc.edu (Ken Weaverling)
Date: Thu, 19 Jan 2006 12:17:38 -0500
Subject: [horde] authentication active directory with fallback
In-Reply-To: <43CF6CDB.2030607@guido-leisker.de>
References: <43CF6CDB.2030607@guido-leisker.de>
Message-ID: <20060119121738.irrbdkatm8s0swg0@webmail.dtcc.edu>
Quoting Guido Leisker :
> 2. Would it be possible to make a fallback to textlogin
> (ldap/mysql/unix) if the 1st doesnt work, maybe because the active
> directory is down, or he/she still has no account there?
If horde is authenticating against your imap server and that imap
server is using PAM to authenticate, then it's possible to set up
multiple authentication sources in PAM with fallback.
For example, if using latest Redhat release of linux, run the
"system-config-authentication" tool and just check off all the services
that you'd like authentication to work with.
Be aware that that will modify the system-auth pam file and hence
effect all of your services on that server though. What we did was just
use that to build the correct pam file on a test box, then just named
that imap and copied that over the imap file in the /etc/pam.d dir.
From lists.gl at guido-leisker.de Thu Jan 19 10:10:21 2006
From: lists.gl at guido-leisker.de (Guido Leisker)
Date: Thu, 19 Jan 2006 19:10:21 +0100
Subject: [horde] authentication active directory with fallback
In-Reply-To: <20060119121738.irrbdkatm8s0swg0@webmail.dtcc.edu>
References: <43CF6CDB.2030607@guido-leisker.de>
<20060119121738.irrbdkatm8s0swg0@webmail.dtcc.edu>
Message-ID: <43CFD60D.1080402@guido-leisker.de>
>2. Would it be possible to make a fallback to textlogin
>>(ldap/mysql/unix) if the 1st doesnt work, maybe because the active
>>directory is down, or he/she still has no account there?
>
>
> If horde is authenticating against your imap server and that imap
> server is using PAM to authenticate, then it's possible to set up
> multiple authentication sources in PAM with fallback.
>
> For example, if using latest Redhat release of linux, run the
> "system-config-authentication" tool and just check off all the services
> that you'd like authentication to work with.
>
> Be aware that that will modify the system-auth pam file and hence
> effect all of your services on that server though. What we did was just
> use that to build the correct pam file on a test box, then just named
> that imap and copied that over the imap file in the /etc/pam.d dir.
>
>
Hm, I would use imp only to connect to foreign imap server.
From asmodeuz at optonline.net Fri Jan 20 18:29:26 2006
From: asmodeuz at optonline.net (Asmodeuz)
Date: Fri, 20 Jan 2006 21:29:26 -0500
Subject: [horde] Administrative password
Message-ID:
What is the default administrator password?
While setting up horde I closed the window and got locked out of the
setup area.
Thanks
Brian
From jacques-beaudoin at cspi.qc.ca Fri Jan 20 19:21:41 2006
From: jacques-beaudoin at cspi.qc.ca (Jacques Beaudoin)
Date: Fri, 20 Jan 2006 22:21:41 -0500
Subject: [horde] cannot see "Options" in the imp menu bar
Message-ID: <1137813701.43d1a8c53d296@mail.cspi.qc.ca>
Hi,
On december 12 Adrian Mak posted this message....
I have the same problem and can't find a answers...
Adrian Mak if you are listening did you ever resolved this problem.
NB: I can't see the "options" in all the Horde applications
(Turba,kronolith,mnemo,nag...)
Cordialement
Jacques Beaudoin
Agent d'administration
Les services des technologies
de l'information et des communications
Commission scolaire de la Pointe de l'?le
Montr?al, Qu?bec, Canada
Courriel/Email: jacques-beaudoin at cspi.qc.ca
Cel: 514 918-3350
From eric.rostetter at physics.utexas.edu Fri Jan 20 20:13:44 2006
From: eric.rostetter at physics.utexas.edu (Eric Jon Rostetter)
Date: Fri, 20 Jan 2006 22:13:44 -0600
Subject: [horde] cannot see "Options" in the imp menu bar
In-Reply-To: <1137813701.43d1a8c53d296@mail.cspi.qc.ca>
References: <1137813701.43d1a8c53d296@mail.cspi.qc.ca>
Message-ID: <20060120221344.ffmmz4ahzsgss8g4@mail.ph.utexas.edu>
Quoting Jacques Beaudoin :
> I have the same problem and can't find a answers...
>
> Adrian Mak if you are listening did you ever resolved this problem.
>
> NB: I can't see the "options" in all the Horde applications
> (Turba,kronolith,mnemo,nag...)
If you can't see the options button, then either you have a broken
installation
or you didn't configure a persistent preferences backend. Been answered a
million times and is in the FAQ.
--
Eric Rostetter
The Department of Physics
The University of Texas at Austin
Go Longhorns!
From lists.gl at guido-leisker.de Sat Jan 21 00:38:42 2006
From: lists.gl at guido-leisker.de (Guido Leisker)
Date: Sat, 21 Jan 2006 09:38:42 +0100
Subject: [horde] Administrative password
In-Reply-To:
References:
Message-ID: <43D1F312.6030501@guido-leisker.de>
> What is the default administrator password?
>
> While setting up horde I closed the window and got locked out of the
> setup area.
There is no default password, IMHO you have to add an user named
administrator with a password. Therefor you have to change the
authentication mode. I used SQL.
You also can add more users to a list, which should get admin-rights.
From lists.gl at guido-leisker.de Sat Jan 21 00:43:28 2006
From: lists.gl at guido-leisker.de (Guido Leisker)
Date: Sat, 21 Jan 2006 09:43:28 +0100
Subject: [horde] cannot see "Options" in the imp menu bar
In-Reply-To: <1137813701.43d1a8c53d296@mail.cspi.qc.ca>
References: <1137813701.43d1a8c53d296@mail.cspi.qc.ca>
Message-ID: <43D1F430.5080000@guido-leisker.de>
> Hi,
>
> On december 12 Adrian Mak posted this message....
>
> I have the same problem and can't find a answers...
>
> Adrian Mak if you are listening did you ever resolved this problem.
>
> NB: I can't see the "options" in all the Horde applications
> (Turba,kronolith,mnemo,nag...)
>
I had the same problem and solved it.
Have a look at here:
http://archives.free.net.ph/thread/20060120.152103.e2f347c3.en.html
From jan at horde.org Sat Jan 21 03:57:52 2006
From: jan at horde.org (Jan Schneider)
Date: Sat, 21 Jan 2006 12:57:52 +0100
Subject: [horde] Fwd: Question
Message-ID: <20060121125752.zuaw40og80g800ow@neo.wg.de>
----- Weitergeleitete Nachricht von tmop at clix.pt -----
Datum: Sat, 21 Jan 2006 11:56:30 +0000
Von: tmop at clix.pt
Antwort an: tmop at clix.pt
Betreff: Question
An: consulting at horde.org
Good morning
How can i have notes, callander, bookmarks and tasks for a group?
I have the personal ones and i would like to have different ones for a group.
Is this possible in horde?
Best Regards,
Tiago
-----------------------------------
Telefone sem assinatura + Internet at? 16Mb
Apenas ?34,90 por m?s!
Saiba mais em http://acesso.clix.pt
----- Ende der weitergeleiteten Nachricht -----
Jan.
--
Do you need professional PHP or Horde consulting?
http://horde.org/consulting/
From bobsleys at rosemontinnbb.com Sun Jan 22 07:38:35 2006
From: bobsleys at rosemontinnbb.com (Bob Sleys)
Date: Sun, 22 Jan 2006 10:38:35 -0500
Subject: [horde] Can't Regenerate Horde Config
Message-ID: <9f934ccd4c9fec05ef7678f44cfec05f@71.255.45.85>
I spent the better part of yesterday trying to figure this out with no
success so I'm hoping someone here can help me.
I have a brand new install of Horde 3.0.9. The test.php can be found at
http://rosemontinnbb.com/horde/test.php
Most everything shows fine in it but whenever I go to the step to Admin ->
setup - Horde I get the Internal Server error page. I've reviewed the
access logs and didn't see anyting of relevance. Anyone have any ideas on
how to fix this or what I should look for?
--
Bob Sleys
From h_dengel at gmx.de Sun Jan 22 08:20:42 2006
From: h_dengel at gmx.de (Dengel Harald)
Date: Sun, 22 Jan 2006 17:20:42 +0100 (MET)
Subject: [horde] No category-specific colors in calendar
Message-ID: <4220.1137946842@www093.gmx.net>
Hi,
I have installed the new RC1 versions of horde, imp, kronolith, mnemo, nag
and turba. After configuring the applications, kronolith doesn't shows the
configured different colors for each category in the calendar. I have tried
the cvs version but even this did not resolved the problem. A bug?
Regards,
Harald
--
10 GB Mailbox, 100 FreeSMS/Monat http://www.gmx.net/de/go/topmail
+++ GMX - die erste Adresse für Mail, Message, More +++