[imp] Litle patch for poppassd_input.inc

Oliver Schulze L. oliver@samera.com.py
Thu, 02 Aug 2001 14:28:03 -0400


Ops,
sorry about the last patch, I runn diff the wrong way.

Now it is correct:

diff -au poppassd_input.inc.old poppassd_input.inc
--- poppassd_input.inc.old      Sat Nov 11 14:32:48 2000
+++ poppassd_input.inc  Thu Aug  2 14:26:52 2001
@@ -19,6 +19,11 @@
 <input type="hidden" name="username" value="<?php echo $imp->user ?>">
 
 <tr>
+   <td align="right" width=25%><?php echo $lang->user_name ?></td>
+   <td bgcolor="<?php echo $default->item_bg ?>"><?php echo $imp->user; 
?></td>
+</tr>
+
+<tr>
    <td align="right" width=25%><?php echo $lang->old_password ?></td>
    <td bgcolor="<?php echo $default->item_bg ?>"><input type="password" 
name="old_pass"></td>
 </tr>



Oliver


Oliver Schulze L. wrote:

> With this patch, the user is shown when asking for the new password:
>
> It is a patch for the file:
> /horde/imp/templates/passwd/poppassd_input.inc
>
> horde: 1.2.6
> imp   : 2.2.6
>
> $ diff -au poppassd_input.inc poppassd_input.inc.old
> --- poppassd_input.inc  Wed Aug  1 14:43:03 2001
> +++ poppassd_input.inc.old      Sat Nov 11 14:32:48 2000
> @@ -19,11 +19,6 @@
> <input type="hidden" name="username" value="<?php echo $imp->user ?>">
>
> <tr>
> -   <td align="right" width=25%><?php echo $lang->user_name ?></td>
> -   <td bgcolor="<?php echo $default->item_bg ?>"><?php echo 
> $imp->user; ?></td>
> -</tr>
> -
> -<tr>
>    <td align="right" width=25%><?php echo $lang->old_password ?></td>
>    <td bgcolor="<?php echo $default->item_bg ?>"><input 
> type="password" name="old_pass"></td>
> </tr>
>
>
> Its ok to post patch is this list?
>
> hth
> Oliver
>

-- 
Oliver Schulze L.
oliver@samera.com.py
Asuncion-Paraguay





>From pchytil@asp.ogi.edu Date: Thu,  2 Aug 2001 12:15:35 -0700
Return-Path: <pchytil@asp.ogi.edu>
Mailing-List: contact imp-help@lists.horde.org; run by ezmlm
Delivered-To: mailing list imp@lists.horde.org
Received: (qmail 91790 invoked from network); 2 Aug 2001 19:15:39 -0000
Received: from test.asp.ogi.edu (HELO localhost.localdomain) (129.95.94.100)
  by horde.org with SMTP; 2 Aug 2001 19:15:39 -0000
Received: (from nobody@localhost)
	by localhost.localdomain (8.11.2/8.11.2) id f72JFaP04500
	for imp@lists.horde.org; Thu, 2 Aug 2001 12:15:36 -0700
X-Authentication-Warning: localhost.localdomain: nobody set sender to pchytil@asp.ogi.edu using -f
Received: from 129.95.94.10 ( [129.95.94.10])
	as user pchytil@asp.ogi.edu by test.asp.ogi.edu with HTTP;
	Thu,  2 Aug 2001 12:15:35 -0700
Message-ID: <996779735.3b69a6d7dc0b0@test.asp.ogi.edu>
Date: Thu,  2 Aug 2001 12:15:35 -0700
From: pchytil@asp.ogi.edu
To: imp@lists.horde.org
References: <01073021512003.01133@redsky.boussen.net> <01080100253901.01889@redsky.boussen.net> <996620893.3b673a5dcb634@test.asp.ogi.edu> <01080122143701.01873@redsky.boussen.net>
In-Reply-To: <01080122143701.01873@redsky.boussen.net>
MIME-Version: 1.0
Content-Type: text/plain; charset=iso-8859-1
Content-Transfer-Encoding: 8bit
User-Agent: Internet Messaging Program (IMP) 2.3.7-cvs
Subject: Re: [imp] delay reaction of about 10 seconds...SOLVED

This probably totally irrelevant but check it anyway:
http://www.washington.edu/imap/IMAP-FAQs/faqs.xml#problems65

Pavel

Quoting Roger Boussen <Roger@Boussen.net>:

> Op woensdag  1 augustus 2001 01:08, schreef je:
> > Just an idea why it is behave like it is? This looks like problem with
> your
> > imap port login. Check if you can do telnet localhost 143.
> 
> That's 10 second waiting till  the OK
> #telnet localhost 143
> Trying 127.0.0.1...
> Connected to localhost.localdomain.
> Escape character is '^]'.
> * OK [CAPABILITY IMAP4 IMAP4REV1 STARTTLS LOGIN-REFERRALS AUTH=LOGIN] 
> localhost.localdomain IMAP4rev1 2000.283rh at Wed, 1 Aug 2001 22:08:32 +0200
> 
> (CEST)q
> 
> > And check also that your /etc/hosts include localhost in it.
> yep
> 127.0.0.1	localhost.localdomain   localhost
> 
> >
> > You can also check sendmail to be sure that you can telnet to port 25 and
> > you can add localhost into file /etc/mail/local-host-names for smooth
> > sending your emails.
> That works fine and fast
> 
> Regards,
> 
> Roger
> 
> -- Running Redhat 7
> 
> -- 
> 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
>