Remove Maintenance

Alexandre Mendes Alexandre.Mendes@iutsux01.u-clermont1.fr
Fri, 08 Mar 2002 16:57:09 +0100


Bonjour, 

	I have install Apache, Horde 2.0, and IMP 3.0 , and all work fine. But I
would like to know how to remove the Maintenance screen which is a little
annoying. 

Thanks.

If someone is interesting in APOP for IMP, ask...


thanks.
Mr MENDES Alexandre 
I.U.T. de Clermont - Fd
Département Informatique 
B.P. 86 
63172 AUBIERE Cedex
04.73.17.71.10
Alexandre.Mendes@iut.u-clermont1.fr 




>From myer@iu13.org Date: Fri,  8 Mar 2002 10:56:26 -0500
Return-Path: <kevin_myer@iu13.org>
Mailing-List: contact imp-help@lists.horde.org; run by ezmlm
Delivered-To: mailing list imp@lists.horde.org
Received: (qmail 1070 invoked from network); 8 Mar 2002 15:56:28 -0000
Received: from oak.iu13.k12.pa.us (HELO relay.iu13.org) (206.82.16.43)
  by clark.horde.org with SMTP; 8 Mar 2002 15:56:28 -0000
Received: from localhost (elm.iu13.k12.pa.us [172.21.1.16])
	by relay.iu13.org (Postfix) with ESMTP id 41DC047001D
	for <imp@lists.horde.org>; Fri,  8 Mar 2002 10:56:26 -0500 (EST)
Received: from 172.19.5.97 ( [172.19.5.97])
	as user kevin_myer@mail.iu13.org by webmail.iu13.k12.pa.us with HTTP;
	Fri,  8 Mar 2002 10:56:26 -0500
Message-ID: <1015602986.3c88df2a31640@webmail.iu13.k12.pa.us>
Date: Fri,  8 Mar 2002 10:56:26 -0500
From: "Kevin M. Myer" <kevin_myer@iu13.org>
To: imp@lists.horde.org
References: <1015596712.3c88c6a841283@webmail.iu13.k12.pa.us> <3C88CE08.951AC03D@dcsc.utfsm.cl> <01fa01c1c6b0$2ee57d20$13c150c2@chester.ac.uk>
In-Reply-To: <01fa01c1c6b0$2ee57d20$13c150c2@chester.ac.uk>
MIME-Version: 1.0
Content-Type: text/plain; charset=ISO-8859-1
Content-Transfer-Encoding: 8bit
User-Agent: Internet Messaging Program (IMP) 4.0-cvs
Subject: Re: [imp] c-client issues/questions

Quoting Henry Blackman <h.blackman@chester.ac.uk>:

> Incidently you don't need to install c-client to use it when compiling
> against PHP.  There is an FAQ on how to do this on the site just against
> the
> source.

I'm well aware of the (non-)need to have c-client installed.  Thats not my
issue.  I'd like to either use an alternative c-client (none seems available so
probably not an option) or easily be able to test different UW-IMAP c-client
versions, without having to recompile PHP wholly each time (I essentially just
want to recompile the imap shared library, not all the other extensions and base
PHP code).  I haven't yet worked out the exact means to build a single shared
library in the PHP build process and was hoping someone could shed some light on
that.  Probably borders or is wholly off topic for this list so I'll delve
elsewhere - just thought someone else might have come across an efficient way to
test different versions of c-client code in PHP without recompiling all of PHP.

Incidentally, I'm running PHP 4.0.6 from the Red Hat 4.0.6-12 source RPM,
rebuilt with a few mods and additional extensions.  This is their latest
release, which includes a fix for the fileupload bug.  I don't think it contains
any backported stuff from the 4.1.X series.  I will probably be upgrading to 
PHP 4.1.2 in the not too distant future.

I did switch the port from 143 to 143/notls on this install and that seems to
take care of the STARTTLS problem.

Kevin

  


> ----- Original Message -----
> From: "Marcelo Maraboli" <marcelo.maraboli@dcsc.utfsm.cl>
> To: <imp@lists.horde.org>
> Sent: Friday, March 08, 2002 2:43 PM
> Subject: Re: [imp] c-client issues/questions
> 
> 
> > try using the
> >
> > imap-2001.FINAL.tar.gz
> > in the "old/" subdir in ftp site...
> >
> > regards,
> >
> > "Kevin M. Myer" wrote:
> > >
> > > Hi,
> > >
> > > I upgraded our PHP install yesterday and also upgraded our c-client
> library to
> > > 2001a.  I was hoping to fix the problem with CRAM-MD5 authentication,
> for which
> > > the suggested fix ranges from "downgrade to 2000c" to "it works fine
> for
> me
> > > under 2001a".  Unfortunately, with 2000c, I believe I had the problem
> and after
> > > upgrading to 2001a yesterday and recompiling PHP, I'm still seeing:
> > >
> > > PHP Warning:  Retrying CRAM-MD5 authentication after authentication
> failure
> > > (errflg=1) in Unknown on line 0
> > >
> > > (Incidentally, where is "Unknown on line 0" referring to?  An internal
> PHP
> > > function?  Some IMP code?)
> > >
> > > I'm also seeing warnings like so:
> > >
> > > PHP Warning:  Quota root does not exist (errflg=2) in Unknown on line 0
> > >
> > > But the quota function does work, so I'm also wondering where "Unknown
> on line
> > > 0" is referring to.
> > >
> > > Finally, after upgrading to c-client 2001a, I broke functionality with
> a
> UW-IMAP
> > > server (our own internal server is running Cyrus IMAP but we also host
> webmail
> > > for several other sites).  What apparently happened is that c-client is
> trying
> > > to negotiate a SSL/TLS connection, based on the server advertising
> STARTTLS.
> > > However, the server doesn't have any certificates installed so this
> fails and
> > > c-client apparently doesn't want to drop back to a normal connection.
> Nothing
> > > has changed on the server so it has to be an issue with going from an
> older to a
> > > newer version of c-client.  I don't know any way of configuring either
> c-client,
> > > or the imap daemon, apart from at compile time, which sort of flies in
> the face
> > > of software useability, in my opinion - I guess thats why we use Cyrus
> instead
> > > of UW-IMAP here (among other reasons).
> > >
> > > I know these are apparently all c-client issues but since IMP is
> written
> in PHP
> > > and PHP requires c-client to get the IMAP stuff to work, I'm thinking
> its
> > > relevant and I'm hoping the collective wisdom of this group can shed
> some light
> > > on either similar experiences or perhaps solutions to these issues.
> > >
> > > Are there any alternative c-client libraries out there that work with
> PHP?  Is
> > > there an easy way to recompile just the IMAP shared library for PHP,
> after
> > > modifying the c-client library, without having to recopile all of PHP?
> > >
> > > Thanks,
> > > Kevin
> > >
> > > --
> > > Kevin M. Myer
> > > Systems Administrator
> > > Lancaster-Lebanon Intermediate Unit 13
> > > (717)-560-6140
> > >
> > > --
> > > 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
> >
> > --
> > Marcelo Maraboli Rosselott
> > Ingeniero Civil Electronico          Jefe Area de Redes
> > (Electronic Civil Engineer)          (Head Network & Systems Admin)
> >
> >        Direccion Central de Servicios Computacionales (DCSC)
> >          Universidad Tecnica Federico Santa Maria, Chile.
> > mailto:marcelo.maraboli@dcsc.utfsm.cl http://elqui.dcsc.utfsm.cl/
> > ------------------------------------------------------------------/
> >
> > --
> > 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
> >
> >
> 
> 
> -- 
> 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
> 
> 


-- 
Kevin M. Myer
Systems Administrator
Lancaster-Lebanon Intermediate Unit 13
(717)-560-6140



>From chuck@horde.org Date: Fri,  8 Mar 2002 10:59:36 -0500
Return-Path: <chuck@horde.org>
Mailing-List: contact imp-help@lists.horde.org; run by ezmlm
Delivered-To: mailing list imp@lists.horde.org
Received: (qmail 3567 invoked from network); 8 Mar 2002 16:00:15 -0000
Received: from h00104bc60b3c.ne.mediaone.net (HELO marina.horde.org) (24.91.196.127)
  by clark.horde.org with SMTP; 8 Mar 2002 16:00:15 -0000
Received: by marina.horde.org (Postfix, from userid 33)
	id 7138E39B3; Fri,  8 Mar 2002 10:59:36 -0500 (EST)
Received: from 192.168.0.118 ( [192.168.0.118])
	as user chuck@localhost by marina.horde.org with HTTP;
	Fri,  8 Mar 2002 10:59:36 -0500
Message-ID: <1015603176.3c88dfe84610e@marina.horde.org>
Date: Fri,  8 Mar 2002 10:59:36 -0500
From: Chuck Hagenbuch <chuck@horde.org>
To: imp@lists.horde.org
References: <20020308140746.91767.qmail@web9708.mail.yahoo.com> <1015596914.3c88c772ee8ef@marina.horde.org> <1015601787.3c88da7be4e9d@mailcig.ase.ro>
In-Reply-To: <1015601787.3c88da7be4e9d@mailcig.ase.ro>
MIME-Version: 1.0
Content-Type: text/plain; charset=ISO-8859-1
Content-Transfer-Encoding: 8bit
User-Agent: Internet Messaging Program (IMP) 4.0-cvs
Subject: Re: [imp] authentication

Quoting Alex <galex@mailcig.ase.ro>:

> Ok, but can you provide the lines necessary to realise the authentication
> with some other page? From example, I want to build a chat with only the 
> users of Horde/imp...

Take a look at the patch - Auth::getAuth() will do the trick - you just need to 
include horde/lib/Auth.php.

-chuck

--
Charles Hagenbuch, <chuck@horde.org>
"A dream which helps you to live your reality with dignity
 and justice is a good dream." - Tariq Ramadan


>From chuck@horde.org Date: Fri,  8 Mar 2002 11:00:34 -0500
Return-Path: <chuck@horde.org>
Mailing-List: contact imp-help@lists.horde.org; run by ezmlm
Delivered-To: mailing list imp@lists.horde.org
Received: (qmail 3990 invoked from network); 8 Mar 2002 16:01:13 -0000
Received: from h00104bc60b3c.ne.mediaone.net (HELO marina.horde.org) (24.91.196.127)
  by clark.horde.org with SMTP; 8 Mar 2002 16:01:13 -0000
Received: by marina.horde.org (Postfix, from userid 33)
	id CF70039B3; Fri,  8 Mar 2002 11:00:34 -0500 (EST)
Received: from 192.168.0.118 ( [192.168.0.118])
	as user chuck@localhost by marina.horde.org with HTTP;
	Fri,  8 Mar 2002 11:00:34 -0500
Message-ID: <1015603234.3c88e022a50d8@marina.horde.org>
Date: Fri,  8 Mar 2002 11:00:34 -0500
From: Chuck Hagenbuch <chuck@horde.org>
To: imp@lists.horde.org
References: <200203081655.QAA17481@iutsux00.u-clermont1.fr>
In-Reply-To: <200203081655.QAA17481@iutsux00.u-clermont1.fr>
MIME-Version: 1.0
Content-Type: text/plain; charset=ISO-8859-1
Content-Transfer-Encoding: 8bit
User-Agent: Internet Messaging Program (IMP) 4.0-cvs
Subject: Re: [imp] Remove Maintenance

Quoting Alexandre Mendes <Alexandre.Mendes@iutsux01.u-clermont1.fr>:

> If someone is interesting in APOP for IMP, ask...

I'm confused. Are you offering code?

-chuck

--
Charles Hagenbuch, <chuck@horde.org>
"A dream which helps you to live your reality with dignity
 and justice is a good dream." - Tariq Ramadan