[imp] How to show e-mail quota on page.

Robert Borden rob@freshstudios.com
Fri, 3 Aug 2001 11:36:36 -0400


does anyone know how to setup admin username and pass with Courier-IMAP??

Rob

----- Original Message -----
From: "Marco Pirovano" <marco.pirovano@uni-bocconi.it>
To: <imp@lists.horde.org>
Sent: Friday, August 03, 2001 5:07 AM
Subject: Re: [imp] How to show e-mail quota on page.


> At 14.06 03/08/2001 +0530, you wrote:
> >Dear Sir,
> >  If i want to show e-mail quota on page how to configure or Customise
the
> > page for  IMP please can you tell me the same for needfull.
> >With kind regards,
> >Dilip.
>
> Hi,
> in imp/conf.php uncomment:
>
> $conf['hooks']['quota'] = 'imap_show_quota';
>
> the uncomment the lines below this, that are the function
'imap_show_quata'
> and change $imap_admin and $imap_passwd with the userid and passwd of imap
> administrator.
> For example, if you user Cyrus IMAP server, $imap_admin is the user
> that you have specified in
>
> /etc/imapd.conf
> admins: user
>
> Ciao,
> Marco
>
>
>
> * Marco Pirovano
> * Universita' Bocconi, Area Sistemi Informatici e Telematici
> * Piazza Sraffa, 15 20136 Milano - Italy
> * Phone: +39 02 5836.3173  Fax: +39 02 5836.3160
>
>
> --
> 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,  3 Aug 2001 16:21:33 +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 55813 invoked from network); 3 Aug 2001 16:25:14 -0000
Received: from mailout05.sul.t-online.com (HELO mailout05.sul.t-online.de) (194.25.134.82)
  by horde.org with SMTP; 3 Aug 2001 16:25:14 -0000
Received: from fwd01.sul.t-online.de 
	by mailout05.sul.t-online.de with smtp 
	id 15ShlB-0002SI-06; Fri, 03 Aug 2001 18:25:13 +0200
Received: from linux.wg.de (320034214675-0001@[217.80.111.52]) by fmrl01.sul.t-online.com
	with esmtp id 15Shl1-1Nbz3gC; Fri, 3 Aug 2001 18:25:03 +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 f73GLYV23556
	for <imp@lists.horde.org>; Fri, 3 Aug 2001 18:21:35 +0200
Received: from 192.168.60.1 ( [192.168.60.1])
	as user jan@mail.wg.de by linux.wg.de with HTTP;
	Fri,  3 Aug 2001 16:21:33 +0000
Message-ID: <996855693.3b6acf8d17c55@linux.wg.de>
Date: Fri,  3 Aug 2001 16:21:33 +0000
From: Jan Schneider <janmailing@gmx.de>
To: imp@lists.horde.org
References: <Pine.GSO.4.33.0108031716290.8723-100000@tardis.ee.ethz.ch>
In-Reply-To: <Pine.GSO.4.33.0108031716290.8723-100000@tardis.ee.ethz.ch>
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] Sendmail issue

imp 2.3.x doesn't have that feature because the PEAR library that is used 
doesn't support sendmail options (yet).
But you can modify Mail/sendmail.php in your PEAR installation. In function send
() you find the sendmail call.

Jan.

Zitat von Fritz Zaucker <zaucker@ee.ethz.ch>:

> Try horde/imp/config/defaults.php3 and add it to
> $default->path_to_sendmail
> 
> (however, this might be different in IMP 2.3.x).
> 
> Fritz
> 
> On Fri, 3 Aug 2001, Ronald Bootsman wrote:
> 
> > Well,
> > Mark, the option to add the -C /usr/local/inflex/inflex.cf to the php.ini
> > section of sendmail does not work.
> > Chuck: in which file and with what syntax do I have to add the
> > $conf['mailer'] entry, add this to the path to sendmail argument.
> >
> >
> > -----------------------------------------------------
> > Ronald Bootsman
> >
> > Email     Ronald@Bootsman.Net
> >
> > ----- Original Message -----
> > From: "Mark Koek" <mark@koek.net>
> > To: <imp@lists.horde.org>
> > Sent: Thursday, August 02, 2001 2:44 PM
> > Subject: Re: [imp] Sendmail issue
> >
> >
> > > Ronald Bootsman wrote:
> > >
> > > > Can somebody please give me an answer to my question?!
> > > > Which files do I have to change to get the extra sendmail
> > > > options working in IMP ?
> > > >
> > > > This option has to be added when a mail will be send out
> > > > -C /usr/local/inflex/inflex.cf
> > >
> > > I would suggest trying something with php.ini - there is a line in
> > > there that says:
> > >
> > > ; For Unix only.  You may supply arguments as well (default:
> > > 'sendmail -t -i').
> > > ;sendmail_path =
> > >
> > > Don't know if that will work, but you could try.
> > >
> > >
> > > Good luck,
> > >
> > > Mark Koek
> > >
> > > --
> > > 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
> > >
> > >
> > >
> > > ********* DISCLAIMER *********
> > > Dit email-bericht is gecontroleerd op alle bekende virussen.
> > > Het McAfee Virus-Dat file is gedateerd van 01/08/2001.
> > >
> > > De informatie in dit e-mail-bericht is uitsluitend bestemd voor de
> > > geadresseerde. Verstrekking aan en gebruik door anderen is niet
> > toegestaan.
> > > Door de elektronische verzending van het bericht kunnen er geen rechten
> > > worden ontleend aan de informatie.
> > >
> > > This Email message has been scanned on all known virusses.
> > > The Virus signature file of McAfee is dated 08/01/2001.
> > >
> > > The information stated in this email message is for the addressee only.
> > > Sending to and use by other persons is prohibited.
> > >
> > >
> >
> >
> >
> > ********* DISCLAIMER *********
> > Dit email-bericht is gecontroleerd op alle bekende virussen.
> > Het McAfee Virus-Dat file is gedateerd van 01/08/2001.
> >
> > De informatie in dit e-mail-bericht is uitsluitend bestemd voor de
> > geadresseerde. Verstrekking aan en gebruik door anderen is niet
> toegestaan.
> > Door de elektronische verzending van het bericht kunnen er geen rechten
> > worden ontleend aan de informatie.
> >
> > This Email message has been scanned on all known virusses.
> > The Virus signature file of McAfee is dated 08/01/2001.
> >
> > The information stated in this email message is for the addressee only.
> > Sending to and use by other persons is prohibited.
> >
> >
> >
> >
> 
> -- 
> Dr. Fritz Zaucker, Head IT Support Group
> Department of Electrical Engineering,  Federal Institute of Technology
> ETZ J97, Gloriastrasse 35, CH-8092 Zurich, Switzerland
> Tel.: +41-1-632-5241 Fax: +41-1-632-1194 http://people.ee.ethz.ch/~zaucker/
> E-mail: zaucker@ee.ethz.ch (see home page for PGP key)
> 
> 
> -- 
> 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
::::::::::::::::::::::::::::::::::::::::::::::