[imp] imp Digest, Vol 1430, Issue 3

Fernando Pereira fernandolinux at gmail.com
Fri May 5 08:52:31 PDT 2006


> Hi,
>
> I have a common instalattion of Horde/IMP in my Linux box. It is a SuSE
> Linux ES 9, SP2,
> Horde version 3.1.1, IMP version H3 4.1.1, Apache/2.0.44 (Unix) PHP/5.0.5,
> my IMAP server is a Courier-IMAP that is working just fine,
> my Horde cimpilation has zlib, and the compression at the php.ini is
turned
> off, but the zlib compression item in the Configure panel,
> at the tab General, is checked. I can acess all the pages of Configure
panel
> of Horde, save configs, everything is ok
> with Horde interface. The problem is with IMP, when I click at the Inbox,
it
> tries to save the mailbox.php, or after I compose
> a message, when I click at the Send button, the same problem occurs. I can
> access the other Folders (Trash, Sent, Spam), except
> the Inbox, which is what I most need. Any help or suggestions will be much
> appreciated. Thks in advance.

> Check your webserver/php logs.

> Jan.

FIXED!!!

I found out that my PHP was using the IMAP libs located in /usr/include/imap
even it shown in the info.php that it was compiled using
/usr/local/imap-2004g. Then, I removed the packages imap-devel and every
other IMAP packages that came with my SLES 8.1, forcing it to use
/usr/local/imap-2004g, recompiled PHP and reinstalled, restarted Apache and
everything went OK. The errors I was getting was of Segmentation Fail in the
Apache error logs.

I hope this helps someone.




On 4/28/06, imp-request at lists.horde.org <imp-request at lists.horde.org> wrote:
>
> Send imp mailing list submissions to
>        imp at lists.horde.org
>
> To subscribe or unsubscribe via the World Wide Web, visit
>        http://lists.horde.org/mailman/listinfo/imp
> or, via email, send a message with subject or body 'help' to
>        imp-request at lists.horde.org
>
> You can reach the person managing the list at
>        imp-owner at lists.horde.org
>
> When replying, please edit your Subject line so it is more specific
> than "Re: Contents of imp digest..."
>
>
> Today's Topics:
>
>   1. Re: Muiltiple copies of same message sent by IMP (Jan Schneider)
>   2. Re: Muiltiple copies of same message sent by IMP (Jan Schneider)
>   3. Re: Horde/Apache trying to save/open the mailbox.php      or
>      compose.php (Jan Schneider)
>   4. Re: (no subject) (Jan Schneider)
>   5. Re: [patch] Fix drafts folder with umlauts in konqueror
>      (Jan Schneider)
>   6. Re: Auto Expansion of Addresses (Edward Francis Klimowicz)
>   7. Re: Auto Expansion of Addresses (Jan Schneider)
>   8. Horde/Apache trying to save/open the mailbox.php or
>      compose.php (Fernando Pereira)
>   9. Re: Sent and Trash no longer under Mail directory (Joseph Brennan)
>
>
> ----------------------------------------------------------------------
>
> Message: 1
> Date: Fri, 28 Apr 2006 17:21:47 +0200
> From: Jan Schneider <jan at horde.org>
> Subject: Re: [imp] Muiltiple copies of same message sent by IMP
> To: imp at lists.horde.org
> Message-ID: <20060428172147.u2xitl5nk08w4ck0 at neo.wg.de>
> Content-Type: text/plain; charset=ISO-8859-15; DelSp="Yes";
>        format="flowed"
>
> Zitat von Fredrik Haglund <imp.lists.horde.org at stockholmpride.org>:
>
> > Maybe this is not a common problem but does IMP prevent the action
> > "send_message" to be executed for the same uniq id? If not, this would
> > prevent the same message from being sent several times.
>
> It does, though not in all releases, I'm not sure when this has been
> added.
>
> Jan.
>
> --
> Do you need professional PHP or Horde consulting?
> http://horde.org/consulting/
>
>
>
> ------------------------------
>
> Message: 2
> Date: Fri, 28 Apr 2006 17:24:09 +0200
> From: Jan Schneider <jan at horde.org>
> Subject: Re: [imp] Muiltiple copies of same message sent by IMP
> To: imp at lists.horde.org
> Message-ID: <20060428172409.0g9ryumggsgo8408 at neo.wg.de>
> Content-Type: text/plain; charset=ISO-8859-15; DelSp="Yes";
>        format="flowed"
>
> Zitat von Fredrik Haglund <imp.lists.horde.org at stockholmpride.org>:
>
> > I can find multiple post in the access_log and maillog indicating that
> > it the same message is actually posted several times to server from
> > the browser.
> >
> > Is this a correct analysis?
> >
> > Could it be a "feature" of the browser to try to resend to recover
> > from timeouts or network problems? Or is it related to javascript? I
> > doubt that the user manages to click on the send button that many times.
> >
> >
> > Main question is: Can IMP (compose.php?) be improved to prevent the
> > same message from being sent several times?
> >
> > Kind regards,
> > Fredrik Haglund,
> > Sweden
> >
> >
> > access_log:
> > 212.151.252.253 - - [26/Apr/2006:22:05:28 +0200] "POST
> > /horde/imp/compose.php?uniq=18mqhdmzlmps HTTP/1.1" 200 4995
> > "http://webmail.stockholmpride.org/horde/imp/compose.php?
> >
> actionID=reply&index=1005&identity=0&array_index=85&thismailbox=INBOX&uniq=1146081544436"
> "Mozilla/4.0 (compatible; MSIE 6.0; Windows
> > NT
> > 5.1)"
> > 212.151.252.253 - - [26/Apr/2006:22:05:28 +0200] "POST
> > /horde/imp/compose.php?uniq=18mqhdmzlmps HTTP/1.1" 200 73
> > "http://webmail.stockholmpride.org/horde/imp/compose.php?ac
> >
> tionID=reply&index=1005&identity=0&array_index=85&thismailbox=INBOX&uniq=1146081544436"
> "Mozilla/4.0 (compatible; MSIE 6.0; Windows
> > NT
> > 5.1)"
> > (REPEATED 9 TIEMS - during 2 seconds)
>
> As the problem is originating in the multiple POSTs, the browser or
> proxy is to blame. There is not even a small interval between the
> requests, so it's not the browser trying to resend. It wouldn't do
> that for POSTs anyway.
>
> Jan.
>
> --
> Do you need professional PHP or Horde consulting?
> http://horde.org/consulting/
>
>
>
> ------------------------------
>
> Message: 3
> Date: Fri, 28 Apr 2006 17:28:05 +0200
> From: Jan Schneider <jan at horde.org>
> Subject: Re: [imp] Horde/Apache trying to save/open the mailbox.php     or
>        compose.php
> To: imp at lists.horde.org
> Message-ID: <20060428172805.ylww939i1sgwgo48 at neo.wg.de>
> Content-Type: text/plain;
> charset=UTF-8;  DelSp="Yes";    format="flowed"
>
> Zitat von Fernando Pereira <fernandolinux at gmail.com>:
>
> > Hi,
> >
> > I have a common instalattion of Horde/IMP in my Linux box. It is a SuSE
> > Linux ES 9, SP2,
> > Horde version 3.1.1, IMP version H3 4.1.1, Apache/2.0.44 (Unix)
> PHP/5.0.5,
> > my IMAP server is a Courier-IMAP that is working just fine,
> > my Horde cimpilation has zlib, and the compression at the php.ini is
> turned
> > off, but the zlib compression item in the Configure panel,
> > at the tab General, is checked. I can acess all the pages of Configure
> panel
> > of Horde, save configs, everything is ok
> > with Horde interface. The problem is with IMP, when I click at the
> Inbox, it
> > tries to save the mailbox.php, or after I compose
> > a message, when I click at the Send button, the same problem occurs. I
> can
> > access the other Folders (Trash, Sent, Spam), except
> > the Inbox, which is what I most need. Any help or suggestions will be
> much
> > appreciated. Thks in advance.
>
> Check your webserver/php logs.
>
> Jan.
>
> --
> Do you need professional PHP or Horde consulting?
> http://horde.org/consulting/
>
>
>
> ------------------------------
>
> Message: 4
> Date: Fri, 28 Apr 2006 17:29:57 +0200
> From: Jan Schneider <jan at horde.org>
> Subject: Re: [imp] (no subject)
> To: imp at lists.horde.org
> Message-ID: <20060428172957.1bd4bdqbtww8w4wk at neo.wg.de>
> Content-Type: text/plain; charset=ISO-8859-15; DelSp="Yes";
>        format="flowed"
>
> Zitat von aubert at iut-bm.univ-fcomte.fr:
>
> > Hello.
> >
> > I am about to achieve the configuration of a webmail on a debian
> > system, using Horde 3.1.1 and Imp H3 4.1.1. I also use apache 2.0.55-4
> > with php 4.4.2-1, openldap 2.2.26-5 as a backend, postfix 2.2.10-1,
> > courier-imap-ssl 3.0.8-13.
> >
> > Most of fetaures work well. Except the draft saving : when I try to
> > save a draft email, the server answers :
> >
> > -> Saving the draft failed. This is what the server said: Access denied
> > for APPEND on INBOX. (ACL "i" required)
>
> Re-save/re-set your draft folder preference.
>
> Jan.
>
> --
> Do you need professional PHP or Horde consulting?
> http://horde.org/consulting/
>
>
>
> ------------------------------
>
> Message: 5
> Date: Fri, 28 Apr 2006 17:30:36 +0200
> From: Jan Schneider <jan at horde.org>
> Subject: Re: [imp] [patch] Fix drafts folder with umlauts in konqueror
> To: imp at lists.horde.org
> Message-ID: <20060428173036.em6jfrbo80c888w4 at neo.wg.de>
> Content-Type: text/plain;
> charset=UTF-8;  DelSp="Yes";    format="flowed"
>
> Zitat von Thomas Jarosch <thomas.jarosch at intra2net.de>:
>
> > Hello,
> >
> > I was unable to resume mails in my drafts folder with umlauts
> (Entw?rfe).
> >
> > After spending two hours debugging the code I produced the attached
> patch.
> > Tested with konqueror 3.5.2.
> >
> > I know it's a patch for Horde, but I guess it mainly affects IMP
> > and I'm not subscribed to the horde list.  The patch also applies
> > to "framework" HEAD 2006-04-25.
>
> Please add it to a ticket on bugs.horde.org.
>
>
> Jan.
>
> --
> Do you need professional PHP or Horde consulting?
> http://horde.org/consulting/
>
>
>
> ------------------------------
>
> Message: 6
> Date: Fri, 28 Apr 2006 12:00:17 -0400
> From: Edward Francis Klimowicz <lambent at luxovius.net>
> Subject: Re: [imp] Auto Expansion of Addresses
> To: imp at lists.horde.org
> Message-ID: <20060428120017.jgl5dbgha8o0kcw0 at luxovius.net>
> Content-Type: text/plain;
> charset=UTF-8;  DelSp="Yes";    format="flowed"
>
> ----- Message from slusarz at horde.org ---------
> > there is no auto-expand anymore - there are drop-down menus that are
> > auto-generated when typing names.
> >
> > michael
> ----- End message from slusarz at horde.org -----
>
> I see.  Thanks for the info.
>
> To note:  The list of found addresses pops underneath the current text
> field in Firefox and IE.  However, in Opera, the list pops decending
> from the top field of the compose screen.  Sometimes it draws over the
> current text field.
>
> ed.
>
>
>
>
>
> ------------------------------
>
> Message: 7
> Date: Fri, 28 Apr 2006 18:25:05 +0200
> From: Jan Schneider <jan at horde.org>
> Subject: Re: [imp] Auto Expansion of Addresses
> To: imp at lists.horde.org
> Message-ID: <20060428182505.eanud7b8cg0o0wwg at neo.wg.de>
> Content-Type: text/plain; charset=ISO-8859-15; DelSp="Yes";
>        format="flowed"
>
> Zitat von Edward Francis Klimowicz <lambent at luxovius.net>:
>
> > ----- Message from slusarz at horde.org ---------
> >> there is no auto-expand anymore - there are drop-down menus that are
> >> auto-generated when typing names.
> >>
> >> michael
> > ----- End message from slusarz at horde.org -----
> >
> > I see.  Thanks for the info.
> >
> > To note:  The list of found addresses pops underneath the current text
> > field in Firefox and IE.  However, in Opera, the list pops decending
> > from the top field of the compose screen.  Sometimes it draws over the
> > current text field.
>
> Please add a ticket on bugs.horde.org.
>
> Jan.
>
> --
> Do you need professional PHP or Horde consulting?
> http://horde.org/consulting/
>
>
>
> ------------------------------
>
> Message: 8
> Date: Fri, 28 Apr 2006 14:00:13 -0300
> From: "Fernando Pereira" <fernandolinux at gmail.com>
> Subject: [imp] Horde/Apache trying to save/open the mailbox.php or
>        compose.php
> To: imp at lists.horde.org
> Message-ID:
>        <8c759e520604281000v39a358efy90484e6de191af73 at mail.gmail.com>
> Content-Type: text/plain; charset=ISO-8859-1
>
> Hi,
>
> I have a common instalattion of Horde/IMP in my Linux box. It is a SuSE
> Linux ES 9, SP2, Horde version 3.1.1, IMP version H3 4.1.1,
> Apache/2.0.44 (Unix) PHP/5.0.5, my IMAP server is a Courier-IMAP that is
> working just fine, my Horde compilation has zlib, and the compression at
> the
> php.ini is turned
> off, but the zlib compression item in the Configure panel,at the tab
> General,
> is checked. I can acess all the pages of Configure panel of Horde, save
> configs,
> everything is ok with Horde interface. The problem is with IMP, when I
> click
> at the Inbox, it
> tries to save the mailbox.php, or after I compose a message, when I click
> at
> the
> Send button, the same problem occurs. I can access the other Folders
> (Trash,
> Sent, Spam), except
> the Inbox, which is what I most need. Any help or suggestions will be much
> appreciated.
> Thks in advance.
>
> Regards,
> Fernando Pereira
>
>
> ------------------------------
>
> Message: 9
> Date: Fri, 28 Apr 2006 13:42:10 -0400
> From: Joseph Brennan <brennan at columbia.edu>
> Subject: Re: [imp] Sent and Trash no longer under Mail directory
> To: imp at lists.horde.org
> Message-ID: <2BF3B712ACB367CFD4D31E36 at sodor.cc.columbia.edu>
> Content-Type: text/plain; charset=us-ascii; format=flowed
>
>
> Michael M Slusarz <slusarz at horde.org> wrote:
>
> > Fix uw-imap.  http://wiki.horde.org/ImpUWIMAPNamespaces
>
>
> IMP is broken.
>
> When you provide a user population with a centrally-managed mail client
> like Pine or IMP, you need a way to define systemwide client defaults.
>
> Joseph Brennan
> Columbia University Information Technology
>
>
>
>
> ------------------------------
>
>
> --
> IMP mailing list
> Frequently Asked Questions: http://horde.org/faq/
> To unsubscribe, mail: imp-unsubscribe at lists.horde.org
>
> End of imp Digest, Vol 1430, Issue 3
> ************************************
>



--
Fernando Martins Pereira
-------------------------------------
Consultor
LPIC - Linux Professional Institute Certified
Ulbra - Sistemas de Informação
Develop IT Solutions
www.develop.com.br
Linux User # 386617
MSN: alucardrs at hotmail.com
Skype: fmartinsp
fernando at develop.com.br


More information about the imp mailing list