From jefft@wciatl.com Mon Jan 14 00:02:04 2002 From: jefft@wciatl.com (Jeff Tucker) Date: Sun, 13 Jan 2002 19:02:04 -0500 Subject: Date settings in UK English Message-ID: <107117066.1010948524@[192.168.3.10]> Hi, I need to support both US and UK English-speakers. My UK users would prefer to see their dates in the "Euro" format of 12 Jan 2002 instead of Jan 12, 2002. Should this work in IMP the way it is now? I have apparently gotten gettext working and other European users see the dates correctly, as well as traslated text. I note that there is no en_GB file for IMP. Thanks, Jeff -- Jeff Tucker Williams Consulting, Inc. jefft@wciatl.com From txg16@yahoo.com.tw Mon Jan 14 02:15:29 2002 From: txg16@yahoo.com.tw (=?big5?q?David=20Chang?=) Date: Mon, 14 Jan 2002 10:15:29 +0800 (CST) Subject: can not forward mail in Chinese-named folder Message-ID: <20020114021529.97275.qmail@web16305.mail.tpe.yahoo.com> Hi all: imp got errors when i try to forward a email in new compose window,and this e-mail was stored in a "Chinese-named" folder. and msg are: Warning: Bad message number in /usr/local/apache/horde/imp/compose.php on line 549 Warning: Bad message number in /usr/local/apache/horde/imp/compose.php on line 583 Warning: SELECT failed: Can't open mailbox mail/&odM-i&oQ-L}?a: no such mailbox (errflg=2) in Unknown on line 0 Warning: IMAP protocol error: Command unrecognized: UID FETCH (errflg=2) in Unknown on line 0 Warning: Command unrecognized: UID FETCH (errflg=2) in Unknown on line 0 Warning: IMAP protocol error: Command unrecognized: UID FETCH (errflg=2) in Unknown on line 0 Warning: Command unrecognized: UID FETCH (errflg=2) in Unknown on line 0 ----------------------------------------------------------------- < ¨C¤Ñ³£ Yahoo!©_¼¯ > www.yahoo.com.tw From cmrahman@ccsi.com Mon Jan 14 06:35:27 2002 From: cmrahman@ccsi.com (C. M. Rahman (jr.)) Date: Mon, 14 Jan 2002 00:35:27 -0600 Subject: [imp] imp multipanel References: <00e801c19b5a$73b37ff0$0701a8c0@ARISTOTELES> <017e01c19b7e$4f4374d0$0701a8c0@ARISTOTELES> <043301c19bf9$ad139bf0$a5a1ecd8@ccsi.com> <022e01c19c1d$8a35a280$0701a8c0@ARISTOTELES> <00ba01c19c88$d5c5f450$a5a1ecd8@ccsi.com> <011e01c19c8b$c0a06990$0701a8c0@ARISTOTELES> Message-ID: <02dd01c19cc5$a7fb01e0$a5a1ecd8@ccsi.com> I have used your modified frames.php, this time it didn't break it but I don't see any "Last Login" info on the window. where is it suppose to be? do i need to turn it on in some file? Thanks &*&*&*&*&*&*&*&*&*&*&*&*&*&*&*&*&*&*&*&* C.M. Rahman Jr. CTO CCS Internet http://www.ccsi.com 13740 Research Blvd. suite o-4 Austin, TX 78750 Tel: 512-257-2274 ----- Original Message ----- From: "Simon Frohn" To: Sent: Sunday, January 13, 2002 5:40 PM Subject: Re: [imp] imp multipanel > Hi, > > > Looks like, you have added actionID=$actionID and I have tested it and I > > didn't see any last login. Insted it broke my frames.php. > > What do you mean by 'broke'? Did you get a PHP-Error? > > Here's the complete (modified) file: > > > /* > * imp/frames.php, > * This file is part of MP patches for IMP > * Copyright 2002 Atif Ghaffar > * > * See the enclosed file COPYING for license information (GPL). If you > * did not receive this file, see http://www.fsf.org/copyleft/gpl.html. > */ > > > define('IMP_BASE', dirname(__FILE__)); > require_once IMP_BASE . '/lib/base.php'; > > > > > > > > if ($conf['compress_pages']) { > include_once 'HTTP/Compress.php'; > HTTP_Compress::start(); > } > > ?> > > PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" > "DTD/xhtml1-strict.dtd"> > > > > > Email for <?= $prefs->getValue("fullname") ?>@<?= $imp['maildomain'] ?> > > > > $conf['frames']['size']['menu'] ?>,*> > marginwidth=0 scrolling=no> > > > getValue("show_folders")): ?> > $conf['frames']['size']['navigator'] ?>,*> > src="folders.php" scrolling=auto> > > > > > src="mailbox.php "?mailbox=$mailbox":"?mailbox=INBOX&actionID=$actionID" ?>" scrolling=auto> > src="prefs.php" scrolling=auto> > > > > > > > > > > > -- > 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 cmrahman@ccsi.com Mon Jan 14 06:47:48 2002 From: cmrahman@ccsi.com (C. M. Rahman (jr.)) Date: Mon, 14 Jan 2002 00:47:48 -0600 Subject: aspell or ispell? References: <00e801c19b5a$73b37ff0$0701a8c0@ARISTOTELES> <017e01c19b7e$4f4374d0$0701a8c0@ARISTOTELES> <043301c19bf9$ad139bf0$a5a1ecd8@ccsi.com> <022e01c19c1d$8a35a280$0701a8c0@ARISTOTELES> <00ba01c19c88$d5c5f450$a5a1ecd8@ccsi.com> <011e01c19c8b$c0a06990$0701a8c0@ARISTOTELES> Message-ID: <02e101c19cc7$616be350$a5a1ecd8@ccsi.com> I have installed aspell and under imp/config/conf.php I have entered 'true' for spelling check. Where do I define if it is aspell or ispell? Is there any other configuration file I am suppose to modify for the spelling check? I tested it but it looks like the spell checking is not checking for error. Any idea? Thanks &*&*&*&*&*&*&*&*&*&*&*&*&*&*&*&*&*&*&*&* C.M. Rahman Jr. CTO CCS Internet http://www.ccsi.com 13740 Research Blvd. suite o-4 Austin, TX 78750 Tel: 512-257-2274 From h.blackman@chester.ac.uk Mon Jan 14 09:04:09 2002 From: h.blackman@chester.ac.uk (Henry Blackman) Date: Mon, 14 Jan 2002 09:04:09 -0000 Subject: [imp] aspell or ispell? References: <00e801c19b5a$73b37ff0$0701a8c0@ARISTOTELES> <017e01c19b7e$4f4374d0$0701a8c0@ARISTOTELES> <043301c19bf9$ad139bf0$a5a1ecd8@ccsi.com> <022e01c19c1d$8a35a280$0701a8c0@ARISTOTELES> <00ba01c19c88$d5c5f450$a5a1ecd8@ccsi.com> <011e01c19c8b$c0a06990$0701a8c0@ARISTOTELES> <02e101c19cc7$616be350$a5a1ecd8@ccsi.com> Message-ID: <001601c19cda$6dabbe20$13c150c2@chester.ac.uk> You are supposed to enter the path for the config... $conf['utils']['spellchecker'] = '/usr/local/bin/aspell'; Not "true". At least, doing that here worked ;-) Henry ----- Original Message ----- From: "C. M. Rahman (jr.)" To: Sent: Monday, January 14, 2002 6:47 AM Subject: [imp] aspell or ispell? > I have installed aspell and under imp/config/conf.php I have entered 'true' > for spelling check. Where do I define if it is aspell or ispell? > > Is there any other configuration file I am suppose to modify for the > spelling check? I tested it but it looks like the spell checking is not > checking for error. Any idea? > > Thanks > > &*&*&*&*&*&*&*&*&*&*&*&*&*&*&*&*&*&*&*&* > C.M. Rahman Jr. > CTO > CCS Internet > http://www.ccsi.com > 13740 Research Blvd. suite o-4 > Austin, TX 78750 > Tel: 512-257-2274 > > > > > -- > 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 jan@horde.org Mon Jan 14 09:16:38 2002 From: jan@horde.org (Jan Schneider) Date: Mon, 14 Jan 2002 10:16:38 +0100 Subject: [imp] Date settings in UK English In-Reply-To: <107117066.1010948524@[192.168.3.10]> References: <107117066.1010948524@[192.168.3.10]> Message-ID: <1010999798.3c42a1f697442@jan.dip.ammma.net> Zitat von Jeff Tucker : > Hi, > > I need to support both US and UK English-speakers. My UK users would > prefer > to see their dates in the "Euro" format of 12 Jan 2002 instead of Jan 12, > > 2002. > > Should this work in IMP the way it is now? I have apparently gotten > gettext > working and other European users see the dates correctly, as well as > traslated text. I note that there is no en_GB file for IMP. Create one. Steps are explained in po/README. If you only need a different time/date format and want to keep all strings, all you have to do is to create an entry for British English in lang.php. Jan. -- :::::::::::::::::::::::::::::::::::::::: 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 :::::::::::::::::::::::::::::::::::::::::::::: From jan@horde.org Mon Jan 14 09:18:00 2002 From: jan@horde.org (Jan Schneider) Date: Mon, 14 Jan 2002 10:18:00 +0100 Subject: [imp] can not forward mail in Chinese-named folder In-Reply-To: <20020114021529.97275.qmail@web16305.mail.tpe.yahoo.com> References: <20020114021529.97275.qmail@web16305.mail.tpe.yahoo.com> Message-ID: <1010999880.3c42a24857ca2@jan.dip.ammma.net> Zitat von David Chang : > Hi all: > imp got errors when i try to forward a email in new > compose window,and this e-mail was stored in a > "Chinese-named" folder. > > and msg are: > Warning: Bad message number in > /usr/local/apache/horde/imp/compose.php on line 549 > > Warning: Bad message number in > /usr/local/apache/horde/imp/compose.php on line 583 > > Warning: SELECT failed: Can't open mailbox > mail/&odM-i&oQ-L}?a: no such mailbox (errflg=2) in > Unknown on line 0 Probably eiter your imap server or your c-client version doesn't support Chinese folder names. Jan. -- :::::::::::::::::::::::::::::::::::::::: 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 :::::::::::::::::::::::::::::::::::::::::::::: From dmueller@wack.com Mon Jan 14 10:09:10 2002 From: dmueller@wack.com (Dana Mueller) Date: Mon, 14 Jan 2002 04:09:10 -0600 Subject: blank page - index.php? Message-ID: <20020114040910.A80147@wack.com> > > hey folks, > > well, my test.php works great, but horde/index.php or imp/index.php does nothing but a blank page for me. > > suggestions/ -- Dana Mueller - dmueller@wack.com Windy Acres Creative Kingdom Seattle, Washington "i want you to understand that my malevolence is just a way to win.." From bortzmeyer@netaktiv.com Mon Jan 14 10:18:32 2002 From: bortzmeyer@netaktiv.com (Stephane Bortzmeyer) Date: Mon, 14 Jan 2002 11:18:32 +0100 Subject: Full name suddenly taken as an address??? Message-ID: <20020114111832.A9044@netaktiv.com> Since a recent upgrade of PHP, IMP suddenly behaves strangely when the user has a "Full name" configured (otherwise, everything is fine). Mails are sent with the full name as the From: address. For instance, in my case, people see my messages as: From: Stephane@netaktiv.com, Bortzmeyer@netaktiv.com Misc. information: Horde : 1.2.6 IMP : 2.2.6 PHP : 4.0.100 (all of them regular and official Debian packages) $default->custom_from_hook = false; The From of the mail envelope seems unaffected. From jan@horde.org Mon Jan 14 10:14:45 2002 From: jan@horde.org (Jan Schneider) Date: Mon, 14 Jan 2002 11:14:45 +0100 Subject: [imp] blank page - index.php? In-Reply-To: <20020114040910.A80147@wack.com> References: <20020114040910.A80147@wack.com> Message-ID: <1011003285.3c42af9592632@jan.dip.ammma.net> Zitat von Dana Mueller : > > > > hey folks, > > > > well, my test.php works great, but horde/index.php or imp/index.php > does nothing but a blank page for me. > > > > suggestions/ logs? Jan. -- :::::::::::::::::::::::::::::::::::::::: 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 :::::::::::::::::::::::::::::::::::::::::::::: From cr@i4yoo.de Mon Jan 14 12:32:04 2002 From: cr@i4yoo.de (Carsten Ralle) Date: Mon, 14 Jan 2002 13:32:04 +0100 Subject: SSL and login Message-ID: <3C42CFC4.627DF8B5@i4yoo.de> Hi, we are running the stable releases of horde 2.0 and imp 3.0 (final) on Linux 2.4.10 and apache 1.3. The system is running well and stable as long as we use plain html connections. As soon as we switch to SSL on the login screen, the next screen following after a successful login refers to https://localhost/... instead of the correct URL (SSL prefs mode 1 or 2, doesn't make any difference). As soon as one manually enters the correct URL the remaining session works without any problems, except if you press any of the >cancel< buttons in the options section (same issue). Any idea what I am doing wrong ? Carsten From Zdenek.Havel@mius.cz Mon Jan 14 15:59:04 2002 From: Zdenek.Havel@mius.cz (=?iso-8859-2?Q?Havel_Zden=ECk?=) Date: Mon, 14 Jan 2002 16:59:04 +0100 Subject: Problems with HORDE and Interbase Message-ID: Hi all, I have Interbase 6, IMP 3.0, Horde 2.0, PHP 4.1.1, apache 1.2.30. PHP with Interbase works fine, test.php page form HORDE show that all is OK, but IMP after logging show object(db_error)(7) { ["error_message_prefix"]=> string(0) "" ["mode"]=> int(1) ["level"]=> int(1024) ["code"]=> int(-1) ["message"]=> string(23) "DB Error: unknown error" ["userinfo"]=> string(385) "update horde_prefs set pref_value = 'a:1:{i:0;a:9:{s:2:"id";s:16:"Default Identity";s:8:"fullname";s:0:"";s:9:"from_addr";s:0:"";s:12:"replyto_addr";s :0:"";s:9:"signature";s:0:"";s:9:"sig_first";i:0;s:10:"sig_dashes";i:0;s:14: "save_sent-mail";N;s:16:"sent_mail_folder";s:9:"sent-mail";}}' where pref_uid = 'zdenekh@lazneteplice.cz' and pref_name = 'identities' and pref_scope = 'horde'" ["callback"]=> NULL } [/var/www/html/horde/lib/Prefs/sql.php : 273] Anybody know, what is wrong? S pranim krasneho dne Zdenek Havel -------------------------------------------- Zdenek Havel tel: 0417/515211 MIUS, a. s. fax: 0417/515214 U nadrazi 3 415 01 Teplice -------------------------------------------- From dmueller@wack.com Mon Jan 14 16:05:08 2002 From: dmueller@wack.com (Dana Mueller) Date: Mon, 14 Jan 2002 10:05:08 -0600 Subject: [imp] blank page - index.php? In-Reply-To: <1011003285.3c42af9592632@jan.dip.ammma.net>; from jan@horde.org on Mon, Jan 14, 2002 at 11:14:45AM +0100 References: <20020114040910.A80147@wack.com> <1011003285.3c42af9592632@jan.dip.ammma.net> Message-ID: <20020114100508.A80815@wack.com> webserver, apache that is, thinks everything is okey dokey.. On Mon, Jan 14, 2002 at 11:14:45AM +0100, Jan Schneider wrote: > Zitat von Dana Mueller : > > > > > > > hey folks, > > > > > > well, my test.php works great, but horde/index.php or imp/index.php > > does nothing but a blank page for me. > > > > > > suggestions/ > > logs? > > Jan. > > -- > :::::::::::::::::::::::::::::::::::::::: > 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 > :::::::::::::::::::::::::::::::::::::::::::::: > > -- > 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 -- Dana Mueller - dmueller@wack.com Windy Acres Creative Kingdom Seattle, Washington "i want you to understand that my malevolence is just a way to win.." From jan@horde.org Mon Jan 14 16:20:46 2002 From: jan@horde.org (Jan Schneider) Date: Mon, 14 Jan 2002 17:20:46 +0100 Subject: [imp] blank page - index.php? In-Reply-To: <20020114100508.A80815@wack.com> References: <20020114040910.A80147@wack.com> <1011003285.3c42af9592632@jan.dip.ammma.net> <20020114100508.A80815@wack.com> Message-ID: <1011025246.3c43055e26f62@jan.dip.ammma.net> So it should send anything to the browser. Is there any html or other output (that is not rendered) in the page source? Zitat von Dana Mueller : > webserver, apache that is, thinks everything is okey dokey.. > > On Mon, Jan 14, 2002 at 11:14:45AM +0100, Jan Schneider wrote: > > Zitat von Dana Mueller : > > > > > > > > > > hey folks, > > > > > > > > well, my test.php works great, but horde/index.php or > imp/index.php > > > does nothing but a blank page for me. > > > > > > > > suggestions/ > > > > logs? > > > > Jan. > > > > -- > > :::::::::::::::::::::::::::::::::::::::: > > 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 > > :::::::::::::::::::::::::::::::::::::::::::::: > > > > -- > > 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 > > -- > Dana Mueller - dmueller@wack.com > Windy Acres Creative Kingdom > Seattle, Washington > "i want you to understand that my malevolence is just a way to win.." > > -- > 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 > > Jan. -- :::::::::::::::::::::::::::::::::::::::: 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 :::::::::::::::::::::::::::::::::::::::::::::: From moorewr@eckerd.edu Mon Jan 14 16:04:45 2002 From: moorewr@eckerd.edu (Walter R. Moore) Date: Mon, 14 Jan 2002 11:04:45 -0500 Subject: IMP 3: How do we set global defaults for "Expand Names"?? Message-ID: <3C43019D.3070201@eckerd.edu> I have been trolling this list on MARC for a fix to this with none seen yet. One of the biggest barriers we face before we can adopt IMP 3 is the behavior of Turba with IMP. In IMP 2.x you automatically had access to LDAP and your own addressbook. in 3.0, that is gone and by default Expand names does not by default look at any of the address books you have defined. This means that 99% of our user base will not figure out or bother with changing this in their IMP options. I would like to either make these "on" by default, or to lock the preference if need be to make them on for everyone. The lack of a contacts button seems like a bad idea; I suggest the patches suggested to return it be merged in to the next release. Also aparently gone? is the ability to add names found in LDAP to your SQL addressbook. Thanks for any suggestions, -Walter Moore -- +-----------------------------------------------------------------+ Walter R. Moore -- System Administrator, Eckerd College moorewr@eckerd.edu -- http://home.eckerd.edu/~moorewr "If the United Kingdom is to be overun, keep outside the ring. Go to South Africa, Australia, Canada. Keep going, and stay in touch with Auxiliary units in the UK. Remember, it took the Greeks only six hundred years to get free of the Turks." - Peter Wilkinson, chief of staff to Col. Gubbins, SOE, May, 1940. From cmrahman@ccsi.com Mon Jan 14 16:33:03 2002 From: cmrahman@ccsi.com (C. M. Rahman (jr.)) Date: Mon, 14 Jan 2002 10:33:03 -0600 Subject: [imp] aspell or ispell? References: <00e801c19b5a$73b37ff0$0701a8c0@ARISTOTELES> <017e01c19b7e$4f4374d0$0701a8c0@ARISTOTELES> <043301c19bf9$ad139bf0$a5a1ecd8@ccsi.com> <022e01c19c1d$8a35a280$0701a8c0@ARISTOTELES> <00ba01c19c88$d5c5f450$a5a1ecd8@ccsi.com> <011e01c19c8b$c0a06990$0701a8c0@ARISTOTELES> <02e101c19cc7$616be350$a5a1ecd8@ccsi.com> <001601c19cda$6dabbe20$13c150c2@chester.ac.uk> Message-ID: <037701c19d19$23c2b270$a5a1ecd8@ccsi.com> No luck yet. I get "No spelling Error" even though I know I have spelling error. Also, is there anything I need to do in while installing php for aspell ? Thanks &*&*&*&*&*&*&*&*&*&*&*&*&*&*&*&*&*&*&*&* C.M. Rahman Jr. CTO CCS Internet http://www.ccsi.com 13740 Research Blvd. suite o-4 Austin, TX 78750 Tel: 512-257-2274 ----- Original Message ----- From: "Henry Blackman" To: Sent: Monday, January 14, 2002 3:04 AM Subject: Re: [imp] aspell or ispell? > You are supposed to enter the path for the config... > > $conf['utils']['spellchecker'] = '/usr/local/bin/aspell'; > > Not "true". At least, doing that here worked ;-) > > Henry > > ----- Original Message ----- > From: "C. M. Rahman (jr.)" > To: > Sent: Monday, January 14, 2002 6:47 AM > Subject: [imp] aspell or ispell? > > > > I have installed aspell and under imp/config/conf.php I have entered > 'true' > > for spelling check. Where do I define if it is aspell or ispell? > > > > Is there any other configuration file I am suppose to modify for the > > spelling check? I tested it but it looks like the spell checking is not > > checking for error. Any idea? > > > > Thanks > > > > &*&*&*&*&*&*&*&*&*&*&*&*&*&*&*&*&*&*&*&* > > C.M. Rahman Jr. > > CTO > > CCS Internet > > http://www.ccsi.com > > 13740 Research Blvd. suite o-4 > > Austin, TX 78750 > > Tel: 512-257-2274 > > > > > > > > > > -- > > 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 > From dmueller@wack.com Mon Jan 14 16:34:26 2002 From: dmueller@wack.com (Dana Mueller) Date: Mon, 14 Jan 2002 10:34:26 -0600 Subject: [imp] blank page - index.php? In-Reply-To: <1011025246.3c43055e26f62@jan.dip.ammma.net>; from jan@horde.org on Mon, Jan 14, 2002 at 05:20:46PM +0100 References: <20020114040910.A80147@wack.com> <1011003285.3c42af9592632@jan.dip.ammma.net> <20020114100508.A80815@wack.com> <1011025246.3c43055e26f62@jan.dip.ammma.net> Message-ID: <20020114103426.A80933@wack.com> Agreed, my bad. That is sent to the browser. /horde/index.php With /horde/imp/index.php I get "the page can not be displayed" If I attempt other pages, such as filters.php, etc. I getr the blank page with the above html source. On Mon, Jan 14, 2002 at 05:20:46PM +0100, Jan Schneider wrote: > So it should send anything to the browser. Is there any html or other > output (that is not rendered) in the page source? > > Zitat von Dana Mueller : > > > webserver, apache that is, thinks everything is okey dokey.. > > > > On Mon, Jan 14, 2002 at 11:14:45AM +0100, Jan Schneider wrote: > > > Zitat von Dana Mueller : > > > > > > > > > > > > > hey folks, > > > > > > > > > > well, my test.php works great, but horde/index.php or > > imp/index.php > > > > does nothing but a blank page for me. > > > > > > > > > > suggestions/ > > > > > > logs? > > > > > > Jan. > > > > > > -- > > > :::::::::::::::::::::::::::::::::::::::: > > > 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 > > > :::::::::::::::::::::::::::::::::::::::::::::: > > > > > > -- > > > 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 > > > > -- > > Dana Mueller - dmueller@wack.com > > Windy Acres Creative Kingdom > > Seattle, Washington > > "i want you to understand that my malevolence is just a way to win.." > > > > -- > > 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 > > > > > > > Jan. > > -- > :::::::::::::::::::::::::::::::::::::::: > 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 > :::::::::::::::::::::::::::::::::::::::::::::: > > -- > 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 -- Dana Mueller - dmueller@wack.com Windy Acres Creative Kingdom Seattle, Washington "i want you to understand that my malevolence is just a way to win.." From jan@horde.org Mon Jan 14 16:33:47 2002 From: jan@horde.org (Jan Schneider) Date: Mon, 14 Jan 2002 17:33:47 +0100 Subject: [imp] IMP 3: How do we set global defaults for "Expand Names"?? In-Reply-To: <3C43019D.3070201@eckerd.edu> References: <3C43019D.3070201@eckerd.edu> Message-ID: <1011026027.3c43086b1ac13@jan.dip.ammma.net> Zitat von "Walter R. Moore" : > I have been trolling this list on MARC for a fix to this with none seen > yet. > > One of the biggest barriers we face before we can adopt IMP 3 is the > behavior of Turba with IMP. In IMP 2.x you automatically had access to > LDAP and your own addressbook. in 3.0, that is gone and by default > Expand names does not by default look at any of the address books you > have defined. This means that 99% of our user base will not figure out > or bother with changing this in their IMP options. > > I would like to either make these "on" by default, or to lock the > preference if need be to make them on for everyone. To provide default values for addressbook lookups add a tab separated list of Turba source names to the value in config/prefs.php. Jan. -- :::::::::::::::::::::::::::::::::::::::: 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 :::::::::::::::::::::::::::::::::::::::::::::: From mcisar@starmania.net Mon Jan 14 16:50:58 2002 From: mcisar@starmania.net (Mike Cisar) Date: Mon, 14 Jan 2002 09:50:58 -0700 Subject: [imp] blank page - index.php? In-Reply-To: <20020114103426.A80933@wack.com> Message-ID: <002d01c19d1b$a53730e0$e700a8c0@corporate.starmania.net> I have had exactly the same problem yesterday on my test server when trying to access it remotely by IP (it doesn't have a DNS entry). If I try on the server itself using http://localhost/horde/imp/index.php it all seems to come up ok, at least in Lynx... I didn't have time to do any further checking but hopefully it'll give you some ideas. Cheers, >>>>> Mike <<<<< > -----Original Message----- > From: Dana Mueller [mailto:dmueller@wack.com] > Sent: Monday, January 14, 2002 9:34 AM > To: imp@lists.horde.org > Subject: Re: [imp] blank page - index.php? > > > Agreed, my bad. > > Transitional//EN"> content="text/html; charset=windows-1252"> > > > That is sent to the browser. /horde/index.php > > With /horde/imp/index.php I get "the page can not be > displayed" If I attempt other pages, such as filters.php, > etc. I getr the blank page with the above html source. From jan@horde.org Mon Jan 14 16:55:06 2002 From: jan@horde.org (Jan Schneider) Date: Mon, 14 Jan 2002 17:55:06 +0100 Subject: [imp] aspell or ispell? In-Reply-To: <037701c19d19$23c2b270$a5a1ecd8@ccsi.com> References: <00e801c19b5a$73b37ff0$0701a8c0@ARISTOTELES> <017e01c19b7e$4f4374d0$0701a8c0@ARISTOTELES> <043301c19bf9$ad139bf0$a5a1ecd8@ccsi.com> <022e01c19c1d$8a35a280$0701a8c0@ARISTOTELES> <00ba01c19c88$d5c5f450$a5a1ecd8@ccsi.com> <011e01c19c8b$c0a06990$0701a8c0@ARISTOTELES> <02e101c19cc7$616be350$a5a1ecd8@ccsi.com> <001601c19cda$6dabbe20$13c150c2@chester.ac.uk> <037701c19d19$23c2b270$a5a1ecd8@ccsi.com> Message-ID: <1011027306.3c430d6acf6b4@jan.dip.ammma.net> Zitat von "C. M. Rahman (jr.)" : > No luck yet. I get "No spelling Error" even though I know I have > spelling > error. Also, is there anything I need to do in while installing php for > aspell ? Besides compiling aspell support into php? No. > Thanks > &*&*&*&*&*&*&*&*&*&*&*&*&*&*&*&*&*&*&*&* > C.M. Rahman Jr. > CTO > CCS Internet > http://www.ccsi.com > 13740 Research Blvd. suite o-4 > Austin, TX 78750 > Tel: 512-257-2274 > > > ----- Original Message ----- > From: "Henry Blackman" > To: > Sent: Monday, January 14, 2002 3:04 AM > Subject: Re: [imp] aspell or ispell? > > > > You are supposed to enter the path for the config... > > > > $conf['utils']['spellchecker'] = '/usr/local/bin/aspell'; > > > > Not "true". At least, doing that here worked ;-) > > > > Henry > > > > ----- Original Message ----- > > From: "C. M. Rahman (jr.)" > > To: > > Sent: Monday, January 14, 2002 6:47 AM > > Subject: [imp] aspell or ispell? > > > > > > > I have installed aspell and under imp/config/conf.php I have entered > > 'true' > > > for spelling check. Where do I define if it is aspell or ispell? > > > > > > Is there any other configuration file I am suppose to modify for the > > > spelling check? I tested it but it looks like the spell checking is > not > > > checking for error. Any idea? > > > > > > Thanks > > > > > > &*&*&*&*&*&*&*&*&*&*&*&*&*&*&*&*&*&*&*&* > > > C.M. Rahman Jr. > > > CTO > > > CCS Internet > > > http://www.ccsi.com > > > 13740 Research Blvd. suite o-4 > > > Austin, TX 78750 > > > Tel: 512-257-2274 > > > > > > > > > > > > > > > -- > > > 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 > > > > > -- > 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 > > Jan. -- :::::::::::::::::::::::::::::::::::::::: 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 :::::::::::::::::::::::::::::::::::::::::::::: From jan@horde.org Mon Jan 14 16:57:12 2002 From: jan@horde.org (Jan Schneider) Date: Mon, 14 Jan 2002 17:57:12 +0100 Subject: [imp] blank page - index.php? In-Reply-To: <20020114103426.A80933@wack.com> References: <20020114040910.A80147@wack.com> <1011003285.3c42af9592632@jan.dip.ammma.net> <20020114100508.A80815@wack.com> <1011025246.3c43055e26f62@jan.dip.ammma.net> <20020114103426.A80933@wack.com> Message-ID: <1011027432.3c430de892622@jan.dip.ammma.net> No, that's the standard html source that IE generates if it doesn't get a page. Did you also check the error_log of your server? It sounds like it segfaults. Zitat von Dana Mueller : > Agreed, my bad. > > > > > > > > That is sent to the browser. /horde/index.php > > With /horde/imp/index.php I get "the page can not be displayed" If I > attempt other pages, such as filters.php, etc. I getr the blank page > with the above html source. > > On Mon, Jan 14, 2002 at 05:20:46PM +0100, Jan Schneider wrote: > > So it should send anything to the browser. Is there any html or other > > output (that is not rendered) in the page source? > > > > Zitat von Dana Mueller : > > > > > webserver, apache that is, thinks everything is okey dokey.. > > > > > > On Mon, Jan 14, 2002 at 11:14:45AM +0100, Jan Schneider wrote: > > > > Zitat von Dana Mueller : > > > > > > > > > > > > > > > > hey folks, > > > > > > > > > > > > well, my test.php works great, but horde/index.php or > > > imp/index.php > > > > > does nothing but a blank page for me. > > > > > > > > > > > > suggestions/ > > > > > > > > logs? > > > > > > > > Jan. > > > > > > > > -- > > > > :::::::::::::::::::::::::::::::::::::::: > > > > 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 > > > > :::::::::::::::::::::::::::::::::::::::::::::: > > > > > > > > -- > > > > 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 > > > > > > -- > > > Dana Mueller - dmueller@wack.com > > > Windy Acres Creative Kingdom > > > Seattle, Washington > > > "i want you to understand that my malevolence is just a way to > win.." > > > > > > -- > > > 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 > > > > > > > > > > > > Jan. > > > > -- > > :::::::::::::::::::::::::::::::::::::::: > > 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 > > :::::::::::::::::::::::::::::::::::::::::::::: > > > > -- > > 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 > > -- > Dana Mueller - dmueller@wack.com > Windy Acres Creative Kingdom > Seattle, Washington > "i want you to understand that my malevolence is just a way to win.." > > -- > 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 > > Jan. -- :::::::::::::::::::::::::::::::::::::::: 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 :::::::::::::::::::::::::::::::::::::::::::::: From moorewr@eckerd.edu Mon Jan 14 16:43:01 2002 From: moorewr@eckerd.edu (Walter R. Moore) Date: Mon, 14 Jan 2002 11:43:01 -0500 Subject: [imp] IMP 3: How do we set global defaults for "Expand Names"?? References: <3C43019D.3070201@eckerd.edu> <1011026027.3c43086b1ac13@jan.dip.ammma.net> Message-ID: <3C430A95.7010206@eckerd.edu> > To provide default values for addressbook lookups add a tab separated list > of Turba source names to the value in config/prefs.php. Could you provide an example of this? Thank you, -Walter Moore Jan Schneider wrote: > Zitat von "Walter R. Moore" : > > >>I have been trolling this list on MARC for a fix to this with none seen >>yet. >> >>One of the biggest barriers we face before we can adopt IMP 3 is the >>behavior of Turba with IMP. In IMP 2.x you automatically had access to >>LDAP and your own addressbook. in 3.0, that is gone and by default >>Expand names does not by default look at any of the address books you >>have defined. This means that 99% of our user base will not figure out >>or bother with changing this in their IMP options. >> >>I would like to either make these "on" by default, or to lock the >>preference if need be to make them on for everyone. >> > > To provide default values for addressbook lookups add a tab separated list > of Turba source names to the value in config/prefs.php. > > Jan. > > -- > :::::::::::::::::::::::::::::::::::::::: > 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 > :::::::::::::::::::::::::::::::::::::::::::::: > > -- +-----------------------------------------------------------------+ Walter R. Moore -- System Administrator, Eckerd College moorewr@eckerd.edu -- http://home.eckerd.edu/~moorewr "If the United Kingdom is to be overun, keep outside the ring. Go to South Africa, Australia, Canada. Keep going, and stay in touch with Auxiliary units in the UK. Remember, it took the Greeks only six hundred years to get free of the Turks." - Peter Wilkinson, chief of staff to Col. Gubbins, SOE, May, 1940. From cmrahman@ccsi.com Mon Jan 14 17:08:54 2002 From: cmrahman@ccsi.com (C. M. Rahman (jr.)) Date: Mon, 14 Jan 2002 11:08:54 -0600 Subject: [imp] aspell or ispell? References: <00e801c19b5a$73b37ff0$0701a8c0@ARISTOTELES> <017e01c19b7e$4f4374d0$0701a8c0@ARISTOTELES> <043301c19bf9$ad139bf0$a5a1ecd8@ccsi.com> <022e01c19c1d$8a35a280$0701a8c0@ARISTOTELES> <00ba01c19c88$d5c5f450$a5a1ecd8@ccsi.com> <011e01c19c8b$c0a06990$0701a8c0@ARISTOTELES> <02e101c19cc7$616be350$a5a1ecd8@ccsi.com> <001601c19cda$6dabbe20$13c150c2@chester.ac.uk> <037701c19d19$23c2b270$a5a1ecd8@ccsi.com> <1011027306.3c430d6acf6b4@jan.dip.ammma.net> Message-ID: <03c901c19d1e$25fd6df0$a5a1ecd8@ccsi.com> so I have to compile aspell support in php ? I don't think I have done that. What do I need to do to add this in php ? what flag do I need to use for ./configure ? Thanks &*&*&*&*&*&*&*&*&*&*&*&*&*&*&*&*&*&*&*&* C.M. Rahman Jr. CTO CCS Internet http://www.ccsi.com 13740 Research Blvd. suite o-4 Austin, TX 78750 Tel: 512-257-2274 ----- Original Message ----- From: "Jan Schneider" To: Sent: Monday, January 14, 2002 10:55 AM Subject: Re: [imp] aspell or ispell? > Zitat von "C. M. Rahman (jr.)" : > > > No luck yet. I get "No spelling Error" even though I know I have > > spelling > > error. Also, is there anything I need to do in while installing php for > > aspell ? > > Besides compiling aspell support into php? No. > > > Thanks > > &*&*&*&*&*&*&*&*&*&*&*&*&*&*&*&*&*&*&*&* > > C.M. Rahman Jr. > > CTO > > CCS Internet > > http://www.ccsi.com > > 13740 Research Blvd. suite o-4 > > Austin, TX 78750 > > Tel: 512-257-2274 > > > > > > ----- Original Message ----- > > From: "Henry Blackman" > > To: > > Sent: Monday, January 14, 2002 3:04 AM > > Subject: Re: [imp] aspell or ispell? > > > > > > > You are supposed to enter the path for the config... > > > > > > $conf['utils']['spellchecker'] = '/usr/local/bin/aspell'; > > > > > > Not "true". At least, doing that here worked ;-) > > > > > > Henry > > > > > > ----- Original Message ----- > > > From: "C. M. Rahman (jr.)" > > > To: > > > Sent: Monday, January 14, 2002 6:47 AM > > > Subject: [imp] aspell or ispell? > > > > > > > > > > I have installed aspell and under imp/config/conf.php I have entered > > > 'true' > > > > for spelling check. Where do I define if it is aspell or ispell? > > > > > > > > Is there any other configuration file I am suppose to modify for the > > > > spelling check? I tested it but it looks like the spell checking is > > not > > > > checking for error. Any idea? > > > > > > > > Thanks > > > > > > > > &*&*&*&*&*&*&*&*&*&*&*&*&*&*&*&*&*&*&*&* > > > > C.M. Rahman Jr. > > > > CTO > > > > CCS Internet > > > > http://www.ccsi.com > > > > 13740 Research Blvd. suite o-4 > > > > Austin, TX 78750 > > > > Tel: 512-257-2274 > > > > > > > > > > > > > > > > > > > > -- > > > > 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 > > > > > > > > > -- > > 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 > > > > > > > Jan. > > -- > :::::::::::::::::::::::::::::::::::::::: > 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 > :::::::::::::::::::::::::::::::::::::::::::::: > > -- > 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 h.blackman@chester.ac.uk Mon Jan 14 17:15:08 2002 From: h.blackman@chester.ac.uk (Henry Blackman) Date: Mon, 14 Jan 2002 17:15:08 -0000 Subject: [imp] aspell or ispell? References: <00e801c19b5a$73b37ff0$0701a8c0@ARISTOTELES> <017e01c19b7e$4f4374d0$0701a8c0@ARISTOTELES> <043301c19bf9$ad139bf0$a5a1ecd8@ccsi.com> <022e01c19c1d$8a35a280$0701a8c0@ARISTOTELES> <00ba01c19c88$d5c5f450$a5a1ecd8@ccsi.com> <011e01c19c8b$c0a06990$0701a8c0@ARISTOTELES> <02e101c19cc7$616be350$a5a1ecd8@ccsi.com> <001601c19cda$6dabbe20$13c150c2@chester.ac.uk> <037701c19d19$23c2b270$a5a1ecd8@ccsi.com> <1011027306.3c430d6acf6b4@jan.dip.ammma.net> <03c901c19d1e$25fd6df0$a5a1ecd8@ccsi.com> Message-ID: <01d101c19d1f$049efd80$13c150c2@chester.ac.uk> No, you don't need to compile aspell into PHP. At least, I didn't. You just need to compile pspell first, then make install, then apsell (ispell), and make install; and type the path in the conf.php file. Cheers, Henry ----- Original Message ----- From: "C. M. Rahman (jr.)" To: Sent: Monday, January 14, 2002 5:08 PM Subject: Re: [imp] aspell or ispell? > so I have to compile aspell support in php ? I don't think I have done that. > What do I need to do to add this in php ? what flag do I need to use for > ./configure ? > > Thanks > > &*&*&*&*&*&*&*&*&*&*&*&*&*&*&*&*&*&*&*&* > C.M. Rahman Jr. > CTO > CCS Internet > http://www.ccsi.com > 13740 Research Blvd. suite o-4 > Austin, TX 78750 > Tel: 512-257-2274 > > > ----- Original Message ----- > From: "Jan Schneider" > To: > Sent: Monday, January 14, 2002 10:55 AM > Subject: Re: [imp] aspell or ispell? > > > > Zitat von "C. M. Rahman (jr.)" : > > > > > No luck yet. I get "No spelling Error" even though I know I have > > > spelling > > > error. Also, is there anything I need to do in while installing php for > > > aspell ? > > > > Besides compiling aspell support into php? No. > > > > > Thanks > > > &*&*&*&*&*&*&*&*&*&*&*&*&*&*&*&*&*&*&*&* > > > C.M. Rahman Jr. > > > CTO > > > CCS Internet > > > http://www.ccsi.com > > > 13740 Research Blvd. suite o-4 > > > Austin, TX 78750 > > > Tel: 512-257-2274 > > > > > > > > > ----- Original Message ----- > > > From: "Henry Blackman" > > > To: > > > Sent: Monday, January 14, 2002 3:04 AM > > > Subject: Re: [imp] aspell or ispell? > > > > > > > > > > You are supposed to enter the path for the config... > > > > > > > > $conf['utils']['spellchecker'] = '/usr/local/bin/aspell'; > > > > > > > > Not "true". At least, doing that here worked ;-) > > > > > > > > Henry > > > > > > > > ----- Original Message ----- > > > > From: "C. M. Rahman (jr.)" > > > > To: > > > > Sent: Monday, January 14, 2002 6:47 AM > > > > Subject: [imp] aspell or ispell? > > > > > > > > > > > > > I have installed aspell and under imp/config/conf.php I have entered > > > > 'true' > > > > > for spelling check. Where do I define if it is aspell or ispell? > > > > > > > > > > Is there any other configuration file I am suppose to modify for the > > > > > spelling check? I tested it but it looks like the spell checking is > > > not > > > > > checking for error. Any idea? > > > > > > > > > > Thanks > > > > > > > > > > &*&*&*&*&*&*&*&*&*&*&*&*&*&*&*&*&*&*&*&* > > > > > C.M. Rahman Jr. > > > > > CTO > > > > > CCS Internet > > > > > http://www.ccsi.com > > > > > 13740 Research Blvd. suite o-4 > > > > > Austin, TX 78750 > > > > > Tel: 512-257-2274 > > > > > > > > > > > > > > > > > > > > > > > > > -- > > > > > 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 > > > > > > > > > > > > > -- > > > 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 > > > > > > > > > > > > Jan. > > > > -- > > :::::::::::::::::::::::::::::::::::::::: > > 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 > > :::::::::::::::::::::::::::::::::::::::::::::: > > > > -- > > 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 > > From jan@horde.org Mon Jan 14 17:38:22 2002 From: jan@horde.org (Jan Schneider) Date: Mon, 14 Jan 2002 18:38:22 +0100 Subject: [imp] IMP 3: How do we set global defaults for "Expand Names"?? In-Reply-To: <3C430A95.7010206@eckerd.edu> References: <3C43019D.3070201@eckerd.edu> <1011026027.3c43086b1ac13@jan.dip.ammma.net> <3C430A95.7010206@eckerd.edu> Message-ID: <1011029902.3c43178e94d35@jan.dip.ammma.net> Zitat von "Walter R. Moore" : > > To provide default values for addressbook lookups add a tab separated > > list > > of Turba source names to the value in config/prefs.php. > > Could you provide an example of this? In the search_sources hash: 'value' => "localsql\tverisign", You can also replace '\t' by a "real" tab. Jan. -- :::::::::::::::::::::::::::::::::::::::: 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 :::::::::::::::::::::::::::::::::::::::::::::: From jan@horde.org Mon Jan 14 17:50:59 2002 From: jan@horde.org (Jan Schneider) Date: Mon, 14 Jan 2002 18:50:59 +0100 Subject: [imp] aspell or ispell? In-Reply-To: <01d101c19d1f$049efd80$13c150c2@chester.ac.uk> References: <00e801c19b5a$73b37ff0$0701a8c0@ARISTOTELES> <017e01c19b7e$4f4374d0$0701a8c0@ARISTOTELES> <043301c19bf9$ad139bf0$a5a1ecd8@ccsi.com> <022e01c19c1d$8a35a280$0701a8c0@ARISTOTELES> <00ba01c19c88$d5c5f450$a5a1ecd8@ccsi.com> <011e01c19c8b$c0a06990$0701a8c0@ARISTOTELES> <02e101c19cc7$616be350$a5a1ecd8@ccsi.com> <001601c19cda$6dabbe20$13c150c2@chester.ac.uk> <037701c19d19$23c2b270$a5a1ecd8@ccsi.com> <1011027306.3c430d6acf6b4@jan.dip.ammma.net> <03c901c19d1e$25fd6df0$a5a1ecd8@ccsi.com> <01d101c19d1f$049efd80$13c150c2@chester.ac.uk> Message-ID: <1011030659.3c431a838d801@jan.dip.ammma.net> Yes, of course. I was wrong. We don't use the aspell/pspell extensions from php but rather call Xspell directly. Zitat von Henry Blackman : > No, you don't need to compile aspell into PHP. At least, I didn't. You > just need to compile pspell first, then make install, then apsell > (ispell), > and make install; and type the path in the conf.php file. > > Cheers, > Henry > > ----- Original Message ----- > From: "C. M. Rahman (jr.)" > To: > Sent: Monday, January 14, 2002 5:08 PM > Subject: Re: [imp] aspell or ispell? > > > > so I have to compile aspell support in php ? I don't think I have done > that. > > What do I need to do to add this in php ? what flag do I need to use > for > > ./configure ? > > > > Thanks > > > > &*&*&*&*&*&*&*&*&*&*&*&*&*&*&*&*&*&*&*&* > > C.M. Rahman Jr. > > CTO > > CCS Internet > > http://www.ccsi.com > > 13740 Research Blvd. suite o-4 > > Austin, TX 78750 > > Tel: 512-257-2274 > > > > > > ----- Original Message ----- > > From: "Jan Schneider" > > To: > > Sent: Monday, January 14, 2002 10:55 AM > > Subject: Re: [imp] aspell or ispell? > > > > > > > Zitat von "C. M. Rahman (jr.)" : > > > > > > > No luck yet. I get "No spelling Error" even though I know I have > > > > spelling > > > > error. Also, is there anything I need to do in while installing > php > for > > > > aspell ? > > > > > > Besides compiling aspell support into php? No. > > > > > > > Thanks > > > > &*&*&*&*&*&*&*&*&*&*&*&*&*&*&*&*&*&*&*&* > > > > C.M. Rahman Jr. > > > > CTO > > > > CCS Internet > > > > http://www.ccsi.com > > > > 13740 Research Blvd. suite o-4 > > > > Austin, TX 78750 > > > > Tel: 512-257-2274 > > > > > > > > > > > > ----- Original Message ----- > > > > From: "Henry Blackman" > > > > To: > > > > Sent: Monday, January 14, 2002 3:04 AM > > > > Subject: Re: [imp] aspell or ispell? > > > > > > > > > > > > > You are supposed to enter the path for the config... > > > > > > > > > > $conf['utils']['spellchecker'] = '/usr/local/bin/aspell'; > > > > > > > > > > Not "true". At least, doing that here worked ;-) > > > > > > > > > > Henry > > > > > > > > > > ----- Original Message ----- > > > > > From: "C. M. Rahman (jr.)" > > > > > To: > > > > > Sent: Monday, January 14, 2002 6:47 AM > > > > > Subject: [imp] aspell or ispell? > > > > > > > > > > > > > > > > I have installed aspell and under imp/config/conf.php I have > entered > > > > > 'true' > > > > > > for spelling check. Where do I define if it is aspell or > ispell? > > > > > > > > > > > > Is there any other configuration file I am suppose to modify > for > the > > > > > > spelling check? I tested it but it looks like the spell > checking > is > > > > not > > > > > > checking for error. Any idea? > > > > > > > > > > > > Thanks > > > > > > > > > > > > &*&*&*&*&*&*&*&*&*&*&*&*&*&*&*&*&*&*&*&* > > > > > > C.M. Rahman Jr. > > > > > > CTO > > > > > > CCS Internet > > > > > > http://www.ccsi.com > > > > > > 13740 Research Blvd. suite o-4 > > > > > > Austin, TX 78750 > > > > > > Tel: 512-257-2274 > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > -- > > > > > > 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 > > > > > > > > > > > > > > > > > -- > > > > 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 > > > > > > > > > > > > > > > > > Jan. > > > > > > -- > > > :::::::::::::::::::::::::::::::::::::::: > > > 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 > > > :::::::::::::::::::::::::::::::::::::::::::::: > > > > > > -- > > > 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 > > > > > > > -- > 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 > > Jan. -- :::::::::::::::::::::::::::::::::::::::: 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 :::::::::::::::::::::::::::::::::::::::::::::: From dmueller@wack.com Mon Jan 14 18:06:49 2002 From: dmueller@wack.com (Dana Mueller) Date: Mon, 14 Jan 2002 12:06:49 -0600 Subject: [imp] blank page - index.php? In-Reply-To: <1011027432.3c430de892622@jan.dip.ammma.net>; from jan@horde.org on Mon, Jan 14, 2002 at 05:57:12PM +0100 References: <20020114040910.A80147@wack.com> <1011003285.3c42af9592632@jan.dip.ammma.net> <20020114100508.A80815@wack.com> <1011025246.3c43055e26f62@jan.dip.ammma.net> <20020114103426.A80933@wack.com> <1011027432.3c430de892622@jan.dip.ammma.net> Message-ID: <20020114120648.A81355@wack.com> Hello Again, This is from ssl_engine_log: [14/Jan/2002 12:03:53 79976] [info] Connection to child 5 established (server email1.wack.com:443, client 131.191.17.138) [14/Jan/2002 12:03:53 79976] [info] Seeding PRNG with 1160 bytes of entropy [14/Jan/2002 12:03:54 79976] [info] Connection: Client IP: 131.191.17.138, Protocol: SSLv3, Cipher: RC4-MD5 (128/128 bits) [14/Jan/2002 12:03:54 79976] [info] Initial (No.1) HTTPS request received for child 5 (server email1.wack.com:443) [14/Jan/2002 12:03:55 79976] [info] Connection to child 5 closed with unclean shutdown (server email1.wack.com:443, client 131.191.17.138) This is from access_log: 131.191.17.138 - - [14/Jan/2002:12:03:55 -0600] "GET /imp/index.php HTTP/1.1" 302 5 This is from ssl_request_log: [14/Jan/2002:12:03:55 -0600] 131.191.17.138 SSLv3 RC4-MD5 "GET /imp/index.php HTTP/1.1" 5 On Mon, Jan 14, 2002 at 05:57:12PM +0100, Jan Schneider wrote: > No, that's the standard html source that IE generates if it doesn't get a > page. > > Did you also check the error_log of your server? It sounds like it > segfaults. > > Zitat von Dana Mueller : > > > Agreed, my bad. > > > > > > > > > > > > > > > > That is sent to the browser. /horde/index.php > > > > With /horde/imp/index.php I get "the page can not be displayed" If I > > attempt other pages, such as filters.php, etc. I getr the blank page > > with the above html source. > > > > On Mon, Jan 14, 2002 at 05:20:46PM +0100, Jan Schneider wrote: > > > So it should send anything to the browser. Is there any html or other > > > output (that is not rendered) in the page source? > > > > > > Zitat von Dana Mueller : > > > > > > > webserver, apache that is, thinks everything is okey dokey.. > > > > > > > > On Mon, Jan 14, 2002 at 11:14:45AM +0100, Jan Schneider wrote: > > > > > Zitat von Dana Mueller : > > > > > > > > > > > > > > > > > > > hey folks, > > > > > > > > > > > > > > well, my test.php works great, but horde/index.php or > > > > imp/index.php > > > > > > does nothing but a blank page for me. > > > > > > > > > > > > > > suggestions/ > > > > > > > > > > logs? > > > > > > > > > > Jan. > > > > > > > > > > -- > > > > > :::::::::::::::::::::::::::::::::::::::: > > > > > 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 > > > > > :::::::::::::::::::::::::::::::::::::::::::::: > > > > > > > > > > -- > > > > > 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 > > > > > > > > -- > > > > Dana Mueller - dmueller@wack.com > > > > Windy Acres Creative Kingdom > > > > Seattle, Washington > > > > "i want you to understand that my malevolence is just a way to > > win.." > > > > > > > > -- > > > > 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 > > > > > > > > > > > > > > > > > Jan. > > > > > > -- > > > :::::::::::::::::::::::::::::::::::::::: > > > 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 > > > :::::::::::::::::::::::::::::::::::::::::::::: > > > > > > -- > > > 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 > > > > -- > > Dana Mueller - dmueller@wack.com > > Windy Acres Creative Kingdom > > Seattle, Washington > > "i want you to understand that my malevolence is just a way to win.." > > > > -- > > 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 > > > > > > > Jan. > > -- > :::::::::::::::::::::::::::::::::::::::: > 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 > :::::::::::::::::::::::::::::::::::::::::::::: > > -- > 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 -- Dana Mueller - dmueller@wack.com Windy Acres Creative Kingdom Seattle, Washington "i want you to understand that my malevolence is just a way to win.." From KHamilton@Hunter.COM Mon Jan 14 18:15:17 2002 From: KHamilton@Hunter.COM (Hamilton, Kent) Date: Mon, 14 Jan 2002 12:15:17 -0600 Subject: [imp] SSL and login Message-ID: <3A210A88B47BD511846800A0C9C83B4412D818@mailbox.Hunter.COM> > we are running the stable releases of horde 2.0 and imp 3.0 > (final) on Linux 2.4.10 and apache 1.3. The system is running > well and stable as long as we use plain html connections. As > soon as we switch to SSL on the login screen, the next screen following after a successful > login refers to https://localhost/... instead of > the correct > URL (SSL prefs mode 1 or 2, doesn't make any difference). As > soon as one manually enters the correct URL the remaining > session works without any problems, except if you press any > of the >cancel< buttons in the options section (same issue). I've seen this same issue. Anyone else? -- Kent Hamilton Manager - Systems Admin & Networking Hunter Engineering Company From dmueller@wack.com Mon Jan 14 19:18:33 2002 From: dmueller@wack.com (Dana Mueller) Date: Mon, 14 Jan 2002 13:18:33 -0600 Subject: I've found more interesting errors RE: blank index.php Message-ID: <20020114131833.A81640@wack.com> this was taken from apache/logs/error_log ideas? [Mon Jan 14 13:16:51 2002] [error] PHP Warning: Undefined index: webroot in /usr/local/apache/htdocs/horde/lib/Registry.php on line 109 [Mon Jan 14 13:16:51 2002] [error] PHP Warning: Undefined index: session_name in /usr/local/apache/htdocs/horde/lib/Registry.php on line 440 [Mon Jan 14 13:16:51 2002] [error] PHP Warning: Undefined index: fileroot in /usr/local/apache/htdocs/horde/lib/Registry.php on line 458 [Mon Jan 14 13:16:51 2002] [error] PHP Warning: Undefined index: debug_level in /usr/local/apache/htdocs/horde/lib/base.php on line 25 [Mon Jan 14 13:16:57 2002] [error] PHP Warning: Undefined index: horde in /usr/local/apache/htdocs/horde/config/registry.php on line 53 [Mon Jan 14 13:16:57 2002] [error] PHP Warning: Undefined index: horde in /usr/local/apache/htdocs/horde/lib/Registry.php on line 99 [Mon Jan 14 13:16:57 2002] [error] PHP Warning: Undefined index: fileroot in /usr/local/apache/htdocs/horde/lib/Registry.php on line 106 [Mon Jan 14 13:16:57 2002] [error] PHP Warning: Undefined index: webroot in /usr/local/apache/htdocs/horde/lib/Registry.php on line 109 [Mon Jan 14 13:16:57 2002] [error] PHP Warning: Undefined index: session_name in /usr/local/apache/htdocs/horde/lib/Registry.php on line 440 [Mon Jan 14 13:16:57 2002] [error] PHP Warning: Undefined index: debug_level in /usr/local/apache/htdocs/horde/imp/lib/base.php on line 46 -- Dana Mueller - dmueller@wack.com Windy Acres Creative Kingdom Seattle, Washington "i want you to understand that my malevolence is just a way to win.." From moorewr@eckerd.edu Mon Jan 14 20:17:56 2002 From: moorewr@eckerd.edu (Walter R. Moore) Date: Mon, 14 Jan 2002 15:17:56 -0500 Subject: [imp] IMP 3: How do we set global defaults for "Expand Names"?? References: <3C43019D.3070201@eckerd.edu> <1011026027.3c43086b1ac13@jan.dip.ammma.net> <3C430A95.7010206@eckerd.edu> <1011029902.3c43178e94d35@jan.dip.ammma.net> Message-ID: <3C433CF4.2080607@eckerd.edu> That did the trick. Thank you! Also, I want to confirm that Mozilla 0.9.7 and compose do not get along. Messed up my attempts to solve this problem to no end. Expand Names just blanks the to, cc, and bcc lines on my install of mozilla. Jan Schneider wrote: > Zitat von "Walter R. Moore" : > > >> > To provide default values for addressbook lookups add a tab separated >> >>list >> > of Turba source names to the value in config/prefs.php. >> >>Could you provide an example of this? >> > > In the search_sources hash: > > 'value' => "localsql\tverisign", > > You can also replace '\t' by a "real" tab. > > Jan. > > -- > :::::::::::::::::::::::::::::::::::::::: > 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 > :::::::::::::::::::::::::::::::::::::::::::::: > > -- +-----------------------------------------------------------------+ Walter R. Moore -- System Administrator, Eckerd College moorewr@eckerd.edu -- http://home.eckerd.edu/~moorewr "If the United Kingdom is to be overun, keep outside the ring. Go to South Africa, Australia, Canada. Keep going, and stay in touch with Auxiliary units in the UK. Remember, it took the Greeks only six hundred years to get free of the Turks." - Peter Wilkinson, chief of staff to Col. Gubbins, SOE, May, 1940. From jan@horde.org Mon Jan 14 20:49:02 2002 From: jan@horde.org (Jan Schneider) Date: Mon, 14 Jan 2002 21:49:02 +0100 Subject: [imp] IMP 3: How do we set global defaults for "Expand Names"?? In-Reply-To: <3C433CF4.2080607@eckerd.edu> References: <3C43019D.3070201@eckerd.edu> <1011026027.3c43086b1ac13@jan.dip.ammma.net> <3C430A95.7010206@eckerd.edu> <1011029902.3c43178e94d35@jan.dip.ammma.net> <3C433CF4.2080607@eckerd.edu> Message-ID: <1011041342.3c43443e22142@linux.wg.de> That's a known Mozilla bug. Zitat von "Walter R. Moore" : > That did the trick. Thank you! > > Also, I want to confirm that Mozilla 0.9.7 and compose do not get along. > > Messed up my attempts to solve this problem to no end. Expand Names just > > blanks the to, cc, and bcc lines on my install of mozilla. > > Jan Schneider wrote: > > > Zitat von "Walter R. Moore" : > > > > > >> > To provide default values for addressbook lookups add a tab > separated > >> > >>list > >> > of Turba source names to the value in config/prefs.php. > >> > >>Could you provide an example of this? > >> > > > > In the search_sources hash: > > > > 'value' => "localsql\tverisign", > > > > You can also replace '\t' by a "real" tab. > > > > Jan. > > > > -- > > :::::::::::::::::::::::::::::::::::::::: > > 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 > > :::::::::::::::::::::::::::::::::::::::::::::: > > > > > > > > -- > +-----------------------------------------------------------------+ > Walter R. Moore -- System Administrator, Eckerd College > moorewr@eckerd.edu -- http://home.eckerd.edu/~moorewr > > "If the United Kingdom is to be overun, keep outside the ring. Go to > South Africa, Australia, Canada. Keep going, and stay in touch with > Auxiliary units in the UK. Remember, it took the Greeks only six > hundred years to get free of the Turks." > - Peter Wilkinson, chief of staff to Col. Gubbins, SOE, May, 1940. > > > -- > 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 > > Jan. -- :::::::::::::::::::::::::::::::::::::::: 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 :::::::::::::::::::::::::::::::::::::::::::::: From lundeman@tbkol.dk Tue Jan 15 00:23:46 2002 From: lundeman@tbkol.dk (Rene Lund Jensen) Date: Tue, 15 Jan 2002 01:23:46 +0100 Subject: [imp] I've found more interesting errors RE: blank index.php References: <20020114131833.A81640@wack.com> Message-ID: <006101c19d5a$e5614860$551f10ac@lundeman> I have experinced a simular thing, when I had made changes to the conf.php file, and made some errors to the syntax. Try check the syntax of /horde/config/registry.php. Check for missing semmi colons in the end of the lines etc. René Jensen lundeman@tbkol.dk ----- Original Message ----- From: "Dana Mueller" To: Sent: Monday, January 14, 2002 8:18 PM Subject: [imp] I've found more interesting errors RE: blank index.php > > this was taken from apache/logs/error_log > > ideas? > > [Mon Jan 14 13:16:51 2002] [error] PHP Warning: Undefined index: webroot in /usr/local/apache/htdocs/horde/lib/Registry.php > > on line 109 > [Mon Jan 14 13:16:51 2002] [error] PHP Warning: Undefined index: session_name in /usr/local/apache/htdocs/horde/lib/Registry.php on line 440 > [Mon Jan 14 13:16:51 2002] [error] PHP Warning: Undefined index: fileroot in /usr/local/apache/htdocs/horde/lib/Registry.php on line 458 > [Mon Jan 14 13:16:51 2002] [error] PHP Warning: Undefined index: debug_level in /usr/local/apache/htdocs/horde/lib/base.php on line 25 > [Mon Jan 14 13:16:57 2002] [error] PHP Warning: Undefined index: horde in /usr/local/apache/htdocs/horde/config/registry.php on line 53 > [Mon Jan 14 13:16:57 2002] [error] PHP Warning: Undefined index: horde in /usr/local/apache/htdocs/horde/lib/Registry.php on line 99 > [Mon Jan 14 13:16:57 2002] [error] PHP Warning: Undefined index: fileroot in /usr/local/apache/htdocs/horde/lib/Registry.php on line 106 > [Mon Jan 14 13:16:57 2002] [error] PHP Warning: Undefined index: webroot in /usr/local/apache/htdocs/horde/lib/Registry.php on line 109 > [Mon Jan 14 13:16:57 2002] [error] PHP Warning: Undefined index: session_name in /usr/local/apache/htdocs/horde/lib/Registry.php on line 440 > [Mon Jan 14 13:16:57 2002] [error] PHP Warning: Undefined index: debug_level in /usr/local/apache/htdocs/horde/imp/lib/base.php on line 46 > -- > Dana Mueller - dmueller@wack.com > Windy Acres Creative Kingdom > Seattle, Washington > "i want you to understand that my malevolence is just a way to win.." > > -- > 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 lundeman@tbkol.dk Tue Jan 15 03:16:46 2002 From: lundeman@tbkol.dk (=?ISO-8859-1?B?UmVu6SBKZW5zZW4=?=) Date: Tue, 15 Jan 2002 04:16:46 +0100 Subject: Spellchecking of signature. Message-ID: <1011064606.3c439f1e9e6bb@horde.blichfeldt.tbkol.dk> Hi I've been looking at the spelling.php file, to figure out if I could stop IMP from trying to spell-check my signature. (it finds quite some errors in it, ie. it works fine) Ain't it possible to add a preference to disable spellchecking of the signature..?? When pressing the spell-check button I think it should be possible to check if the last "chunk" of text was equal to the signature, and if it was, cut it out of the copy which is to be checked for spelling errors... And if the signature is preceeded with "--" or whatever... don't spell-check them to. -- _\|/_ (@ @) ---oOOo-(_)-oOOo--- René Jensen lundeman@tbkol.dk From philip@turquoise.net Tue Jan 15 02:26:08 2002 From: philip@turquoise.net (Philip Clever) Date: Mon, 14 Jan 2002 16:26:08 -1000 Subject: Getting logged out Message-ID: <003e01c19d6b$fd9de710$17cf483f@skylen> Hello, Starting today, whenever we click on a message, or any link for that matter in the webmail interface, we get immediatley logged out to the login screen. Any ideas? Thanks, -Philip --- Outgoing mail is certified Virus Free. Checked by AVG anti-virus system (http://www.grisoft.com). Version: 6.0.313 / Virus Database: 174 - Release Date: 1/2/2002 From dmueller@wack.com Tue Jan 15 02:38:01 2002 From: dmueller@wack.com (Dana Mueller) Date: Mon, 14 Jan 2002 20:38:01 -0600 Subject: blank page.. Message-ID: <20020114203801.A83040@wack.com> alright, i've narrowed errors down to this.. ideas? [Mon Jan 14 20:37:05 2002] [error] PHP Warning: Undefined index: session_name in /usr/local/apache/htdocs/horde/lib/Registry.php on line 440 [Mon Jan 14 20:37:05 2002] [error] PHP Warning: Undefined index: debug_level in /usr/local/apache/htdocs/horde/imp/lib/base.php on line 46 -- Dana Mueller - dmueller@wack.com Windy Acres Creative Kingdom Seattle, Washington "i want you to understand that my malevolence is just a way to win.." From mike@graftonhall.co.nz Tue Jan 15 02:59:47 2002 From: mike@graftonhall.co.nz (Michael Cochrane) Date: Tue, 15 Jan 2002 02:59:47 +0000 Subject: [imp] blank page.. In-Reply-To: <20020114203801.A83040@wack.com> References: <20020114203801.A83040@wack.com> Message-ID: <1011063587.3c439b2339a33@webmail.graftonhall.co.nz> Check your horde/config/horde.php both of those should be defined in there. i suggest you replace the horde.php file with the distribution one and then start editing it again. Mike Quoting Dana Mueller : > alright, i've narrowed errors down to this.. > > ideas? > > [Mon Jan 14 20:37:05 2002] [error] PHP Warning: Undefined index: > session_name in /usr/local/apache/htdocs/horde/lib/Registry.php on line 440 > [Mon Jan 14 20:37:05 2002] [error] PHP Warning: Undefined index: > debug_level in /usr/local/apache/htdocs/horde/imp/lib/base.php on line 46 > > -- > Dana Mueller - dmueller@wack.com > Windy Acres Creative Kingdom > Seattle, Washington > "i want you to understand that my malevolence is just a way to win.." > > -- > 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 cmrahman@ccsi.com Tue Jan 15 06:46:45 2002 From: cmrahman@ccsi.com (C. M. Rahman (jr.)) Date: Tue, 15 Jan 2002 00:46:45 -0600 Subject: [imp] aspell or ispell? References: <00e801c19b5a$73b37ff0$0701a8c0@ARISTOTELES> <017e01c19b7e$4f4374d0$0701a8c0@ARISTOTELES> <043301c19bf9$ad139bf0$a5a1ecd8@ccsi.com> <022e01c19c1d$8a35a280$0701a8c0@ARISTOTELES> <00ba01c19c88$d5c5f450$a5a1ecd8@ccsi.com> <011e01c19c8b$c0a06990$0701a8c0@ARISTOTELES> <02e101c19cc7$616be350$a5a1ecd8@ccsi.com> <001601c19cda$6dabbe20$13c150c2@chester.ac.uk> <037701c19d19$23c2b270$a5a1ecd8@ccsi.com> <1011027306.3c430d6acf6b4@jan.dip.ammma.net> <03c901c19d1e$25fd6df0$a5a1ecd8@ccsi.com> <01d101c19d1f$049efd80$13c150c2@chester.ac.uk> Message-ID: <059c01c19d90$66cd3320$a5a1ecd8@ccsi.com> this is what I have done. I have compiled pspell and did make install I have compiled aspell and did make install Then I have put below in conf.php $conf['utils']['spellchecker'] = '/usr/local/bin/aspell'; but it is not working. It doesn't spell check. Any other clue? is there way to debug this from webmail ? Thanks &*&*&*&*&*&*&*&*&*&*&*&*&*&*&*&*&*&*&*&* C.M. Rahman Jr. CTO CCS Internet http://www.ccsi.com 13740 Research Blvd. suite o-4 Austin, TX 78750 Tel: 512-257-2274 ----- Original Message ----- From: "Henry Blackman" To: Sent: Monday, January 14, 2002 11:15 AM Subject: Re: [imp] aspell or ispell? > No, you don't need to compile aspell into PHP. At least, I didn't. You > just need to compile pspell first, then make install, then apsell (ispell), > and make install; and type the path in the conf.php file. > > Cheers, > Henry > > ----- Original Message ----- > From: "C. M. Rahman (jr.)" > To: > Sent: Monday, January 14, 2002 5:08 PM > Subject: Re: [imp] aspell or ispell? > > > > so I have to compile aspell support in php ? I don't think I have done > that. > > What do I need to do to add this in php ? what flag do I need to use for > > ./configure ? > > > > Thanks > > > > &*&*&*&*&*&*&*&*&*&*&*&*&*&*&*&*&*&*&*&* > > C.M. Rahman Jr. > > CTO > > CCS Internet > > http://www.ccsi.com > > 13740 Research Blvd. suite o-4 > > Austin, TX 78750 > > Tel: 512-257-2274 > > > > > > ----- Original Message ----- > > From: "Jan Schneider" > > To: > > Sent: Monday, January 14, 2002 10:55 AM > > Subject: Re: [imp] aspell or ispell? > > > > > > > Zitat von "C. M. Rahman (jr.)" : > > > > > > > No luck yet. I get "No spelling Error" even though I know I have > > > > spelling > > > > error. Also, is there anything I need to do in while installing php > for > > > > aspell ? > > > > > > Besides compiling aspell support into php? No. > > > > > > > Thanks > > > > &*&*&*&*&*&*&*&*&*&*&*&*&*&*&*&*&*&*&*&* > > > > C.M. Rahman Jr. > > > > CTO > > > > CCS Internet > > > > http://www.ccsi.com > > > > 13740 Research Blvd. suite o-4 > > > > Austin, TX 78750 > > > > Tel: 512-257-2274 > > > > > > > > > > > > ----- Original Message ----- > > > > From: "Henry Blackman" > > > > To: > > > > Sent: Monday, January 14, 2002 3:04 AM > > > > Subject: Re: [imp] aspell or ispell? > > > > > > > > > > > > > You are supposed to enter the path for the config... > > > > > > > > > > $conf['utils']['spellchecker'] = '/usr/local/bin/aspell'; > > > > > > > > > > Not "true". At least, doing that here worked ;-) > > > > > > > > > > Henry > > > > > > > > > > ----- Original Message ----- > > > > > From: "C. M. Rahman (jr.)" > > > > > To: > > > > > Sent: Monday, January 14, 2002 6:47 AM > > > > > Subject: [imp] aspell or ispell? > > > > > > > > > > > > > > > > I have installed aspell and under imp/config/conf.php I have > entered > > > > > 'true' > > > > > > for spelling check. Where do I define if it is aspell or ispell? > > > > > > > > > > > > Is there any other configuration file I am suppose to modify for > the > > > > > > spelling check? I tested it but it looks like the spell checking > is > > > > not > > > > > > checking for error. Any idea? > > > > > > > > > > > > Thanks > > > > > > > > > > > > &*&*&*&*&*&*&*&*&*&*&*&*&*&*&*&*&*&*&*&* > > > > > > C.M. Rahman Jr. > > > > > > CTO > > > > > > CCS Internet > > > > > > http://www.ccsi.com > > > > > > 13740 Research Blvd. suite o-4 > > > > > > Austin, TX 78750 > > > > > > Tel: 512-257-2274 > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > -- > > > > > > 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 > > > > > > > > > > > > > > > > > -- > > > > 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 > > > > > > > > > > > > > > > > > Jan. > > > > > > -- > > > :::::::::::::::::::::::::::::::::::::::: > > > 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 > > > :::::::::::::::::::::::::::::::::::::::::::::: > > > > > > -- > > > 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 > > > > > > > -- > 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 chuck@horde.org Tue Jan 15 07:20:18 2002 From: chuck@horde.org (Chuck Hagenbuch) Date: Tue, 15 Jan 2002 02:20:18 -0500 Subject: [imp] Spellchecking of signature. In-Reply-To: <1011064606.3c439f1e9e6bb@horde.blichfeldt.tbkol.dk> References: <1011064606.3c439f1e9e6bb@horde.blichfeldt.tbkol.dk> Message-ID: <20020115072018.GC30466@horde.org> Quoting Ren? Jensen : > I've been looking at the spelling.php file, to figure out if I could stop IMP > from trying to spell-check my signature. (it finds quite some errors in it, ie. > it works fine) > > Ain't it possible to add a preference to disable spellchecking of the > signature..?? > > When pressing the spell-check button I think it should be possible to check if > the last "chunk" of text was equal to the signature, and if it was, cut it out > of the copy which is to be checked for spelling errors... > And if the signature is preceeded with "--" or whatever... don't spell-check > them to. Patch? -chuck -- To understand recursion, one must first understand recursion. From chuck@horde.org Tue Jan 15 07:23:52 2002 From: chuck@horde.org (Chuck Hagenbuch) Date: Tue, 15 Jan 2002 02:23:52 -0500 Subject: [imp] IMPMP (IMP Multi Panel) . In-Reply-To: <3C3DB8F6.1090609@developer.ch> References: <3C3789DB.8050904@developer.ch> <017d01c199b2$de33f520$a5a1ecd8@ccsi.com> <3C3DB8F6.1090609@developer.ch> Message-ID: <20020115072352.GD30466@horde.org> Quoting Atif Ghaffar : > Its a separate app than IMP. If you want integration, then you have to > hack a bit to get it working. Excuse me? What exactly do you mean by this? -chuck -- "We have no fuel on board, plus or minus 8 kilograms." -A NASA scientist From chuck@horde.org Tue Jan 15 07:24:35 2002 From: chuck@horde.org (Chuck Hagenbuch) Date: Tue, 15 Jan 2002 02:24:35 -0500 Subject: [imp] IMPMP (IMP Multi Panel) . In-Reply-To: References: <3C39EEDB.4010708@developer.ch> Message-ID: <20020115072434.GE30466@horde.org> Quoting Mike Coughlan : > Maybe there are other HORDE project limitations that we are not aware of. No. -chuck -- To understand recursion, one must first understand recursion. From markh@wqeic.ac.uk Tue Jan 15 07:53:25 2002 From: markh@wqeic.ac.uk (Mark Herdman) Date: Tue, 15 Jan 2002 07:53:25 -0000 Subject: [imp] Getting logged out References: <003e01c19d6b$fd9de710$17cf483f@skylen> Message-ID: <000a01c19d99$b95691a0$018aa8c0@m40ws01> ---------------------- multipart/alternative attachment Have you tried cleaning out the database tables? ----- Original Message -----=20 From: Philip Clever=20 To: imp@lists.horde.org=20 Sent: Tuesday, January 15, 2002 2:26 AM Subject: [imp] Getting logged out Hello, Starting today, whenever we click on a message, or any link for that = matter in the webmail interface, we get immediatley logged out to the login = screen. Any ideas? Thanks, -Philip --- Outgoing mail is certified Virus Free. Checked by AVG anti-virus system (http://www.grisoft.com). Version: 6.0.313 / Virus Database: 174 - Release Date: 1/2/2002 --=20 IMP mailing list: http://horde.org/imp/ Archive: http://marc.theaimsgroup.com/?l=3Dimp&r=3D1&w=3D2 Frequently Asked Questions: http://horde.org/faq/ To unsubscribe, mail: imp-unsubscribe@lists.horde.org ---------------------- multipart/alternative attachment-- From philip@turquoise.net Tue Jan 15 08:15:42 2002 From: philip@turquoise.net (Philip Clever) Date: Mon, 14 Jan 2002 22:15:42 -1000 Subject: [imp] Getting logged out References: <003e01c19d6b$fd9de710$17cf483f@skylen> <000a01c19d99$b95691a0$018aa8c0@m40ws01> Message-ID: <009401c19d9c$d46348a0$53cf483f@NHUMAI> How do you mean? We ran isamchk but it didn't solve the problem. -Philip ----- Original Message ----- From: "Mark Herdman" To: Sent: Monday, January 14, 2002 9:53 PM Subject: Re: [imp] Getting logged out Have you tried cleaning out the database tables? ----- Original Message ----- From: Philip Clever To: imp@lists.horde.org Sent: Tuesday, January 15, 2002 2:26 AM Subject: [imp] Getting logged out Hello, Starting today, whenever we click on a message, or any link for that matter in the webmail interface, we get immediatley logged out to the login screen. Any ideas? Thanks, -Philip --- Outgoing mail is certified Virus Free. Checked by AVG anti-virus system (http://www.grisoft.com). Version: 6.0.313 / Virus Database: 174 - Release Date: 1/2/2002 -- 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 --- Outgoing mail is certified Virus Free. Checked by AVG anti-virus system (http://www.grisoft.com). Version: 6.0.314 / Virus Database: 175 - Release Date: 1/12/2002 From frohn@kip-radio.de Tue Jan 15 10:11:11 2002 From: frohn@kip-radio.de (Simon Frohn) Date: Tue, 15 Jan 2002 11:11:11 +0100 Subject: [imp] imp multipanel References: <00e801c19b5a$73b37ff0$0701a8c0@ARISTOTELES> <017e01c19b7e$4f4374d0$0701a8c0@ARISTOTELES> <043301c19bf9$ad139bf0$a5a1ecd8@ccsi.com> <022e01c19c1d$8a35a280$0701a8c0@ARISTOTELES> <00ba01c19c88$d5c5f450$a5a1ecd8@ccsi.com> <011e01c19c8b$c0a06990$0 <02dd01c19cc5$a7fb01e0$a5a1ecd8@ccsi.com> Message-ID: <035e01c19dac$fdf0b170$0701a8c0@ARISTOTELES> Hi, > I have used your modified frames.php, this time it didn't break it but I > don't see any "Last Login" info on the window. where is it suppose to be? > do i need to turn it on in some file? When you are logged in, you can goto: Options/Login-Tasks you can also edit prefs.php. -Simon From jan@horde.org Tue Jan 15 10:01:24 2002 From: jan@horde.org (Jan Schneider) Date: Tue, 15 Jan 2002 11:01:24 +0100 Subject: [imp] Getting logged out In-Reply-To: <003e01c19d6b$fd9de710$17cf483f@skylen> References: <003e01c19d6b$fd9de710$17cf483f@skylen> Message-ID: <1011088884.3c43fdf496f51@jan.dip.ammma.net> Zitat von Philip Clever : > Hello, > > Starting today, whenever we click on a message, or any link for that > matter > in the webmail interface, we get immediatley logged out to the login > screen. > Any ideas? Your sessions are broken. You can test this with test.php(3) The session counter should increment. Jan. -- :::::::::::::::::::::::::::::::::::::::: 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 :::::::::::::::::::::::::::::::::::::::::::::: From dtartari@portoriogrande.com.br Tue Jan 15 10:24:19 2002 From: dtartari@portoriogrande.com.br (Darci Tartari) Date: Tue, 15 Jan 2002 08:24:19 -0200 Subject: [imp] Help - Can not login IMP References: <3C3F09E1.5090403@portoriogrande.com.br> <1010765275.3c3f0ddba8e24@jan.dip.ammma.net> Message-ID: <3C440353.6050709@portoriogrande.com.br> In my httpd-error.log I can see this information bellow [Mon Jan 14 14:36:28 2002] [alert] mod_unique_id: unable to gethostbyname("suprg-20.suprg") It seems that my workstation can NOT solve the name of the mail server. In fact when I change that name by the IP number then I access the pages on the mail server, but when it gives me back another page I can see in URL the name of my mail server again. Then I change by the IP number and it works till it happens again. I can not ping the temporary name of my mail server, only the IP number. Is it possible to solve this situation without a change in my DNS server ? Thanks a lot ! Darci Tartari Jan Schneider wrote: >Zitat von Darci Tartari : > >>I am running Horde 2.1-cvs, IMP 3.1-cvs and Turba 1.1-cvs, PHP-4.1.1 >>with FTP, Gettext, IMAP, MCAL, Mcrypt, MySQL, PostgreSQL, XML support >>modules, apache 1.3.22 +mod_ssl 2.8.5 in FreeBSD 4.4 box. When I run >>test.php everything is showed as working good. phpinfo also gives me >>information that everything is OK. >> >>The Problem: >>After I login at horde page using my local imap server to authenticate >> >>(a cyrus imap), I try to connect to imp or turba and it gives me the >>Internet Explorer page saying that page can not be showed . I don't know >> >>what is happening.... The cyrus is working good. So I can connect to >>horde interface but I can not access the other modules of horde. >> >>When I configure Horde to only IMP authenticate as explained at >>/horde/config/registry.php than I can see only that IE page and the >>horde frame. >> >>I install horde at http://my.domain.com.br/horde and imp and turba >>inside de horde dir as recommended. I think I am forgetting some >>detail... >> > >Does your log files show any relevant information? > >Jan. > >-- >:::::::::::::::::::::::::::::::::::::::: >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 >:::::::::::::::::::::::::::::::::::::::::::::: > From joe@nethead.com Tue Jan 15 10:34:34 2002 From: joe@nethead.com (Joe Hamelin) Date: Tue, 15 Jan 2002 02:34:34 -0800 (PST) Subject: [imp] Help - Can not login IMP In-Reply-To: <3C440353.6050709@portoriogrande.com.br> Message-ID: Here's a kluge fix for your problem: If your workstation is a unix type box, add the mail server in /etc/hosts. If you're on a windows box, look for a file called HOSTS (with maybe an .TXT or something). The real solution would be to check your /etc/resolv.conf file to make sure that you are using a valid name server. If you are, contact your DNS people and get them to add the entry to the nameserver. I hope this helps, Joe -- ----------------------------------------------------------------- | Joe Hamelin Edmonds, Washington, US | ----------------------------------------------------------------- On Tue, 15 Jan 2002, Darci Tartari wrote: :In my httpd-error.log I can see this information bellow :[Mon Jan 14 14:36:28 2002] [alert] mod_unique_id: unable to :gethostbyname("suprg-20.suprg") : :It seems that my workstation can NOT solve the name of the mail server. :In fact when I change that name by the IP number then I access the pages :on the mail server, but when it gives me back another page I can see in :URL the name of my mail server again. Then I change by the IP number and :it works till it happens again. : : I can not ping the temporary name of my mail server, only the IP :number. Is it possible to solve this situation without a change in my :DNS server ? : :Thanks a lot ! : :Darci Tartari : : :Jan Schneider wrote: : :>Zitat von Darci Tartari : :> :>>I am running Horde 2.1-cvs, IMP 3.1-cvs and Turba 1.1-cvs, PHP-4.1.1 :>>with FTP, Gettext, IMAP, MCAL, Mcrypt, MySQL, PostgreSQL, XML support :>>modules, apache 1.3.22 +mod_ssl 2.8.5 in FreeBSD 4.4 box. When I run :>>test.php everything is showed as working good. phpinfo also gives me :>>information that everything is OK. :>> :>>The Problem: :>>After I login at horde page using my local imap server to authenticate :>> :>>(a cyrus imap), I try to connect to imp or turba and it gives me the :>>Internet Explorer page saying that page can not be showed . I don't know :>> :>>what is happening.... The cyrus is working good. So I can connect to :>>horde interface but I can not access the other modules of horde. :>> :>>When I configure Horde to only IMP authenticate as explained at :>>/horde/config/registry.php than I can see only that IE page and the :>>horde frame. :>> :>>I install horde at http://my.domain.com.br/horde and imp and turba :>>inside de horde dir as recommended. I think I am forgetting some :>>detail... :>> :> :>Does your log files show any relevant information? :> :>Jan. :> :>-- :>:::::::::::::::::::::::::::::::::::::::: :>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 :>:::::::::::::::::::::::::::::::::::::::::::::: :> : : : : From jan@horde.org Tue Jan 15 09:56:00 2002 From: jan@horde.org (Jan Schneider) Date: Tue, 15 Jan 2002 10:56:00 +0100 Subject: [imp] aspell or ispell? In-Reply-To: <059c01c19d90$66cd3320$a5a1ecd8@ccsi.com> References: <00e801c19b5a$73b37ff0$0701a8c0@ARISTOTELES> <017e01c19b7e$4f4374d0$0701a8c0@ARISTOTELES> <043301c19bf9$ad139bf0$a5a1ecd8@ccsi.com> <022e01c19c1d$8a35a280$0701a8c0@ARISTOTELES> <00ba01c19c88$d5c5f450$a5a1ecd8@ccsi.com> <011e01c19c8b$c0a06990$0701a8c0@ARISTOTELES> <02e101c19cc7$616be350$a5a1ecd8@ccsi.com> <001601c19cda$6dabbe20$13c150c2@chester.ac.uk> <037701c19d19$23c2b270$a5a1ecd8@ccsi.com> <1011027306.3c430d6acf6b4@jan.dip.ammma.net> <03c901c19d1e$25fd6df0$a5a1ecd8@ccsi.com> <01d101c19d1f$049efd80$13c150c2@chester.ac.uk> <059c01c19d90$66cd3320$a5a1ecd8@ccsi.com> Message-ID: <1011088560.3c43fcb06891d@jan.dip.ammma.net> Just to be sure: What language did you select? Zitat von "C. M. Rahman (jr.)" : > this is what I have done. > > I have compiled pspell and did make install > I have compiled aspell and did make install > Then I have put below in conf.php > > $conf['utils']['spellchecker'] = '/usr/local/bin/aspell'; > > > but it is not working. It doesn't spell check. Any other clue? is there > way > to debug this from webmail ? > > Thanks > > &*&*&*&*&*&*&*&*&*&*&*&*&*&*&*&*&*&*&*&* > C.M. Rahman Jr. > CTO > CCS Internet > http://www.ccsi.com > 13740 Research Blvd. suite o-4 > Austin, TX 78750 > Tel: 512-257-2274 > > > ----- Original Message ----- > From: "Henry Blackman" > To: > Sent: Monday, January 14, 2002 11:15 AM > Subject: Re: [imp] aspell or ispell? > > > > No, you don't need to compile aspell into PHP. At least, I didn't. > You > > just need to compile pspell first, then make install, then apsell > (ispell), > > and make install; and type the path in the conf.php file. > > > > Cheers, > > Henry > > > > ----- Original Message ----- > > From: "C. M. Rahman (jr.)" > > To: > > Sent: Monday, January 14, 2002 5:08 PM > > Subject: Re: [imp] aspell or ispell? > > > > > > > so I have to compile aspell support in php ? I don't think I have > done > > that. > > > What do I need to do to add this in php ? what flag do I need to use > for > > > ./configure ? > > > > > > Thanks > > > > > > &*&*&*&*&*&*&*&*&*&*&*&*&*&*&*&*&*&*&*&* > > > C.M. Rahman Jr. > > > CTO > > > CCS Internet > > > http://www.ccsi.com > > > 13740 Research Blvd. suite o-4 > > > Austin, TX 78750 > > > Tel: 512-257-2274 > > > > > > > > > ----- Original Message ----- > > > From: "Jan Schneider" > > > To: > > > Sent: Monday, January 14, 2002 10:55 AM > > > Subject: Re: [imp] aspell or ispell? > > > > > > > > > > Zitat von "C. M. Rahman (jr.)" : > > > > > > > > > No luck yet. I get "No spelling Error" even though I know I have > > > > > spelling > > > > > error. Also, is there anything I need to do in while installing > php > > for > > > > > aspell ? > > > > > > > > Besides compiling aspell support into php? No. > > > > > > > > > Thanks > > > > > &*&*&*&*&*&*&*&*&*&*&*&*&*&*&*&*&*&*&*&* > > > > > C.M. Rahman Jr. > > > > > CTO > > > > > CCS Internet > > > > > http://www.ccsi.com > > > > > 13740 Research Blvd. suite o-4 > > > > > Austin, TX 78750 > > > > > Tel: 512-257-2274 > > > > > > > > > > > > > > > ----- Original Message ----- > > > > > From: "Henry Blackman" > > > > > To: > > > > > Sent: Monday, January 14, 2002 3:04 AM > > > > > Subject: Re: [imp] aspell or ispell? > > > > > > > > > > > > > > > > You are supposed to enter the path for the config... > > > > > > > > > > > > $conf['utils']['spellchecker'] = '/usr/local/bin/aspell'; > > > > > > > > > > > > Not "true". At least, doing that here worked ;-) > > > > > > > > > > > > Henry > > > > > > > > > > > > ----- Original Message ----- > > > > > > From: "C. M. Rahman (jr.)" > > > > > > To: > > > > > > Sent: Monday, January 14, 2002 6:47 AM > > > > > > Subject: [imp] aspell or ispell? > > > > > > > > > > > > > > > > > > > I have installed aspell and under imp/config/conf.php I have > > entered > > > > > > 'true' > > > > > > > for spelling check. Where do I define if it is aspell or > ispell? > > > > > > > > > > > > > > Is there any other configuration file I am suppose to modify > for > > the > > > > > > > spelling check? I tested it but it looks like the spell > checking > > is > > > > > not > > > > > > > checking for error. Any idea? > > > > > > > > > > > > > > Thanks > > > > > > > > > > > > > > &*&*&*&*&*&*&*&*&*&*&*&*&*&*&*&*&*&*&*&* > > > > > > > C.M. Rahman Jr. > > > > > > > CTO > > > > > > > CCS Internet > > > > > > > http://www.ccsi.com > > > > > > > 13740 Research Blvd. suite o-4 > > > > > > > Austin, TX 78750 > > > > > > > Tel: 512-257-2274 > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > -- > > > > > > > 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 > > > > > > > > > > > > > > > > > > > > > -- > > > > > 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 > > > > > > > > > > > > > > > > > > > > > > Jan. > > > > > > > > -- > > > > :::::::::::::::::::::::::::::::::::::::: > > > > 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 > > > > :::::::::::::::::::::::::::::::::::::::::::::: > > > > > > > > -- > > > > 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 > > > > > > > > > > > > -- > > 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 > > Jan. -- :::::::::::::::::::::::::::::::::::::::: 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 :::::::::::::::::::::::::::::::::::::::::::::: From lundeman@tbkol.dk Tue Jan 15 10:38:15 2002 From: lundeman@tbkol.dk (Rene Lund Jensen) Date: Tue, 15 Jan 2002 11:38:15 +0100 Subject: [imp] aspell or ispell? References: <00e801c19b5a$73b37ff0$0701a8c0@ARISTOTELES> <017e01c19b7e$4f4374d0$0701a8c0@ARISTOTELES> <043301c19bf9$ad139bf0$a5a1ecd8@ccsi.com> <022e01c19c1d$8a35a280$0701a8c0@ARISTOTELES> <00ba01c19c88$d5c5f450$a5a1ecd8@ccsi.com> <011e01c19c8b$c0a06990$0701a8c0@ARISTOTELES> <02e101c19cc7$616be350$a5a1ecd8@ccsi.com> <001601c19cda$6dabbe20$13c150c2@chester.ac.uk> <037701c19d19$23c2b270$a5a1ecd8@ccsi.com> <1011027306.3c430d6acf6b4@jan.dip.ammma.net> <03c901c19d1e$25fd6df0$a5a1ecd8@ccsi.com> <01d101c19d1f$049efd80$13c150c2@chester.ac.uk> <059c01c19d90$66cd3320$a5a1ecd8@ccsi.com> Message-ID: <000a01c19db0$bd508420$551f10ac@lundeman> ----- Original Message ----- From: "C. M. Rahman (jr.)" To: Sent: Tuesday, January 15, 2002 7:46 AM Subject: Re: [imp] aspell or ispell? > this is what I have done. > > I have compiled pspell and did make install > I have compiled aspell and did make install > Then I have put below in conf.php > > $conf['utils']['spellchecker'] = '/usr/local/bin/aspell'; I have aspell in /usr/bin/aspell, (I have also just done configure, make, make install). It works. Are you sure, that you have the right path for aspell ?? René Jensen From aghaffar@developer.ch Tue Jan 15 10:48:11 2002 From: aghaffar@developer.ch (Atif Ghaffar) Date: Tue, 15 Jan 2002 11:48:11 +0100 Subject: [imp] IMPMP (IMP Multi Panel) . References: <3C3789DB.8050904@developer.ch> <017d01c199b2$de33f520$a5a1ecd8@ccsi.com> <3C3DB8F6.1090609@developer.ch> <20020115072352.GD30466@horde.org> Message-ID: <3C4408EB.20304@developer.ch> Chuck Hagenbuch wrote: > Quoting Atif Ghaffar : >=20 >=20 >>Its a separate app than IMP. If you want integration, then you have to = >>hack a bit to get it working. >> >=20 > Excuse me? What exactly do you mean by this? Turba is a separate app than IMP. The patch I provided was for IMP and not for Turba. --=20 Atif Ghaffar ---------------------------. +41 78 845 31 64 =A6 mobile +41 21 351 53 62 =A6 fax http://atifghaffar.com =A6 www From lhecking@nmrc.ucc.ie Tue Jan 15 10:56:55 2002 From: lhecking@nmrc.ucc.ie (Lars Hecking) Date: Tue, 15 Jan 2002 10:56:55 +0000 Subject: [imp] aspell or ispell? In-Reply-To: <1011088560.3c43fcb06891d@jan.dip.ammma.net> References: <00ba01c19c88$d5c5f450$a5a1ecd8@ccsi.com> <011e01c19c8b$c0a06990$0701a8c0@ARISTOTELES> <02e101c19cc7$616be350$a5a1ecd8@ccsi.com> <001601c19cda$6dabbe20$13c150c2@chester.ac.uk> <037701c19d19$23c2b270$a5a1ecd8@ccsi.com> <1011027306.3c430d6acf6b4@jan.dip.ammma.net> <03c901c19d1e$25fd6df0$a5a1ecd8@ccsi.com> <01d101c19d1f$049efd80$13c150c2@chester.ac.uk> <059c01c19d90$66cd3320$a5a1ecd8@ccsi.com> <1011088560.3c43fcb06891d@jan.dip.ammma.net> Message-ID: <20020115105655.GB2501@nmrc.ie> Jan Schneider writes: > Just to be sure: What language did you select? > > Zitat von "C. M. Rahman (jr.)" : [...] For f*ck's sake, does nobody on this list trim replies anymore?? This message contained: 8 copies of the list footer, 6 personal signatures, about a hundred lines of deeply nested quotes, and one line of top-posted reply. Is that necessary? From markh@wqeic.ac.uk Tue Jan 15 11:35:13 2002 From: markh@wqeic.ac.uk (Mark Herdman) Date: Tue, 15 Jan 2002 11:35:13 -0000 Subject: [imp] Getting logged out References: <003e01c19d6b$fd9de710$17cf483f@skylen> <000a01c19d99$b95691a0$018aa8c0@m40ws01> <009401c19d9c$d46348a0$53cf483f@NHUMAI> Message-ID: <003f01c19db8$b5988720$018aa8c0@m40ws01> ---------------------- multipart/alternative attachment I had a similar problem to yourself and this sorted it out- #!/bin/bash mysql -u hordemgr --password=3Dwhateveryourpasswordis <<-EOF use horde; delete from active_sessions; EOF ----- Original Message -----=20 From: Philip Clever=20 To: imp@lists.horde.org=20 Sent: Tuesday, January 15, 2002 8:15 AM Subject: Re: [imp] Getting logged out How do you mean? We ran isamchk but it didn't solve the problem. -Philip ----- Original Message ----- From: "Mark Herdman" To: Sent: Monday, January 14, 2002 9:53 PM Subject: Re: [imp] Getting logged out Have you tried cleaning out the database tables? ----- Original Message ----- From: Philip Clever To: imp@lists.horde.org Sent: Tuesday, January 15, 2002 2:26 AM Subject: [imp] Getting logged out Hello, Starting today, whenever we click on a message, or any link for that matter in the webmail interface, we get immediatley logged out to the login screen. Any ideas? Thanks, -Philip --- Outgoing mail is certified Virus Free. Checked by AVG anti-virus system (http://www.grisoft.com). Version: 6.0.313 / Virus Database: 174 - Release Date: 1/2/2002 -- IMP mailing list: http://horde.org/imp/ Archive: http://marc.theaimsgroup.com/?l=3Dimp&r=3D1&w=3D2 Frequently Asked Questions: http://horde.org/faq/ To unsubscribe, mail: imp-unsubscribe@lists.horde.org --- Outgoing mail is certified Virus Free. Checked by AVG anti-virus system (http://www.grisoft.com). Version: 6.0.314 / Virus Database: 175 - Release Date: 1/12/2002 --=20 IMP mailing list: http://horde.org/imp/ Archive: http://marc.theaimsgroup.com/?l=3Dimp&r=3D1&w=3D2 Frequently Asked Questions: http://horde.org/faq/ To unsubscribe, mail: imp-unsubscribe@lists.horde.org ---------------------- multipart/alternative attachment-- From mahlon@martini.nu Tue Jan 15 11:40:22 2002 From: mahlon@martini.nu (Mahlon) Date: Tue, 15 Jan 2002 03:40:22 -0800 Subject: [imp] Strange IMP/Vmailmgr behavior In-Reply-To: <5.1.0.14.2.20020111151324.00aa4ae8@192.168.2.1> Message-ID: <5.1.0.14.2.20020115031631.00a9bb60@192.168.2.1> At 03:19 PM 1/11/2002 -0800, you wrote: >Just cvs'ed the horde 2 framework and imp 3.0. >Grabbed the newest pear libs, and went to town. > >Using qmail+courier+vmailmgr. > >Everything works *perfectly* with imp - until vmailmgr gets in the mix. > >General testing shows: > >o IMAP from a normal MUA (mutt, eudora) works as expected with vmailmgr. > >o IMP works fine to normal system users via IMAP when vmailmgr is off. > >When logging into a vmailmgr acct with IMP, I am successfully authed, and >IMP reports new messages - but is unable to display any. For example, when >logging into a mailbox that has 29 messages, IMP reports in the upper >right "Page 2 of 2 - 21 to 29 of 29 messages" - yet it shows no message >list where you'd normally expect to see it. >(checkboxes, from, subjects, etc) >I'd be happy to attach a screenshot if the above description doesn't make >sense, I'm not sure how to describe it past that. > >I change courier's auth to standard, and login to a standard system >account, and all is beautiful. > >Tried leaving out the folder prefix, setting it to 'INBOX.', 'INBOX', etc. >All results are the same. (I'd assume that the folder prefix is irrelivant, >since IMP reports the number of new messages found correctly.) > >Anyone seen this behavior before? What's the trick? Just adding this to the archive at MARC, since no one had an answer, and I couldn't find anything pertaining to this on MARC already. After a good day of head pounding, I found the problem not to be with IMP/Horde itself, but with a courier-imap setting. The 'trick' is to leave IMAP_DISABLETHREADSORT to enabled (1) in the imap settings file. Apparently, IMP relies on the server to do the sorting - something I didn't grok until after the fact. :) I still don't understand why I am only seeing this behavior in use with vmailmgr, but at this point, I'm just happy it's all fired up and running nicely. Mahlon E. Smith http://www.martini.nu/ From dtartari@portoriogrande.com.br Tue Jan 15 12:19:55 2002 From: dtartari@portoriogrande.com.br (Darci Tartari) Date: Tue, 15 Jan 2002 10:19:55 -0200 Subject: [imp] Help - Can not login IMP References: Message-ID: <3C441E6B.50300@portoriogrande.com.br> Yes, the problem was at my DNS. I finally convince DNS people to include my new mail server in the DNS list ( a temporary name) to make some tests and it WORKED ! Now I am going to verify the other functions of IMP.... As I could see in mailing list, there is a lot of people with similar problem. I will try to help them as I was helped by you ! Thanks a lot again ! Darci Tartari Joe Hamelin wrote: >Here's a kluge fix for your problem: > >If your workstation is a unix type box, add the mail server in >/etc/hosts. If you're on a windows box, look for a file called HOSTS >(with maybe an .TXT or something). > >The real solution would be to check your /etc/resolv.conf file to make >sure that you are using a valid name server. If you are, contact your >DNS people and get them to add the entry to the nameserver. > >I hope this helps, > >Joe > From sam@samrowe.com Tue Jan 15 12:50:18 2002 From: sam@samrowe.com (Sam Rowe) Date: Tue, 15 Jan 2002 07:50:18 -0500 Subject: [imp] Can't Log in to IMP 3.0 on debian In-Reply-To: <20020111221131.GM3498@samrowe.com> References: <20020111221131.GM3498@samrowe.com> Message-ID: <20020115125018.GE3498@samrowe.com> On Fri, Jan 11, 2002 at 05:11:31PM -0500, Sam Rowe wrote: # Hi, # Fresh install of IMP3.0 and HORDE2.0 on Debian/testing. # # test.php works great, but complains about the lack of mcrypt support in # debian's PHP. I read that this will not break Horde/IMP, so I continued. # If I type # https://www.my.org/horde/imp/ # ^ # in my browser I get redirected to # http://www.my.org/horde/imp/login.php?=b46de6118c70a840fe541f95fb593b3b&=c59172fed2521e299f1bba5ca93b0a59 # Note no 's' in the service/proocol name. This is even with # $conf['use_ssl'] = 1; # # Second problem: # When I try to log in, I'm given "Your Mail session has expired. Please # login again." I checked the mail list archives and found that in most # cases this was a typo in the config file for horde. I've been up and # down that file, using the .dist one to make as few changes as possible # and I can't find any errors. # # I'm using mysql for the prefs backend, but even when I set prefs to # 'none' I have the same problem. # # Should redirect.php be adding all that session info to login.php before # an attempt has been made to login? # # It also appears that 3 session cookies are generated whenever login.php # is loaded. Is that the way it should be? # # Is my problem most likely a horde problem or an IMP problem? # # BTW, my IMAP server shows a successful login each time an attempt is # made. # # What can I do to help debug this? I've got logging turned on and set to # E_ALL but /tmp/horde.log is never created and if I create it, it stays # at 0 bytes. # # Thanks for any help, # Sam Can anyone see this? Why is no one even attempting to help me? -Sam From jan@horde.org Tue Jan 15 12:58:51 2002 From: jan@horde.org (Jan Schneider) Date: Tue, 15 Jan 2002 13:58:51 +0100 Subject: [imp] Can't Log in to IMP 3.0 on debian In-Reply-To: <20020115125018.GE3498@samrowe.com> References: <20020111221131.GM3498@samrowe.com> <20020115125018.GE3498@samrowe.com> Message-ID: <1011099531.3c44278b1a721@jan.dip.ammma.net> Zitat von Sam Rowe : > On Fri, Jan 11, 2002 at 05:11:31PM -0500, Sam Rowe wrote: > # Hi, > # Fresh install of IMP3.0 and HORDE2.0 on Debian/testing. > # > # test.php works great, but complains about the lack of mcrypt support > in > # debian's PHP. I read that this will not break Horde/IMP, so I > continued. > # If I type > # https://www.my.org/horde/imp/ > # ^ > # in my browser I get redirected to > # > http://www.my.org/horde/imp/login.php? =b46de6118c70a840fe541f95fb593b3b&=c59172fed2521e299f1bba5ca93b0a59 > # Note no 's' in the service/proocol name. This is even with > # $conf['use_ssl'] = 1; > # > # Second problem: > # When I try to log in, I'm given "Your Mail session has expired. Please > # login again." I checked the mail list archives and found that in most > # cases this was a typo in the config file for horde. I've been up and > # down that file, using the .dist one to make as few changes as possible > # and I can't find any errors. > # > # I'm using mysql for the prefs backend, but even when I set prefs to > # 'none' I have the same problem. > # > # Should redirect.php be adding all that session info to login.php > before > # an attempt has been made to login? > # > # It also appears that 3 session cookies are generated whenever > login.php > # is loaded. Is that the way it should be? > # > # Is my problem most likely a horde problem or an IMP problem? > # > # BTW, my IMAP server shows a successful login each time an attempt is > # made. > # > # What can I do to help debug this? I've got logging turned on and set > to > # E_ALL but /tmp/horde.log is never created and if I create it, it stays > # at 0 bytes. > # > # Thanks for any help, > # Sam > > Can anyone see this? > > Why is no one even attempting to help me? Probably because noone knows the answer. There are not so many people who really have in-depth knowledge about what happens behind the curtains of ssl. Nor am I. Jan. -- :::::::::::::::::::::::::::::::::::::::: 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 :::::::::::::::::::::::::::::::::::::::::::::: From imp@sitemajic.net Tue Jan 15 13:53:21 2002 From: imp@sitemajic.net (Chris Jesseman) Date: Tue, 15 Jan 2002 07:53:21 -0600 Subject: [imp] aspell or ispell? In-Reply-To: <1011088560.3c43fcb06891d@jan.dip.ammma.net> References: <00e801c19b5a$73b37ff0$0701a8c0@ARISTOTELES> <017e01c19b7e$4f4374d0$0701a8c0@ARISTOTELES> <043301c19bf9$ad139bf0$a5a1ecd8@ccsi.com> <022e01c19c1d$8a35a280$0701a8c0@ARISTOTELES> <00ba01c19c88$d5c5f450$a5a1ecd8@ccsi.com> <011e01c19c8b$c0a06990$0701a8c0@ARISTOTELES> <02e101c19cc7$616be350$a5a1ecd8@ccsi.com> <001601c19cda$6dabbe20$13c150c2@chester.ac.uk> <037701c19d19$23c2b270$a5a1ecd8@ccsi.com> <1011027306.3c430d6acf6b4@jan.dip.ammma.net> <03c901c19d1e$25fd6df0$a5a1ecd8@ccsi.com> <01d101c19d1f$049efd80$13c150c2@chester.ac.uk> <059c01c19d90$66cd3320$a5a1ecd8@ccsi.com> <1011088560.3c43fcb06891d@jan.dip.ammma.net> Message-ID: <1011102801.3c443451c4be2@webmail.sitemajic.net> I get similar results (No spelling Error) on the horde.org/demo/ site. I just installed p&aspell (@(#) International Ispell Version 3.1.20 (but really Aspell .33.7.1 alpha)) on my system and get the same results from IMP cvs ~Jan 14, 2002. I can run aspell fine from the command line with or without my locale (-d english). I don't think exec (spelling.php line 226) is returning the aspell results to IMP. I'm not sure what to do next though. -- Chris Jesseman http://www.sitemajic.net Quoting Jan Schneider : > Just to be sure: What language did you select? > > Zitat von "C. M. Rahman (jr.)" : > > > this is what I have done. > > > > I have compiled pspell and did make install > > I have compiled aspell and did make install > > Then I have put below in conf.php > > > > $conf['utils']['spellchecker'] = '/usr/local/bin/aspell'; > > > > > > but it is not working. It doesn't spell check. Any other clue? is there > > way > > to debug this from webmail ? > > > > Thanks > > > > &*&*&*&*&*&*&*&*&*&*&*&*&*&*&*&*&*&*&*&* > > C.M. Rahman Jr. > > CTO > > CCS Internet > > http://www.ccsi.com > > 13740 Research Blvd. suite o-4 > > Austin, TX 78750 > > Tel: 512-257-2274 > > > > > > ----- Original Message ----- > > From: "Henry Blackman" > > To: > > Sent: Monday, January 14, 2002 11:15 AM > > Subject: Re: [imp] aspell or ispell? > > > > > > > No, you don't need to compile aspell into PHP. At least, I didn't. > > You > > > just need to compile pspell first, then make install, then apsell > > (ispell), > > > and make install; and type the path in the conf.php file. > > > > > > Cheers, > > > Henry > > > > > > ----- Original Message ----- > > > From: "C. M. Rahman (jr.)" > > > To: > > > Sent: Monday, January 14, 2002 5:08 PM > > > Subject: Re: [imp] aspell or ispell? > > > > > > > > > > so I have to compile aspell support in php ? I don't think I have > > done > > > that. > > > > What do I need to do to add this in php ? what flag do I need to use > > for > > > > ./configure ? > > > > > > > > Thanks > > > > > > > > &*&*&*&*&*&*&*&*&*&*&*&*&*&*&*&*&*&*&*&* > > > > C.M. Rahman Jr. > > > > CTO > > > > CCS Internet > > > > http://www.ccsi.com > > > > 13740 Research Blvd. suite o-4 > > > > Austin, TX 78750 > > > > Tel: 512-257-2274 > > > > > > > > > > > > ----- Original Message ----- > > > > From: "Jan Schneider" > > > > To: > > > > Sent: Monday, January 14, 2002 10:55 AM > > > > Subject: Re: [imp] aspell or ispell? > > > > > > > > > > > > > Zitat von "C. M. Rahman (jr.)" : > > > > > > > > > > > No luck yet. I get "No spelling Error" even though I know I have > > > > > > spelling > > > > > > error. Also, is there anything I need to do in while installing > > php > > > for > > > > > > aspell ? > > > > > > > > > > Besides compiling aspell support into php? No. > > > > > > > > > > > Thanks > > > > > > &*&*&*&*&*&*&*&*&*&*&*&*&*&*&*&*&*&*&*&* > > > > > > C.M. Rahman Jr. > > > > > > CTO > > > > > > CCS Internet > > > > > > http://www.ccsi.com > > > > > > 13740 Research Blvd. suite o-4 > > > > > > Austin, TX 78750 > > > > > > Tel: 512-257-2274 > > > > > > > > > > > > > > > > > > ----- Original Message ----- > > > > > > From: "Henry Blackman" > > > > > > To: > > > > > > Sent: Monday, January 14, 2002 3:04 AM > > > > > > Subject: Re: [imp] aspell or ispell? > > > > > > > > > > > > > > > > > > > You are supposed to enter the path for the config... > > > > > > > > > > > > > > $conf['utils']['spellchecker'] = '/usr/local/bin/aspell'; > > > > > > > > > > > > > > Not "true". At least, doing that here worked ;-) > > > > > > > > > > > > > > Henry > > > > > > > > > > > > > > ----- Original Message ----- > > > > > > > From: "C. M. Rahman (jr.)" > > > > > > > To: > > > > > > > Sent: Monday, January 14, 2002 6:47 AM > > > > > > > Subject: [imp] aspell or ispell? > > > > > > > > > > > > > > > > > > > > > > I have installed aspell and under imp/config/conf.php I have > > > entered > > > > > > > 'true' > > > > > > > > for spelling check. Where do I define if it is aspell or > > ispell? > > > > > > > > > > > > > > > > Is there any other configuration file I am suppose to modify > > for > > > the > > > > > > > > spelling check? I tested it but it looks like the spell > > checking > > > is > > > > > > not > > > > > > > > checking for error. Any idea? > > > > > > > > > > > > > > > > Thanks > > > > > > > > > > > > > > > > &*&*&*&*&*&*&*&*&*&*&*&*&*&*&*&*&*&*&*&* > > > > > > > > C.M. Rahman Jr. > > > > > > > > CTO > > > > > > > > CCS Internet > > > > > > > > http://www.ccsi.com > > > > > > > > 13740 Research Blvd. suite o-4 > > > > > > > > Austin, TX 78750 > > > > > > > > Tel: 512-257-2274 > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > -- > > > > > > > > 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 > > > > > > > > > > > > > > > > > > > > > > > > > -- > > > > > > 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 > > > > > > > > > > > > > > > > > > > > > > > > > > > Jan. > > > > > > > > > > -- > > > > > :::::::::::::::::::::::::::::::::::::::: > > > > > 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 > > > > > :::::::::::::::::::::::::::::::::::::::::::::: > > > > > > > > > > -- > > > > > 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 > > > > > > > > > > > > > > > > > -- > > > 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 > > > > > > > Jan. > > -- > :::::::::::::::::::::::::::::::::::::::: > 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 > :::::::::::::::::::::::::::::::::::::::::::::: > > -- > 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 marco@cs.muw.edu Tue Jan 15 14:35:09 2002 From: marco@cs.muw.edu (Marco Obaid) Date: Tue, 15 Jan 2002 08:35:09 -0600 Subject: This person is already in your addressbook Message-ID: <1011105309.3c443e1d5c674@support.muw.edu> Hello all, Any time I click on the "little book" icon by the sender's e-mail address, I get the following message: "This person is already in your addressbook." I know those addresses are not in my addresses, because when I do a search they are not there. I even tested it by sending myself an e-mail from Yahoo account, which I never have added to my address book, and it spit out the same message. It seems like it does it regardless. I can add people to the address book by clicking on the Addressbook on the IMP menu and then add, but I would like to be able to add addresses as I am reading messages. I am using Horde 2.0 IMP 3.0 Apache 1.3.22, PHP 4.0.1, MySQL latest Thank you for any tips --------------------------------------------------------------- This mail sent is through MUW Webmail: http://webmail.MUW.Edu/ Visit MUW Online and stay connected: http://news.MUW.Edu/ From jeff@image-src.com Tue Jan 15 14:43:04 2002 From: jeff@image-src.com (Jeff Graves) Date: Tue, 15 Jan 2002 09:43:04 -0500 Subject: [imp] This person is already in your addressbook In-Reply-To: <1011105309.3c443e1d5c674@support.muw.edu> Message-ID: <000201c19dd2$f0ae6ae0$c801c8c0@jefe> Check out this message that was floating around the turba list (as this problem is turba related). Jeff Graves Customer Support Engineer Image Source, Inc. 10 Mill Street Bellingham, MA 02019 508.966.5200 X31 - Phone 508.966.5170 - Fax jeff@image-src.com - Email -----Original Message----- From: RooTiX [mailto:rootix@yahoo.fr] Sent: Thursday, January 10, 2002 11:11 AM To: turba@lists.horde.org Subject: Re: [turba] Addressbook Fix --- "Joshua T. Hogle" a écrit : > I saw another person had posted the following: > > When you open an email message, you can click the > addressbook next > to the person's e-mail address to automatically add > them to your > addressbook. However, this results in an error: > This person already exists in your addressbook. > > It took some tracking down, but there is a small > error on line 93 > of the lib/Source.php file for Turba. not Source.php but api.php > > INCORRECT: > if (PEAR::isError($res) || count($res) > 0) { > > CORRECT: > if (PEAR::isError($res) || $res->count() > 0) { -----Original Message----- From: Marco Obaid [mailto:marco@cs.muw.edu] Sent: Tuesday, January 15, 2002 9:35 AM To: imp@lists.horde.org Subject: [imp] This person is already in your addressbook Hello all, Any time I click on the "little book" icon by the sender's e-mail address, I get the following message: "This person is already in your addressbook." I know those addresses are not in my addresses, because when I do a search they are not there. I even tested it by sending myself an e-mail from Yahoo account, which I never have added to my address book, and it spit out the same message. It seems like it does it regardless. I can add people to the address book by clicking on the Addressbook on the IMP menu and then add, but I would like to be able to add addresses as I am reading messages. I am using Horde 2.0 IMP 3.0 Apache 1.3.22, PHP 4.0.1, MySQL latest Thank you for any tips --------------------------------------------------------------- This mail sent is through MUW Webmail: http://webmail.MUW.Edu/ Visit MUW Online and stay connected: http://news.MUW.Edu/ -- 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 jan@horde.org Tue Jan 15 14:48:01 2002 From: jan@horde.org (Jan Schneider) Date: Tue, 15 Jan 2002 15:48:01 +0100 Subject: [imp] This person is already in your addressbook In-Reply-To: <1011105309.3c443e1d5c674@support.muw.edu> References: <1011105309.3c443e1d5c674@support.muw.edu> Message-ID: <1011106081.3c44412115950@jan.dip.ammma.net> Zitat von Marco Obaid : > Hello all, > > Any time I click on the "little book" icon by the sender's e-mail > address, > I get the following message: > > "This person is already in your addressbook." > > I know those addresses are not in my addresses, because when I do a > search they > are not there. I even tested it by sending myself an e-mail from Yahoo > account, > which I never have added to my address book, and it spit out the same > message. > It seems like it does it regardless. I can add people to the address book > by > clicking on the Addressbook on the IMP menu and then add, but I would > like to > be able to add addresses as I am reading messages. Please search the Turba archives for that problem. It's fixed. Jan. -- :::::::::::::::::::::::::::::::::::::::: 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 :::::::::::::::::::::::::::::::::::::::::::::: From h.blackman@chester.ac.uk Tue Jan 15 15:02:43 2002 From: h.blackman@chester.ac.uk (Henry Blackman) Date: Tue, 15 Jan 2002 15:02:43 -0000 Subject: [imp] This person is already in your addressbook References: <1011105309.3c443e1d5c674@support.muw.edu> Message-ID: <005f01c19dd5$afcb0f80$13c150c2@chester.ac.uk> There is a solution for this - please check the list archives. Henry ----- Original Message ----- From: "Marco Obaid" > Any time I click on the "little book" icon by the sender's e-mail address, > I get the following message: > > "This person is already in your addressbook." > > I know those addresses are not in my addresses, because when I do a search they > are not there. I even tested it by sending myself an e-mail from Yahoo account, > which I never have added to my address book, and it spit out the same message. > It seems like it does it regardless. I can add people to the address book by > clicking on the Addressbook on the IMP menu and then add, but I would like to > be able to add addresses as I am reading messages. > > I am using Horde 2.0 IMP 3.0 > Apache 1.3.22, PHP 4.0.1, MySQL latest > > Thank you for any tips From mcoughlan@gothambroadband.com Tue Jan 15 14:58:24 2002 From: mcoughlan@gothambroadband.com (Mike Coughlan) Date: Tue, 15 Jan 2002 09:58:24 -0500 Subject: sql.php patches for Oracle. Message-ID: I saw this posting regarding IMP and the fact that one must change all of the table and field references in horde/lib/Prefs/sql.php to upper case for Oracle. I did this as shown below, but it did not work. /* Build the SQL query. */ $query = 'SELECT PREF_SCOPE, PREF_NAME, PREF_VALUE FROM '; $query .= $this->params['table'] . ' '; $query .= 'WHERE PREF_UID = ' . $this->db->quote($this->user); $query .= ' AND (PREF_SCOPE = ' . $this->db->quote($this->scope); $query .= " OR PREF_SCOPE = 'horde') order by pref_scope"; Can someone please tell me if I need to run some Upper() function on $this->params['table'] as well? I do not know PHP and am unsure of the complete patch. Thanks for any assistance. http://marc.theaimsgroup.com/?l=imp&m=100069811326015&w=2 From marco@cs.muw.edu Tue Jan 15 15:06:35 2002 From: marco@cs.muw.edu (Marco Obaid) Date: Tue, 15 Jan 2002 09:06:35 -0600 Subject: [imp] This person is already in your addressbook In-Reply-To: <005f01c19dd5$afcb0f80$13c150c2@chester.ac.uk> References: <1011105309.3c443e1d5c674@support.muw.edu> <005f01c19dd5$afcb0f80$13c150c2@chester.ac.uk> Message-ID: <1011107195.3c44457bcf25c@support.muw.edu> OK OK OK people !!! I will know where to go next time for Turba questions ... Thanks for your help anyways > ----- Original Message ----- > Wrom: WRKJVZCMHVIBGDADRZFSQHYUCDDJBLVL > > > Any time I click on the "little book" icon by the sender's e-mail > address, > > I get the following message: > > > > "This person is already in your addressbook." > > > > I know those addresses are not in my addresses, because when I do a > search > they > > are not there. I even tested it by sending myself an e-mail from Yahoo > account, > > which I never have added to my address book, and it spit out the same > message. > > It seems like it does it regardless. I can add people to the address book > by > > clicking on the Addressbook on the IMP menu and then add, but I would > like > to > > be able to add addresses as I am reading messages. > > > > I am using Horde 2.0 IMP 3.0 > > Apache 1.3.22, PHP 4.0.1, MySQL latest > > > > Thank you for any tips > > > > -- > 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 > ____________________________________________________________ _/ _/ _/ _/ _/ _/ | Marco Obaid _/_/ _/_/ _/ _/ _/ _/ | Network Administrator _/ _/ _/ _/ _/ _/ _/ _/ | McDevitt Hall _/ _/ _/ _/ _/_/ _/_/ | W-Box 1621 _/ _/ _/_/_/ _/ _/ | Columbus MS 39701 ____________________________________________________________ M I S S I S S I P P I U N I V E R S I T Y F O R W O M E N --------------------------------------------------------------- This mail sent is through MUW Webmail: http://webmail.MUW.Edu/ Visit MUW Online and stay connected: http://news.MUW.Edu/ From wash@wananchi.com Tue Jan 15 15:11:48 2002 From: wash@wananchi.com (Odhiambo Washington) Date: Tue, 15 Jan 2002 18:11:48 +0300 Subject: [imp] Multiples domains in one server In-Reply-To: <1010790904.3c3f71f80a31a@linux.wg.de> References: <007401c19ae9$42bca000$0b64a8c0@zonalibre.local> <1010790904.3c3f71f80a31a@linux.wg.de> Message-ID: <20020115151148.GD30657@ns2.wananchi.com> * Jan Schneider [20020112 02:22]: wrote: > Zitat von Manuel Tato : >=20 > > I would like to know if i can use imp 3 and horde 2.0 for more than a > > mail server. > > Let me explain this, i have in my sendmail a virtual host an my real > > domain (ex: rdomain.com and vdomain.com). > > I want to run the imp for the webmail.rdomain.com and webmail.vdomain.c= om > > , i don=B4t want to use the option "select mail server". > > How can i do it? >=20 > With the vinfo hook in conf.php. Hello Jan, My knowledge of php is level zero. Please show me a sample file where the v= info or those other hooks in conf.php are used. Thanks in advance. -Wash S y s t e m s A d m i n. --=20 Odhiambo Washington "The box said 'Requires Wananchi Online Ltd. www.wananchi.com Windows 95, NT, or better,' Tel: 254 2 313985-9 Fax: 254 2 313922 so I installed FreeBSD." =20 GSM: 254 72 743 223 GSM: 254 733 744 121 This sig is McQ! :-) ++ While your friend holds you affectionately by both your hands you are safe, for you can watch both of his. -- Ambrose Bierce, "The Devil's Dictionary" From jan@horde.org Tue Jan 15 15:30:00 2002 From: jan@horde.org (Jan Schneider) Date: Tue, 15 Jan 2002 16:30:00 +0100 Subject: [imp] Multiples domains in one server In-Reply-To: <20020115151148.GD30657@ns2.wananchi.com> References: <007401c19ae9$42bca000$0b64a8c0@zonalibre.local> <1010790904.3c3f71f80a31a@linux.wg.de> <20020115151148.GD30657@ns2.wananchi.com> Message-ID: <1011108600.3c444af8c55a8@jan.dip.ammma.net> Zitat von Odhiambo Washington : > * Jan Schneider [20020112 02:22]: wrote: > > Zitat von Manuel Tato : > > > > > I would like to know if i can use imp 3 and horde 2.0 for more than > a > > > mail server. > > > Let me explain this, i have in my sendmail a virtual host an my real > > > domain (ex: rdomain.com and vdomain.com). > > > I want to run the imp for the webmail.rdomain.com and > webmail.vdomain.com > > > , i don´t want to use the option "select mail server". > > > How can i do it? > > > > With the vinfo hook in conf.php. > > > Hello Jan, > > My knowledge of php is level zero. Please show me a sample file where the > vinfo > or those other hooks in conf.php are used. The examples ARE in conf.php. Jan. -- :::::::::::::::::::::::::::::::::::::::: 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 :::::::::::::::::::::::::::::::::::::::::::::: From rav@tecoman.ucol.mx Tue Jan 15 13:44:33 2002 From: rav@tecoman.ucol.mx (Raul Alvarez Venegas) Date: Tue, 15 Jan 2002 13:44:33 +0000 ( ) Subject: [imp] aspell or ispell? In-Reply-To: <059c01c19d90$66cd3320$a5a1ecd8@ccsi.com> Message-ID: On Tue, 15 Jan 2002, C. M. Rahman (jr.) wrote: > this is what I have done. > > I have compiled pspell and did make install > I have compiled aspell and did make install > Then I have put below in conf.php > > $conf['utils']['spellchecker'] = '/usr/local/bin/aspell'; > > > but it is not working. It doesn't spell check. Any other clue? is there way > to debug this from webmail ? Try changing the following line in your horde/config/lang.php $nls['spelling']['en_US'] = '-d english'; to: $nls['spelling']['en_US'] = '--lang=english'; Raul From fmangeant@prologic.fr Tue Jan 15 15:38:11 2002 From: fmangeant@prologic.fr (Frederic Mangeant) Date: Tue, 15 Jan 2002 16:38:11 +0100 Subject: How to automatically set the "Important" flag Message-ID: <1011109091.3c444ce31fbcf@mail.prologic.fr> Hi all first of all let me say I'm very impressed with Horde/IMP/Turba/Kronolith/Nag (running the CVS version, works beautifuly). I'm using RedHat 7.2 (up to date), Courier IMAP 1.4.0, PEAR 4.1.0 and MySQL as a preferences backend. I'd like IMP to set the "Important" flag when a mail is sent as "Important" by the user agent. That is, using Outlook 2002 : Importance: High X-Priority: 1 (Highest) X-MSMail-Priority: High in the headers. I've looked into horde/mailbox.php, and found this : ---- cut here ---- // Display message information. [...] /* initialize the header fields */ $dat = ''; $frm = ''; $fullfrom = ''; $to = ''; $sub = ''; $msg_size = '?'; /* Now pull the IMAP header values into them, decoding them at the same time. */ $h = $message['header']; ---- cut here ---- I've tried adding a few lines to set $h->flagged = 1 when a mail is sent as important, but $h->importance does not seem to be set. Is there a way to set it ? And if so, how ? Many thanks for your answer. Regards, -- Frédéric Mangeant OPTIMS ------------------------------------------------- This mail sent through IMP: http://horde.org/imp/ From philip.steeman@kh.khbo.be Tue Jan 15 16:20:41 2002 From: philip.steeman@kh.khbo.be (Philip Steeman) Date: Tue, 15 Jan 2002 17:20:41 +0100 (CET) Subject: hierarchies in IMP3 Message-ID: Hello, I saw in the imp/conf.php file that there was an option: $conf['server']['hierarchies'] = '' If I want to make a shared mailfolder, is this the way to go? What do i put between the '' ? Where in the filesystem is the folder then situated. I know, a lot of questions, but someone told me that one of the strengths of MS-Exchange is the use of public folders. So my question is obvious: can I do this with IMP-UW-IMAP? Thank you for any hints. Philip ----------------------------------------------------------------------------- Philip Steeman tel: (+32)59 56 90 16 Zeedijk 101 fax: (+32)59 56 90 01 8400 Oostende E-mail: philip.steeman@kh.khbo.be Belgium From jon@horde.org Tue Jan 15 16:47:43 2002 From: jon@horde.org (Jon Parise) Date: Tue, 15 Jan 2002 11:47:43 -0500 Subject: [imp] How to automatically set the "Important" flag In-Reply-To: <1011109091.3c444ce31fbcf@mail.prologic.fr> References: <1011109091.3c444ce31fbcf@mail.prologic.fr> Message-ID: <20020115164742.GB9710@csh.rit.edu> On Tue, Jan 15, 2002 at 04:38:11PM +0100, Frederic Mangeant wrote: > first of all let me say I'm very impressed with Horde/IMP/Turba/Kronolith/Nag > (running the CVS version, works beautifuly). [snip] > I'd like IMP to set the "Important" flag when a mail is sent as "Important" by > the user agent. > That is, using Outlook 2002 : > Importance: High > X-Priority: 1 (Highest) > X-MSMail-Priority: High > in the headers. > > I've looked into horde/mailbox.php, and found this : [snip] The message header is retrieved via a call to imap_header[1], which returns an object representing the headers and flags (described in the imap_headerinfo documentation[2]). That's what IMP uses to determine the message flags. It may be the case that Outlook is not setting them in a standard way, such as using the headers that you detail above (well, I'm not sure if those are standard or not, but anyway). > I've tried adding a few lines to set $h->flagged = 1 when a mail is sent as > important, but $h->importance does not seem to be set. I don't believe there is an $h->importance flag; $h->flagged is what you want for "important" messages. I suppose we could look for the specific message headers you list above and set the $h->flagged flag explicitly, by the way. If you want to give that a shot, please send a patch our way, and it will be considered for inclusion in the source tree assuming it's done in a clean manner. [1] http://www.php.net/manual/en/function.imap-header.php [2] http://www.php.net/manual/en/function.imap-headerinfo.php -- Jon Parise (jon@csh.rit.edu) . Information Technology (2001) http://www.csh.rit.edu/~jon/ : Computer Science House Member From jon@horde.org Tue Jan 15 16:49:57 2002 From: jon@horde.org (Jon Parise) Date: Tue, 15 Jan 2002 11:49:57 -0500 Subject: [imp] hierarchies in IMP3 In-Reply-To: References: Message-ID: <20020115164957.GC9710@csh.rit.edu> On Tue, Jan 15, 2002 at 05:20:41PM +0100, Philip Steeman wrote: > I saw in the imp/conf.php file that there was an option: > $conf['server']['hierarchies'] = '' > > If I want to make a shared mailfolder, is this the way to go? What do i > put between the '' ? > > Where in the filesystem is the folder then situated. >From the comment directly above the quoted option: // Should we enable any folder hierarchies that aren't shown by // default? For instance, UW can be configured to serve out #shared/, // #news/, #ftp/, and #public/ folder hierarchies. Put any of these // that you want shown into an array entry here. $conf['server']['hierarchies'] = array(); > I know, a lot of questions, but someone told me that one of the strengths > of MS-Exchange is the use of public folders. So my question is > obvious: can I do this with IMP-UW-IMAP? I'm not sure if uw-imap supports hierarchies (it may), but I know cyrus does. It's entirely IMAP server dependent; IMP will support hierarchies if the server offers them. -- Jon Parise (jon@csh.rit.edu) . Information Technology (2001) http://www.csh.rit.edu/~jon/ : Computer Science House Member From pelayog@herolse-gbc.com Tue Jan 15 16:51:13 2002 From: pelayog@herolse-gbc.com (Pelayo Gonzalez) Date: Tue, 15 Jan 2002 17:51:13 +0100 Subject: [imp] hierarchies in IMP3 In-Reply-To: References: Message-ID: <1011113473.3c445e01510b3@mail.herolse-gbc.com> Mensaje citado por Philip Steeman : > Hello, > I saw in the imp/conf.php file that there was an option: > $conf['server']['hierarchies'] = '' > > If I want to make a shared mailfolder, is this the way to go? What do i > put between the '' ? > > Where in the filesystem is the folder then situated. > > I know, a lot of questions, but someone told me that one of the strengths > of MS-Exchange is the use of public folders. So my question is > obvious: can I do this with IMP-UW-IMAP? > > Thank you for any hints. > > Philip > > ----------------------------------------------------------------------------- > Please read the UW-IMAP FAQ: http://www.washington.edu/imap/IMAP-FAQs/faqs.xml#operational it have quite good instructions on how to create shared folders and use the mbx format for it. Hope this help. Pelayo From max@lsit.ucsb.edu Tue Jan 15 17:21:17 2002 From: max@lsit.ucsb.edu (Max Kalika) Date: Tue, 15 Jan 2002 09:21:17 -0800 Subject: hiding "horde/imp" in the browser location. Message-ID: <23020000.1011115277@valkyrie> There was a question on IRC yesterday about hiding the horde/imp path in the browser location. The sure-fire way of doing this is to make the docroot point to a custom made frameset that has as its primary frame the path to the imp login page. However, if this is not an option here's a quick apache howto: If you have a dedicated ssl vhost for webmail set up the following directives within that config block: (this is my partial ssl.conf that gets included from httpd.conf) ------BEGIN ssl.conf------- LoadModule ssl_module libexec/libssl.so AddModule mod_ssl.c Listen 443 # HERE IS A BUNCH OF SSL SETTINGS # IF SOMEONE WANTS THEM, LET ME KNOW DocumentRoot "/usr/local/webapps/horde/imp" ServerName your.server.com ServerAdmin your.admin@email.com SSLEngine On # A BUNCH MORE SSL SETTINGS Alias /horde "/usr/local/webapps/horde" Options Indexes MultiViews FollowSymLinks # This allows Horde's .htaccess files to work AllowOverride Limit # The following is not technically needed php_flag magic_quotes_gpc Off php_flag register_globals Off ------END ssl.conf------- After that is done, you will need to modify the Horde's registry configuration file slightly: ------BEGIN registry.php------ // FOR THE $this->applications['horde'] BLOCK: 'cookie_path' => '/', // FOR THE $this->applications['imp'] BLOCK: 'webroot' => '', 'icon' => '/graphics/imp.gif' ------END registry.php------ If you also use Turba, you may want to configure IMP's and Turba's conf.php files to display the respective links to the other app: FOR IMP: $conf['menu']['apps'] = array('turba'); FOR TURBA: $conf['menu']['apps'] = array('imp'); If I left something out, please feel free to correct me. ---max kalika --max@lsit.ucsb.edu -lsit systems administrator From philip@turquoise.net Tue Jan 15 18:32:21 2002 From: philip@turquoise.net (Philip Clever) Date: Tue, 15 Jan 2002 08:32:21 -1000 Subject: [imp] Getting logged out References: <003e01c19d6b$fd9de710$17cf483f@skylen> <000a01c19d99$b95691a0$018aa8c0@m40ws01> <009401c19d9c$d46348a0$53cf483f@NHUMAI> <003f01c19db8$b5988720$018aa8c0@m40ws01> Message-ID: <005601c19df2$f8c5e5d0$17cf483f@skylen> Actually, running the below commands did the trick: mysqladmin -p shutdown isamchk -o active_sessions.ISD isamchk -o active_sessions.ISM isamchk -rv active_sessions.ISM init 6 -Philip ----- Original Message ----- From: "Mark Herdman" To: Sent: Tuesday, January 15, 2002 1:35 AM Subject: Re: [imp] Getting logged out I had a similar problem to yourself and this sorted it out- #!/bin/bash mysql -u hordemgr --password=whateveryourpasswordis <<-EOF use horde; delete from active_sessions; EOF ----- Original Message ----- From: Philip Clever To: imp@lists.horde.org Sent: Tuesday, January 15, 2002 8:15 AM Subject: Re: [imp] Getting logged out How do you mean? We ran isamchk but it didn't solve the problem. -Philip ----- Original Message ----- From: "Mark Herdman" To: Sent: Monday, January 14, 2002 9:53 PM Subject: Re: [imp] Getting logged out Have you tried cleaning out the database tables? ----- Original Message ----- From: Philip Clever To: imp@lists.horde.org Sent: Tuesday, January 15, 2002 2:26 AM Subject: [imp] Getting logged out Hello, Starting today, whenever we click on a message, or any link for that matter in the webmail interface, we get immediatley logged out to the login screen. Any ideas? Thanks, -Philip --- Outgoing mail is certified Virus Free. Checked by AVG anti-virus system (http://www.grisoft.com). Version: 6.0.313 / Virus Database: 174 - Release Date: 1/2/2002 -- 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 --- Outgoing mail is certified Virus Free. Checked by AVG anti-virus system (http://www.grisoft.com). Version: 6.0.314 / Virus Database: 175 - Release Date: 1/12/2002 -- 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 --- Outgoing mail is certified Virus Free. Checked by AVG anti-virus system (http://www.grisoft.com). Version: 6.0.313 / Virus Database: 174 - Release Date: 1/2/2002 From philip.steeman@kh.khbo.be Tue Jan 15 18:35:43 2002 From: philip.steeman@kh.khbo.be (Philip Steeman) Date: Tue, 15 Jan 2002 19:35:43 +0100 (CET) Subject: [imp] hierarchies in IMP3 In-Reply-To: <1011113473.3c445e01510b3@mail.herolse-gbc.com> Message-ID: On Tue, 15 Jan 2002, Pelayo Gonzalez wrote: > > Please read the UW-IMAP FAQ: > > http://www.washington.edu/imap/IMAP-FAQs/faqs.xml#operational That was the URL I was looking for, but didn't find. Thank you. Philip > > it have quite good instructions on how to create shared folders and use the mbx > format for it. > > Hope this help. > > Pelayo > > -- > 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 > ----------------------------------------------------------------------------- Philip Steeman tel: (+32)59 56 90 16 Zeedijk 101 fax: (+32)59 56 90 01 8400 Oostende E-mail: philip.steeman@kh.khbo.be Belgium From philip@turquoise.net Tue Jan 15 18:38:57 2002 From: philip@turquoise.net (Philip Clever) Date: Tue, 15 Jan 2002 08:38:57 -1000 Subject: Attachment errors Message-ID: <006501c19df3$e4779320$17cf483f@skylen> Whenever we try to attach a file from the compose window we get this error: Warning: Unable to open '/tmp/phpBAAAda4Oa' for reading: No such file or directory in /usr/local/apache/htdocs/horde/imp/compose.php3 on line 910 Any ideas? -Philip --- Outgoing mail is certified Virus Free. Checked by AVG anti-virus system (http://www.grisoft.com). Version: 6.0.313 / Virus Database: 174 - Release Date: 1/2/2002 From m_richard@email.fandm.edu Tue Jan 15 19:04:15 2002 From: m_richard@email.fandm.edu (Matt Richard) Date: Tue, 15 Jan 2002 14:04:15 -0500 Subject: make imp the post-login page? Message-ID: Hi, Using Horde 2.0 / IMP 3.0: I would like to make the IMP page load immediately after login, instead of the horde summary page. Right now, /index.html is a redirect to /horde/index.php. I thought about changing that redirect to /horde/imp/index.php but then I don't get the application icons at the bottom of the page. I would like to keep the icons at the bottom, if possible. Does anyone have a quick solution to this? Thanks, Matt -- Matt Richard Access and Security Coordinator Franklin & Marshall College P.O. Box 3003 Lancaster, PA 17604-3003 PH: 717-291-4157 FAX: 717-291-4196 e-mail: m_richard@fandm.edu From parsley@roanoke.edu Tue Jan 15 19:21:00 2002 From: parsley@roanoke.edu (David L. Parsley) Date: Tue, 15 Jan 2002 14:21:00 -0500 Subject: Cool quotes + spellcheck bug Message-ID: <3C44811C.9020906@roanoke.edu> Hi, When I type 'parsley' and click 'expand names', I get: "Parsley, David" Which is just fine, and the message sends out OK. But if I do spell check, after I click 'done' I get THIS: \\\\\\\"Parsley, David\\\\\\\" Which is totally hosed, and now my message won't send. Even funnier, the reject from sendmail looks like this: ----- The following addresses had permanent fatal errors ----- "\\\\\\\\\\\\\\\"Parsley"@roanoke.edu So the backslashes have _really_ exploded. magic_quotes_runtime is OFF. (says so on horde/test.php page as well) This is with IMP3 + Horde2 rpms on an RH71 server, my client is Mozilla 0.9.6. Cool bug, eh? regards, David -- David L. Parsley Network Administrator, Roanoke College "If I have seen further it is by standing on ye shoulders of Giants." --Isaac Newton ------------------------------------------------- This mail sent through IMP: http://horde.org/imp/ From chuck@horde.org Tue Jan 15 19:44:28 2002 From: chuck@horde.org (Chuck Hagenbuch) Date: Tue, 15 Jan 2002 14:44:28 -0500 Subject: [imp] IMP 3.0: adding a small icon to mails with attachments In-Reply-To: <1010497712.3c3af8b06279b@jan.dip.ammma.net> References: <1010497712.3c3af8b06279b@jan.dip.ammma.net> Message-ID: <20020115194428.GA32727@horde.org> Quoting Jan Schneider : > No, it's in conf.php: > $conf['mailbox']['show_attachments'] = true; FYI, the reason we don't do this by default anymore is that this is a _huge_ performance hit. -chuck -- BUGS: The source code is not comprehensible - telnet(1) man page From chuck@horde.org Tue Jan 15 20:08:00 2002 From: chuck@horde.org (Chuck Hagenbuch) Date: Tue, 15 Jan 2002 15:08:00 -0500 Subject: [imp] How to automatically set the "Important" flag In-Reply-To: <1011109091.3c444ce31fbcf@mail.prologic.fr> References: <1011109091.3c444ce31fbcf@mail.prologic.fr> Message-ID: <20020115200800.GB32727@horde.org> Quoting Frederic Mangeant : > I'd like IMP to set the "Important" flag when a mail is sent as "Important" by > the user agent. > That is, using Outlook 2002 : > Importance: High > X-Priority: 1 (Highest) > X-MSMail-Priority: High > in the headers. Those aren't standards and don't - and shouldn't - set IMAP flags. -chuck -- "Christmas is odd. What other time of year can you meet in front of a dead tree and eat candy from your socks?" - a crossword puzzle From chuck@horde.org Tue Jan 15 20:19:19 2002 From: chuck@horde.org (Chuck Hagenbuch) Date: Tue, 15 Jan 2002 15:19:19 -0500 Subject: [imp] Can't Log in to IMP 3.0 on debian In-Reply-To: <20020115125018.GE3498@samrowe.com> References: <20020111221131.GM3498@samrowe.com> <20020115125018.GE3498@samrowe.com> Message-ID: <20020115201919.GC32727@horde.org> Quoting Sam Rowe : > Why is no one even attempting to help me? Because a volunteer who sees your message reposted again and again, with the entire thing quoted, with just "why is no one helping me?" added to it, is going to choose other things to spend their own free time on. If you want this resolved on your time scale, instead of when someone has time to get to it, see http://horde.org/consulting.php and contact the email address given there with what you are willing to pay. -chuck -- "It's not the size of the boat that makes the wave, it's the motion of the ocean." - Junebug Jabbo Jones From chuck@horde.org Tue Jan 15 20:29:32 2002 From: chuck@horde.org (Chuck Hagenbuch) Date: Tue, 15 Jan 2002 15:29:32 -0500 Subject: [imp] SSL and login In-Reply-To: <3C42CFC4.627DF8B5@i4yoo.de> References: <3C42CFC4.627DF8B5@i4yoo.de> Message-ID: <20020115202932.GE32727@horde.org> Quoting Carsten Ralle : > we are running the stable releases of horde 2.0 and imp 3.0 (final) on > Linux 2.4.10 and apache 1.3. > The system is running well and stable as long as we use plain html > connections. As soon as we switch to SSL on the login screen, the next > screen following after a successful login refers to > https://localhost/... instead of the correct URL (SSL prefs mode 1 or 2, > doesn't make any difference). As soon as one manually enters the correct > URL the remaining session works without any problems, except if you > press any of the >cancel< buttons in the options section (same issue). Is it possible that your ssl server has useCanonicalName on, and is set to localhost? -chuck -- Number of U.S. nuclear bombs lost in accidents and never recovered: 11 From cmrahman@ccsi.com Tue Jan 15 21:02:18 2002 From: cmrahman@ccsi.com (C. M. Rahman (jr.)) Date: Tue, 15 Jan 2002 15:02:18 -0600 Subject: [imp] aspell or ispell? References: Message-ID: <005401c19e07$eb3a7100$34a8ecd8@ccsi.com> Thank you all. It worked. I had permission problem as well. Thanks &*&*&*&*&*&*&*&*&*&*&*&*&*&*&*&*&*&*&*&* C.M. Rahman Jr. CTO CCS Internet http://www.ccsi.com 13740 Research Blvd. suite o-4 Austin, TX 78750 Tel: 512-257-2274 ----- Original Message ----- From: "Raul Alvarez Venegas" To: Sent: Tuesday, January 15, 2002 7:44 AM Subject: Re: [imp] aspell or ispell? > > > On Tue, 15 Jan 2002, C. M. Rahman (jr.) wrote: > > > this is what I have done. > > > > I have compiled pspell and did make install > > I have compiled aspell and did make install > > Then I have put below in conf.php > > > > $conf['utils']['spellchecker'] = '/usr/local/bin/aspell'; > > > > > > but it is not working. It doesn't spell check. Any other clue? is there way > > to debug this from webmail ? > > Try changing the following line in your horde/config/lang.php > > $nls['spelling']['en_US'] = '-d english'; > > to: > > $nls['spelling']['en_US'] = '--lang=english'; > > > Raul > > > -- > 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 sagem@cricket.mindcrime.net Tue Jan 15 21:12:37 2002 From: sagem@cricket.mindcrime.net (Sage McGirk) Date: Tue, 15 Jan 2002 16:12:37 -0500 (EST) Subject: php --with-imap-ssl Message-ID: If anyone has this working can you please show me what you did with uw-imap? php-4.1.1 uw-imap-anything uw-imap: make bsf SSLTYPE=unix php: ./configure --with-imap=/usr/working/imap-2001 --with-imap-ssl=/usr/local/ssl this is all that i've seen is supposed to be done. apache doesn't like this. apache will work with this, but hordes test.php returns no imap compiled into php: --with-imap=shared,/usr/working/imap-2001 getting the old: Cannot load /usr/local/apache/libexec/libphp4.so into server: /usr/local/apache/libexec/libphp4.so: Undefined symbol "ssl_onceonlyinit" i had this working once last week but have no idea what i did now that i have started over. thanks From mcoughlan@gothambroadband.com Tue Jan 15 21:07:12 2002 From: mcoughlan@gothambroadband.com (Mike Coughlan) Date: Tue, 15 Jan 2002 16:07:12 -0500 Subject: IMP & Oracle In-Reply-To: <005401c19e07$eb3a7100$34a8ecd8@ccsi.com> Message-ID: Does anyone out there have IMP 3.0 working with Oracle? I seem to be having Oracle specific problems. I had 2.3.7 working with it at one point. I believe there are case sensitive issues, after the reinstall and DB rebuild, and would like to compare notes. Here are the current errors at login, thanks. Warning: Undefined offset: 3114 in /usr/local/lib/php/DB/common.php on line 139 Warning: Cannot add header information - headers already sent by (output started at /usr/local/lib/php/DB/common.php:139) in /usr/local/www/hordeRC3/imp/redirect.php on line 58 Warning: failed to rollback outstanding transactions!: Error while trying to retrieve text for error ORA-03114 in Unknown on line 0 From bhelman@salemstate.edu Tue Jan 15 21:28:33 2002 From: bhelman@salemstate.edu (Brian Helman) Date: Tue, 15 Jan 2002 16:28:33 -0500 Subject: IMP 2.2.x to 3.0.x DataBase Upgrade Message-ID: <5.1.0.14.2.20020115162139.00a850b0@clipper.salemstate.edu> Is it possible to upgrade the IMP 2.2 database to 3.0? I've spent the better part of today trying to find references to the new db structure with no luck. I am running postrgesql. I backed up my existing db and installed it on a test server. I verified that it backed up/restored correctly by pointing my IMP 2.2 to it temporarily. I then configured my 3.0 installation to point to the restored db and tried to log in. I received the following error: A fatal error has occurred: object(db_error)(7) { ["error_message_prefix"]=> string(0) "" ["mode"]=> int(1) ["level"]=> int(1024) ["code"]=> int(-19) ["message"]=> string(23) "DB Error: no such field" ["userinfo"]=> string(434) "update imp_pref set pref_value = 'a:1:{i:0;a:9:{s:2:"id";s:16:"Default Identity";s:8:"fullname";s:0:"";s:9:"from_addr";s:0:"";s:12:"replyto_addr";s:0:"";s:9:"signature";s:0:"";s:9:"sig_first";i:0;s:10:"sig_dashes";i:0;s:14:"save_sent-mail";N;s:16:"sent_mail_folder";s:9:"sent-mail";}}' where pref_uid = 'bhelman@salemstate.edu' and pref_name = 'identities' and pref_scope = 'horde' [nativecode=ERROR: Attribute 'pref_uid' not found ]" ["callback"]=> NULL } [/var/www/html/horde/lib/Prefs/sql.php : 273] thanks, brian ------------------------------------------------------ __ ____ __ ____ __ __ /\ \ / \_\ / /\ / \ \ / |\ / /\ / \_\ / /\ |_| / / /| /\ \ \ / ||/ / / / /\ | |\ \/ /_/_ / / / \ \/ \ \ / |/ / / / \/ |_| \ __ \_\ / / / \ /\ \_\ / /| / / / /\ ./_/ \ \ \/_// / / \ \ \/_// / | / / \ \/ |_| \ \_\ /_/ / \ \_\ /_/ /|_/ / \__/_/ \/_/ \_\/ \/_/ \_\/ \_\/ Brian M Helman Director, Networking Services Salem State College e-mail: bhelman@salemstate.edu snail-mail: 352 Lafayette St, MH207A Salem, MA 01970-5353 From h.blackman@chester.ac.uk Tue Jan 15 21:42:36 2002 From: h.blackman@chester.ac.uk (Henry Blackman) Date: Tue, 15 Jan 2002 21:42:36 +0000 Subject: [imp] Attachment errors In-Reply-To: <006501c19df3$e4779320$17cf483f@skylen> References: <006501c19df3$e4779320$17cf483f@skylen> Message-ID: <1011130956.3c44a24c6ea7a@amalthea.chester.ac.uk> When I've seen these sorts of errors, it's one of two things: 1. Either the temporary directory is not set in php.ini (it says you don't have to and it defaults to /tmp but it doesn't, you HAVE to set it in my experience). 2. Some permissions problem on the /tmp directory exist. Check is world writable. Good luck, Henry Quoting Philip Clever : > Whenever we try to attach a file from the compose window we get this error: > > Warning: Unable to open '/tmp/phpBAAAda4Oa' for reading: No such file > or directory in /usr/local/apache/htdocs/horde/imp/compose.php3 on line > 910 > > Any ideas? > > -Philip > > > > --- > Outgoing mail is certified Virus Free. > Checked by AVG anti-virus system (http://www.grisoft.com). > Version: 6.0.313 / Virus Database: 174 - Release Date: 1/2/2002 > > > -- > 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 h.blackman@chester.ac.uk Tue Jan 15 21:44:04 2002 From: h.blackman@chester.ac.uk (Henry Blackman) Date: Tue, 15 Jan 2002 21:44:04 +0000 Subject: [imp] IMP 2.2.x to 3.0.x DataBase Upgrade In-Reply-To: <5.1.0.14.2.20020115162139.00a850b0@clipper.salemstate.edu> References: <5.1.0.14.2.20020115162139.00a850b0@clipper.salemstate.edu> Message-ID: <1011131044.3c44a2a472508@amalthea.chester.ac.uk> Isn't there a script in the imp/scripts folder (written in perl???)? I can't check, I'm not at my machine. You could also write one yourself - it's not dreadfully hard; I have done it here, but I'm setting quite a lot of stuff by default in that, rather than the main configuration. Cheers, Henry Quoting Brian Helman : > > Is it possible to upgrade the IMP 2.2 database to 3.0? I've spent the > better part of today trying to find references to the new db structure with > > no luck. I am running postrgesql. > > I backed up my existing db and installed it on a test server. I verified > that it backed up/restored correctly by pointing my IMP 2.2 to it > temporarily. I then configured my 3.0 installation to point to the > restored db and tried to log in. I received the following error: > > A fatal error has occurred: > object(db_error)(7) { > ["error_message_prefix"]=> > string(0) "" > ["mode"]=> > int(1) > ["level"]=> > int(1024) > ["code"]=> > int(-19) > ["message"]=> > string(23) "DB Error: no such field" > ["userinfo"]=> > string(434) "update imp_pref set pref_value = > 'a:1:{i:0;a:9:{s:2:"id";s:16:"Default > Identity";s:8:"fullname";s:0:"";s:9:"from_addr";s:0:"";s:12:"replyto_addr";s:0: "";s:9:"signature";s:0:"";s:9:"sig_first";i:0;s:10:"sig_dashes";i:0;s:14:"save_ sent-mail";N;s:16:"sent_mail_folder";s:9:"sent-mail";}}' > > where pref_uid = 'bhelman@salemstate.edu' and pref_name = 'identities' and > pref_scope = 'horde' [nativecode=ERROR: Attribute 'pref_uid' not found > ]" > ["callback"]=> > NULL > } > [/var/www/html/horde/lib/Prefs/sql.php : 273] > > thanks, > brian > > > > ------------------------------------------------------ > __ ____ __ ____ __ __ > /\ \ / \_\ / /\ / \ \ / |\ / /\ > / \_\ / /\ |_| / / /| /\ \ \ / ||/ / / > / /\ | |\ \/ /_/_ / / / \ \/ \ \ / |/ / / > / \/ |_| \ __ \_\ / / / \ /\ \_\ / /| / / > / /\ ./_/ \ \ \/_// / / \ \ \/_// / | / / > \ \/ |_| \ \_\ /_/ / \ \_\ /_/ /|_/ / > \__/_/ \/_/ \_\/ \/_/ \_\/ \_\/ > > > Brian M Helman > Director, Networking Services > Salem State College > > e-mail: bhelman@salemstate.edu > snail-mail: 352 Lafayette St, MH207A > Salem, MA 01970-5353 > > > > > -- > 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 sam@samrowe.com Tue Jan 15 22:06:26 2002 From: sam@samrowe.com (Sam Rowe) Date: Tue, 15 Jan 2002 17:06:26 -0500 Subject: [imp] Can't Log in to IMP 3.0 on debian In-Reply-To: <20020115201919.GC32727@horde.org> References: <20020111221131.GM3498@samrowe.com> <20020115125018.GE3498@samrowe.com> <20020115201919.GC32727@horde.org> Message-ID: <20020115220626.GH3498@samrowe.com> On Tue, Jan 15, 2002 at 03:19:19PM -0500, Chuck Hagenbuch wrote: # Quoting Sam Rowe : # # > Why is no one even attempting to help me? # # Because a volunteer who sees your message reposted again and again, with the # entire thing quoted, with just "why is no one helping me?" added to it, is # going to choose other things to spend their own free time on. # # If you want this resolved on your time scale, instead of when someone has # time to get to it, see http://horde.org/consulting.php and contact the email # address given there with what you are willing to pay. I thought my initial questions were reasonable. I did my best to provide as much information as I could. I also felt that simply asking about why my messages were not being replied to was a legitimate question. I guess my other option was to wait until my post was much too old for anyone to remember it and not get IMP going. I quoted the entire message for context. I work for the Board of Regents of Georgia. We're currently evaluating webmail products and I'm doing my best to get IMP to be the product we use. If we do use it, we'd definately be contacting your consulting group for a support contract. However, that can't happen as I can't even demo the stable release of your product. We've been looking for quite a while and I've demo'ed the CVS version of IMP a couple of times. Up until now, I've always received speedy and knowledgable support from this list -- hence my asking why, suddenly, no one was helping me at all. I don't whip out my job or my employer's plans as any attempt to impress anyone or anything like that. I'm only trying to explain my situation and why I'd really like to get IMP going. I like your product and would like to use it. I hope that I've been polite in all of the messages I've sent to this list and if I haven't I apologize. I wasn't trying to be demanding, I was asking what I was doing wrong / could do to improve my problem report. -Sam From mcoughlan@gothambroadband.com Tue Jan 15 22:10:58 2002 From: mcoughlan@gothambroadband.com (Mike Coughlan) Date: Tue, 15 Jan 2002 17:10:58 -0500 Subject: [imp] IMP 2.2.x to 3.0.x DataBase Upgrade In-Reply-To: <5.1.0.14.2.20020115162139.00a850b0@clipper.salemstate.edu> Message-ID: Check out /horde/scripts/db/ for SQL to build new tables. /horde/imp/scripts/db/ as well. > -----Original Message----- > From: Brian Helman [mailto:bhelman@salemstate.edu] > Sent: Tuesday, January 15, 2002 4:29 PM > To: imp@lists.horde.org > Subject: [imp] IMP 2.2.x to 3.0.x DataBase Upgrade > > > > Is it possible to upgrade the IMP 2.2 database to 3.0? > From jon@horde.org Tue Jan 15 22:32:14 2002 From: jon@horde.org (Jon Parise) Date: Tue, 15 Jan 2002 17:32:14 -0500 Subject: [imp] Can't Log in to IMP 3.0 on debian In-Reply-To: <20020115220626.GH3498@samrowe.com> References: <20020111221131.GM3498@samrowe.com> <20020115125018.GE3498@samrowe.com> <20020115201919.GC32727@horde.org> <20020115220626.GH3498@samrowe.com> Message-ID: <20020115223214.GA18894@csh.rit.edu> On Tue, Jan 15, 2002 at 05:06:26PM -0500, Sam Rowe wrote: > We've been looking for quite a while and I've demo'ed the CVS version of > IMP a couple of times. Up until now, I've always received speedy and > knowledgable support from this list -- hence my asking why, suddenly, no > one was helping me at all. You ended up asking your question when most of us (core Horde developers) were off away on vacation. Unless others chime in, there's never any guarantee that you'll get a fast response. That's the reality of open source support, I suppose. -- Jon Parise (jon@csh.rit.edu) . Information Technology (2001) http://www.csh.rit.edu/~jon/ : Computer Science House Member From mcoughlan@gothambroadband.com Tue Jan 15 22:48:15 2002 From: mcoughlan@gothambroadband.com (Mike Coughlan) Date: Tue, 15 Jan 2002 17:48:15 -0500 Subject: [imp] sql.php patches for Oracle. In-Reply-To: Message-ID: OK, Thanks Liam for this post http://marc.theaimsgroup.com/?l=imp&m=100069811326015&w=2 After some flailing on the list, I finally get what you are saying. For those relying on Oracle, here is the necessary patch: /horde/lib/Prefs/sql.php line 184 -- $name = trim($row['pref_name']); ++ $name = trim($row['PREF_NAME']); line 186 -- $this->prefs[$name]['val'] = $row['pref_value']; ++ $this->prefs[$name]['val'] = $row['PREF_VALUE']; If some clever PHP person can find an appropriate placement for a Lowercase() function, I would appreciate it. As you might guess, my PHP skills are nonexistent. Would the Horde dev team consider this to be a bug in the OCI8 driver? Thanks all. > -----Original Message----- > From: Mike Coughlan [mailto:mcoughlan@gothambroadband.com] > Sent: Tuesday, January 15, 2002 9:58 AM > To: imp@lists.horde.org > Subject: [imp] sql.php patches for Oracle. > > > I saw this posting regarding IMP and the fact that one must change all of > the table and field references in horde/lib/Prefs/sql.php to > upper case for > Oracle. > > I did this as shown below, but it did not work. > > /* Build the SQL query. */ > $query = 'SELECT PREF_SCOPE, PREF_NAME, PREF_VALUE FROM '; > $query .= $this->params['table'] . ' '; > $query .= 'WHERE PREF_UID = ' . $this->db->quote($this->user); > $query .= ' AND (PREF_SCOPE = ' . $this->db->quote($this->scope); > $query .= " OR PREF_SCOPE = 'horde') order by pref_scope"; > > Can someone please tell me if I need to run some Upper() function on > $this->params['table'] as well? I do not know PHP and am unsure of the > complete patch. > > Thanks for any assistance. > > http://marc.theaimsgroup.com/?l=imp&m=100069811326015&w=2 > > > -- > 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 liamr@umich.edu Tue Jan 15 23:28:26 2002 From: liamr@umich.edu (Liam Hoekenga) Date: Tue, 15 Jan 2002 18:28:26 -0500 Subject: [imp] sql.php patches for Oracle. In-Reply-To: References: Message-ID: <1011137306.3c44bb1aa41a3@pneumatictube.mail.umich.edu> Mike wrote: > If some clever PHP person can find an appropriate placement for a > Lowercase() function, I would appreciate it. As you might guess, my PHP > skills are nonexistent. > > Would the Horde dev team consider this to be a bug in the OCI8 driver? It seems to me that the problem is that sql is case-insensitive, but the php code handling the sql isn't. It expects the sql server to return /x/ in lowercase. I too would like to see this resolved. It's been kinda a pain having to maintain a local patch to make Oracle work (and it'll only grow more confusing as HORDE's tablespace grows). I'm not sure if the Horde stuff has to change.. I suspect that the change is more appropriately made in the PEAR oci8 drivers, since this breaks the DB abstraction offered by PEAR, and the problem is likely to be encounted in other PEAR enabled DB applications. If we come up with a fix for PEAR, we'll submit it the PEAR group. Liam From jon@horde.org Tue Jan 15 23:29:30 2002 From: jon@horde.org (Jon Parise) Date: Tue, 15 Jan 2002 18:29:30 -0500 Subject: [imp] sql.php patches for Oracle. In-Reply-To: References: Message-ID: <20020115232930.GA20807@csh.rit.edu> On Tue, Jan 15, 2002 at 05:48:15PM -0500, Mike Coughlan wrote: > For those relying on Oracle, here is the necessary patch: > > /horde/lib/Prefs/sql.php > line 184 > -- $name = trim($row['pref_name']); > ++ $name = trim($row['PREF_NAME']); > > line 186 > -- $this->prefs[$name]['val'] = $row['pref_value']; > ++ $this->prefs[$name]['val'] = $row['PREF_VALUE']; > > If some clever PHP person can find an appropriate placement for a > Lowercase() function, I would appreciate it. As you might guess, my PHP > skills are nonexistent. > > Would the Horde dev team consider this to be a bug in the OCI8 driver? What piece of software imposes the case limitation? Does Oracle require that field names be in uppercase? -- Jon Parise (jon@csh.rit.edu) . Information Technology (2001) http://www.csh.rit.edu/~jon/ : Computer Science House Member From pbauer@mail.shorttermwhat.com Tue Jan 15 23:30:11 2002 From: pbauer@mail.shorttermwhat.com (Paul Bauer) Date: Tue, 15 Jan 2002 15:30:11 -0800 Subject: Imp 2.2.7 login Message-ID: <20020115153011.G22987@mail.shorttermwhat.com> I am trying to setup 2.2.7 for the moment, I see that 3.0 is out and in time I will upgrade I do not undertstand the login process. I have installed horde/php3/imp and have gotten phplib to pass sessions to postgres. When I goto login I see the attemp in my messages: Jan 15 15:02:19 mail IMP[26715]: FAILED xxx.xxx.xxx.xxx to mail.localhost.com:143 as pbauer I see that the request has been sent to apache: [15/Jan/2002:15:05:03 -0800] "GET /horde/imp/login.php3?uniq=10676591263c44b59dbd07a HTTP/1.1" 200 7286 "http://localhost/horde/imp/" "Mozilla/5.0 (Macintosh; U; PPC Mac OS X; en-US;v:0.9.5) Gecko/20011015" but then it times out: [15/Jan/2002:15:08:17 -0800] "GET /horde/imp/login.php3?reason=timeout HTTP/1.1"200 7371 "http://localhost/horde/imp/login.php3?uniq=10676591263c44b59dbd07a" "Mozilla/5.0 (Macintosh; U; PPC Mac OS X; en-US; rv:0.9.5) Gecko/20011015" So what I would like help understanding is... Where do the usernames and passwords reside? Apache runs as user nobody, postgres as pgsql and neither have permission to read /etc/password. So how do I pass valid users/passwords to imp? I appreciate the pointer. Paul. PS. FreeBSD 4.4-STABLE if it matters. Again thank you. From lundeman@tbkol.dk Tue Jan 15 23:30:30 2002 From: lundeman@tbkol.dk (Rene Lund Jensen) Date: Wed, 16 Jan 2002 00:30:30 +0100 Subject: [imp] make imp the post-login page? References: Message-ID: <00d201c19e1c$9f41d850$551f10ac@lundeman> > I would like to make the IMP page load immediately after login, > instead of the horde summary page. > > Right now, /index.html is a redirect to /horde/index.php. I thought > about changing that redirect to /horde/imp/index.php but then I don't > get the application icons at the bottom of the page. I would like to > keep the icons at the bottom, if possible. > > Does anyone have a quick solution to this? > I don't think there is a quick solution because as far as I remember it's not possible to have the bottom menubar without going thru Horde summary. But you can put buttons for the various app's in each app's menubar. (fx. in imp/config/conf.php you put 'turba', 'knonolith' etc. in the menubar). To get imp as your loginpage, the following should work: ( I did it with IMP 2.2 but haven't done it with 3.0, yet.) You set your serverroot to point to /horde/imp. last you edit horde/conf/registry.php and set the various webroot, and cookiepath. I think you have to use imp for horde authentication for this to work. René Jensen From liamr@umich.edu Tue Jan 15 23:35:33 2002 From: liamr@umich.edu (Liam Hoekenga) Date: Tue, 15 Jan 2002 18:35:33 -0500 Subject: [imp] sql.php patches for Oracle. In-Reply-To: <20020115232930.GA20807@csh.rit.edu> References: <20020115232930.GA20807@csh.rit.edu> Message-ID: <1011137733.3c44bcc528b82@pneumatictube.mail.umich.edu> > What piece of software imposes the case limitation? Does Oracle > require that field names be in uppercase? It's oracle. It you create a table called "horde_prefs", but then do a "select * from cat;" it's going to return that it found a table called "HORDE_PREFS". if you search for "horde_prefs" it won't find it (and you'll get undefined index errors in your horde log file). If you try and write to "horde_prefs", however, data *will* get saved. liam From chuck@horde.org Tue Jan 15 23:36:01 2002 From: chuck@horde.org (Chuck Hagenbuch) Date: Tue, 15 Jan 2002 18:36:01 -0500 Subject: [imp] sql.php patches for Oracle. In-Reply-To: <1011137306.3c44bb1aa41a3@pneumatictube.mail.umich.edu> References: <1011137306.3c44bb1aa41a3@pneumatictube.mail.umich.edu> Message-ID: <20020115233601.GL32727@horde.org> Quoting Liam Hoekenga : > I too would like to see this resolved. It's been kinda a pain having to > maintain a local patch to make Oracle work (and it'll only grow more confusing > as HORDE's tablespace grows). I'm not sure if the Horde stuff has > to change.. I suspect that the change is more appropriately made in the PEAR > oci8 drivers, since this breaks the DB abstraction offered by PEAR, and the > problem is likely to be encounted in other PEAR enabled DB applications. Yes, that is where the fix should go (PEAR). One was discussed, but a modification to PHP was needed (a new function), and I don't know if that ever was committed. -chuck -- How many rednecks does it take eat a 'possum? Two. One to eat, and one to watch out for traffic. From morgan@orst.edu Tue Jan 15 23:39:00 2002 From: morgan@orst.edu (Andrew Morgan) Date: Tue, 15 Jan 2002 15:39:00 -0800 (PST) Subject: [imp] sql.php patches for Oracle. In-Reply-To: <20020115232930.GA20807@csh.rit.edu> Message-ID: On Tue, 15 Jan 2002, Jon Parise wrote: > On Tue, Jan 15, 2002 at 05:48:15PM -0500, Mike Coughlan wrote: > > > For those relying on Oracle, here is the necessary patch: > > > > /horde/lib/Prefs/sql.php > > line 184 > > -- $name = trim($row['pref_name']); > > ++ $name = trim($row['PREF_NAME']); > > > > line 186 > > -- $this->prefs[$name]['val'] = $row['pref_value']; > > ++ $this->prefs[$name]['val'] = $row['PREF_VALUE']; > > > > If some clever PHP person can find an appropriate placement for a > > Lowercase() function, I would appreciate it. As you might guess, my PHP > > skills are nonexistent. > > > > Would the Horde dev team consider this to be a bug in the OCI8 driver? > > What piece of software imposes the case limitation? Does Oracle > require that field names be in uppercase? There is a similar bug/feature in the oracle driver for perl. If you do a $sth->fetchrow_hashref and try to access the individual columns in the hash, it must be done as all uppercase. For example: $$href{'MY_COLUMN_NAME'} I assume php is doing a similar operation here. Actually, I don't know if this is only true for Oracle, since I don't think I've use this kind of hashref fetch with MySQL. Andy From joe@nethead.com Tue Jan 15 23:41:42 2002 From: joe@nethead.com (Joe Hamelin) Date: Tue, 15 Jan 2002 15:41:42 -0800 (PST) Subject: [imp] Imp 2.2.7 login In-Reply-To: <20020115153011.G22987@mail.shorttermwhat.com> Message-ID: The passwords come from the mail server (POP or IMAP) that you are trying to get mail from. Unless you are on Matthew Seidl's localhost.com box (mail.localhost.com doesn't resolve anyway) you won't get anywhere. Try just using http://localhost/horde/mail if you're trying to use your local server.. and make sure that IMAP is answering on port 143 (a quick 'telnet 127.0.0.1 143' will check it). -Joe -- ----------------------------------------------------------------- | Joe Hamelin Edmonds, Washington, US | ----------------------------------------------------------------- On Tue, 15 Jan 2002, Paul Bauer wrote: :I am trying to setup 2.2.7 for the moment, I see that 3.0 is out :and in time I will upgrade : :I do not undertstand the login process. I have installed :horde/php3/imp and have gotten phplib to pass sessions to postgres. : :When I goto login I see the attemp in my messages: :Jan 15 15:02:19 mail IMP[26715]: FAILED xxx.xxx.xxx.xxx to :mail.localhost.com:143 as pbauer : :I see that the request has been sent to apache: :[15/Jan/2002:15:05:03 -0800] "GET :/horde/imp/login.php3?uniq=10676591263c44b59dbd07a HTTP/1.1" 200 7286 :"http://localhost/horde/imp/" "Mozilla/5.0 (Macintosh; U; PPC Mac OS :X; en-US;v:0.9.5) Gecko/20011015" : : :but then it times out: :[15/Jan/2002:15:08:17 -0800] "GET :/horde/imp/login.php3?reason=timeout HTTP/1.1"200 7371 :"http://localhost/horde/imp/login.php3?uniq=10676591263c44b59dbd07a" :"Mozilla/5.0 (Macintosh; U; PPC Mac OS X; en-US; rv:0.9.5) :Gecko/20011015" : :So what I would like help understanding is... :Where do the usernames and passwords reside? Apache runs as user :nobody, postgres as pgsql and neither have permission to read :/etc/password. So how do I pass valid users/passwords to imp? :I appreciate the pointer. : Paul. : :PS. FreeBSD 4.4-STABLE if it matters. :Again thank you. : : From pbauer@mail.shorttermwhat.com Tue Jan 15 23:46:44 2002 From: pbauer@mail.shorttermwhat.com (Paul Bauer) Date: Tue, 15 Jan 2002 15:46:44 -0800 Subject: [imp] Imp 2.2.7 login In-Reply-To: ; from joe@nethead.com on Tue, Jan 15, 2002 at 03:41:42PM -0800 References: <20020115153011.G22987@mail.shorttermwhat.com> Message-ID: <20020115154644.H22987@mail.shorttermwhat.com> I had changed the hostname. thanks. :) imap is working as I am sending mail. IS there a way to see why my usename and password aren't being parsed properly then? I would love to see the process between sending my password and getting the error described below. Again thank you. On Tue, Jan 15, 2002 at 03:41:42PM -0800, Joe Hamelin wrote: > > The passwords come from the mail server (POP or IMAP) that you are > trying to get mail from. Unless you are on Matthew Seidl's > localhost.com box (mail.localhost.com doesn't resolve anyway) you > won't get anywhere. Try just using http://localhost/horde/mail if > you're trying to use your local server.. and make sure that IMAP is > answering on port 143 (a quick 'telnet 127.0.0.1 143' will check it). > > -Joe > > -- > ----------------------------------------------------------------- > | Joe Hamelin Edmonds, Washington, US | > ----------------------------------------------------------------- > > On Tue, 15 Jan 2002, Paul Bauer wrote: > > :I am trying to setup 2.2.7 for the moment, I see that 3.0 is out > :and in time I will upgrade > : > :I do not undertstand the login process. I have installed > :horde/php3/imp and have gotten phplib to pass sessions to postgres. > : > :When I goto login I see the attemp in my messages: > :Jan 15 15:02:19 mail IMP[26715]: FAILED xxx.xxx.xxx.xxx to > :mail.localhost.com:143 as pbauer > : > :I see that the request has been sent to apache: > :[15/Jan/2002:15:05:03 -0800] "GET > :/horde/imp/login.php3?uniq=10676591263c44b59dbd07a HTTP/1.1" 200 7286 > :"http://localhost/horde/imp/" "Mozilla/5.0 (Macintosh; U; PPC Mac OS > :X; en-US;v:0.9.5) Gecko/20011015" > : > : > :but then it times out: > :[15/Jan/2002:15:08:17 -0800] "GET > :/horde/imp/login.php3?reason=timeout HTTP/1.1"200 7371 > :"http://localhost/horde/imp/login.php3?uniq=10676591263c44b59dbd07a" > :"Mozilla/5.0 (Macintosh; U; PPC Mac OS X; en-US; rv:0.9.5) > :Gecko/20011015" > : > :So what I would like help understanding is... > :Where do the usernames and passwords reside? Apache runs as user > :nobody, postgres as pgsql and neither have permission to read > :/etc/password. So how do I pass valid users/passwords to imp? > :I appreciate the pointer. > : Paul. > : > :PS. FreeBSD 4.4-STABLE if it matters. > :Again thank you. > : > : > > > -- > 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 chuck@horde.org Tue Jan 15 23:47:33 2002 From: chuck@horde.org (Chuck Hagenbuch) Date: Tue, 15 Jan 2002 18:47:33 -0500 Subject: [imp] Mail sent "on behalf of" not searchable. In-Reply-To: References: <1010613699.3c3cbdc32e0cd@rembrandt.gothambroadband.com> Message-ID: <20020115234733.GP32727@horde.org> Quoting Mike Coughlan : > IMP is still sending mail "on behalf of" the imp user. Is this a limitation > or feature of PHP-IMAP? Is there an IMP or PHP.ini parameter that I can set > to change this? If so, I recommend changing the default to be more in line > with commercial webmail systems. Sounds like this is entirely due to how you have horde configured to send mail - are you using sendmail on teh command line? And yes, Outlook is being stupid if this is really the behavior that's going on - it is searching the envelope from address instead of the actual From: header. -chuck -- "whatever is wrong with you ... it is no small thing." - Dan From chuck@horde.org Tue Jan 15 23:51:01 2002 From: chuck@horde.org (Chuck Hagenbuch) Date: Tue, 15 Jan 2002 18:51:01 -0500 Subject: [imp] Can't Log in to IMP 3.0 on debian In-Reply-To: <20020115220626.GH3498@samrowe.com> References: <20020111221131.GM3498@samrowe.com> <20020115125018.GE3498@samrowe.com> <20020115201919.GC32727@horde.org> <20020115220626.GH3498@samrowe.com> Message-ID: <20020115235100.GQ32727@horde.org> Quoting Sam Rowe : > I thought my initial questions were reasonable. I did my best to provide > as much information as I could. I also felt that simply asking about why > my messages were not being replied to was a legitimate question. I guess > my other option was to wait until my post was much too old for anyone to > remember it and not get IMP going. > > I quoted the entire message for context. As Jon said, a lot of us were on vacation. By reposting the entire message, issues of giving people a few days at least to respond aside, you make me read through your entire message twice to see if anything changed - it's just more work for me to catch up with everything. The list archives are around so that people can hand out pointers into them. I'll do my best to get to your original question - I haven't had time to do more than skim it, and your reposts - when I can. -chuck -- To understand recursion, one must first understand recursion. From joe@nethead.com Tue Jan 15 23:54:44 2002 From: joe@nethead.com (Joe Hamelin) Date: Tue, 15 Jan 2002 15:54:44 -0800 (PST) Subject: [imp] Imp 2.2.7 login In-Reply-To: <20020115154644.H22987@mail.shorttermwhat.com> Message-ID: Sending mail implies that your sendmail is working. Did you try the telnet test? You have to make sure that you enabled IMAP in your /etc/inetd.conf file and kicked inetd (killall -HUP inetd). Does is work on POP? (you also have to enable POP in inetd, and have installed /usr/ports/mail/popper or some other POP3 server. You can also test POP3 with 'telnet 127.0.0.1 110'. -Joe -- ----------------------------------------------------------------- | Joe Hamelin Edmonds, Washington, US | ----------------------------------------------------------------- On Tue, 15 Jan 2002, Paul Bauer wrote: :I had changed the hostname. thanks. :) imap is working as I am :sending mail. IS there a way to see why my usename and password :aren't being parsed properly then? I would love to see the process :between sending my password and getting the error described below. : :Again thank you. From lundeman@tbkol.dk Tue Jan 15 23:51:53 2002 From: lundeman@tbkol.dk (Rene Lund Jensen) Date: Wed, 16 Jan 2002 00:51:53 +0100 Subject: [imp] php --with-imap-ssl References: Message-ID: <00e701c19e1f$9bafd090$551f10ac@lundeman> > If anyone has this working can you please show me what you did with > uw-imap? > > php-4.1.1 > uw-imap-anything > > uw-imap: make bsf SSLTYPE=unix > php: ./configure --with-imap=/usr/working/imap-2001 > --with-imap-ssl=/usr/local/ssl > > this is all that i've seen is supposed to be done. > > apache doesn't like this. > > > apache will work with this, but hordes test.php returns no imap compiled > into php: > --with-imap=shared,/usr/working/imap-2001 > > > getting the old: Cannot load /usr/local/apache/libexec/libphp4.so into > server: /usr/local/apache/libexec/libphp4.so: Undefined symbol > "ssl_onceonlyinit" I had this too, I tried different paths to the imap c-client, but nothing worked. I then remembered reading something in the php doc. "To get these functions to work, you have to compile PHP with --with-imap. That requires the c-client library to be installed. Grab the latest version from ftp://ftp.cac.washington.edu/imap/ and compile it. Then copy c-client/c-client.a to /usr/local/lib/libc-client.a or some other directory on your link path and copy c-client/rfc822.h, mail.h and linkage.h to /usr/local/include or some other directory in your include path." Copying these files around as described here and configuring PHP with just --with-imap and --with-imap-ssl (without the paths) did the trick for me. René Jensen From pbauer@mail.shorttermwhat.com Wed Jan 16 00:01:07 2002 From: pbauer@mail.shorttermwhat.com (Paul Bauer) Date: Tue, 15 Jan 2002 16:01:07 -0800 Subject: [imp] Imp 2.2.7 login In-Reply-To: ; from joe@nethead.com on Tue, Jan 15, 2002 at 03:54:44PM -0800 References: <20020115154644.H22987@mail.shorttermwhat.com> Message-ID: <20020115160107.A29228@mail.shorttermwhat.com> $ telnet localhost 143 Trying 127.0.0.1... Connected to localhost.shorttermwhat.com. Escape character is '^]'. * OK mail.shorttermwhat.com Cyrus IMAP4 v1.5.19 server ready no pop3 and I am using tcpserver to start it as I am not a big fan of inetd. postfix/cyrus-imap/pop-before-smtp is the mail setup that works fine with mutt. Thank You. Paul. On Tue, Jan 15, 2002 at 03:54:44PM -0800, Joe Hamelin wrote: > > Sending mail implies that your sendmail is working. Did you try the > telnet test? You have to make sure that you enabled IMAP in your > /etc/inetd.conf file and kicked inetd (killall -HUP inetd). > > Does is work on POP? (you also have to enable POP in inetd, and have > installed /usr/ports/mail/popper or some other POP3 server. You can > also test POP3 with 'telnet 127.0.0.1 110'. > > -Joe > > -- > ----------------------------------------------------------------- > | Joe Hamelin Edmonds, Washington, US | > ----------------------------------------------------------------- > > On Tue, 15 Jan 2002, Paul Bauer wrote: > > :I had changed the hostname. thanks. :) imap is working as I am > :sending mail. IS there a way to see why my usename and password > :aren't being parsed properly then? I would love to see the process > :between sending my password and getting the error described below. > : > :Again thank you. > > > -- > 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 > -- ######################################### #Microsoft: Where do you want to go today? #Linux: Where do you want to go tomorrow? #BSD: Are you guys comming or what? From chuck@horde.org Wed Jan 16 00:08:31 2002 From: chuck@horde.org (Chuck Hagenbuch) Date: Tue, 15 Jan 2002 19:08:31 -0500 Subject: [imp] Causing maintenance operations to occur without prompting? In-Reply-To: References: <1009905194.3c31ee2ab7501@linux.wg.de> Message-ID: <20020116000831.GA32727@horde.org> Quoting Lloyd Zusman : > Thanks. But that works globally (i.e., for all users), and I asked > about whether it could be optional, and by that I meant for only those > users who request this feature. In other words, is it possible on a > per-user basis to tell IMP to perform periodic maintenance without > prompting the users who ask for this option? Other users who don't > request this option would be prompted as usual to perform their > maintenance. > > This doesn't seem possible ... or am I missing something? No, it isn't currently. A patch for a user preference for "prompt me for maintenance" would be fine. -chuck -- "It's not the size of the boat that makes the wave, it's the motion of the ocean." - Junebug Jabbo Jones From joe@nethead.com Wed Jan 16 00:09:48 2002 From: joe@nethead.com (Joe Hamelin) Date: Tue, 15 Jan 2002 16:09:48 -0800 (PST) Subject: [imp] Imp 2.2.7 login In-Reply-To: <20020115160107.A29228@mail.shorttermwhat.com> Message-ID: That looks good then. I'm using uw-imap and inetd on my freebsd4.2 system with imp 3.0. I'm not sure where to go except to test it on the imp demo site http://www.horde.org/demo/. At least then you can nail it down to an imp or mail problem. Any reason to use imp 2 instead of imp 3 right now? -Joe -- ----------------------------------------------------------------- | Joe Hamelin Edmonds, Washington, US | ----------------------------------------------------------------- On Tue, 15 Jan 2002, Paul Bauer wrote: : $ telnet localhost 143 :Trying 127.0.0.1... :Connected to localhost.shorttermwhat.com. :Escape character is '^]'. :* OK mail.shorttermwhat.com Cyrus IMAP4 v1.5.19 server ready : :no pop3 and I am using tcpserver to start it as I am not a big fan of inetd. : :postfix/cyrus-imap/pop-before-smtp is the mail setup that works fine with mutt. : :Thank You. :Paul. : From pbauer@mail.shorttermwhat.com Wed Jan 16 00:21:51 2002 From: pbauer@mail.shorttermwhat.com (Paul Bauer) Date: Tue, 15 Jan 2002 16:21:51 -0800 Subject: [imp] Imp 2.2.7 login In-Reply-To: ; from joe@nethead.com on Tue, Jan 15, 2002 at 04:09:48PM -0800 References: <20020115160107.A29228@mail.shorttermwhat.com> Message-ID: <20020115162151.C29228@mail.shorttermwhat.com> No reason at all. I just installed imp3 and killed imp2. No reason to get this and then upgrade I guess. I cannot find out why /usr/local/sbin/horde_setup.php3 isn't working. but I will shortly. On Tue, Jan 15, 2002 at 04:09:48PM -0800, Joe Hamelin wrote: > > That looks good then. I'm using uw-imap and inetd on my freebsd4.2 > system with imp 3.0. I'm not sure where to go except to test it on > the imp demo site http://www.horde.org/demo/. At least then you can > nail it down to an imp or mail problem. Any reason to use imp 2 > instead of imp 3 right now? > > -Joe > > > -- > ----------------------------------------------------------------- > | Joe Hamelin Edmonds, Washington, US | > ----------------------------------------------------------------- > > On Tue, 15 Jan 2002, Paul Bauer wrote: > > : $ telnet localhost 143 > :Trying 127.0.0.1... > :Connected to localhost.shorttermwhat.com. > :Escape character is '^]'. > :* OK mail.shorttermwhat.com Cyrus IMAP4 v1.5.19 server ready > : > :no pop3 and I am using tcpserver to start it as I am not a big fan of inetd. > : > :postfix/cyrus-imap/pop-before-smtp is the mail setup that works fine with mutt. > : > :Thank You. > :Paul. > : > > > > -- > 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 > -- ######################################### #Microsoft: Where do you want to go today? #Linux: Where do you want to go tomorrow? #BSD: Are you guys comming or what? From mbarsalou@aidea.org Wed Jan 16 00:46:11 2002 From: mbarsalou@aidea.org (Mike Barsalou) Date: Tue, 15 Jan 2002 15:46:11 -0900 Subject: A better way? Changing the HTTP port to 8080 Message-ID: After struggling with this for a while we finally got it to work by changing the Listen Address to 8080 AND the ServerName to ouraddress.com:8080. This just seems wrong. Anyone have a better way of doing this? BTW, the IMP server is on a private net behind a firewall with redirection.(SmoothWall). Mike From chuck@horde.org Wed Jan 16 01:20:26 2002 From: chuck@horde.org (Chuck Hagenbuch) Date: Tue, 15 Jan 2002 20:20:26 -0500 Subject: [imp] Read receipts In-Reply-To: <00f501c19ab8$a1887860$13c150c2@chester.ac.uk> References: <00f501c19ab8$a1887860$13c150c2@chester.ac.uk> Message-ID: <20020116012026.GF32727@horde.org> Quoting Henry Blackman : > X-Confirm-Reading-To: email@domain.com > X-pmrqc: 1 > Return-receipt-to: email@domain.com I don't see the harm, so I've added these in HEAD. > Also, and more importantly, is IMP supposed to send a read receipt itself > when a mail is opened that is flagged for the sender to receive a read > receipt? I'm wondering because that is probably our most requested features > here... A "feature" I personally find annoying, but still. No, it isn't. -chuck -- "To age is to ripen into a luscious fruit." - fortune cookie From ming@evil-overlords.com Wed Jan 16 12:01:52 2002 From: ming@evil-overlords.com (ming) Date: Wed, 16 Jan 2002 06:01:52 -0600 (CST) Subject: IMP 3.0 Horde 2.0 problems (fwd) Message-ID: Well trying to get IMP/Horde installed but I think i am missing something in the config. I keep getting these warning messages when I try to hit my /horde/imp/ dir on my web server...anyone have any ideas? Warning: Failed opening '/var/www/html/horde/imp/lib/../../config/lang.php' for inclusion (include_path='.:/php/includes:/usr/share/php') in /var/www/html/horde/lib/Lang.php on line 68 Warning: Invalid argument supplied for foreach() in /var/www/html/horde/lib/Lang.php on line 149 Warning: Invalid argument supplied for foreach() in /var/www/html/horde/lib/Lang.php on line 149 Warning: Invalid argument supplied for foreach() in /var/www/html/horde/lib/Lang.php on line 149 Warning: Failed opening '/var/www/html/horde/lib/../config/registry.php' for inclusion (include_path='.:/php/includes:/usr/share/php') in /var/www/html/horde/lib/Registry.php on line 95 Oh yeah running RH 7.2 with PHP 4.0.7(updated PEAR) and apache 1.13.23. Everything else should be running fine on the machine..any help would be apprecieated Jason ming@evil-overlords.com From jan@horde.org Wed Jan 16 12:29:26 2002 From: jan@horde.org (Jan Schneider) Date: Wed, 16 Jan 2002 13:29:26 +0100 Subject: [imp] IMP 3.0 Horde 2.0 problems (fwd) In-Reply-To: References: Message-ID: <1011184166.3c457226d7996@linux.wg.de> Zitat von ming : > > Well trying to get IMP/Horde installed but I think i am missing something > > in the config. I keep getting these warning messages when I try to hit my > > /horde/imp/ dir on my web server...anyone have any ideas? > > Warning: Failed opening > '/var/www/html/horde/imp/lib/../../config/lang.php' for inclusion > (include_path='.:/php/includes:/usr/share/php') in > /var/www/html/horde/lib/Lang.php on line 68 > > Warning: Failed opening '/var/www/html/horde/lib/../config/registry.php' You should read the error messages and the install instructions! You didn't copy the .dist files to the appropriate .php files. Jan. -- :::::::::::::::::::::::::::::::::::::::: 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 :::::::::::::::::::::::::::::::::::::::::::::: From ming@evil-overlords.com Wed Jan 16 13:31:39 2002 From: ming@evil-overlords.com (Jason) Date: Wed, 16 Jan 2002 07:31:39 -0600 Subject: [imp] IMP 3.0 Horde 2.0 problems (fwd) In-Reply-To: <1011184166.3c457226d7996@linux.wg.de> Message-ID: Actually I am pretty sure I did that but I will double check. -----Original Message----- From: Jan Schneider [mailto:jan@horde.org] Sent: Wednesday, January 16, 2002 6:29 AM To: imp@lists.horde.org Subject: Re: [imp] IMP 3.0 Horde 2.0 problems (fwd) Zitat von ming : > > Well trying to get IMP/Horde installed but I think i am missing something > > in the config. I keep getting these warning messages when I try to hit my > > /horde/imp/ dir on my web server...anyone have any ideas? > > Warning: Failed opening > '/var/www/html/horde/imp/lib/../../config/lang.php' for inclusion > (include_path='.:/php/includes:/usr/share/php') in > /var/www/html/horde/lib/Lang.php on line 68 > > Warning: Failed opening '/var/www/html/horde/lib/../config/registry.php' You should read the error messages and the install instructions! You didn't copy the .dist files to the appropriate .php files. Jan. -- :::::::::::::::::::::::::::::::::::::::: 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 :::::::::::::::::::::::::::::::::::::::::::::: -- 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 newtech@pol.fr Wed Jan 16 13:44:26 2002 From: newtech@pol.fr (newtech) Date: Wed, 16 Jan 2002 14:44:26 +0100 Subject: virtual hosting problem Message-ID: <003e01c19e93$ea082cf0$0200a8c0@ASPMaster> ---------------------- multipart/alternative attachment Hi !, I have a linux server with IMP & Horde for propose a free webmail = solution to my customer.=20 I configure IMP to connect on my POP3 mail server (is a distant = POP3/MSTP server on windows 2000 and Mercur Mail server). I have no = problem to list all the post, and send message for one domain. I can retrieve mail for all virtual host domain configured on my mail = server. With the IMP login page, all my customer access to their = mailbox. But, anyone can't sent a mail, because i don't set the = maildomain line on my server.php file. When i try the official IMP3-0 = stable demo, i can send a mail, but this mail come from = myaccount@example.com. I try the vinfo function but nothing happens. Because my english i bad, i describes quickly my need : 1. I have a distant mail server with many virtual host domain. 2. I want that my user can login in IMP with is Mail login and mail = password. 3. I want that my user can sent a mail with IMP and the "From" field was = formatted with the correct domain name. 4. Can you help me ?? Please ---------------------- multipart/alternative attachment-- From pareilly@tcd.ie Wed Jan 16 14:13:29 2002 From: pareilly@tcd.ie (Paul Reilly) Date: Wed, 16 Jan 2002 14:13:29 +0000 (GMT) Subject: [imp] IMP 3.0 Horde 2.0 problems (fwd) In-Reply-To: Message-ID: > > (include_path='.:/php/includes:/usr/share/php') in > > /var/www/html/horde/lib/Lang.php on line 68 make sure that your php include_path defined in php.ini is inludes the location of where the PEAR library is installed. On my box I installed PHP in to /local/apache/php and my include_path ahs to include /local/apache/php/lib/php Paul From liamr@umich.edu Wed Jan 16 14:14:41 2002 From: liamr@umich.edu (Liam Hoekenga) Date: Wed, 16 Jan 2002 09:14:41 -0500 Subject: lost_login time format? Message-ID: <1011190481.3c458ad145f90@carrierpigeon.mail.umich.edu> Hey guys - What time format is last login stored in? epoch seconds? I'd like to be able to query our DB server and see who's logged on to IMP over the span of a month. Liam From patrick.drouin2@sympatico.ca Wed Jan 16 14:35:46 2002 From: patrick.drouin2@sympatico.ca (Patrick Drouin) Date: Wed, 16 Jan 2002 09:35:46 -0500 Subject: Maintenance Message-ID: <001201c19e9b$16294f10$3701a8c0@TINTIN> ---------------------- multipart/alternative attachment Hello everyone, I just converted my little server to use Horde (2.0) /Imp (3.0) and it = seems to be a really neat tools. One little thing annoys me when logging = into Imp though. It always prompts me for maintenance work. I have tried = to switch it off in the config files but it keeps prompting me. I might = have missed something, here's what I have: $prefGroups['monthlytasks'] =3D array( 'column' =3D> _("Mail Management"), 'label' =3D> _("Maintenance Operations"), 'desc' =3D> _("Customize maintenance operations run upon login to = IMP."), 'members' =3D> array('') ); // rename sent-mail folder every month? $_prefs['rename_sentmail_monthly'] =3D array( 'value' =3D> 0, 'locked' =3D> false, 'shared' =3D> false, 'type' =3D> 'checkbox', 'desc' =3D> _("Rename sent-mail folder at beginning of month") ); // purge sent-mail folders every month? $_prefs['delete_sentmail_monthly'] =3D array( 'value' =3D> 0, 'locked' =3D> false,// purge Trash folder? $_prefs['purge_trash'] =3D array( 'value' =3D> 0, 'locked' =3D> false, 'shared' =3D> false, 'type' =3D> 'checkbox', 'desc' =3D> _("Purge old message in the Trash folder") ); 'shared' =3D> false, 'type' =3D> 'checkbox', 'desc' =3D> _("Delete old sent-mail folders at beginning of month") ); Any hints will be more than appreciated. I'm sure I've overlooked = something. Thanks, P ---------------------- multipart/alternative attachment-- From jon@horde.org Wed Jan 16 14:37:35 2002 From: jon@horde.org (Jon Parise) Date: Wed, 16 Jan 2002 09:37:35 -0500 Subject: [imp] lost_login time format? In-Reply-To: <1011190481.3c458ad145f90@carrierpigeon.mail.umich.edu> References: <1011190481.3c458ad145f90@carrierpigeon.mail.umich.edu> Message-ID: <20020116143734.GA9073@csh.rit.edu> On Wed, Jan 16, 2002 at 09:14:41AM -0500, Liam Hoekenga wrote: > What time format is last login stored in? epoch seconds? Right. We use the time() function[1] to populate that field. > I'd like to be able to query our DB server and see who's logged > on to IMP over the span of a month. That's pretty neat. If you end up with a generalized tool, would you be able to contribute it? [1] http://www.php.net/manual/en/function.time.php -- Jon Parise (jon@csh.rit.edu) . Information Technology (2001) http://www.csh.rit.edu/~jon/ : Computer Science House Member From mcoughlan@gothambroadband.com Wed Jan 16 14:33:21 2002 From: mcoughlan@gothambroadband.com (Mike Coughlan) Date: Wed, 16 Jan 2002 09:33:21 -0500 Subject: [imp] Mail sent "on behalf of" not searchable. In-Reply-To: <20020115234733.GP32727@horde.org> Message-ID: > Sounds like this is entirely due to how you have horde configured to send > mail - are you using sendmail on the command line? Thanks again Chuck. This edit changed our outgoing headers so that mail is no longer sent on behalf of www-data. horde.php -- $conf['mailer']['type'] = 'sendmail'; ++ $conf['mailer']['type'] = 'smtp'; From anders@gjerlov.dk Wed Jan 16 14:51:33 2002 From: anders@gjerlov.dk (=?iso-8859-1?q?Anders_Gjerl=F8v?=) Date: Wed, 16 Jan 2002 15:51:33 +0100 Subject: . files showing in folder view In-Reply-To: <003e01c19e93$ea082cf0$0200a8c0@ASPMaster> Message-ID: <20020116145020.JKSG1982.fepF.post.tele.dk@ag> Hi, I'm having trouble hiding the . files in the folder view. I have the: $conf['server']['show_dotfiles'] = false; in imp/config/conf.php set - but the files still show. Version IMP 3 and Horde 2 Regards, Anders From jan@horde.org Wed Jan 16 14:52:36 2002 From: jan@horde.org (Jan Schneider) Date: Wed, 16 Jan 2002 15:52:36 +0100 Subject: [imp] Maintenance In-Reply-To: <001201c19e9b$16294f10$3701a8c0@TINTIN> References: <001201c19e9b$16294f10$3701a8c0@TINTIN> Message-ID: <1011192756.3c4593b4aba56@linux.wg.de> Zitat von Patrick Drouin : > Hello everyone, > > I just converted my little server to use Horde (2.0) /Imp (3.0) and it > seems to be a really neat tools. One little thing annoys me when logging > into Imp though. It always prompts me for maintenance work. I have tried > to switch it off in the config files but it keeps prompting me. I might > have missed something, here's what I have: > > > // rename sent-mail folder every month? > $_prefs['rename_sentmail_monthly'] = array( > 'value' => 0, > 'locked' => false, > 'shared' => false, > 'type' => 'checkbox', > 'desc' => _("Rename sent-mail folder at beginning of month") > ); [...] You also have to lock the maintenance preferences ('locked' => true) Jan. -- :::::::::::::::::::::::::::::::::::::::: 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 :::::::::::::::::::::::::::::::::::::::::::::: From patrick.drouin2@sympatico.ca Wed Jan 16 15:09:06 2002 From: patrick.drouin2@sympatico.ca (Patrick Drouin) Date: Wed, 16 Jan 2002 10:09:06 -0500 Subject: [imp] Maintenance References: <001201c19e9b$16294f10$3701a8c0@TINTIN> <1011192756.3c4593b4aba56@linux.wg.de> Message-ID: <006701c19e9f$be143ab0$3701a8c0@TINTIN> Jan, > [...] > > You also have to lock the maintenance preferences ('locked' => true) Duh... Works like a charm! Thanks for the tip. P From basso@die.supsi.ch Wed Jan 16 15:10:55 2002 From: basso@die.supsi.ch (basso) Date: Wed, 16 Jan 2002 16:10:55 +0100 Subject: IMP 3.0 Message-ID: <000201c19e9f$ff16af70$279905c1@die.supsi.ch> I've a problem with this version of IMP. Outside my network, when I try to reach the myhost:/horde/imp http page I get an error. For example if I try via lynx utility: lynx lbmail.lic.ti-edu.ch/horde/imp I receive un error like this: Alert!: Unable to connect to remote host. Looking up lbmail.lic.ti-edu.ch first Looking up lbmail.lic.ti-edu.ch Making HTTP connection to lbmail.lic.ti-edu.ch Sending HTTP request. HTTP request sent; waiting for response. HTTP/1.1 301 Moved Permanently Data transfer complete HTTP/1.1 301 Moved Permanently Looking up lbmail Unable to locate remote host lbmail. Alert!: Unable to connect to remote host. ) perhaps if I try to reach the myhost: (http default page) and myhost:/horde/test.php page I haven't any problem. Inside my network all it works. Someone can help me?. Regards. Fabio Basso Scuola Universitaria Professionale della Svizzera italiana Dipartimento di informatica ed elettronica Tel. 091/6108504 Fabio Basso Scuola Universitaria Professionale della Svizzera italiana Dipartimento di informatica ed elettronica Tel. 091/6108504 From mcoughlan@gothambroadband.com Wed Jan 16 15:16:24 2002 From: mcoughlan@gothambroadband.com (Mike Coughlan) Date: Wed, 16 Jan 2002 10:16:24 -0500 Subject: [imp] sql.php patches for Oracle. In-Reply-To: <20020115233601.GL32727@horde.org> Message-ID: It is to the credit of IMP that the Oracle SQL patch resides in one file. I will submit a bug report to php.net, unless someone more qualified has the time or can point me to an existing ticket. A quick search of that DB didn't bring up a report. Thanks Liam & Chuck for your past posts - it is working again. > Yes, that is where the fix should go (PEAR). One was discussed, but a > modification to PHP was needed (a new function), and I don't know if that > ever was committed. From liamr@umich.edu Wed Jan 16 15:47:14 2002 From: liamr@umich.edu (Liam Hoekenga) Date: Wed, 16 Jan 2002 10:47:14 -0500 Subject: UID STORE failed Message-ID: <1011196034.3c45a082b8afb@ponyexpress.mail.umich.edu> Hey - we're getting this occasionally in our php error log: PHP Warning: UID STORE failed: UID sequence invalid (errflg=2) in Unknown on line 0 any ideas what's causing it? HORDE 2.0 / IMP 3.0 are the only php application on the machines in question Liam From philip.steeman@kh.khbo.be Wed Jan 16 15:57:15 2002 From: philip.steeman@kh.khbo.be (Philip Steeman) Date: Wed, 16 Jan 2002 16:57:15 +0100 Subject: spelling checker Message-ID: <1011196635.3c45a2db8200d@imp3.khbo.be> Hello, One question: When you make a spelling check of a message, you can see in the window, your corrected text. Is it possible in IMP3 (like in IMP2.2) to have the errors in red? Because when we type a message in Dutch about computers, there are a lot of English words in it, so we have to click an awfull lot of times. When the 'errors' are in red, we can see quickly our real errors. Philip -- Philip Steeman Tel. werk: 059/56 90 16 surf ook eens naar http://aanzee.be ------------------------------------------------- This mail sent through IMP: http://horde.org/imp/ From jan@horde.org Wed Jan 16 16:07:53 2002 From: jan@horde.org (Jan Schneider) Date: Wed, 16 Jan 2002 17:07:53 +0100 Subject: [imp] spelling checker Message-ID: <1011197273.3c45a559d0487@linux.wg.de> Zitat von Philip Steeman : > Hello, > One question: > > When you make a spelling check of a message, you can see in the window, > your > corrected text. Is it possible in IMP3 (like in IMP2.2) to have the > errors in > red? Because when we type a message in Dutch about computers, there are a > lot > of English words in it, so we have to click an awfull lot of times. When > > the 'errors' are in red, we can see quickly our real errors. The errors ARE in red. At least they should be if everything works correctly. Jan. -- :::::::::::::::::::::::::::::::::::::::: 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 :::::::::::::::::::::::::::::::::::::::::::::: From jan@horde.org Wed Jan 16 15:18:23 2002 From: jan@horde.org (Jan Schneider) Date: Wed, 16 Jan 2002 16:18:23 +0100 Subject: [imp] IMP 3.0 In-Reply-To: <000201c19e9f$ff16af70$279905c1@die.supsi.ch> References: <000201c19e9f$ff16af70$279905c1@die.supsi.ch> Message-ID: <1011194303.3c4599bf2f227@linux.wg.de> Zitat von basso : > I've a problem with this version of IMP. > > Outside my network, when I try to reach the myhost:/horde/imp http page > I get an error. For example if I try via lynx utility: > > lynx lbmail.lic.ti-edu.ch/horde/imp > > I receive un error like this: > > > Alert!: Unable to connect to remote host. > > > Looking up lbmail.lic.ti-edu.ch first > Looking up lbmail.lic.ti-edu.ch > Making HTTP connection to lbmail.lic.ti-edu.ch > Sending HTTP request. > HTTP request sent; waiting for response. > HTTP/1.1 301 Moved Permanently > Data transfer complete > HTTP/1.1 301 Moved Permanently > Looking up lbmail > Unable to locate remote host lbmail. > Alert!: Unable to connect to remote host. > > ) > > perhaps if I try to reach the myhost: (http default page) and > myhost:/horde/test.php page I haven't any problem. > > > Inside my network all it works. > > Someone can help me?. Do you by chance have UseCanonicalName On? Jan. -- :::::::::::::::::::::::::::::::::::::::: 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 :::::::::::::::::::::::::::::::::::::::::::::: From jan@horde.org Wed Jan 16 15:15:06 2002 From: jan@horde.org (Jan Schneider) Date: Wed, 16 Jan 2002 16:15:06 +0100 Subject: [imp] . files showing in folder view In-Reply-To: <20020116145020.JKSG1982.fepF.post.tele.dk@ag> References: <20020116145020.JKSG1982.fepF.post.tele.dk@ag> Message-ID: <1011194106.3c4598fae63d3@linux.wg.de> Zitat von Anders Gjerløv : > Hi, > > I'm having trouble hiding the . files in the folder view. > > I have the: > $conf['server']['show_dotfiles'] = false; > in imp/config/conf.php set - but the files still show. I'm not sure what you mean. Do you have folders starting with . under your mail directories? Jan. -- :::::::::::::::::::::::::::::::::::::::: 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 :::::::::::::::::::::::::::::::::::::::::::::: From dwfulton@hotmail.com Wed Jan 16 17:02:13 2002 From: dwfulton@hotmail.com (Dan Fulton) Date: Wed, 16 Jan 2002 12:02:13 -0500 Subject: Parse Error on registry.php Message-ID: <002001c19eaf$8b300510$0a00a8c0@GATSBY> ---------------------- multipart/alternative attachment I just installed horde 2.0 and imp 3.0 and now I'm getting an error when I go to my imp login.php or index.php page saying that there is a parse errore in the registry.php at line 101. Here is the exact error: Parse error: parse error, expecting `')'' in /var/www/html/horde/config/registry.php on line 101 dwfulton@hotmail.com ---------------------- multipart/alternative attachment-- From pbauer@mail.shorttermwhat.com Wed Jan 16 17:08:47 2002 From: pbauer@mail.shorttermwhat.com (Paul Bauer) Date: Wed, 16 Jan 2002 09:08:47 -0800 Subject: [imp] Parse Error on registry.php In-Reply-To: <002001c19eaf$8b300510$0a00a8c0@GATSBY>; from dwfulton@hotmail.com on Wed, Jan 16, 2002 at 12:02:13PM -0500 References: <002001c19eaf$8b300510$0a00a8c0@GATSBY> Message-ID: <20020116090847.A31827@mail.shorttermwhat.com> Did you make sure you uncommented the last //); in the registry file? On Wed, Jan 16, 2002 at 12:02:13PM -0500, Dan Fulton wrote: > I just installed horde 2.0 and imp 3.0 and now I'm getting an error when > I go to my imp login.php or index.php page saying that there is a parse > errore in the registry.php at line 101. Here is the exact error: Parse > error: parse error, expecting `')'' in > /var/www/html/horde/config/registry.php on line 101 > > dwfulton@hotmail.com > -- ######################################### #Microsoft: Where do you want to go today? #Linux: Where do you want to go tomorrow? #BSD: Are you guys comming or what? From sysadmin@destination.ca Wed Jan 16 19:07:38 2002 From: sysadmin@destination.ca (Cedric Tardif) Date: Wed, 16 Jan 2002 14:07:38 -0500 Subject: language problem and reload problem Message-ID: <5.1.0.14.2.20020116140652.02346480@mail.destination.ca> Ronnie, It not resolve the problem. And further problem i got... If i reload the page : with IE 6 i get this error message : Warning: unserialize() failed at offset 0 of 34 bytes in= /mnt/hda5/www/horde/lib/Auth.php on line 251 With netscape 4.7=20 I'm loged out With Mozilla .9.7 i have no error At 13:47 16/01/02, you wrote: >At 13:40 16/01/02 -0500, you wrote: >>Ronnie, >> >>This is not what i have said i my message, that i have setup the default= language to 'fr_FR' in /horde/config/lang.php ? > >Heh, i'm tired. >I meant, in /horde/imp/config/prefs.php : > >// user language >$_prefs['language'] =3D array( > 'value' =3D> 'fr_FR', > 'locked' =3D> false, > 'shared' =3D> true, > 'type' =3D> 'select', > 'desc' =3D> _("Select your preferred language:") >); > >(i had the same problem, setting 'fr_FR' in there corrected it). > >Rgds, >Ronnie. > > >>Regards >>Cedric >> >>At 13:36 16/01/02, you wrote: >>>Maybe this, in /horde/conf/lang.php : >>> >>>/* The langauge to fall back on if we cannot determine one any other >>> * way (user choice, preferences, HTTP_ACCEPT_LANGUAGE). */ >>>$nls['defaults']['language'] =3D 'fr_FR'; >>> >>>Rgds, >>>Ronnie >>> >>>At 13:33 16/01/02 -0500, you wrote: >>>>Hi all, >>>> >>>>I'm running Horde 2.0 and IMP 3.0 from the CVS with PHP 4.1.1 >>>> >>>>I have change the default language to 'fr_FR' in /horde/config/lang.php >>>> >>>>When i load the horde website it display in french but if i put my= username and password to log in the toobar and all the menu are in english= and i see a web page with the listing of the folder. >>>> >>>>If i choose a language in the listing this do not happen. >>>> >>>>It only happen if i don't choose a language at the loggin screen. >>>> >>>>Can someone tell me how to correct this problem ? >>>> >>>> >>>>-- >>>>Horde mailing list: http://horde.org/horde/ >>>>Frequently Asked Questions: http://horde.org/faq/ >>>>To unsubscribe, mail: horde-unsubscribe@lists.horde.org >>> >>>Ronnie Garcia. >>> >>>--- >>>Network Operations Center >>> >>> >>> - N=E9tia - >>>Halle Industrielle de Farjou - F-34270 Claret >>>T=E9l: +33 (0)4 67 590 807 >>>Fax: +33 (0)4 67 590 820 >>> >>> www.netia.net >>>www.netia-lab.net >>> >>> >>>-- >>>Horde mailing list: http://horde.org/horde/ >>>Frequently Asked Questions: http://horde.org/faq/ >>>To unsubscribe, mail: horde-unsubscribe@lists.horde.org >> >> >>-- >>Horde mailing list: http://horde.org/horde/ >>Frequently Asked Questions: http://horde.org/faq/ >>To unsubscribe, mail: horde-unsubscribe@lists.horde.org > >Ronnie Garcia. > >--- >Network Operations Center > > > - N=E9tia - >Halle Industrielle de Farjou - F-34270 Claret >T=E9l: +33 (0)4 67 590 807 >Fax: +33 (0)4 67 590 820 > > www.netia.net >www.netia-lab.net > > >--=20 >Horde mailing list: http://horde.org/horde/ >Frequently Asked Questions: http://horde.org/faq/ >To unsubscribe, mail: horde-unsubscribe@lists.horde.org From sysadmin@destination.ca Wed Jan 16 19:13:29 2002 From: sysadmin@destination.ca (Cedric Tardif) Date: Wed, 16 Jan 2002 14:13:29 -0500 Subject: MOZILLA 0.9.7 sending a message don,t work Message-ID: <5.1.0.14.2.20020116141222.01ffa5d0@mail.destination.ca> Hi all, Sending a message from imp don,t work with mozilla 0.9.7 I'M using the CVS last rsync 3 day ago Regards From jan@horde.org Wed Jan 16 19:24:04 2002 From: jan@horde.org (Jan Schneider) Date: Wed, 16 Jan 2002 20:24:04 +0100 Subject: [imp] MOZILLA 0.9.7 sending a message don,t work In-Reply-To: <5.1.0.14.2.20020116141222.01ffa5d0@mail.destination.ca> References: <5.1.0.14.2.20020116141222.01ffa5d0@mail.destination.ca> Message-ID: <1011209044.3c45d3548e596@linux.wg.de> Zitat von Cedric Tardif : > Hi all, > > Sending a message from imp don,t work with mozilla 0.9.7 > > I'M using the CVS last rsync 3 day ago That's a known mozilla bug. Jan. -- :::::::::::::::::::::::::::::::::::::::: 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 :::::::::::::::::::::::::::::::::::::::::::::: From sysadmin@destination.ca Wed Jan 16 19:31:50 2002 From: sysadmin@destination.ca (Cedric Tardif) Date: Wed, 16 Jan 2002 14:31:50 -0500 Subject: [imp] MOZILLA 0.9.7 sending a message don,t work In-Reply-To: <1011209044.3c45d3548e596@linux.wg.de> References: <5.1.0.14.2.20020116141222.01ffa5d0@mail.destination.ca> <5.1.0.14.2.20020116141222.01ffa5d0@mail.destination.ca> Message-ID: <5.1.0.14.2.20020116143136.020017a0@mail.destination.ca> Since it a javascript this is not a javascript bug ? At 14:24 16/01/02, you wrote: >Zitat von Cedric Tardif : > >> Hi all, >> >> Sending a message from imp don,t work with mozilla 0.9.7 >> >> I'M using the CVS last rsync 3 day ago > >That's a known mozilla bug. > >Jan. > >-- >:::::::::::::::::::::::::::::::::::::::: >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 >:::::::::::::::::::::::::::::::::::::::::::::: > >-- >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 mcoughlan@gothambroadband.com Wed Jan 16 19:37:35 2002 From: mcoughlan@gothambroadband.com (Mike Coughlan) Date: Wed, 16 Jan 2002 14:37:35 -0500 Subject: PHP breaks on Oracle PK constraints. Message-ID: Ok, I spoke too soon. We seem to have other problems that may be Oracle specific. Liam, I noticed you saw a similar error in past posts. Please let me know if you found a fix. When I log in or set a pref for the first time, all is OK. When I log out and log in again, or when I reset a pref, I get this error message - but can click through to effect Oracle: Warning: Undefined offset: 1 in /usr/local/lib/php/DB/common.php on line 139 The php.error log says it all - the original INSERT is not failing gracefully. [16-Jan-2002 14:02:09] oci8 about to OCIExecute INSERT INTO HORDE_PREFS (PREF_UID, PREF_SCOPE, PREF_NAME, PREF_VALUE) VALUES('test@gothambroadband.com', 'imp', 'last_login', '1011207729') [16-Jan-2002 14:02:09] PHP Warning: Undefined offset: 1 in /usr/local/lib/php/DB/common.php on line 139 [16-Jan-2002 14:02:09] oci8 about to OCIExecute UPDATE HORDE_PREFS SET PREF_VALUE = '1011207729' WHERE PREF_UID = 'test@gothambroadband.com' AND PREF_NAME = 'last_login' AND PREF_SCOPE = 'imp' [16-Jan-2002 14:02:09] oci8 OCIExecuted well with 1 Maybe the latest PEAR will help? _________________________ Mike Coughlan GOTHAM BROADBAND 3 West 18th Street NYC 10011 USA Tel: +1.212.206.9620 ext 310 Fax: +1.212.206.9612 email: mcoughlan@gothambroadband.com From mcoughlan@gothambroadband.com Wed Jan 16 20:03:18 2002 From: mcoughlan@gothambroadband.com (Mike Coughlan) Date: Wed, 16 Jan 2002 15:03:18 -0500 Subject: [imp] PHP breaks on Oracle PK constraints. In-Reply-To: Message-ID: OK, so maybe I'm thinking aloud on the list, as I reply to my own post, but at least it works now. Thanks all. > Maybe the latest PEAR will help? From KHamilton@Hunter.COM Wed Jan 16 20:25:42 2002 From: KHamilton@Hunter.COM (Hamilton, Kent) Date: Wed, 16 Jan 2002 14:25:42 -0600 Subject: [imp] Cool quotes + spellcheck bug Message-ID: <3A210A88B47BD511846800A0C9C83B4412D842@mailbox.Hunter.COM> I reported exactly this error last week along with a couple of other cases of the same type of error. If I get some time this weekend I may look in to it a little more unless someone has a fix for it already. -- Kent Hamilton Manager - Systems Admin & Networking Hunter Engineering Company > -----Original Message----- > From: David L. Parsley [mailto:parsley@roanoke.edu] > Sent: Tuesday, January 15, 2002 1:21 PM > To: imp@lists.horde.org > Subject: [imp] Cool quotes + spellcheck bug > > > Hi, > > When I type 'parsley' and click 'expand names', I get: > "Parsley, David" > > Which is just fine, and the message sends out OK. > > But if I do spell check, after I click 'done' I get THIS: > \\\\\\\"Parsley, David\\\\\\\" > > Which is totally hosed, and now my message won't send. Even funnier, > the reject from sendmail looks like this: > ----- The following addresses had permanent fatal errors ----- > "\\\\\\\\\\\\\\\"Parsley"@roanoke.edu > > So the backslashes have _really_ exploded. > > magic_quotes_runtime is OFF. (says so on horde/test.php page as well) > > This is with IMP3 + Horde2 rpms on an RH71 server, my client > is Mozilla > 0.9.6. > > Cool bug, eh? > > regards, > David > > -- > David L. Parsley > Network Administrator, Roanoke College > "If I have seen further it is by standing on ye shoulders of Giants." > --Isaac Newton > > ------------------------------------------------- > This mail sent through IMP: http://horde.org/imp/ > > > -- > 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 jan@horde.org Wed Jan 16 20:05:36 2002 From: jan@horde.org (Jan Schneider) Date: Wed, 16 Jan 2002 21:05:36 +0100 Subject: [imp] MOZILLA 0.9.7 sending a message don,t work In-Reply-To: <5.1.0.14.2.20020116143136.020017a0@mail.destination.ca> References: <5.1.0.14.2.20020116141222.01ffa5d0@mail.destination.ca> <5.1.0.14.2.20020116141222.01ffa5d0@mail.destination.ca> <5.1.0.14.2.20020116143136.020017a0@mail.destination.ca> Message-ID: <1011211536.3c45dd10ed905@linux.wg.de> No, check the mailing list archive for details. Zitat von Cedric Tardif : > Since it a javascript this is not a javascript bug ? > > At 14:24 16/01/02, you wrote: > >Zitat von Cedric Tardif : > > > >> Hi all, > >> > >> Sending a message from imp don,t work with mozilla 0.9.7 > >> > >> I'M using the CVS last rsync 3 day ago > > > >That's a known mozilla bug. > > > >Jan. > > > >-- > >:::::::::::::::::::::::::::::::::::::::: > >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 > >:::::::::::::::::::::::::::::::::::::::::::::: > > > >-- > >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 > > Jan. -- :::::::::::::::::::::::::::::::::::::::: 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 :::::::::::::::::::::::::::::::::::::::::::::: From liamr@umich.edu Wed Jan 16 21:55:03 2002 From: liamr@umich.edu (Liam Hoekenga) Date: Wed, 16 Jan 2002 16:55:03 -0500 Subject: displaying images in embedded html on SSL hosts Message-ID: <1011218103.3c45f6b762cbd@carrierpigeon.mail.umich.edu> hey guys - our IMP installation is on a secure webserver. we've enabled the display of inline html - mainly to allow people to read messages from hotmail and such w/o having to spawn a separate window (as hotmail's messages all seem to show up as html attachments). anyways... we get the broken key icon for tags in said html email messages (as secure web pages don't want to display images located on non-secure sites)... we commonly see this in messages like the "advertising circulars" sent out by buy.com, amazon, etc (when they choose to send you "html" email instead of plain text). on normal, secured websites, we normally display graphics from non-secure sites by using a cgi wrapper (we call image): #!/bin/csh if ($?PATH_INFO) then echo "Location: `echo $PATH_INFO | cut -c2-2048`" else if ($?QUERY_STRING) then echo "Location: $QUERY_STRING" endif echo "" and our image src tags look like: might it be possible to have IMP do something similar if HORDE is told to generate https URLS? liam From dwfulton@hotmail.com Wed Jan 16 22:19:58 2002 From: dwfulton@hotmail.com (Dan Fulton) Date: Wed, 16 Jan 2002 17:19:58 -0500 Subject: [imp] Parse Error on registry.php In-Reply-To: <20020116090847.A31827@mail.shorttermwhat.com> Message-ID: <000001c19edb$eee4c100$0a00a8c0@GATSBY> ---------------------- multipart/alternative attachment I found a ); at the end of the registry.php file but, not a //);. At the end of the stanza for IMP there is a //); should I get rid of that? DF Computer Fixer for Hire 617.450.9607 dwfulton@hotmail.com -----Original Message----- From: Paul Bauer [mailto:pbauer@mail.shorttermwhat.com] Sent: Wednesday, January 16, 2002 12:09 PM To: imp@lists.horde.org Subject: Re: [imp] Parse Error on registry.php Did you make sure you uncommented the last //); in the registry file? On Wed, Jan 16, 2002 at 12:02:13PM -0500, Dan Fulton wrote: > I just installed horde 2.0 and imp 3.0 and now I'm getting an error when > I go to my imp login.php or index.php page saying that there is a parse > errore in the registry.php at line 101. Here is the exact error: Parse > error: parse error, expecting `')'' in > /var/www/html/horde/config/registry.php on line 101 > > dwfulton@hotmail.com > -- ######################################### #Microsoft: Where do you want to go today? #Linux: Where do you want to go tomorrow? #BSD: Are you guys comming or what? -- 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 ---------------------- multipart/alternative attachment-- From jan@horde.org Wed Jan 16 22:15:54 2002 From: jan@horde.org (Jan Schneider) Date: Wed, 16 Jan 2002 23:15:54 +0100 Subject: [imp] displaying images in embedded html on SSL hosts In-Reply-To: <1011218103.3c45f6b762cbd@carrierpigeon.mail.umich.edu> References: <1011218103.3c45f6b762cbd@carrierpigeon.mail.umich.edu> Message-ID: <1011219354.3c45fb9adeea6@linux.wg.de> Zitat von Liam Hoekenga : > hey guys - > > our IMP installation is on a secure webserver. we've enabled the display > of > inline html - mainly to allow people to read messages from hotmail and > such w/o > having to spawn a separate window (as hotmail's messages all seem to show > up as > html attachments). > > anyways... we get the broken key icon for src="http://blah.com/blah.jpg"> > tags in said html email messages (as secure web pages don't want to > display > images located on non-secure sites)... we commonly see this in messages > like the > "advertising circulars" sent out by buy.com, amazon, etc (when they > choose to > send you "html" email instead of plain text). > > on normal, secured websites, we normally display graphics from non-secure > sites > by using a cgi wrapper (we call image): > > > #!/bin/csh > > if ($?PATH_INFO) then > > echo "Location: `echo $PATH_INFO | cut -c2-2048`" > > else if ($?QUERY_STRING) then > > echo "Location: $QUERY_STRING" > > endif > echo "" > > and our image src tags look like: > > > > might it be possible to have IMP do something similar if HORDE is told > to > generate https URLS? I think, that shouldn't be to much work. view.php could handle the redirection and someone has to write a regexp for the HTML MIME viewer. Patch? Jan. -- :::::::::::::::::::::::::::::::::::::::: 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 :::::::::::::::::::::::::::::::::::::::::::::: From jmccoy@mills.edu Wed Jan 16 22:40:04 2002 From: jmccoy@mills.edu (John McCoy) Date: Wed, 16 Jan 2002 14:40:04 -0800 Subject: All messages read under POP3 Message-ID: <01a401c19ede$ce92cca0$e401a8c0@apollo> Not sure if this is normal behavior or not, so figured I should ask the experts. This is my first pop-toaster with maildirs, I normally only work with IMAP and mbox. When using IMP or Outlook Express in POP3 mode as soon as I get new headers all messages in the new folder get moved to the cur folder. This is fine in Outlook as it remembers the message is still unread by it. In IMP 3.0 all messages always show as read, which needless to say is no good. If I connect to my remote IMAP server via the same version of IMP I have no problems. I am not running IMAP at all on the pop-toaster. Is this normal? Am I crazy, dumb question, what might be wrong? Thanks all. Test System Specs: Redhat 7.0 (yes I know I need to upgrade it, all updates applied, production will be 7.1 or 7.2) qmail-ldap 1.03 IMP 3.0 & Horde 2.0 & Turba 1.0 Apache 1.3.20 php-4.1.0 c-client from imap-2001a qmail-pop3d daemontools-0.76 (How can such a cool program still only be a point release) ucspi-tcp-0.88 ******************************** John McCoy jmccoy@mills.edu Central Systems Administrator Mills College, Oakland CA 510-430-3321 ******************************** From jan@horde.org Wed Jan 16 22:36:13 2002 From: jan@horde.org (Jan Schneider) Date: Wed, 16 Jan 2002 23:36:13 +0100 Subject: [imp] Parse Error on registry.php In-Reply-To: <000001c19edb$eee4c100$0a00a8c0@GATSBY> References: <000001c19edb$eee4c100$0a00a8c0@GATSBY> Message-ID: <1011220573.3c46005d7d425@linux.wg.de> Zitat von Dan Fulton : > I found a ); at the end of the registry.php file but, not a //);. At > the end of the stanza for IMP there is a //); should I get rid of that? Yes. Jan. -- :::::::::::::::::::::::::::::::::::::::: 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 :::::::::::::::::::::::::::::::::::::::::::::: From liamr@umich.edu Wed Jan 16 22:42:55 2002 From: liamr@umich.edu (Liam Hoekenga) Date: Wed, 16 Jan 2002 17:42:55 -0500 Subject: [imp] displaying images in embedded html on SSL hosts In-Reply-To: <1011219354.3c45fb9adeea6@linux.wg.de> References: <1011218103.3c45f6b762cbd@carrierpigeon.mail.umich.edu> <1011219354.3c45fb9adeea6@linux.wg.de> Message-ID: <1011220975.3c4601ef546f6@carrierpigeon.mail.umich.edu> > > might it be possible to have IMP do something similar if HORDE is told > > to generate https URLS? > > I think, that shouldn't be to much work. view.php could handle the > redirection and someone has to write a regexp for the HTML MIME viewer. > > Patch? is this something other people would find useful? would it make more sense to include the functionality of the "image wrapper" in HORDE/IMP itself? or to redirect to an external cgi to provide the "http based images displayed on https interfaces" functionality? Liam From jan@horde.org Wed Jan 16 23:01:26 2002 From: jan@horde.org (Jan Schneider) Date: Thu, 17 Jan 2002 00:01:26 +0100 Subject: [imp] displaying images in embedded html on SSL hosts In-Reply-To: <1011220975.3c4601ef546f6@carrierpigeon.mail.umich.edu> References: <1011218103.3c45f6b762cbd@carrierpigeon.mail.umich.edu> <1011219354.3c45fb9adeea6@linux.wg.de> <1011220975.3c4601ef546f6@carrierpigeon.mail.umich.edu> Message-ID: <1011222086.3c460646192a5@linux.wg.de> Zitat von Liam Hoekenga : > > > might it be possible to have IMP do something similar if HORDE is > told > > > to generate https URLS? > > > > I think, that shouldn't be to much work. view.php could handle the > > redirection and someone has to write a regexp for the HTML MIME > viewer. > > > > Patch? > > is this something other people would find useful? I think there'll be quite a few people who use imp with https and receive html emails. > would it make more sense to include the functionality of the "image > wrapper" in > HORDE/IMP itself? or to redirect to an external cgi to provide the "http > based > images displayed on https interfaces" functionality? As easy as the script is you posted, there is no need for an external cgi. Jan. -- :::::::::::::::::::::::::::::::::::::::: 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 :::::::::::::::::::::::::::::::::::::::::::::: From eric.rostetter@physics.utexas.edu Thu Jan 17 00:02:07 2002 From: eric.rostetter@physics.utexas.edu (Eric Jon ROSTETTER) Date: Wed, 16 Jan 2002 18:02:07 -0600 Subject: [imp] displaying images in embedded html on SSL hosts In-Reply-To: <1011220975.3c4601ef546f6@carrierpigeon.mail.umich.edu> References: <1011218103.3c45f6b762cbd@carrierpigeon.mail.umich.edu> <1011219354.3c45fb9adeea6@linux.wg.de> <1011220975.3c4601ef546f6@carrierpigeon.mail.umich.edu> Message-ID: <1011225727.3c46147fa8765@mail.ph.utexas.edu> Quoting Liam Hoekenga : > > > might it be possible to have IMP do something similar if HORDE is told > > > to generate https URLS? > > > > I think, that shouldn't be to much work. view.php could handle the > > redirection and someone has to write a regexp for the HTML MIME viewer. > > > > Patch? > > is this something other people would find useful? > > would it make more sense to include the functionality of the "image wrapper" > in HORDE/IMP itself? or to redirect to an external cgi to provide the "http > based images displayed on https interfaces" functionality? It would be easier for the people installing IMP if it was built in rather than something external. Or at least, an external cgi would could be hard to configure. An "external" php script that might not be so bad, but an external cgi would require extra work and knowledge on the part of the installer. > Liam Eric Jon Rostetter The Department of Physics The University of Texas at Austin Austin, Texas 78712-1081 Office: RLM 7.126 Telephone: 512-471-5821 Email: eric.rostetter@physics.utexas.edu Fragen Sie nicht was Ihre Kumputer tun koennen, aber fragen Sie was Sie fur Ihre Kumputer koennen. From ming@evil-overlords.com Thu Jan 17 00:13:36 2002 From: ming@evil-overlords.com (Jason) Date: Wed, 16 Jan 2002 18:13:36 -0600 Subject: [imp] IMP 3.0 Horde 2.0 problems (fwd) In-Reply-To: Message-ID: I put the PEAR files in the path, is there anything to config with PEAR? -----Original Message----- From: Paul Reilly [mailto:pareilly@tcd.ie] Sent: Wednesday, January 16, 2002 8:13 AM To: imp@lists.horde.org Subject: RE: [imp] IMP 3.0 Horde 2.0 problems (fwd) > > (include_path='.:/php/includes:/usr/share/php') in > > /var/www/html/horde/lib/Lang.php on line 68 make sure that your php include_path defined in php.ini is inludes the location of where the PEAR library is installed. On my box I installed PHP in to /local/apache/php and my include_path ahs to include /local/apache/php/lib/php Paul -- 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 jon@horde.org Thu Jan 17 00:12:07 2002 From: jon@horde.org (Jon Parise) Date: Wed, 16 Jan 2002 19:12:07 -0500 Subject: [imp] MOZILLA 0.9.7 sending a message don,t work In-Reply-To: <5.1.0.14.2.20020116143136.020017a0@mail.destination.ca> References: <5.1.0.14.2.20020116141222.01ffa5d0@mail.destination.ca> <5.1.0.14.2.20020116141222.01ffa5d0@mail.destination.ca> <5.1.0.14.2.20020116143136.020017a0@mail.destination.ca> Message-ID: <20020117001207.GB23154@csh.rit.edu> On Wed, Jan 16, 2002 at 02:31:50PM -0500, Cedric Tardif wrote: > Since it a javascript this is not a javascript bug ? It's a bug with Mozilla's JavaScript implementation in the 0.9.7 release. It's fixed in the latest nightly builds. -- Jon Parise (jon@csh.rit.edu) . Information Technology (2001) http://www.csh.rit.edu/~jon/ : Computer Science House Member From jon@horde.org Thu Jan 17 00:16:29 2002 From: jon@horde.org (Jon Parise) Date: Wed, 16 Jan 2002 19:16:29 -0500 Subject: [imp] All messages read under POP3 In-Reply-To: <01a401c19ede$ce92cca0$e401a8c0@apollo> References: <01a401c19ede$ce92cca0$e401a8c0@apollo> Message-ID: <20020117001628.GC23154@csh.rit.edu> On Wed, Jan 16, 2002 at 02:40:04PM -0800, John McCoy wrote: > When using IMP or Outlook Express in POP3 mode as soon as I get new headers > all messages in the new folder get moved to the cur folder. This is fine in > Outlook as it remembers the message is still unread by it. In IMP 3.0 all > messages always show as read, which needless to say is no good. If I connect > to my remote IMAP server via the same version of IMP I have no problems. I > am not running IMAP at all on the pop-toaster. Something must have marked all of those messages as read. At least, that's how the POP3 server is advertising them. -- Jon Parise (jon@csh.rit.edu) . Information Technology (2001) http://www.csh.rit.edu/~jon/ : Computer Science House Member From chuck@horde.org Thu Jan 17 00:18:53 2002 From: chuck@horde.org (Chuck Hagenbuch) Date: Wed, 16 Jan 2002 19:18:53 -0500 Subject: [imp] displaying images in embedded html on SSL hosts In-Reply-To: <1011220975.3c4601ef546f6@carrierpigeon.mail.umich.edu> References: <1011218103.3c45f6b762cbd@carrierpigeon.mail.umich.edu> <1011219354.3c45fb9adeea6@linux.wg.de> <1011220975.3c4601ef546f6@carrierpigeon.mail.umich.edu> Message-ID: <1011226733.3c46186db2c32@marina.horde.org> Quoting Liam Hoekenga : > is this something other people would find useful? > > would it make more sense to include the functionality of the "image wrapper" in > HORDE/IMP itself? or to redirect to an external cgi to provide the "http based > images displayed on https interfaces" functionality? Circumventing browser security features isn't high up on my list of things to add to IMP. I'd really rather we didn't do this. -chuck -- Charles Hagenbuch, "What was and what may be, lie, like children whose faces we cannot see, in the arms of silence. All we ever have is here, now." - Ursula K. Le Guin From chuck@horde.org Thu Jan 17 00:21:55 2002 From: chuck@horde.org (Chuck Hagenbuch) Date: Wed, 16 Jan 2002 19:21:55 -0500 Subject: [imp] All messages read under POP3 In-Reply-To: <20020117001628.GC23154@csh.rit.edu> References: <01a401c19ede$ce92cca0$e401a8c0@apollo> <20020117001628.GC23154@csh.rit.edu> Message-ID: <1011226915.3c461923ef142@marina.horde.org> Quoting Jon Parise : > Something must have marked all of those messages as read. At > least, that's how the POP3 server is advertising them. No, POP3 just doesn't know about read/unread - \SEEN is an IMAP flag. -chuck -- Charles Hagenbuch, "What was and what may be, lie, like children whose faces we cannot see, in the arms of silence. All we ever have is here, now." - Ursula K. Le Guin From jmccoy@mills.edu Thu Jan 17 00:33:36 2002 From: jmccoy@mills.edu (John McCoy) Date: Wed, 16 Jan 2002 16:33:36 -0800 Subject: [imp] All messages read under POP3 References: <01a401c19ede$ce92cca0$e401a8c0@apollo> <20020117001628.GC23154@csh.rit.edu> <1011226915.3c461923ef142@marina.horde.org> Message-ID: <022e01c19eee$abccdf20$e401a8c0@apollo> Is it normal for then to move from new to cur when the headers are polled? I'm thinking of switching to currier IMAP so we get the quota bar as well. Thanks ----- Original Message ----- From: "Chuck Hagenbuch" To: Sent: Wednesday, January 16, 2002 4:21 PM Subject: Re: [imp] All messages read under POP3 > Quoting Jon Parise : > > > Something must have marked all of those messages as read. At > > least, that's how the POP3 server is advertising them. > > No, POP3 just doesn't know about read/unread - \SEEN is an IMAP flag. > > -chuck > > -- > Charles Hagenbuch, > "What was and what may be, lie, like children whose faces we cannot see, in the > arms of silence. All we ever have is here, now." - Ursula K. Le Guin > > -- > 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 peewee@scc.mi.org Thu Jan 17 01:38:17 2002 From: peewee@scc.mi.org (Jason Wright) Date: Wed, 16 Jan 2002 17:38:17 -0800 Subject: horde ignoring $conf['use_ssl'] Message-ID: <20020117013817.GH466@scc.mi.org> howdy... i'm trying to set up a fresh install of horde 2.0 / imp 3.0 and i'm having a redirect problem. i've searched the imp and horde list archives and so far, i've come up empty. i've got apache setup to do https on tcp/443 only. nothing is listening tcp/80. note the location: i'm getting redirected to: client:~ ] lynx -head -dump https://server.example.com/horde/imp/ HTTP/1.1 302 Found Date: Thu, 17 Jan 2002 01:00:14 GMT Server: Apache/1.3.22 Ben-SSL/1.45 (Unix) PHP/4.1.1 X-Powered-By: PHP/4.1.1 Set-Cookie: =74d61d25572e7f2be4ef8a575579df31; path=/horde; domain=server.example.com Expires: Thu, 19 Nov 1981 08:52:00 GMT Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0 Pragma: no-cache Location: http://server.example.com/horde/imp/redirect.php?=74d61d25572e7f2be4ef8a575579df31 Connection: close Content-Type: text/html i've set $conf['use_ssl'] = 1 in horde/config/horde.php: server:/usr/local/apache/htdocs/horde/config ] sudo grep use_ssl horde.php $conf['use_ssl'] = 1; i've also tried setting $conf['use_ssl'] = 2, which gives me the same broken redirect. that's a little odd because my test.php comes back good and the phpinfo() page tells me that $HTTP_SERVER_VARS['HTTPS'] = "on". if i go into horde/lib/Horde.php and change line 272 inside the url() function from $protocol = 'http'; to $protocol = 'https'; then i get my https redirects and everything is good, at least as far as i can tell, given how far along i am in the installation. thanks! PeeWee -- email: peewee@scc.mi.org useless: http://www.scc.mi.org/peewee/ aim: antipwe i aspire to be the village idiot. however, i do live in the global village. -me From admin@stikalo.net Thu Jan 17 03:45:06 2002 From: admin@stikalo.net (admin) Date: Thu, 17 Jan 2002 04:45:06 +0100 Subject: cyrus imap auto create user Message-ID: <000a01c19f09$5bade690$7579fea9@baker> ---------------------- multipart/alternative attachment Hmm this is a long shot.But does anyone know if there is an addon/patch = or some php scripts for automatically adding a cyrus user and asigning a = password to him so that it may be used for free mail accounts? tnx ---------------------- multipart/alternative attachment-- From aghaffar@developer.ch Thu Jan 17 06:50:15 2002 From: aghaffar@developer.ch (Atif Ghaffar) Date: Thu, 17 Jan 2002 07:50:15 +0100 Subject: [imp] cyrus imap auto create user References: <000a01c19f09$5bade690$7579fea9@baker> Message-ID: <3C467427.6080500@developer.ch> admin wrote: > Hmm this is a long shot.But does anyone know if there is an addon/patch or some php scripts for automatically adding a cyrus user and asigning a password to him so that it may be used for free mail accounts? > tnx > > There is a patch for Cyrus that alows you to create user's folders on successful login. If you cannot find it let me know. I'll forward it to you. To create an account for the user you have to setup some scripts according to your backend. Example: If you are using LDAP, then write the scripts to allow users to create the account in LDAP. etc. etc. cheers -- Atif Ghaffar ---------------------------. +41 78 845 31 64 ? mobile +41 21 351 53 62 ? fax http://atifghaffar.com ? www From philip.steeman@kh.khbo.be Thu Jan 17 08:26:14 2002 From: philip.steeman@kh.khbo.be (Steeman Philip) Date: Thu, 17 Jan 2002 09:26:14 +0100 Subject: [imp] spelling checker References: <1011197273.3c45a559d0487@linux.wg.de> Message-ID: <3C468AA6.37E94B4@kh.khbo.be> > > lot > > of English words in it, so we have to click an awfull lot of times. When > > > > the 'errors' are in red, we can see quickly our real errors. > > The errors ARE in red. At least they should be if everything works > correctly. > I tried to verify this on de demo-site, but how much I try, there are no errors in my text. Philip > Jan. > > -- > :::::::::::::::::::::::::::::::::::::::: > 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 > :::::::::::::::::::::::::::::::::::::::::::::: > > -- > 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 chuck@horde.org Thu Jan 17 08:27:13 2002 From: chuck@horde.org (Chuck Hagenbuch) Date: Thu, 17 Jan 2002 03:27:13 -0500 Subject: [imp] Can't Log in to IMP 3.0 on debian In-Reply-To: <20020111221131.GM3498@samrowe.com> References: <20020111221131.GM3498@samrowe.com> Message-ID: <1011256033.3c468ae147b52@marina.horde.org> Quoting Sam Rowe : > test.php works great, but complains about the lack of mcrypt support in > debian's PHP. I read that this will not break Horde/IMP, so I continued. Correct. > If I type > https://www.my.org/horde/imp/ > ^ > in my browser I get redirected to > http://www.my.org/horde/imp/login.php?=b46de6118c70a840fe541f95fb593b3b&=c59172fed2521e299f1bba5ca93b0a59 > Note no 's' in the service/proocol name. This is even with > $conf['use_ssl'] = 1; This has been reported by someone else, too; I'll investigate more thoroughly tomorrow. However, that url sheds light on your sessions problem - you seem to have no session name. What is the value of $conf['session_name'] in horde/config/horde.php? -chuck -- Charles Hagenbuch, "What was and what may be, lie, like children whose faces we cannot see, in the arms of silence. All we ever have is here, now." - Ursula K. Le Guin From jose.herbrecht@berata.fr Thu Jan 17 08:49:34 2002 From: jose.herbrecht@berata.fr (jose.herbrecht@berata.fr) Date: Thu, 17 Jan 2002 09:49:34 +0100 Subject: Attachment are emptyy in Horde 2.0 IMP 3.0 Message-ID: <1011257374.3c46901e8fbe4@www.berata.fr> Hi, I install two times the IMP/HORDE webmail. 1 time à home 1 time at work. At home the attachements are not empty. AT work all the attachements are empty. I used the same configuration files (exept for the servers names)in both case. I use php-4.4.1 from Mandrake Cooker. I look at the mail archive but it is only for Imp 2.2.x version. But i add in the php.ini at work the following line upoad_tmp_dir = /var/tmp Any idea where it comes from ? Thanks José HERBRECHT From csy@hjc.edu.sg Thu Jan 17 09:37:33 2002 From: csy@hjc.edu.sg (Chen Shiyuan) Date: Thu, 17 Jan 2002 17:37:33 +0800 Subject: IMP 3.0 & "+" Sign in Folder names Message-ID: <1011260253.3c469b5dae12d@home.hjc.edu.sg> Hello, I notice a problem when using IMP 3.0 and is not sure if it's a bug or otherwise. Basically, if I create a folder with a "+" as one of it's characters, IMP will be able to create it just fine. And it also doesn't report any problems when moving messages into this folder. I can also rename and delete the folder just fine as well. However, the problem arises when I try to access the folder. IMP will access the folder and give me a "There are no messages in this mailbox. " message instead of listing out the messages in the mailbox. But if I were to rename the folder into something else without a "+" sign, immediately the contents of the folder will appear. And it will disappear immediately when I rename it back to containing a "+" sign. I tried using PINE to connect to my IMAP server and PINE is able to show the message listing just fine. Hence I guess it shouldn't be an issue with the IMAP server. I am using PHP4.1.1 on a RedHat Linux 7.2 box as well as Courier-IMAP-1.4.1 and storing emails in the Maildir/ format. Does anyone have any idea what has gone wrong or how to solve this problem? Many thanks in advance for any help! From tsmailing@tronicplanet.de Thu Jan 17 10:19:32 2002 From: tsmailing@tronicplanet.de (Bernhard Dawuidow) Date: Thu, 17 Jan 2002 11:19:32 +0100 Subject: Imp 3.0 with Tobit Imap Message-ID: <1011262772.3c46a534554da@webmail.tronicplanet.de> Hello everyone, has anybody got imp working with an Tobit Imap Server? I tried to get this working. i can connect and login to imp and i see how many mails i have in the INBOX. but i can't see any message Is this a problem with the namespace? The same configuration ist working with an courier-imap-server. Thanx for your help Bernhard Dawuidow ------------------------------------------------- This mail sent through encrypted https://webmail.tronicplanet.de From aghaffar@developer.ch Thu Jan 17 10:28:09 2002 From: aghaffar@developer.ch (Atif Ghaffar) Date: Thu, 17 Jan 2002 11:28:09 +0100 Subject: [imp] cyrus imap auto create user References: Message-ID: <3C46A739.8060502@developer.ch> simonmartin wrote: > Atif, >=20 > I'd be interested in that patch also, can you copy it to me too please?= Ok. Here it is: http://www.ispman.org/extras/cyrus_autocreate_patch.txt Last I applied was to cyrus-imapd-2.0.16 regards --=20 Atif Ghaffar ---------------------------. +41 78 845 31 64 =A6 mobile +41 21 351 53 62 =A6 fax http://atifghaffar.com =A6 www From boiboi@stberlin.com Thu Jan 17 10:49:43 2002 From: boiboi@stberlin.com (boiboi@stberlin.com) Date: Thu, 17 Jan 2002 04:49:43 -0600 Subject: unserialize() Message-ID: <1011264583.3c46ac4763f07@www.stberlin.com> Just wondering if this is something to worry about. Warning: unserialize() failed at offset 0 of 37 bytes in /home/sites/home/web/mail/lib/Auth.php on line 227 ------------------------------------------------- This mail sent through IMP: http://horde.org/imp/ From jan@horde.org Thu Jan 17 11:28:14 2002 From: jan@horde.org (Jan Schneider) Date: Thu, 17 Jan 2002 12:28:14 +0100 Subject: [imp] Attachment are emptyy in Horde 2.0 IMP 3.0 In-Reply-To: <1011257374.3c46901e8fbe4@www.berata.fr> References: <1011257374.3c46901e8fbe4@www.berata.fr> Message-ID: <1011266894.3c46b54e83e6a@jan.dip.ammma.net> Zitat von jose.herbrecht@berata.fr: > Hi, > > I install two times the IMP/HORDE webmail. 1 time à home 1 time at work. > At home the attachements are not empty. > AT work all the attachements are empty. > > I used the same configuration files (exept for the servers names)in both > case. > I use php-4.4.1 from Mandrake Cooker. > > I look at the mail archive but it is only for Imp 2.2.x version. > > But i add in the php.ini at work the following line > > upoad_tmp_dir = /var/tmp Does your webserver has write rights on this directory? Jan. -- :::::::::::::::::::::::::::::::::::::::: 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 :::::::::::::::::::::::::::::::::::::::::::::: From jan@horde.org Thu Jan 17 11:26:19 2002 From: jan@horde.org (Jan Schneider) Date: Thu, 17 Jan 2002 12:26:19 +0100 Subject: [imp] Attachment are emptyy in Horde 2.0 IMP 3.0 In-Reply-To: <1011257374.3c46901e8fbe4@www.berata.fr> References: <1011257374.3c46901e8fbe4@www.berata.fr> Message-ID: <1011266779.3c46b4db8daac@jan.dip.ammma.net> Zitat von jose.herbrecht@berata.fr: > Hi, > > I install two times the IMP/HORDE webmail. 1 time à home 1 time at work. > At home the attachements are not empty. > AT work all the attachements are empty. > > I used the same configuration files (exept for the servers names)in both > case. > I use php-4.4.1 from Mandrake Cooker. > > I look at the mail archive but it is only for Imp 2.2.x version. > > But i add in the php.ini at work the following line > > upoad_tmp_dir = /var/tmp Does your webserver has write rights on this directory? Jan. -- :::::::::::::::::::::::::::::::::::::::: 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 :::::::::::::::::::::::::::::::::::::::::::::: From jan@horde.org Thu Jan 17 11:20:45 2002 From: jan@horde.org (Jan Schneider) Date: Thu, 17 Jan 2002 12:20:45 +0100 Subject: [imp] spelling checker In-Reply-To: <3C468AA6.37E94B4@kh.khbo.be> References: <1011197273.3c45a559d0487@linux.wg.de> <3C468AA6.37E94B4@kh.khbo.be> Message-ID: <1011266445.3c46b38d6429e@jan.dip.ammma.net> Zitat von Steeman Philip : > > > > > lot > > > of English words in it, so we have to click an awfull lot of times. > When > > > > > > the 'errors' are in red, we can see quickly our real errors. > > > > The errors ARE in red. At least they should be if everything works > > correctly. > > > > I tried to verify this on de demo-site, but how much I try, there are no > errors in my text. That's a different story. It means that spell checking isn't working at all. There were some threads on this topic recently. Did you follow them and see if there are some hints that might help you? Jan. -- :::::::::::::::::::::::::::::::::::::::: 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 :::::::::::::::::::::::::::::::::::::::::::::: From jan@horde.org Thu Jan 17 11:22:44 2002 From: jan@horde.org (Jan Schneider) Date: Thu, 17 Jan 2002 12:22:44 +0100 Subject: [imp] spelling checker In-Reply-To: <3C468AA6.37E94B4@kh.khbo.be> References: <1011197273.3c45a559d0487@linux.wg.de> <3C468AA6.37E94B4@kh.khbo.be> Message-ID: <1011266564.3c46b4042720a@jan.dip.ammma.net> Zitat von Steeman Philip : > > > > > lot > > > of English words in it, so we have to click an awfull lot of times. > When > > > > > > the 'errors' are in red, we can see quickly our real errors. > > > > The errors ARE in red. At least they should be if everything works > > correctly. > > > > I tried to verify this on de demo-site, but how much I try, there are no > errors in my text. That's a different story. It means that spell checking isn't working at all. There were some threads on this topic recently. Did you follow them and see if there are some hints that might help you? Jan. -- :::::::::::::::::::::::::::::::::::::::: 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 :::::::::::::::::::::::::::::::::::::::::::::: From jan@horde.org Thu Jan 17 11:37:12 2002 From: jan@horde.org (Jan Schneider) Date: Thu, 17 Jan 2002 12:37:12 +0100 Subject: [imp] unserialize() In-Reply-To: <1011264583.3c46ac4763f07@www.stberlin.com> References: <1011264583.3c46ac4763f07@www.stberlin.com> Message-ID: <1011267432.3c46b7680763b@jan.dip.ammma.net> Zitat von boiboi@stberlin.com: > > Just wondering if this is something to worry about. > > Warning: unserialize() failed at offset 0 of 37 bytes > in /home/sites/home/web/mail/lib/Auth.php on line 227 Nothing to worry. This happens if you go to another webpage with browser window that holds IMP and come back later. Jan. -- :::::::::::::::::::::::::::::::::::::::: 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 :::::::::::::::::::::::::::::::::::::::::::::: From boiboi@stberlin.com Thu Jan 17 11:51:32 2002 From: boiboi@stberlin.com (boiboi@stberlin.com) Date: Thu, 17 Jan 2002 19:51:32 +0800 Subject: [imp] unserialize() In-Reply-To: <1011267432.3c46b7680763b@jan.dip.ammma.net> References: <1011264583.3c46ac4763f07@www.stberlin.com> <1011267432.3c46b7680763b@jan.dip.ammma.net> Message-ID: <1011268292.3c46bac497359@www.stberlin.com> Thanks! Quoting Jan Schneider : + Zitat von boiboi@stberlin.com: + + > + > Just wondering if this is something to worry about. + > + > Warning: unserialize() failed at offset 0 of 37 bytes + > in /home/sites/home/web/mail/lib/Auth.php on line 227 + + Nothing to worry. This happens if you go to another webpage with browser + window that holds IMP and come back later. + + Jan. + + -- + :::::::::::::::::::::::::::::::::::::::: + 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 + :::::::::::::::::::::::::::::::::::::::::::::: + + -- + 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 + + ------------------------------------------------- This mail sent through IMP: http://horde.org/imp/ From sam@samrowe.com Thu Jan 17 13:09:20 2002 From: sam@samrowe.com (Sam Rowe) Date: Thu, 17 Jan 2002 08:09:20 -0500 Subject: [imp] Can't Log in to IMP 3.0 on debian In-Reply-To: <1011256033.3c468ae147b52@marina.horde.org> References: <20020111221131.GM3498@samrowe.com> <1011256033.3c468ae147b52@marina.horde.org> Message-ID: <20020117130920.GM3498@samrowe.com> On Thu, Jan 17, 2002 at 03:27:13AM -0500, Chuck Hagenbuch wrote: # Quoting Sam Rowe : # # This has been reported by someone else, too; I'll investigate more thoroughly # tomorrow. However, that url sheds light on your sessions problem - you seem to # have no session name. # # What is the value of $conf['session_name'] in horde/config/horde.php? $conf['session_name'] = 'Horde'; I left as many things as I could at the default values. Thanks, -Sam From blclark@gci.net Thu Jan 17 13:15:26 2002 From: blclark@gci.net (Barry) Date: Thu, 17 Jan 2002 04:15:26 -0900 Subject: horde.php Message-ID: <000f01c19f59$0737fce0$0200a8c0@anchorageak.net> ---------------------- multipart/alternative attachment I was running horde 1.2.7 and imp 2.2.7 successfully, I just upgraded to 2.0 and 3.0 respectively. I have created new sql tables from the script included. My problem is that now I cannot compose messages nor do I have any preferences. I know that the horde.php file needs to be setup properly so that I can do this (I think). I have made starts and stops at configuring this file but all I seem to do is break it and have to restore the backup. Would it be possible for someone to send me a horde.php file that is working correctly so that I can use it as a model for mine? Barry Clark blclark@gci.net ---------------------- multipart/alternative attachment-- From sysadmin@destination.ca Thu Jan 17 13:15:19 2002 From: sysadmin@destination.ca (Cedric Tardif) Date: Thu, 17 Jan 2002 08:15:19 -0500 Subject: problem login in horde Message-ID: <5.1.0.14.2.20020117081516.023513d0@mail.destination.ca> Hi all, How can i create user to have access to horde. I have created a user in the table horde_users but every time i try to log in horde it only query in the table horde_prefs... horde_prefs is not suppose to be for gest user ? Thans in advance From sysadmin@destination.ca Thu Jan 17 13:17:45 2002 From: sysadmin@destination.ca (Cedric Tardif) Date: Thu, 17 Jan 2002 08:17:45 -0500 Subject: [horde] problem login in horde In-Reply-To: <5.1.0.14.2.20020117081516.023513d0@mail.destination.ca> Message-ID: <5.1.0.14.2.20020117081719.022700a0@mail.destination.ca> Sorry.. problem solved .... wrong table name in config/horde.php At 08:15 17/01/02, you wrote: >Hi all, > >How can i create user to have access to horde. > >I have created a user in the table horde_users but every time i try to log in horde it only query in the table horde_prefs... > >horde_prefs is not suppose to be for gest user ? > >Thans in advance > > >-- >Horde mailing list: http://horde.org/horde/ >Frequently Asked Questions: http://horde.org/faq/ >To unsubscribe, mail: horde-unsubscribe@lists.horde.org From jose.herbrecht@berata.fr Thu Jan 17 13:36:59 2002 From: jose.herbrecht@berata.fr (jose.herbrecht@berata.fr) Date: Thu, 17 Jan 2002 14:36:59 +0100 Subject: [imp] Attachment are emptyy in Horde 2.0 IMP 3.0 In-Reply-To: <1011266894.3c46b54e83e6a@jan.dip.ammma.net> References: <1011257374.3c46901e8fbe4@www.berata.fr> <1011266894.3c46b54e83e6a@jan.dip.ammma.net> Message-ID: <1011274619.3c46d37b2ac3d@www.berata.fr> > > Hi, > > > > I install two times the IMP/HORDE webmail. 1 time à home 1 time at work. > > At home the attachements are not empty. > > AT work all the attachements are empty. > > > > I used the same configuration files (exept for the servers names)in both > > case. > > I use php-4.4.1 from Mandrake Cooker. > > > > I look at the mail archive but it is only for Imp 2.2.x version. > > > > But i add in the php.ini at work the following line > > > > upoad_tmp_dir = /var/tmp > > Does your webserver has write rights on this directory? > > Jan. Ok, I changed the rights for apache on /var/tmp. And now it is working. But at home I made no rights changes and didn't add the upload_tmp_dir line in php.ini. Very strange ... Thanks José From ip@ariel.utcc.utoronto.ca Thu Jan 17 14:36:06 2002 From: ip@ariel.utcc.utoronto.ca (Peter Ip) Date: Thu, 17 Jan 2002 09:36:06 -0500 (EST) Subject: going back from turba to imp gives login page? In-Reply-To: Message-ID: Hi, I have Horde 2.0, IMP 3.0, Turba 1.0, Solaris 2.7. I've got it configured so that I can go from IMP to Turba correctly, but when I try to go back, I get the IMP login page. My horde/config/registry.php has imp and turba stuff uncommented. horde/turba/config/conf.php has $conf['menu']['apps'] = array('imp'); What am I missing? Thanks Peter _____________________________________________________ Peter Ip, PhD Computing and Network Services, University of Toronto email: peter.ip@utoronto.ca From sysadmin@destination.ca Thu Jan 17 14:48:43 2002 From: sysadmin@destination.ca (Cedric Tardif) Date: Thu, 17 Jan 2002 09:48:43 -0500 Subject: Filtering problem Message-ID: <5.1.0.14.2.20020117093750.0232eec0@mail.destination.ca> Hi all, I have created filter. I have setup filter to be on when login or when refreshing mailbox. If i logout i login it work. If i ask imp to apply all filter it work If i wait for the page to relaod but if i refresh manually the mailbox by clicking mailbox or by reloading= the page the filter do not apply. It is normal ? Regards C=E9dric From sam@samrowe.com Thu Jan 17 14:59:52 2002 From: sam@samrowe.com (Sam Rowe) Date: Thu, 17 Jan 2002 09:59:52 -0500 Subject: [imp] Can't Log in to IMP 3.0 on debian In-Reply-To: <1011256033.3c468ae147b52@marina.horde.org> References: <20020111221131.GM3498@samrowe.com> <1011256033.3c468ae147b52@marina.horde.org> Message-ID: <20020117145952.GO3498@samrowe.com> On Thu, Jan 17, 2002 at 03:27:13AM -0500, Chuck Hagenbuch wrote: # # This has been reported by someone else, too; I'll investigate more thoroughly # tomorrow. However, that url sheds light on your sessions problem - you seem to # have no session name. BTW, if you have no GNU/Debian Testing box to investigate on, I'm happy to give you an account on one of our machines. -Sam From ip@ariel.utcc.utoronto.ca Thu Jan 17 15:00:50 2002 From: ip@ariel.utcc.utoronto.ca (Peter Ip) Date: Thu, 17 Jan 2002 10:00:50 -0500 (EST) Subject: going back from turba to imp gives login page? In-Reply-To: Message-ID: Never mind. I think it's because I have a custom login page, which is just an index.html. I guess I need something that will handle horde sessions. Peter _____________________________________________________ Peter Ip, PhD Computing and Network Services, University of Toronto email: peter.ip@utoronto.ca On Thu, 17 Jan 2002, Peter Ip wrote: > > > Hi, > > I have Horde 2.0, IMP 3.0, Turba 1.0, Solaris 2.7. I've got it configured > so that I can go from IMP to Turba correctly, but when I try to go back, > I get the IMP login page. > > My horde/config/registry.php has imp and turba stuff uncommented. > horde/turba/config/conf.php has > $conf['menu']['apps'] = array('imp'); > > What am I missing? > > Thanks > > Peter > _____________________________________________________ > Peter Ip, PhD > Computing and Network Services, University of Toronto > email: peter.ip@utoronto.ca > > From jon@horde.org Thu Jan 17 15:04:35 2002 From: jon@horde.org (Jon Parise) Date: Thu, 17 Jan 2002 10:04:35 -0500 Subject: [Help! (fwd)] Message-ID: <20020117150435.GA9286@csh.rit.edu> ---------------------- multipart/mixed attachment -- Jon Parise (jon@csh.rit.edu) . Information Technology (2001) http://www.csh.rit.edu/~jon/ : Computer Science House Member ---------------------- multipart/mixed attachment An embedded message was scrubbed... From: "Sergey" Subject: Help! Date: Thu, 17 Jan 2002 10:51:49 +0300 Size: 1403 Url: http://lists.horde.org/archives/imp/attachments/ced412de/attachment.eml ---------------------- multipart/mixed attachment-- From mcoughlan@gothambroadband.com Thu Jan 17 15:05:02 2002 From: mcoughlan@gothambroadband.com (Mike Coughlan) Date: Thu, 17 Jan 2002 10:05:02 -0500 Subject: [imp] unserialize() In-Reply-To: <1011267432.3c46b7680763b@jan.dip.ammma.net> Message-ID: > Nothing to worry. This happens if you go to another webpage with browser > window that holds IMP and come back later. I'm not sure I understand, Jan. How can I make this error appear? I've seen it before, and restarted Apache to "make it go away". From jan@horde.org Thu Jan 17 15:38:26 2002 From: jan@horde.org (Jan Schneider) Date: Thu, 17 Jan 2002 16:38:26 +0100 Subject: [imp] [Help! (fwd)] In-Reply-To: <20020117150435.GA9286@csh.rit.edu> References: <20020117150435.GA9286@csh.rit.edu> Message-ID: <1011281906.3c46eff2c360b@jan.dip.ammma.net> Zitat von Jon Parise : > Hello. > I've got the IMP 3.0, so I've got some problems. > I've got up your product, but users can't use any folders besides INBOX. > > I use POP3 without IMAP. Can the product works without IMAP use only POP3 > and supports user's folders? No, pop3 doesn't support folders. Jan. -- :::::::::::::::::::::::::::::::::::::::: 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 :::::::::::::::::::::::::::::::::::::::::::::: From jan@horde.org Thu Jan 17 15:33:05 2002 From: jan@horde.org (Jan Schneider) Date: Thu, 17 Jan 2002 16:33:05 +0100 Subject: [imp] unserialize() In-Reply-To: References: Message-ID: <1011281585.3c46eeb1d959a@jan.dip.ammma.net> Zitat von Mike Coughlan : > > Nothing to worry. This happens if you go to another webpage with > browser > > window that holds IMP and come back later. > > I'm not sure I understand, Jan. > How can I make this error appear? > I've seen it before, and restarted Apache to "make it go away". This happens to me reproducable if I: 1) Login to Horde (with imp authentication) 2) Type in another url or select one from the bookmarks 2) Call Horde again (by url or bookmark) Jan. -- :::::::::::::::::::::::::::::::::::::::: 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 :::::::::::::::::::::::::::::::::::::::::::::: From lundeman@tbkol.dk Thu Jan 17 15:53:41 2002 From: lundeman@tbkol.dk (Rene Lund Jensen) Date: Thu, 17 Jan 2002 16:53:41 +0100 Subject: [imp] Attachment are emptyy in Horde 2.0 IMP 3.0 References: <1011257374.3c46901e8fbe4@www.berata.fr> <1011266894.3c46b54e83e6a@jan.dip.ammma.net> <1011274619.3c46d37b2ac3d@www.berata.fr> Message-ID: <00bf01c19f6f$22c1d880$551f10ac@lundeman> > Ok, > > I changed the rights for apache on /var/tmp. And now it is working. > > But at home I made no rights changes and didn't add the upload_tmp_dir line in > php.ini. > > Very strange ... Nope.. not really. If you don't specify upload_tmp_dir in php.ini I think php will just use /tmp wich is world-writable.. René Jensen From jose.herbrecht@berata.fr Thu Jan 17 16:12:33 2002 From: jose.herbrecht@berata.fr (jose.herbrecht@berata.fr) Date: Thu, 17 Jan 2002 17:12:33 +0100 Subject: [imp] Attachment are emptyy in Horde 2.0 IMP 3.0 In-Reply-To: <00bf01c19f6f$22c1d880$551f10ac@lundeman> References: <1011257374.3c46901e8fbe4@www.berata.fr> <1011266894.3c46b54e83e6a@jan.dip.ammma.net> <1011274619.3c46d37b2ac3d@www.berata.fr> <00bf01c19f6f$22c1d880$551f10ac@lundeman> Message-ID: <1011283953.3c46f7f10b06d@www.berata.fr> > > Ok, > > > > I changed the rights for apache on /var/tmp. And now it is working. > > > > But at home I made no rights changes and didn't add the upload_tmp_dir > line in > > php.ini. > > > > Very strange ... > > Nope.. not really. If you don't specify upload_tmp_dir in php.ini I think > php will just use /tmp wich is world-writable.. > > René Jensen > I will look on the right of /tmp at home and at work and see the difference Thanks José HERBRECHT From parsley@roanoke.edu Thu Jan 17 16:12:02 2002 From: parsley@roanoke.edu (David L. Parsley) Date: Thu, 17 Jan 2002 11:12:02 -0500 Subject: [imp] Cool quotes + spellcheck bug References: <3A210A88B47BD511846800A0C9C83B4412D842@mailbox.Hunter.COM> Message-ID: <3C46F7D2.6040405@roanoke.edu> Hrm, Chuck and Jan are both pretty good about reading bug reports, so I thought it funny neither of them replied. Made me wonder if it was just a 'magic_quotes' FAQ - but then I tried the demo site, and I also got the same strange \\\\" effect there. In any case, I'd be happy to apply and test a patch; I can't move IMP3 to production untill I fix this bug. :-( regards, David Hamilton, Kent wrote: > I reported exactly this error last week along with a couple of other cases > of the same type of error. > > If I get some time this weekend I may look in to it a little more unless > someone has a fix for it already. > > -- > Kent Hamilton > Manager - Systems Admin & Networking > Hunter Engineering Company > > > >>-----Original Message----- >>From: David L. Parsley [mailto:parsley@roanoke.edu] >>Sent: Tuesday, January 15, 2002 1:21 PM >>To: imp@lists.horde.org >>Subject: [imp] Cool quotes + spellcheck bug >> >> >>Hi, >> >>When I type 'parsley' and click 'expand names', I get: >>"Parsley, David" >> >>Which is just fine, and the message sends out OK. >> >>But if I do spell check, after I click 'done' I get THIS: >>\\\\\\\"Parsley, David\\\\\\\" >> >>Which is totally hosed, and now my message won't send. Even funnier, >>the reject from sendmail looks like this: >> ----- The following addresses had permanent fatal errors ----- >>"\\\\\\\\\\\\\\\"Parsley"@roanoke.edu >> >>So the backslashes have _really_ exploded. >> >>magic_quotes_runtime is OFF. (says so on horde/test.php page as well) >> >>This is with IMP3 + Horde2 rpms on an RH71 server, my client >>is Mozilla >>0.9.6. >> >>Cool bug, eh? >> >>regards, >> David >> >>-- >>David L. Parsley >>Network Administrator, Roanoke College >>"If I have seen further it is by standing on ye shoulders of Giants." >>--Isaac Newton >> >>------------------------------------------------- >>This mail sent through IMP: http://horde.org/imp/ >> >> >>-- >>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 >> >> > -- David L. Parsley Network Administrator, Roanoke College "If I have seen further it is by standing on ye shoulders of Giants." --Isaac Newton From sysadmin@destination.ca Thu Jan 17 16:16:53 2002 From: sysadmin@destination.ca (Cedric Tardif) Date: Thu, 17 Jan 2002 11:16:53 -0500 Subject: Problem with address book Message-ID: <5.1.0.14.2.20020117110129.029f7a70@mail.destination.ca> Hi all, if i select a name in my address book and i click send a message .... i got a javascript error with IE 6 mozilla 0.9.7 and netscape 4.7 How can i correct this problem ? From sysadmin@destination.ca Thu Jan 17 16:18:49 2002 From: sysadmin@destination.ca (Cedric Tardif) Date: Thu, 17 Jan 2002 11:18:49 -0500 Subject: Problem with firts windows after login Message-ID: <5.1.0.14.2.20020117111712.029f4730@mail.destination.ca> Hi all, I setup horde to log with imp. If i log in with IE 6 i go directly to the INBOX If i log in with Netscape 4.7 or Mozilla 0.9.7 it open to a welcome window with a table name 'MAIL' and the number of message in inbox .. How can i correct this problem ? From sysadmin@destination.ca Thu Jan 17 16:38:46 2002 From: sysadmin@destination.ca (Cedric Tardif) Date: Thu, 17 Jan 2002 11:38:46 -0500 Subject: TRASH BUG Message-ID: <5.1.0.14.2.20020117113658.02288ec0@mail.destination.ca> Hi all, I'm using imp in french. When i'm in any folder i have the possibility to click 'Vider la corbeille' in english 'Empty Trash Folder' But if i go to the trash folder i have the two of them. Regards From jan@horde.org Thu Jan 17 16:39:14 2002 From: jan@horde.org (Jan Schneider) Date: Thu, 17 Jan 2002 17:39:14 +0100 Subject: [imp] Problem with firts windows after login In-Reply-To: <5.1.0.14.2.20020117111712.029f4730@mail.destination.ca> References: <5.1.0.14.2.20020117111712.029f4730@mail.destination.ca> Message-ID: <1011285554.3c46fe322c02b@jan.dip.ammma.net> Zitat von Cedric Tardif : > Hi all, > > I setup horde to log with imp. > > If i log in with IE 6 i go directly to the INBOX > > If i log in with Netscape 4.7 or Mozilla 0.9.7 it open to a welcome > window with a table name 'MAIL' and the number of message in inbox .. > > How can i correct this problem ? The latter behaviour is the correct one but I don't know how you get IE to display INBOX directly. Jan. -- :::::::::::::::::::::::::::::::::::::::: 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 :::::::::::::::::::::::::::::::::::::::::::::: From sysadmin@destination.ca Thu Jan 17 16:46:35 2002 From: sysadmin@destination.ca (Cedric Tardif) Date: Thu, 17 Jan 2002 11:46:35 -0500 Subject: [horde] Problem with address book In-Reply-To: <1011285469.3c46fddd46dda@jan.dip.ammma.net> References: <5.1.0.14.2.20020117110129.029f7a70@mail.destination.ca> <5.1.0.14.2.20020117110129.029f7a70@mail.destination.ca> Message-ID: <5.1.0.14.2.20020117114200.02291e20@mail.destination.ca> Hi, I have tried with multiple names with different information entered and i always get the same problem. errmsg translated since i use a french version of IE 6 In IE 6 the error message i get is : Ligne : 1 Car : 1 Error : waiting for object Code : 0 URL : http://horde.gateway/turba/search.php In Mozilla 0.9.7 Error: open_compose_win is not defined In Netscape 4.79 open_compose_win is not defined. At 11:37 17/01/02, you wrote: >Zitat von Cedric Tardif : > >> Hi all, >> >> if i select a name in my address book and i click send a message .... i >> got a javascript error with IE 6 mozilla 0.9.7 and netscape 4.7 >> >> How can i correct this problem ? > >We need more information if you want that to be fixed. At least the error >message. Does it happen always or only with some names? > >Jan. > >-- >:::::::::::::::::::::::::::::::::::::::: >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 >:::::::::::::::::::::::::::::::::::::::::::::: > >-- >Horde mailing list: http://horde.org/horde/ >Frequently Asked Questions: http://horde.org/faq/ >To unsubscribe, mail: horde-unsubscribe@lists.horde.org From sysadmin@destination.ca Thu Jan 17 16:47:32 2002 From: sysadmin@destination.ca (Cedric Tardif) Date: Thu, 17 Jan 2002 11:47:32 -0500 Subject: [imp] Problem with firts windows after login In-Reply-To: <1011285554.3c46fe322c02b@jan.dip.ammma.net> References: <5.1.0.14.2.20020117111712.029f4730@mail.destination.ca> <5.1.0.14.2.20020117111712.029f4730@mail.destination.ca> Message-ID: <5.1.0.14.2.20020117114657.022d0c40@mail.destination.ca> I tried it back ... sometime IE display directly the INBOX and sometime the listing ... It is possible to have people to log directly to the INBOX ? Regards At 11:39 17/01/02, you wrote: >Zitat von Cedric Tardif : > >> Hi all, >> >> I setup horde to log with imp. >> >> If i log in with IE 6 i go directly to the INBOX >> >> If i log in with Netscape 4.7 or Mozilla 0.9.7 it open to a welcome >> window with a table name 'MAIL' and the number of message in inbox .. >> >> How can i correct this problem ? > >The latter behaviour is the correct one but I don't know how you get IE to >display INBOX directly. > >Jan. > >-- >:::::::::::::::::::::::::::::::::::::::: >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 >:::::::::::::::::::::::::::::::::::::::::::::: > >-- >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 jeff@image-src.com Thu Jan 17 16:56:20 2002 From: jeff@image-src.com (Jeff Graves) Date: Thu, 17 Jan 2002 11:56:20 -0500 Subject: [imp] Problem with firts windows after login In-Reply-To: <1011285554.3c46fe322c02b@jan.dip.ammma.net> Message-ID: <001901c19f77$e3140830$c801c8c0@jefe> Jan, I noticed this to sometimes. What it seems to be is that if you use horde for authentication then when you first go to /horde you will login and see the MAIL table. Then you read some mail (or just click the INBOX link) and then logout of IMP using the logout button on your IMP menu. Then log back in and you hop right into your inbox. That's because the logout button in IMP actually brings up the page /horde/imp/login.php instead of /horde/index.php. Jeff Graves Customer Support Engineer Image Source, Inc. 10 Mill Street Bellingham, MA 02019 508.966.5200 X31 - Phone 508.966.5170 - Fax jeff@image-src.com - Email -----Original Message----- From: Jan Schneider [mailto:jan@horde.org] Sent: Thursday, January 17, 2002 11:39 AM To: imp@lists.horde.org Subject: Re: [imp] Problem with firts windows after login Zitat von Cedric Tardif : > Hi all, > > I setup horde to log with imp. > > If i log in with IE 6 i go directly to the INBOX > > If i log in with Netscape 4.7 or Mozilla 0.9.7 it open to a welcome > window with a table name 'MAIL' and the number of message in inbox .. > > How can i correct this problem ? The latter behaviour is the correct one but I don't know how you get IE to display INBOX directly. Jan. -- :::::::::::::::::::::::::::::::::::::::: 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 :::::::::::::::::::::::::::::::::::::::::::::: -- 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 rootix@yahoo.fr Thu Jan 17 16:54:02 2002 From: rootix@yahoo.fr (=?iso-8859-1?q?RooTiX?=) Date: Thu, 17 Jan 2002 17:54:02 +0100 (CET) Subject: [imp] TRASH BUG In-Reply-To: <5.1.0.14.2.20020117113658.02288ec0@mail.destination.ca> Message-ID: <20020117165402.48787.qmail@web14805.mail.yahoo.com> --- Cedric Tardif a écrit : > Hi all, > > I'm using imp in french. > > When i'm in any folder i have the possibility to > click 'Vider la corbeille' in english 'Empty Trash > Folder' > > But if i go to the trash folder i have the two of > them. > > Regards I'm using imp in french and i have only one: "Vider la corbeille". ===== -- ___________O_O____________ ( Christophe GUILLOUX ) ( http://www.guilloux.info ) (________O-_____-O_________) ___________________________________________________________ Do You Yahoo!? -- Une adresse @yahoo.fr gratuite et en français ! Yahoo! Courrier : http://courrier.yahoo.fr From laradji@iptmail.univ-montp3.fr Thu Jan 17 16:47:35 2002 From: laradji@iptmail.univ-montp3.fr (Laradji) Date: Thu, 17 Jan 2002 17:47:35 +0100 (CET) Subject: [imp] Problem with firts windows after login In-Reply-To: <1011285554.3c46fe322c02b@jan.dip.ammma.net> Message-ID: Can anyone hava instaled quota with imp and courier-imap I active the fontion in my conf but that don t work ! i have PHP.4.2-dev courier-imap -- Laradji nacer Service informatique de l IPT Universite Paul val=E9ry Montpellier , FRANCE ---------------------------------------------------------------------------= ----- When I sell liquor, it's called bootlegging; when my patrons serve it on silver trays on Lake Shore Drive, it's called hospitality. =09=09-- Al Capone On Thu, 17 Jan 2002, Jan Schneider wrote: > Zitat von Cedric Tardif : > > > Hi all, > > > > I setup horde to log with imp. > > > > If i log in with IE 6 i go directly to the INBOX > > > > If i log in with Netscape 4.7 or Mozilla 0.9.7 it open to a welcome > > window with a table name 'MAIL' and the number of message in inbox .. > > > > How can i correct this problem ? > > The latter behaviour is the correct one but I don't know how you get IE t= o > display INBOX directly. > > Jan. > > -- > :::::::::::::::::::::::::::::::::::::::: > 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 > :::::::::::::::::::::::::::::::::::::::::::::: > > -- > IMP mailing list: http://horde.org/imp/ > Archive: http://marc.theaimsgroup.com/?l=3Dimp&r=3D1&w=3D2 > Frequently Asked Questions: http://horde.org/faq/ > To unsubscribe, mail: imp-unsubscribe@lists.horde.org > > From sysadmin@destination.ca Thu Jan 17 16:59:42 2002 From: sysadmin@destination.ca (Cedric Tardif) Date: Thu, 17 Jan 2002 11:59:42 -0500 Subject: [imp] Problem with firts windows after login In-Reply-To: <001901c19f77$e3140830$c801c8c0@jefe> References: <1011285554.3c46fe322c02b@jan.dip.ammma.net> Message-ID: <5.1.0.14.2.20020117115821.022dd010@mail.destination.ca> If i understand you right ... If i log from /horde/imp/login.php i go directly to the inbox ... just tried it :P work perfect thanks At 11:56 17/01/02, you wrote: >Jan, > > I noticed this to sometimes. What it seems to be is that if you use >horde for authentication then when you first go to /horde you will login >and see the MAIL table. Then you read some mail (or just click the INBOX >link) and then logout of IMP using the logout button on your IMP menu. >Then log back in and you hop right into your inbox. That's because the >logout button in IMP actually brings up the page /horde/imp/login.php >instead of /horde/index.php. > >Jeff Graves >Customer Support Engineer >Image Source, Inc. >10 Mill Street >Bellingham, MA 02019 > >508.966.5200 X31 - Phone >508.966.5170 - Fax >jeff@image-src.com - Email > >-----Original Message----- >From: Jan Schneider [mailto:jan@horde.org] >Sent: Thursday, January 17, 2002 11:39 AM >To: imp@lists.horde.org >Subject: Re: [imp] Problem with firts windows after login > > >Zitat von Cedric Tardif : > >> Hi all, >> >> I setup horde to log with imp. >> >> If i log in with IE 6 i go directly to the INBOX >> >> If i log in with Netscape 4.7 or Mozilla 0.9.7 it open to a welcome >> window with a table name 'MAIL' and the number of message in inbox .. >> >> How can i correct this problem ? > >The latter behaviour is the correct one but I don't know how you get IE >to >display INBOX directly. > >Jan. > >-- >:::::::::::::::::::::::::::::::::::::::: >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 >:::::::::::::::::::::::::::::::::::::::::::::: > >-- >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 From sysadmin@destination.ca Thu Jan 17 17:00:22 2002 From: sysadmin@destination.ca (Cedric Tardif) Date: Thu, 17 Jan 2002 12:00:22 -0500 Subject: [imp] TRASH BUG In-Reply-To: <20020117165402.48787.qmail@web14805.mail.yahoo.com> References: <5.1.0.14.2.20020117113658.02288ec0@mail.destination.ca> Message-ID: <5.1.0.14.2.20020117120006.022dcca0@mail.destination.ca> i get the lastest build last night and you? At 11:54 17/01/02, you wrote: > --- Cedric Tardif a =E9crit : >> Hi all, >>=20 >> I'm using imp in french. >>=20 >> When i'm in any folder i have the possibility to >> click 'Vider la corbeille' in english 'Empty Trash >> Folder' >>=20 >> But if i go to the trash folder i have the two of >> them. >>=20 >> Regards > >I'm using imp in french and i have only one: "Vider la >corbeille". > > >=3D=3D=3D=3D=3D >--=20 > ___________O_O____________ >( Christophe GUILLOUX ) >( http://www.guilloux.info ) >(________O-_____-O_________) > >___________________________________________________________ >Do You Yahoo!? -- Une adresse @yahoo.fr gratuite et en fran=E7ais ! >Yahoo! Courrier : http://courrier.yahoo.fr > >--=20 >IMP mailing list: http://horde.org/imp/ >Archive: http://marc.theaimsgroup.com/?l=3Dimp&r=3D1&w=3D2 >Frequently Asked Questions: http://horde.org/faq/ >To unsubscribe, mail: imp-unsubscribe@lists.horde.org From bhelman@salemstate.edu Thu Jan 17 17:10:53 2002 From: bhelman@salemstate.edu (Brian Helman) Date: Thu, 17 Jan 2002 12:10:53 -0500 Subject: [imp] IMP 2.2.x to 3.0.x DataBase Upgrade In-Reply-To: References: <5.1.0.14.2.20020115162139.00a850b0@clipper.salemstate.edu> Message-ID: <5.1.0.14.2.20020117120150.00a81ad0@clipper.salemstate.edu> Ok. I think I have imp2horde.pl correctly configured for postrgreSQL rather than MySQL. When I first ran it, I received an error that it couldn't find DBI.pm . I installed perl-DBI-1.18-1.i386.rpm (RH 7.2) and now it is looking for pgsql.pm . I have not been able to find this file. I know people are very busy with more serious matters, but here is my imp2horde.pl script. Did I miss something? #!/usr/bin/perl # # $Horde: imp/scripts/imp2horde.pl,v 1.2.2.2 2001/12/24 17:23:38 chuck Exp $ # # File: imp2horde.pl # Author: Christophe Guilloux - rootix@bootix.net # Version: 1.0 # # Date: 4/12/01 # History: code taken from imp2turba.pl and adapted to imp2horde.pl # Purpose: This script converts an old imp preferences database contents # to the newer horde table format, it was written for # mysql, but could be easily ported to other databases # # Usage: Modify the variables at the beginning of the script # so that your database user/password, location and imp # database and horde database are correct. # use DBI; our $location = 'xxxxxxxxxxx'; our $port_num = '5432'; our $username = 'xxxxxxxxxx'; our $password = 'xxxxxxx'; our $IMP_DATABASE = 'horde'; our $IMP_TABLE = 'imp_pref'; our $HORDE_DATABASE = 'horde2'; our $HORDE_TABLE = 'horde_prefs'; our $domain = 'salemstate.edu'; our $dbi_options = {RaiseError => 1, ChopBlanks => 1, AutoCommit => 1}; $db_imphandle = DBI->connect ("DBI:pgsql:$IMP_DATABASE:$location:port_num", $username, $password, $dbi_options ) || die ("Connection error: $DBI::errstr"); $db_horde = DBI->connect ("DBI:pgsql:$HORDE_DATABASE", $username, $password, $dbi_options ) || die ("Connection error: $DBI::errstr"); $imp_statement = $db_imphandle->prepare("SELECT * FROM $IMP_TABLE"); $imp_statement->execute(); $horde_statement = "DELETE FROM $HORDE_TABLE"; $horde_statement = $db_horde->prepare($horde_statement) || die "prepare: $$stmt: $DBI::errstr"; $horde_statement->execute || die "execute: $$stmt: $DBI::errstr"; while (my ($owner, $fullname, $replyto, $lang, $sig) = $imp_statement->fetchrow_array()) { #@chars = ( "A" .. "Z", "a" .. "z", 0 .. 9, qw(! @ $ % ^ & *) ); #$unique_key = join("", @chars[ map { rand @chars } ( 1 .. 31 ) ]); # Remove the @domain.com part from the $owner, doesn't work in Turba $owner =~ s/\@.*$//; $owner .= "\@$domain"; my $quoted_owner = $db_imphandle->quote($owner); my $quoted_fullname = $db_imphandle->quote($fullname); my $value = "a:1:{i:0;a:12:{s:2:\"id\";s:19:\"Identiti par difaut\";s:8:\"fu llname\";s:".length($fullname).":\"$fullname\";s:9:\"from_addr\";s:0:\"\";s:12:\ "replyto_addr\";s:".length($replyto).":\"$replyto\";s:9:\"signature\";s:".length ($sig).":\"$sig\";s:9:\"sig_first\";i:0;s:10:\"sig_dashes\";s:1:\"1\";s:14:\"sav e_sent-mail\";N;s:16:\"sent_mail_folder\";s:15:\"INBOX.sent-mail\";s:14:\"save_s ent_mail\";s:1:\"1\";s:11:\"private_key\";N;s:16:\"private_key_type\";N;}}"; my $quoted_value = $db_horde->quote($value); #print "$value\n"; $horde_statement = "INSERT INTO $HORDE_TABLE VALUES ($quoted_owner, 'horde', 'identities', $quoted_value)"; $horde_statement = $db_horde->prepare($horde_statement) || die "prepare: $$stmt: $DBI::errstr"; $horde_statement->execute || die "execute: $$stmt: $DBI::errstr"; $horde_statement->finish(); } $imp_statement->finish(); $horde_statement->finish(); $db_imphandle->disconnect; $db_horde->disconnect; At 05:10 PM 1/15/02 -0500, you wrote: >Check out /horde/scripts/db/ for SQL to build new tables. >/horde/imp/scripts/db/ as well. > > > > -----Original Message----- > > From: Brian Helman [mailto:bhelman@salemstate.edu] > > Sent: Tuesday, January 15, 2002 4:29 PM > > To: imp@lists.horde.org > > Subject: [imp] IMP 2.2.x to 3.0.x DataBase Upgrade > > > > > > > > Is it possible to upgrade the IMP 2.2 database to 3.0? > > > > >-- >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 ------------------------------------------------------ __ ____ __ ____ __ __ /\ \ / \_\ / /\ / \ \ / |\ / /\ / \_\ / /\ |_| / / /| /\ \ \ / ||/ / / / /\ | |\ \/ /_/_ / / / \ \/ \ \ / |/ / / / \/ |_| \ __ \_\ / / / \ /\ \_\ / /| / / / /\ ./_/ \ \ \/_// / / \ \ \/_// / | / / \ \/ |_| \ \_\ /_/ / \ \_\ /_/ /|_/ / \__/_/ \/_/ \_\/ \/_/ \_\/ \_\/ Brian M Helman Director, Networking Services Salem State College Voice: 978.542.7272 Fax: 978.542.6620 e-mail: bhelman@salemstate.edu snail-mail: 352 Lafayette St, MH207A Salem, MA 01970-5353 http://www.helman.nu/ From h.blackman@chester.ac.uk Thu Jan 17 17:12:12 2002 From: h.blackman@chester.ac.uk (Henry Blackman) Date: Thu, 17 Jan 2002 17:12:12 -0000 Subject: [imp] TRASH BUG References: <5.1.0.14.2.20020117113658.02288ec0@mail.destination.ca> <5.1.0.14.2.20020117120006.022dcca0@mail.destination.ca> Message-ID: <036801c19f7a$1b957250$13c150c2@chester.ac.uk> Your "Trash" folder is created by you not IMP/HORDE. If you have two, simply delete one and ensure the name of the other is what would be in your imp configuration files. Also, it's probably not a good idea to post every one of your messages to both the horde and imp mailing lists. This problem, for example, is specifically a mail problem (and therefore isn't relevant to the horde list). I'm on both, and my inbox is filling up!! Cheers, Henry ----- Original Message ----- From: "Cedric Tardif" To: Sent: Thursday, January 17, 2002 5:00 PM Subject: Re: [imp] TRASH BUG i get the lastest build last night and you? At 11:54 17/01/02, you wrote: > --- Cedric Tardif a écrit : >> Hi all, >> >> I'm using imp in french. >> >> When i'm in any folder i have the possibility to >> click 'Vider la corbeille' in english 'Empty Trash >> Folder' >> >> But if i go to the trash folder i have the two of >> them. >> >> Regards > >I'm using imp in french and i have only one: "Vider la >corbeille". > > >===== >-- > ___________O_O____________ >( Christophe GUILLOUX ) >( http://www.guilloux.info ) >(________O-_____-O_________) > >___________________________________________________________ >Do You Yahoo!? -- Une adresse @yahoo.fr gratuite et en français ! >Yahoo! Courrier : http://courrier.yahoo.fr > >-- >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 From rootix@yahoo.fr Thu Jan 17 17:15:19 2002 From: rootix@yahoo.fr (=?iso-8859-1?q?RooTiX?=) Date: Thu, 17 Jan 2002 18:15:19 +0100 (CET) Subject: [imp] TRASH BUG In-Reply-To: <5.1.0.14.2.20020117120006.022dcca0@mail.destination.ca> Message-ID: <20020117171519.19678.qmail@web14807.mail.yahoo.com> --- Cedric Tardif a écrit : > i get the lastest build last night and you? no, i'm using imp3. ===== -- ___________O_O____________ ( Christophe GUILLOUX ) ( http://www.guilloux.info ) (________O-_____-O_________) ___________________________________________________________ Do You Yahoo!? -- Une adresse @yahoo.fr gratuite et en français ! Yahoo! Courrier : http://courrier.yahoo.fr From morgan@orst.edu Thu Jan 17 17:23:31 2002 From: morgan@orst.edu (Andrew Morgan) Date: Thu, 17 Jan 2002 09:23:31 -0800 (PST) Subject: [imp] IMP 2.2.x to 3.0.x DataBase Upgrade In-Reply-To: <5.1.0.14.2.20020117120150.00a81ad0@clipper.salemstate.edu> Message-ID: On Thu, 17 Jan 2002, Brian Helman wrote: > > Ok. I think I have imp2horde.pl correctly configured for postrgreSQL > rather than MySQL. When I first ran it, I received an error that it > couldn't find DBI.pm . I installed perl-DBI-1.18-1.i386.rpm (RH 7.2) and > now it is looking for pgsql.pm . I have not been able to find this file. > > I know people are very busy with more serious matters, but here is my > imp2horde.pl script. Did I miss something? You've installed the generic perl DBI interface, but not the database specific driver for DBI. In Redhat 7.2, you'll want to install the perl-DBD-Pg-1.01-1.i386.rpm package to get PostgresQL support. Andy From jan@horde.org Thu Jan 17 16:41:29 2002 From: jan@horde.org (Jan Schneider) Date: Thu, 17 Jan 2002 17:41:29 +0100 Subject: [imp] Cool quotes + spellcheck bug In-Reply-To: <3C46F7D2.6040405@roanoke.edu> References: <3A210A88B47BD511846800A0C9C83B4412D842@mailbox.Hunter.COM> <3C46F7D2.6040405@roanoke.edu> Message-ID: <1011285689.3c46feb9cf95c@jan.dip.ammma.net> We're still here! ;-) I also reproduced the bug but I didn't have any time to look further into it. Someone else perhaps? Zitat von "David L. Parsley" : > Hrm, Chuck and Jan are both pretty good about reading bug reports, so I > thought it funny neither of them replied. Made me wonder if it was just > > a 'magic_quotes' FAQ - but then I tried the demo site, and I also got > the same strange \\\\" effect there. > > In any case, I'd be happy to apply and test a patch; I can't move IMP3 > to production untill I fix this bug. :-( > > regards, > David > > Hamilton, Kent wrote: > > > I reported exactly this error last week along with a couple of other > cases > > of the same type of error. > > > > If I get some time this weekend I may look in to it a little more > unless > > someone has a fix for it already. > > > > -- > > Kent Hamilton > > Manager - Systems Admin & Networking > > Hunter Engineering Company > > > > > > > >>-----Original Message----- > >>From: David L. Parsley [mailto:parsley@roanoke.edu] > >>Sent: Tuesday, January 15, 2002 1:21 PM > >>To: imp@lists.horde.org > >>Subject: [imp] Cool quotes + spellcheck bug > >> > >> > >>Hi, > >> > >>When I type 'parsley' and click 'expand names', I get: > >>"Parsley, David" > >> > >>Which is just fine, and the message sends out OK. > >> > >>But if I do spell check, after I click 'done' I get THIS: > >>\\\\\\\"Parsley, David\\\\\\\" > >> > >>Which is totally hosed, and now my message won't send. Even funnier, > >>the reject from sendmail looks like this: > >> ----- The following addresses had permanent fatal errors ----- > >>"\\\\\\\\\\\\\\\"Parsley"@roanoke.edu > >> > >>So the backslashes have _really_ exploded. > >> > >>magic_quotes_runtime is OFF. (says so on horde/test.php page as well) > >> > >>This is with IMP3 + Horde2 rpms on an RH71 server, my client > >>is Mozilla > >>0.9.6. > >> > >>Cool bug, eh? > >> > >>regards, > >> David > >> > >>-- > >>David L. Parsley > >>Network Administrator, Roanoke College > >>"If I have seen further it is by standing on ye shoulders of Giants." > >>--Isaac Newton > >> > >>------------------------------------------------- > >>This mail sent through IMP: http://horde.org/imp/ > >> > >> > >>-- > >>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 > >> > >> > > > > > -- > David L. Parsley > Network Administrator, Roanoke College > "If I have seen further it is by standing on ye shoulders of Giants." > --Isaac Newton > > > -- > 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 > > Jan. -- :::::::::::::::::::::::::::::::::::::::: 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 :::::::::::::::::::::::::::::::::::::::::::::: From jmccoy@mills.edu Thu Jan 17 17:35:07 2002 From: jmccoy@mills.edu (John McCoy, Jr.) Date: Thu, 17 Jan 2002 09:35:07 -0800 Subject: [imp] IMPMP (IMP Multi Panel) . In-Reply-To: <001501c19a49$51a19a80$34a8ecd8@ccsi.com> Message-ID: <001301c19f7d$4e507a70$27035b90@mills.edu> How did you get rid of the Addressbook icon that does not open a new window? Thanks -----Original Message----- From: C. M. Rahman (jr.) [mailto:cmrahman@ccsi.com] Sent: Thursday, January 10, 2002 6:40 PM To: imp@lists.horde.org Subject: Re: [imp] IMPMP (IMP Multi Panel) . Yea.. I have removed it but I was able to put it back by adding it to menu.php under imp/config/. Now it opens the turba on a new page. $_menu[] = array( 'url' => 'http://wwwmail.ccsi.com/horde/turba/', 'text' => 'Addressbook', 'icon' => 'turba.gif', 'icon_path' => 'http://wwwmail.ccsi.com/horde/turba/graphics/', 'target' => '_blank', 'onclick' => '' ); I had another question, how to I make the width of left margin smaller (this is where all the folder or INBOX shows up)? When ever I open the IMP, the left margin width is very big. Any clue on this ? Thanks &*&*&*&*&*&*&*&*&*&*&*&*&*&*&*&*&*&*&*&* C.M. Rahman Jr. CTO CCS Internet http://www.ccsi.com 13740 Research Blvd. suite o-4 Austin, TX 78750 Tel: 512-257-2274 ----- Original Message ----- From: "Atif Ghaffar" To: Sent: Thursday, January 10, 2002 9:53 AM Subject: Re: [imp] IMPMP (IMP Multi Panel) . > C. M. Rahman (jr.) wrote: > > > Maybe somebody addressed this issue. After I have installed impmp, I also > > installed turba. From the main page when I click on Addressbook, it does > > show up. It looks like it need to open a new window. I am not sure which > > file to modify it. > > > You have to remove it from IMP's menu. > Use it from Horde's menu. > > Its a separate app than IMP. If you want integration, then you have to > hack a bit to get it working. > > best regards > > > > > > -- > Atif Ghaffar > ---------------------------. > +41 78 845 31 64 | mobile > +41 21 351 53 62 | fax > http://atifghaffar.com | www > > > -- > 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 From jan@horde.org Thu Jan 17 17:35:04 2002 From: jan@horde.org (Jan Schneider) Date: Thu, 17 Jan 2002 18:35:04 +0100 Subject: [imp] Problem with firts windows after login In-Reply-To: <001901c19f77$e3140830$c801c8c0@jefe> References: <001901c19f77$e3140830$c801c8c0@jefe> Message-ID: <1011288904.3c470b48ad691@jan.dip.ammma.net> Zitat von Jeff Graves : > Jan, > > I noticed this to sometimes. What it seems to be is that if you use > horde for authentication then when you first go to /horde you will login > and see the MAIL table. Then you read some mail (or just click the INBOX > link) and then logout of IMP using the logout button on your IMP menu. > Then log back in and you hop right into your inbox. That's because the > logout button in IMP actually brings up the page /horde/imp/login.php > instead of /horde/index.php. Correct, and that's the expected behaviour. Jan. -- :::::::::::::::::::::::::::::::::::::::: 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 :::::::::::::::::::::::::::::::::::::::::::::: From sysadmin@destination.ca Thu Jan 17 17:46:15 2002 From: sysadmin@destination.ca (Cedric Tardif) Date: Thu, 17 Jan 2002 12:46:15 -0500 Subject: [imp] TRASH BUG In-Reply-To: <036801c19f7a$1b957250$13c150c2@chester.ac.uk> References: <5.1.0.14.2.20020117113658.02288ec0@mail.destination.ca> <5.1.0.14.2.20020117120006.022dcca0@mail.destination.ca> Message-ID: <5.1.0.14.2.20020117124514.022e2be0@mail.destination.ca> Message received i'll post only in imp I have only one trash box... The problem is that i have two time the link empty trash folder when i'm= reading the trash folder At 12:12 17/01/02, you wrote: >Your "Trash" folder is created by you not IMP/HORDE. If you have two, >simply delete one and ensure the name of the other is what would be in your >imp configuration files. > >Also, it's probably not a good idea to post every one of your messages to >both the horde and imp mailing lists. This problem, for example, is >specifically a mail problem (and therefore isn't relevant to the horde >list). I'm on both, and my inbox is filling up!! > >Cheers, >Henry > >----- Original Message ----- >From: "Cedric Tardif" >To: >Sent: Thursday, January 17, 2002 5:00 PM >Subject: Re: [imp] TRASH BUG > > >i get the lastest build last night and you? > >At 11:54 17/01/02, you wrote: >> --- Cedric Tardif a =E9crit : >>> Hi all, >>> >>> I'm using imp in french. >>> >>> When i'm in any folder i have the possibility to >>> click 'Vider la corbeille' in english 'Empty Trash >>> Folder' >>> >>> But if i go to the trash folder i have the two of >>> them. >>> >>> Regards >> >>I'm using imp in french and i have only one: "Vider la >>corbeille". >> >> >>=3D=3D=3D=3D=3D >>-- >> ___________O_O____________ >>( Christophe GUILLOUX ) >>( http://www.guilloux.info ) >>(________O-_____-O_________) >> >>___________________________________________________________ >>Do You Yahoo!? -- Une adresse @yahoo.fr gratuite et en fran=E7ais ! >>Yahoo! Courrier : http://courrier.yahoo.fr >> >>-- >>IMP mailing list: http://horde.org/imp/ >>Archive: http://marc.theaimsgroup.com/?l=3Dimp&r=3D1&w=3D2 >>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=3Dimp&r=3D1&w=3D2 >Frequently Asked Questions: http://horde.org/faq/ >To unsubscribe, mail: imp-unsubscribe@lists.horde.org > > > > >--=20 >IMP mailing list: http://horde.org/imp/ >Archive: http://marc.theaimsgroup.com/?l=3Dimp&r=3D1&w=3D2 >Frequently Asked Questions: http://horde.org/faq/ >To unsubscribe, mail: imp-unsubscribe@lists.horde.org From jan@horde.org Thu Jan 17 17:58:04 2002 From: jan@horde.org (Jan Schneider) Date: Thu, 17 Jan 2002 18:58:04 +0100 Subject: [imp] TRASH BUG In-Reply-To: <5.1.0.14.2.20020117124514.022e2be0@mail.destination.ca> References: <5.1.0.14.2.20020117113658.02288ec0@mail.destination.ca> <5.1.0.14.2.20020117120006.022dcca0@mail.destination.ca> <5.1.0.14.2.20020117124514.022e2be0@mail.destination.ca> Message-ID: <1011290284.3c4710ace7ffb@jan.dip.ammma.net> OK, I also understood that you have two trash folders. If you have the link two times there is probably something wrong with the translation. Did you check if there are also two links in other languages? Zitat von Cedric Tardif : > Message received i'll post only in imp > > I have only one trash box... > > The problem is that i have two time the link empty trash folder when i'm > reading the trash folder > > At 12:12 17/01/02, you wrote: > >Your "Trash" folder is created by you not IMP/HORDE. If you have two, > >simply delete one and ensure the name of the other is what would be in > your > >imp configuration files. > > > >Also, it's probably not a good idea to post every one of your messages > to > >both the horde and imp mailing lists. This problem, for example, is > >specifically a mail problem (and therefore isn't relevant to the horde > >list). I'm on both, and my inbox is filling up!! > > > >Cheers, > >Henry > > > >----- Original Message ----- > >From: "Cedric Tardif" > >To: > >Sent: Thursday, January 17, 2002 5:00 PM > >Subject: Re: [imp] TRASH BUG > > > > > >i get the lastest build last night and you? > > > >At 11:54 17/01/02, you wrote: > >> --- Cedric Tardif a écrit : > >>> Hi all, > >>> > >>> I'm using imp in french. > >>> > >>> When i'm in any folder i have the possibility to > >>> click 'Vider la corbeille' in english 'Empty Trash > >>> Folder' > >>> > >>> But if i go to the trash folder i have the two of > >>> them. > >>> > >>> Regards > >> > >>I'm using imp in french and i have only one: "Vider la > >>corbeille". Jan. -- :::::::::::::::::::::::::::::::::::::::: 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 :::::::::::::::::::::::::::::::::::::::::::::: From sysadmin@destination.ca Thu Jan 17 18:03:37 2002 From: sysadmin@destination.ca (Cedric Tardif) Date: Thu, 17 Jan 2002 13:03:37 -0500 Subject: [imp] TRASH BUG In-Reply-To: <1011290284.3c4710ace7ffb@jan.dip.ammma.net> References: <5.1.0.14.2.20020117124514.022e2be0@mail.destination.ca> <5.1.0.14.2.20020117113658.02288ec0@mail.destination.ca> <5.1.0.14.2.20020117120006.022dcca0@mail.destination.ca> <5.1.0.14.2.20020117124514.022e2be0@mail.destination.ca> Message-ID: <5.1.0.14.2.20020117130330.01f7f510@mail.destination.ca> in english i got this : Hide Deleted | Purge Deleted | Empty Trash folder in french i got this Cacher messages effac=E9s | Vider la corbeille | Empty Trash folder At 12:58 17/01/02, you wrote: >OK, I also understood that you have two trash folders. > >If you have the link two times there is probably something wrong with the= =20 >translation. Did you check if there are also two links in other languages? > >Zitat von Cedric Tardif : > >> Message received i'll post only in imp >>=20 >> I have only one trash box... >>=20 >> The problem is that i have two time the link empty trash folder when i'm >> reading the trash folder >>=20 >> At 12:12 17/01/02, you wrote: >> >Your "Trash" folder is created by you not IMP/HORDE. If you have two, >> >simply delete one and ensure the name of the other is what would be in >> your >> >imp configuration files. >> > >> >Also, it's probably not a good idea to post every one of your messages >> to >> >both the horde and imp mailing lists. This problem, for example, is >> >specifically a mail problem (and therefore isn't relevant to the horde >> >list). I'm on both, and my inbox is filling up!! >> > >> >Cheers, >> >Henry >> > >> >----- Original Message ----- >> >From: "Cedric Tardif" >> >To: >> >Sent: Thursday, January 17, 2002 5:00 PM >> >Subject: Re: [imp] TRASH BUG >> > >> > >> >i get the lastest build last night and you? >> > >> >At 11:54 17/01/02, you wrote: >> >> --- Cedric Tardif a =E9crit : >> >>> Hi all, >> >>> >> >>> I'm using imp in french. >> >>> >> >>> When i'm in any folder i have the possibility to >> >>> click 'Vider la corbeille' in english 'Empty Trash >> >>> Folder' >> >>> >> >>> But if i go to the trash folder i have the two of >> >>> them. >> >>> >> >>> Regards >> >> >> >>I'm using imp in french and i have only one: "Vider la >> >>corbeille". > >Jan. > >-- >:::::::::::::::::::::::::::::::::::::::: >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 >:::::::::::::::::::::::::::::::::::::::::::::: > >--=20 >IMP mailing list: http://horde.org/imp/ >Archive: http://marc.theaimsgroup.com/?l=3Dimp&r=3D1&w=3D2 >Frequently Asked Questions: http://horde.org/faq/ >To unsubscribe, mail: imp-unsubscribe@lists.horde.org From lkirchhoff@ieb.net Thu Jan 17 17:37:05 2002 From: lkirchhoff@ieb.net (Lars Kirchhoff) Date: Thu, 17 Jan 2002 18:37:05 +0100 Subject: language settings Message-ID: <1011289025.3c470bc1dffd7@mail2.ieb.net> Hello, I'v just installed the new version of imp and horde and it work's and feel's fine, apart from the language settings. I'd like to let the user select the language. This works if the user is logged in imp and uses the Options\Language settings. But this is set only for the session. after logout the language is set back to default. I'v had a look in the sql database where all user settings are stored. No data was stored there for language, but other parts like the idendity or the signature are stored in the db. Other Options aren't stored in the db as well like the maintance options etc. What went wrong at the installation or what did i miss to setup... Any help would be fine ... Thanks ciao Lars ------------------------------------------------- This mail sent through IMP: http://horde.org/imp/ From max@lsit.ucsb.edu Thu Jan 17 18:15:16 2002 From: max@lsit.ucsb.edu (Max Kalika) Date: Thu, 17 Jan 2002 10:15:16 -0800 Subject: [imp] Filtering problem In-Reply-To: <5.1.0.14.2.20020117093750.0232eec0@mail.destination.ca> References: <5.1.0.14.2.20020117093750.0232eec0@mail.destination.ca> Message-ID: <57210000.1011291316@valkyrie> Quoting Cedric Tardif : > I have setup filter to be on when login or when refreshing mailbox. There is no filtering on page refreshes. It is either manual or after login. ---max kalika --max@lsit.ucsb.edu -lsit systems administrator From scrappy@hub.org Thu Jan 17 18:22:39 2002 From: scrappy@hub.org (Marc G. Fournier) Date: Thu, 17 Jan 2002 14:22:39 -0400 (AST) Subject: mime_drivers.php error ... Message-ID: <20020117141546.W8412-100000@earth.hub.org> Why am I getting the following: Parse error: parse error, expecting `')'' in /usr/local/www/horde/config/mime_drivers.php on line 24 The line(s) look like: $mime_drivers_map['horde']['registered'] = array( 'php', 'tgz', 'vcard' ,'msword', 'msexcel', 'mspowerpoint', ,'enscript', 'rar', 'zip', 'rpm' // , 'deb' ); Everything balances from what I can see ... no? From sysadmin@destination.ca Thu Jan 17 18:26:59 2002 From: sysadmin@destination.ca (Cedric Tardif) Date: Thu, 17 Jan 2002 13:26:59 -0500 Subject: [imp] mime_drivers.php error ... In-Reply-To: <20020117141546.W8412-100000@earth.hub.org> Message-ID: <5.1.0.14.2.20020117132623.02347d70@mail.destination.ca> you have one 2 coma following each other after 'mspoerpoint' and before 'enscript' At 13:22 17/01/02, you wrote: >Why am I getting the following: > >Parse error: parse error, expecting `')'' in >/usr/local/www/horde/config/mime_drivers.php on line 24 > >The line(s) look like: > >$mime_drivers_map['horde']['registered'] = array( > 'php', 'tgz', 'vcard' > ,'msword', 'msexcel', 'mspowerpoint', > ,'enscript', 'rar', 'zip', 'rpm' > // , 'deb' > ); > >Everything balances from what I can see ... no? > > >-- >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 max@lsit.ucsb.edu Thu Jan 17 18:31:36 2002 From: max@lsit.ucsb.edu (Max Kalika) Date: Thu, 17 Jan 2002 10:31:36 -0800 Subject: filtering problem (oops) Message-ID: <64510000.1011292296@valkyrie> Sorry, my bad -- I didn't have the latest imp prefs from .dist. There *is* filter on refresh. (need more sleep) ---max kalika --max@lsit.ucsb.edu -lsit systems administrator From sysadmin@destination.ca Thu Jan 17 18:33:50 2002 From: sysadmin@destination.ca (Cedric Tardif) Date: Thu, 17 Jan 2002 13:33:50 -0500 Subject: [imp] filtering problem (oops) In-Reply-To: <64510000.1011292296@valkyrie> Message-ID: <5.1.0.14.2.20020117133331.023357e0@mail.destination.ca> filter on refresh yes ... :) but not filter on reload ... .I'm right ? At 13:31 17/01/02, you wrote: >Sorry, my bad -- I didn't have the latest imp prefs from .dist. There *is* filter on refresh. (need more sleep) > > >---max kalika >--max@lsit.ucsb.edu >-lsit systems administrator > >-- >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 scrappy@hub.org Thu Jan 17 19:00:34 2002 From: scrappy@hub.org (Marc G. Fournier) Date: Thu, 17 Jan 2002 15:00:34 -0400 (AST) Subject: [imp] mime_drivers.php error ... In-Reply-To: <5.1.0.14.2.20020117132623.02347d70@mail.destination.ca> Message-ID: <20020117150017.Y8412-100000@earth.hub.org> d'oh ... I knew it had to be something obvious :( thanks ... On Thu, 17 Jan 2002, Cedric Tardif wrote: > you have one 2 coma following each other after 'mspoerpoint' and before 'enscript' > > At 13:22 17/01/02, you wrote: > > >Why am I getting the following: > > > >Parse error: parse error, expecting `')'' in > >/usr/local/www/horde/config/mime_drivers.php on line 24 > > > >The line(s) look like: > > > >$mime_drivers_map['horde']['registered'] = array( > > 'php', 'tgz', 'vcard' > > ,'msword', 'msexcel', 'mspowerpoint', > > ,'enscript', 'rar', 'zip', 'rpm' > > // , 'deb' > > ); > > > >Everything balances from what I can see ... no? > > > > > >-- > >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 > > From aghaffar@developer.ch Thu Jan 17 18:40:27 2002 From: aghaffar@developer.ch (Atif Ghaffar) Date: Thu, 17 Jan 2002 19:40:27 +0100 Subject: [imp] IMPMP (IMP Multi Panel) . References: <001301c19f7d$4e507a70$27035b90@mills.edu> Message-ID: <3C471A9B.70109@developer.ch> John McCoy, Jr. wrote: > How did you get rid of the Addressbook icon that does not open a new > window? I guess you mean, how to remove Turba's icon from IMP's menu. replace $conf['menu']['apps'] =3D array('turba'); with $conf['menu']['apps'] =3D array(); in horde/imp/config/conf.php best regards --=20 Atif Ghaffar ---------------------------. +41 78 845 31 64 =A6 mobile +41 21 351 53 62 =A6 fax http://atifghaffar.com =A6 www From philip.steeman@kh.khbo.be Thu Jan 17 19:11:24 2002 From: philip.steeman@kh.khbo.be (Steeman Philip) Date: Thu, 17 Jan 2002 20:11:24 +0100 Subject: [imp] spelling checker References: <1011197273.3c45a559d0487@linux.wg.de> <3C468AA6.37E94B4@kh.khbo.be> <1011266445.3c46b38d6429e@jan.dip.ammma.net> Message-ID: <3C4721DC.29F69751@kh.khbo.be> Jan Schneider wrote: > > Zitat von Steeman Philip : > > > > > > > > > lot > > > > of English words in it, so we have to click an awfull lot of times. > > When > > > > > > > > the 'errors' are in red, we can see quickly our real errors. > > > > > > The errors ARE in red. At least they should be if everything works > > > correctly. > > > > > > > I tried to verify this on de demo-site, but how much I try, there are no > > errors in my text. > > That's a different story. It means that spell checking isn't working at > all. There were some threads on this topic recently. Did you follow them > and see if there are some hints that might help you? > I can't find a hint in the mailinglist of IMP. It's rather strange. In IMP3: everything seems to work in the spelling checker except the errors are not in RED But on the same computer (same apache/php/ispell) in IMP2.2, the errors are in RED. Philip > Jan. > > -- > :::::::::::::::::::::::::::::::::::::::: > 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 > :::::::::::::::::::::::::::::::::::::::::::::: > > -- > 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 philip.steeman@kh.khbo.be Thu Jan 17 19:23:12 2002 From: philip.steeman@kh.khbo.be (Steeman Philip) Date: Thu, 17 Jan 2002 20:23:12 +0100 Subject: "new message" - count Message-ID: <3C4724A0.8E0131B9@kh.khbo.be> Hello, I think that the new message count (pop-up window) is wrong. It shows the number of new messages "in this window", not "in the whole mailbox". It's easy to reproduce when you set the number of messages in one window on a low number, and send a few messages. I checked it on the demo-site and it's also the same behaviour. Philip PS: thanks to all the people who made this great program. From chuck@horde.org Thu Jan 17 19:27:33 2002 From: chuck@horde.org (Chuck Hagenbuch) Date: Thu, 17 Jan 2002 14:27:33 -0500 Subject: [imp] TRASH BUG In-Reply-To: <5.1.0.14.2.20020117113658.02288ec0@mail.destination.ca> References: <5.1.0.14.2.20020117113658.02288ec0@mail.destination.ca> Message-ID: <20020117192733.GB13390@horde.org> Quoting Cedric Tardif : > Hi all, Cedric: please stop crossposting all of your messages. If they are about IMP, sending them to the IMP list is sufficient. -chuck -- "To age is to ripen into a luscious fruit." - fortune cookie From bhelman@salemstate.edu Thu Jan 17 19:29:14 2002 From: bhelman@salemstate.edu (Brian Helman) Date: Thu, 17 Jan 2002 14:29:14 -0500 Subject: [imp] IMP 2.2.x to 3.0.x DataBase Upgrade In-Reply-To: References: <5.1.0.14.2.20020117120150.00a81ad0@clipper.salemstate.edu> Message-ID: <5.1.0.14.2.20020117142209.00a84d00@clipper.salemstate.edu> Ok. perl-DBD-Pg-1.01-1.i386.rpm is installed, but still no pgsql.pm . Any other suggested files? brian At 09:23 AM 1/17/02 -0800, you wrote: >On Thu, 17 Jan 2002, Brian Helman wrote: > > > > > Ok. I think I have imp2horde.pl correctly configured for postrgreSQL > > rather than MySQL. When I first ran it, I received an error that it > > couldn't find DBI.pm . I installed perl-DBI-1.18-1.i386.rpm (RH 7.2) and > > now it is looking for pgsql.pm . I have not been able to find this file. > > > > I know people are very busy with more serious matters, but here is my > > imp2horde.pl script. Did I miss something? > >You've installed the generic perl DBI interface, but not the database >specific driver for DBI. In Redhat 7.2, you'll want to install the >perl-DBD-Pg-1.01-1.i386.rpm package to get PostgresQL support. > > Andy > > >-- >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 sysadmin@destination.ca Thu Jan 17 19:31:51 2002 From: sysadmin@destination.ca (Cedric Tardif) Date: Thu, 17 Jan 2002 14:31:51 -0500 Subject: [imp] TRASH BUG In-Reply-To: <20020117192733.GB13390@horde.org> References: <5.1.0.14.2.20020117113658.02288ec0@mail.destination.ca> <5.1.0.14.2.20020117113658.02288ec0@mail.destination.ca> Message-ID: <5.1.0.14.2.20020117143130.029de420@mail.destination.ca> i have stoped the crossposting 4 hours ago... sorry for the inconvenient !! At 14:27 17/01/02, you wrote: >Quoting Cedric Tardif : > >> Hi all, > >Cedric: please stop crossposting all of your messages. If they are about >IMP, sending them to the IMP list is sufficient. > >-chuck > >-- >"To age is to ripen into a luscious fruit." - fortune cookie > >-- >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 marcus@riboflavin.net Thu Jan 17 19:43:05 2002 From: marcus@riboflavin.net (Marcus I. Ryan) Date: Thu, 17 Jan 2002 13:43:05 -0600 Subject: [imp] Attachment are emptyy in Horde 2.0 IMP 3.0 In-Reply-To: <00bf01c19f6f$22c1d880$551f10ac@lundeman> References: <1011257374.3c46901e8fbe4@www.berata.fr> <1011266894.3c46b54e83e6a@jan.dip.ammma.net> <1011274619.3c46d37b2ac3d@www.berata.fr> <00bf01c19f6f$22c1d880$551f10ac@lundeman> Message-ID: <1011296585.3c4729490fb89@horde.riboflavin.net> Note: This is NOT true on FreeBSD. No one can explain why, but on FreeBSD, if you don't set upload_tmp_dir in php.ini, uploads will not work. I'm not sure what, if any, other OSes have the same problem. -- Marcus I. Ryan, marcus@riboflavin.net ----------------------------------------------------------------------- "Love is a snowmobile racing across the tundra and then suddenly it flips over, pinning you underneath. At night, the ice weasels come." -- Matt Groening ----------------------------------------------------------------------- Quoting Rene Lund Jensen : > > Ok, > > > > I changed the rights for apache on /var/tmp. And now it is > working. > > > > But at home I made no rights changes and didn't add the > upload_tmp_dir > line in > > php.ini. > > > > Very strange ... > > Nope.. not really. If you don't specify upload_tmp_dir in php.ini I > think > php will just use /tmp wich is world-writable.. > > René Jensen > > > -- > 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 marcus@riboflavin.net Thu Jan 17 19:47:51 2002 From: marcus@riboflavin.net (Marcus I. Ryan) Date: Thu, 17 Jan 2002 13:47:51 -0600 Subject: [imp] IMP 2.2.x to 3.0.x DataBase Upgrade In-Reply-To: <5.1.0.14.2.20020117142209.00a84d00@clipper.salemstate.edu> References: <5.1.0.14.2.20020117120150.00a81ad0@clipper.salemstate.edu> <5.1.0.14.2.20020117142209.00a84d00@clipper.salemstate.edu> Message-ID: <1011296871.3c472a67b9589@horde.riboflavin.net> As the RPM name indicated, the PERL PostgreSQL driver is named Pg, not pgsql, so you're driver line should be ("DBI:Pg:$IMP_DATABASE:$location:port_num", ^^ -- Marcus I. Ryan, marcus@riboflavin.net ----------------------------------------------------------------------- "Love is a snowmobile racing across the tundra and then suddenly it flips over, pinning you underneath. At night, the ice weasels come." -- Matt Groening ----------------------------------------------------------------------- Quoting Brian Helman : > > Ok. perl-DBD-Pg-1.01-1.i386.rpm is installed, but still no pgsql.pm > . Any > other suggested files? > > brian > > At 09:23 AM 1/17/02 -0800, you wrote: > > > >On Thu, 17 Jan 2002, Brian Helman wrote: > > > > > > > > Ok. I think I have imp2horde.pl correctly configured for > postrgreSQL > > > rather than MySQL. When I first ran it, I received an error > that it > > > couldn't find DBI.pm . I installed perl-DBI-1.18-1.i386.rpm > (RH 7.2) and > > > now it is looking for pgsql.pm . I have not been able to find > this file. > > > > > > I know people are very busy with more serious matters, but here > is my > > > imp2horde.pl script. Did I miss something? > > > >You've installed the generic perl DBI interface, but not the > database > >specific driver for DBI. In Redhat 7.2, you'll want to install > the > >perl-DBD-Pg-1.01-1.i386.rpm package to get PostgresQL support. > > > > Andy > > > > > >-- > >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 > > From chuck@horde.org Thu Jan 17 20:11:14 2002 From: chuck@horde.org (Chuck Hagenbuch) Date: Thu, 17 Jan 2002 15:11:14 -0500 Subject: [imp] Can't Log in to IMP 3.0 on debian In-Reply-To: <20020117130920.GM3498@samrowe.com> References: <20020111221131.GM3498@samrowe.com> <1011256033.3c468ae147b52@marina.horde.org> <20020117130920.GM3498@samrowe.com> Message-ID: <1011298274.3c472fe2b6b24@marina.horde.org> Quoting Sam Rowe : > $conf['session_name'] = 'Horde'; > > I left as many things as I could at the default values. It still appears that you have session issues. Have you tried the session test on /horde/test.php? -chuck -- Charles Hagenbuch, "What was and what may be, lie, like children whose faces we cannot see, in the arms of silence. All we ever have is here, now." - Ursula K. Le Guin From boiboi@stberlin.com Thu Jan 17 20:17:53 2002 From: boiboi@stberlin.com (boiboi@stberlin.com) Date: Fri, 18 Jan 2002 04:17:53 +0800 Subject: Purge Deleted error? Message-ID: <1011298673.3c473171888f9@www.stberlin.com> When I delete the messages via "delete" link. The messages are moved to the Trash folder. Now, I want to "purge deleted" message in the trash folder, but it doesn't do it. I first have to mark messages as Deleted through Mark As: Deleted before it can be purge. ------------------------------------------------- This mail sent through IMP: http://horde.org/imp/ From sysadmin@destination.ca Thu Jan 17 20:11:41 2002 From: sysadmin@destination.ca (Cedric Tardif) Date: Thu, 17 Jan 2002 15:11:41 -0500 Subject: IMP and login send for imap server Message-ID: <5.1.0.14.2.20020117150937.022c7070@mail.destination.ca> Hi all, At the login screen : if the user put as user : username And chose the mail server : mydomain.com It is possible to have imp to send the username : username@mydomain.com= without changing the coding in IMP ? Regards C=E9dric From chuck@horde.org Thu Jan 17 20:34:52 2002 From: chuck@horde.org (Chuck Hagenbuch) Date: Thu, 17 Jan 2002 15:34:52 -0500 Subject: [imp] in reply to horde login In-Reply-To: <20020108000900.GC7573@brolman.nl> References: <20020108000900.GC7573@brolman.nl> Message-ID: <1011299692.3c47356cee31a@marina.horde.org> Quoting Eelco Brölman : > The problem is that the frameset does not use the initial_page value. > Replacing the frameset in templates/index/frames_index.inc by: I've made this change in HEAD. -chuck -- Charles Hagenbuch, "What was and what may be, lie, like children whose faces we cannot see, in the arms of silence. All we ever have is here, now." - Ursula K. Le Guin From mikec@med.nyu.edu Thu Jan 17 21:02:06 2002 From: mikec@med.nyu.edu (Mike Cartoscelli) Date: Thu, 17 Jan 2002 16:02:06 -0500 Subject: Login Loop O' Doom Message-ID: <1541433.1011283326@cartom01.med.nyu.edu> Hello all. I have PHP 4.1.1 Horde 2.0 IMP 3.0 setup on Tru64 Unix 5.1 rev 732 Everything installed (with some tweaking) and looks ok. The test page looks fine, the session counter increments like it should. However, when I try and login in, the imap daemon (Cyrus) see's me authenticate and looks like I should be logged in. I get stuck though in a constant loop of "Your Mail session has timed out, please log in again" I checked the php.ini and the cookie's are set to session cookies, that lifetime = 0 part. I have it set to session handler = files. I have been through both the horde/config and imp/config files a dozen times each, and I know I must just be missing something tiny and hopefully an outisde observer can help shed some light on things. I COULD log into the demo.horde.org site using INBOX. as the prefix and my imap server, worked great. Thanks, Mike ------------------------------ Mike Cartoscelli Senior Systems Administrator NYU School of Medicine mikec@med.nyu.edu From jan@horde.org Thu Jan 17 21:30:29 2002 From: jan@horde.org (Jan Schneider) Date: Thu, 17 Jan 2002 22:30:29 +0100 Subject: [imp] Purge Deleted error? In-Reply-To: <1011298673.3c473171888f9@www.stberlin.com> References: <1011298673.3c473171888f9@www.stberlin.com> Message-ID: <1011303029.3c47427599dfe@linux.wg.de> Zitat von boiboi@stberlin.com: > When I delete the messages via "delete" link. The messages are moved to > the > Trash folder. Now, I want to "purge deleted" message in the trash > folder, but > it doesn't do it. I first have to mark messages as Deleted through Mark > As: > Deleted before it can be purge. Using the trash folder and deleting/purging shouldn't be mixed. If you use the trash folder just delete the files in there (or click "empty trash folder" if you use the cvs version). Purging is not necessary. Jan. -- :::::::::::::::::::::::::::::::::::::::: 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 :::::::::::::::::::::::::::::::::::::::::::::: From chuck@horde.org Thu Jan 17 22:31:02 2002 From: chuck@horde.org (Chuck Hagenbuch) Date: Thu, 17 Jan 2002 17:31:02 -0500 Subject: [imp] Login Loop O' Doom In-Reply-To: <1541433.1011283326@cartom01.med.nyu.edu> References: <1541433.1011283326@cartom01.med.nyu.edu> Message-ID: <1011306662.3c4750a667912@marina.horde.org> Quoting Mike Cartoscelli : > I have been through both the horde/config and imp/config files a dozen > times each, and I know I must just be missing something tiny and hopefully > an outisde observer can help shed some light on things. I COULD log into > the demo.horde.org site using INBOX. as the prefix and my imap server, > worked great. What is your cookie_path set to in horde/config/registry.php, and does that match your installation? -chuck -- Charles Hagenbuch, "What was and what may be, lie, like children whose faces we cannot see, in the arms of silence. All we ever have is here, now." - Ursula K. Le Guin From aghaffar@developer.ch Thu Jan 17 22:49:40 2002 From: aghaffar@developer.ch (Atif Ghaffar) Date: Thu, 17 Jan 2002 23:49:40 +0100 Subject: /me is looking for consulting contracts or temp/fixed job Message-ID: <3C475504.1050601@developer.ch> Hi all, The time has come that I also join the growing family of bitten by the economy unemployed people :) My contract with my previous employer has finished on 31 december 2001, and since 1 Jan 2002 I am free (as in beer not as in speech). I am currently looking for either consulting contracts short/mid/longterm or a permanent position in unix administration or internet service provide ISP/ASP field. I am in Switzerland in Lausanne area and would prefer to work in this area or just a bit outside (Geneva, Fribourg, Neuchatel, etc). Ofcourse I can also do short project by telecommuting. You can find my CV at http://atifghaffar.com/cv and if you want a PDF version to send by email etc, there is one at http://atifghaffar.com/cv/AtifGhaffar.CV.pdf I know I am sending to international lists, but I would not be surprised discovering a lot of people from my area on the lists. Thank you and best regards. PS:: As I previously stated, there are others who have had been in the same boat as I am now. I would be very glad to know how you re-established yourself especially if you went from working for salary to independant consultant. Horror stories are also welcome. Atif From jan@horde.org Thu Jan 17 23:13:18 2002 From: jan@horde.org (Jan Schneider) Date: Fri, 18 Jan 2002 00:13:18 +0100 Subject: [imp] IMP 3.0 & "+" Sign in Folder names In-Reply-To: <1011260253.3c469b5dae12d@home.hjc.edu.sg> References: <1011260253.3c469b5dae12d@home.hjc.edu.sg> Message-ID: <1011309198.3c475a8e7c93a@linux.wg.de> Zitat von Chen Shiyuan : > Hello, > > I notice a problem when using IMP 3.0 and is not sure if it's a bug or > otherwise. > > Basically, if I create a folder with a "+" as one of it's characters, IMP > will > be able to create it just fine. And it also doesn't report any problems > when > moving messages into this folder. I can also rename and delete the folder > just > fine as well. > > However, the problem arises when I try to access the folder. IMP will > access > the folder and give me a "There are no messages in this mailbox. " > message > instead of listing out the messages in the mailbox. > > But if I were to rename the folder into something else without a "+" > sign, > immediately the contents of the folder will appear. And it will disappear > > immediately when I rename it back to containing a "+" sign. Fixed in cvs. Jan. -- :::::::::::::::::::::::::::::::::::::::: 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 :::::::::::::::::::::::::::::::::::::::::::::: From jan@horde.org Thu Jan 17 23:24:23 2002 From: jan@horde.org (Jan Schneider) Date: Fri, 18 Jan 2002 00:24:23 +0100 Subject: [imp] "new message" - count In-Reply-To: <3C4724A0.8E0131B9@kh.khbo.be> References: <3C4724A0.8E0131B9@kh.khbo.be> Message-ID: <1011309863.3c475d274bbfa@linux.wg.de> Zitat von Steeman Philip : > Hello, > I think that the new message count (pop-up window) is wrong. It shows > the number of new messages "in this window", not "in the whole mailbox". > It's easy to reproduce when you set the number of messages in one window > on a low number, and send a few messages. > I checked it on the demo-site and it's also the same behaviour. The code looks like this was intended. Does anyone has objections against reporting the number of ALL unseen messages? Jan. -- :::::::::::::::::::::::::::::::::::::::: 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 :::::::::::::::::::::::::::::::::::::::::::::: From chuck@horde.org Thu Jan 17 23:35:20 2002 From: chuck@horde.org (Chuck Hagenbuch) Date: Thu, 17 Jan 2002 18:35:20 -0500 Subject: [imp] "new message" - count In-Reply-To: <1011309863.3c475d274bbfa@linux.wg.de> References: <3C4724A0.8E0131B9@kh.khbo.be> <1011309863.3c475d274bbfa@linux.wg.de> Message-ID: <1011310520.3c475fb87d20e@marina.horde.org> Quoting Jan Schneider : > The code looks like this was intended. Does anyone has objections against > reporting the number of ALL unseen messages? None here. -chuck -- Charles Hagenbuch, "What was and what may be, lie, like children whose faces we cannot see, in the arms of silence. All we ever have is here, now." - Ursula K. Le Guin From sam@samrowe.com Thu Jan 17 23:45:29 2002 From: sam@samrowe.com (Sam Rowe) Date: Thu, 17 Jan 2002 18:45:29 -0500 Subject: [imp] Can't Log in to IMP 3.0 on debian In-Reply-To: <1011298274.3c472fe2b6b24@marina.horde.org> References: <20020111221131.GM3498@samrowe.com> <1011256033.3c468ae147b52@marina.horde.org> <20020117130920.GM3498@samrowe.com> <1011298274.3c472fe2b6b24@marina.horde.org> Message-ID: <20020117234529.GQ3498@samrowe.com> On Thu, Jan 17, 2002 at 03:11:14PM -0500, Chuck Hagenbuch wrote: # Quoting Sam Rowe : # # > $conf['session_name'] = 'Horde'; # > # > I left as many things as I could at the default values. # # It still appears that you have session issues. Have you tried the session test # on /horde/test.php? Yea, I posted that test.php works fine in one of my many posts :-) to the list. If you'd like to see it in action: http://sysdoc.tss.peachnet.edu/horde/text.php Thanks, Sam From chuck@horde.org Thu Jan 17 23:52:21 2002 From: chuck@horde.org (Chuck Hagenbuch) Date: Thu, 17 Jan 2002 18:52:21 -0500 Subject: [imp] Can't Log in to IMP 3.0 on debian In-Reply-To: <20020117234529.GQ3498@samrowe.com> References: <20020111221131.GM3498@samrowe.com> <1011256033.3c468ae147b52@marina.horde.org> <20020117130920.GM3498@samrowe.com> <1011298274.3c472fe2b6b24@marina.horde.org> <20020117234529.GQ3498@samrowe.com> Message-ID: <1011311541.3c4763b5b3bc3@marina.horde.org> Quoting Sam Rowe : > Yea, I posted that test.php works fine in one of my many posts :-) Okay, have you checked your cookie_domain (horde/config/registry.php)? Is your install in the default location (/horde)? -chuck -- Charles Hagenbuch, "What was and what may be, lie, like children whose faces we cannot see, in the arms of silence. All we ever have is here, now." - Ursula K. Le Guin From jan@horde.org Thu Jan 17 23:53:59 2002 From: jan@horde.org (Jan Schneider) Date: Fri, 18 Jan 2002 00:53:59 +0100 Subject: [imp] Can't Log in to IMP 3.0 on debian In-Reply-To: <20020117234529.GQ3498@samrowe.com> References: <20020111221131.GM3498@samrowe.com> <1011256033.3c468ae147b52@marina.horde.org> <20020117130920.GM3498@samrowe.com> <1011298274.3c472fe2b6b24@marina.horde.org> <20020117234529.GQ3498@samrowe.com> Message-ID: <1011311639.3c476417d206b@linux.wg.de> Zitat von Sam Rowe : > On Thu, Jan 17, 2002 at 03:11:14PM -0500, Chuck Hagenbuch wrote: > # Quoting Sam Rowe : > # > # > $conf['session_name'] = 'Horde'; > # > > # > I left as many things as I could at the default values. > # > # It still appears that you have session issues. Have you tried the > session test > # on /horde/test.php? > > Yea, I posted that test.php works fine in one of my many posts :-) > to the list. If you'd like to see it in action: > > http://sysdoc.tss.peachnet.edu/horde/text.php You should investigate this: Parse error: parse error in /www/htdocs/horde/config/horde.php on line 70 Jan. -- :::::::::::::::::::::::::::::::::::::::: 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 :::::::::::::::::::::::::::::::::::::::::::::: From jan@horde.org Fri Jan 18 00:46:13 2002 From: jan@horde.org (Jan Schneider) Date: Fri, 18 Jan 2002 01:46:13 +0100 Subject: [imp] Cool quotes + spellcheck bug In-Reply-To: <3A210A88B47BD511846800A0C9C83B4412D842@mailbox.Hunter.COM> References: <3A210A88B47BD511846800A0C9C83B4412D842@mailbox.Hunter.COM> Message-ID: <1011314773.3c477055d206b@linux.wg.de> It should be fixed now in cvs. Could you both please try out if everything works now? Jan. Zitat von "Hamilton, Kent" : > I reported exactly this error last week along with a couple of other > cases > of the same type of error. > > If I get some time this weekend I may look in to it a little more unless > someone has a fix for it already. > > -- > Kent Hamilton > Manager - Systems Admin & Networking > Hunter Engineering Company > > > > -----Original Message----- > > Wrom: YOQKEDOTWFAOBUZXUWLSZLKBRNVWWCUFPEGAUTFJMVRESK > > Sent: Tuesday, January 15, 2002 1:21 PM > > To: imp@lists.horde.org > > Subject: [imp] Cool quotes + spellcheck bug > > > > > > Hi, > > > > When I type 'parsley' and click 'expand names', I get: > > "Parsley, David" > > > > Which is just fine, and the message sends out OK. > > > > But if I do spell check, after I click 'done' I get THIS: > > \\\\\\\"Parsley, David\\\\\\\" > > > > Which is totally hosed, and now my message won't send. Even funnier, > > the reject from sendmail looks like this: > > ----- The following addresses had permanent fatal errors ----- > > "\\\\\\\\\\\\\\\"Parsley"@roanoke.edu > > > > So the backslashes have _really_ exploded. > > > > magic_quotes_runtime is OFF. (says so on horde/test.php page as well) > > > > This is with IMP3 + Horde2 rpms on an RH71 server, my client > > is Mozilla > > 0.9.6. -- :::::::::::::::::::::::::::::::::::::::: 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 :::::::::::::::::::::::::::::::::::::::::::::: From mrjack@fastorama.com Fri Jan 18 01:49:24 2002 From: mrjack@fastorama.com (MrJacK) Date: Fri, 18 Jan 2002 02:49:24 +0100 Subject: 404 Not Found Message-ID: <001601c19fc2$5b62adb0$0201a8c0@merlin> Hello, I have juste install Horde + IMP + Turba and after having activated this option : $this->registry['auth']['login'] =3D 'imp'; $this->registry['auth']['logout'] =3D 'imp'; in horde/config/registry.php i always get an 404 error who say : The requested URL /horde/imp/1 was not found on this server. I have carrefully read the doc, search but can=92t find any solution :( If anybody have a solution i apreciate :) Regards, Rapha=EBl Root fastorama.com PS : Sorry for my poor English :) From laradji@iptmail.univ-montp3.fr Fri Jan 18 01:55:01 2002 From: laradji@iptmail.univ-montp3.fr (Laradji nacer) Date: Fri, 18 Jan 2002 02:55:01 +0100 Subject: [imp] 404 Not Found In-Reply-To: <001601c19fc2$5b62adb0$0201a8c0@merlin> References: <001601c19fc2$5b62adb0$0201a8c0@merlin> Message-ID: <1011318901.3c478075770f4@iptmail.ipt.univ-montp3.fr> Do you have read your apache log for see ? -- Laradji nacer Service informatique de l IPT Université Paul valéry Montpellier , FRANCE Surlignage MrJacK : > Hello, > > I have juste install Horde + IMP + Turba and after having activated this > option : > $this->registry['auth']['login'] = 'imp'; > $this->registry['auth']['logout'] = 'imp'; > in horde/config/registry.php i always get an 404 error who say : > The requested URL /horde/imp/1 was not found on this server. > > I have carrefully read the doc, search but can’t find any solution :( > If anybody have a solution i apreciate :) > > Regards, > > Raphaël > Root fastorama.com > PS : Sorry for my poor English :) > > > -- > 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 mrjack@fastorama.com Fri Jan 18 02:03:31 2002 From: mrjack@fastorama.com (MrJacK) Date: Fri, 18 Jan 2002 03:03:31 +0100 Subject: [imp] 404 Not Found In-Reply-To: <1011318901.3c478075770f4@iptmail.ipt.univ-montp3.fr> Message-ID: <001701c19fc4$53e9eb50$0201a8c0@merlin> Yes, and no more idea :) [Fri Jan 18 02:55:26 2002] [error] [client 192.168.1.2] File does not exist: /pub/www/webmail/horde/imp/1 -----Message d'origine----- De=A0: Laradji nacer [mailto:laradji@iptmail.univ-montp3.fr]=20 Envoy=E9=A0: vendredi 18 janvier 2002 02:55 =C0=A0: imp@lists.horde.org Objet=A0: Re: [imp] 404 Not Found Do you have read your apache log for see ? --=20 Laradji nacer Service informatique de l IPT Universit=E9 Paul val=E9ry Montpellier , FRANCE Surlignage MrJacK : > Hello, >=20 > I have juste install Horde + IMP + Turba and after having activated this > option : > $this->registry['auth']['login'] =3D 'imp'; > $this->registry['auth']['logout'] =3D 'imp'; > in horde/config/registry.php i always get an 404 error who say : > The requested URL /horde/imp/1 was not found on this server. >=20 > I have carrefully read the doc, search but can=92t find any solution = :( > If anybody have a solution i apreciate :) >=20 > Regards, >=20 > Rapha=EBl > Root fastorama.com > PS : Sorry for my poor English :) >=20 >=20 > -- > IMP mailing list: http://horde.org/imp/ > Archive: http://marc.theaimsgroup.com/?l=3Dimp&r=3D1&w=3D2 > Frequently Asked Questions: http://horde.org/faq/ > To unsubscribe, mail: imp-unsubscribe@lists.horde.org >=20 >=20 --=20 IMP mailing list: http://horde.org/imp/ Archive: http://marc.theaimsgroup.com/?l=3Dimp&r=3D1&w=3D2 Frequently Asked Questions: http://horde.org/faq/ To unsubscribe, mail: imp-unsubscribe@lists.horde.org From laradji@iptmail.univ-montp3.fr Fri Jan 18 02:02:01 2002 From: laradji@iptmail.univ-montp3.fr (Laradji nacer) Date: Fri, 18 Jan 2002 03:02:01 +0100 Subject: [imp] RE : [imp] 404 Not Found In-Reply-To: <001701c19fc4$53e9eb50$0201a8c0@merlin> References: <001701c19fc4$53e9eb50$0201a8c0@merlin> Message-ID: <1011319321.3c4782193c749@iptmail.ipt.univ-montp3.fr> Why the request of tout navigato is /pub/www/webmail/horde/imp/1 and not /pub/www/webmail/horde/imp/ ?? /pub/www/webmail/horde/imp/1 -- Laradji nacer Service informatique de l IPT Université Paul valéry Montpellier , FRANCE Surlignage MrJacK : > Yes, and no more idea :) > [Fri Jan 18 02:55:26 2002] [error] [client 192.168.1.2] File does not > exist: /pub/www/webmail/horde/imp/1 > > -----Message d'origine----- > De : Laradji nacer [mailto:laradji@iptmail.univ-montp3.fr] > Envoyé : vendredi 18 janvier 2002 02:55 > À : imp@lists.horde.org > Objet : Re: [imp] 404 Not Found > > Do you have read your apache log for see ? > > -- > Laradji nacer > Service informatique de l IPT > Université Paul valéry > Montpellier , FRANCE > > > > Surlignage MrJacK : > > > Hello, > > > > I have juste install Horde + IMP + Turba and after having activated > this > > option : > > $this->registry['auth']['login'] = 'imp'; > > $this->registry['auth']['logout'] = 'imp'; > > in horde/config/registry.php i always get an 404 error who say : > > The requested URL /horde/imp/1 was not found on this server. > > > > I have carrefully read the doc, search but can’t find any solution :( > > If anybody have a solution i apreciate :) > > > > Regards, > > > > Raphaël > > Root fastorama.com > > PS : Sorry for my poor English :) > > > > > > -- > > 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 > > > -- > 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 laradji@iptmail.univ-montp3.fr Fri Jan 18 02:04:37 2002 From: laradji@iptmail.univ-montp3.fr (Laradji nacer) Date: Fri, 18 Jan 2002 03:04:37 +0100 Subject: [imp] Login Loop O' Doom In-Reply-To: <1541433.1011283326@cartom01.med.nyu.edu> References: <1541433.1011283326@cartom01.med.nyu.edu> Message-ID: <1011319477.3c4782b594581@iptmail.ipt.univ-montp3.fr> I have this error for correct the bug i have compiled mu php with an other imap-client ! -- Laradji nacer Service informatique de l IPT Université Paul valéry Montpellier , FRANCE Surlignage Mike Cartoscelli : > Hello all. > I have PHP 4.1.1 > Horde 2.0 > IMP 3.0 > setup on Tru64 Unix 5.1 rev 732 > > Everything installed (with some tweaking) and looks ok. The test page looks > fine, the session counter increments like it should. > However, when I try and login in, the imap daemon (Cyrus) see's me > authenticate and looks like I should be logged in. I get stuck though in a > constant loop of "Your Mail session has timed out, please log in again" I > checked the php.ini and the cookie's are set to session cookies, that > lifetime = 0 part. I have it set to session handler = files. > > I have been through both the horde/config and imp/config files a dozen > times each, and I know I must just be missing something tiny and hopefully > an outisde observer can help shed some light on things. I COULD log into > the demo.horde.org site using INBOX. as the prefix and my imap server, > worked great. > > Thanks, > Mike > > > ------------------------------ > Mike Cartoscelli > Senior Systems Administrator > NYU School of Medicine > mikec@med.nyu.edu > > -- > 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 mrjack@fastorama.com Fri Jan 18 02:12:54 2002 From: mrjack@fastorama.com (MrJacK) Date: Fri, 18 Jan 2002 03:12:54 +0100 Subject: [imp] RE : [imp] 404 Not Found In-Reply-To: <1011319321.3c4782193c749@iptmail.ipt.univ-montp3.fr> Message-ID: <001901c19fc5$a3be83b0$0201a8c0@merlin> I don't know. It's just when i active the auth via IMP -----Message d'origine----- De=A0: Laradji nacer [mailto:laradji@iptmail.univ-montp3.fr]=20 Envoy=E9=A0: vendredi 18 janvier 2002 03:02 =C0=A0: imp@lists.horde.org Objet=A0: Re: [imp] RE : [imp] 404 Not Found Why the request of tout navigato is=20 /pub/www/webmail/horde/imp/1 and not /pub/www/webmail/horde/imp/ ?? /pub/www/webmail/horde/imp/1 --=20 Laradji nacer Service informatique de l IPT Universit=E9 Paul val=E9ry Montpellier , FRANCE Surlignage MrJacK : > Yes, and no more idea :) > [Fri Jan 18 02:55:26 2002] [error] [client 192.168.1.2] File does not > exist: /pub/www/webmail/horde/imp/1 >=20 > -----Message d'origine----- > De=A0: Laradji nacer [mailto:laradji@iptmail.univ-montp3.fr]=20 > Envoy=E9=A0: vendredi 18 janvier 2002 02:55 > =C0=A0: imp@lists.horde.org > Objet=A0: Re: [imp] 404 Not Found >=20 > Do you have read your apache log for see ? >=20 > --=20 > Laradji nacer > Service informatique de l IPT > Universit=E9 Paul val=E9ry > Montpellier , FRANCE >=20 >=20 >=20 > Surlignage MrJacK : >=20 > > Hello, > >=20 > > I have juste install Horde + IMP + Turba and after having activated > this > > option : > > $this->registry['auth']['login'] =3D 'imp'; > > $this->registry['auth']['logout'] =3D 'imp'; > > in horde/config/registry.php i always get an 404 error who say : > > The requested URL /horde/imp/1 was not found on this server. > >=20 > > I have carrefully read the doc, search but can=92t find any solution :( > > If anybody have a solution i apreciate :) > >=20 > > Regards, > >=20 > > Rapha=EBl > > Root fastorama.com > > PS : Sorry for my poor English :) > >=20 > >=20 > > -- > > IMP mailing list: http://horde.org/imp/ > > Archive: http://marc.theaimsgroup.com/?l=3Dimp&r=3D1&w=3D2 > > Frequently Asked Questions: http://horde.org/faq/ > > To unsubscribe, mail: imp-unsubscribe@lists.horde.org > >=20 > >=20 >=20 >=20 > --=20 > IMP mailing list: http://horde.org/imp/ > Archive: http://marc.theaimsgroup.com/?l=3Dimp&r=3D1&w=3D2 > Frequently Asked Questions: http://horde.org/faq/ > To unsubscribe, mail: imp-unsubscribe@lists.horde.org >=20 >=20 > -- > IMP mailing list: http://horde.org/imp/ > Archive: http://marc.theaimsgroup.com/?l=3Dimp&r=3D1&w=3D2 > Frequently Asked Questions: http://horde.org/faq/ > To unsubscribe, mail: imp-unsubscribe@lists.horde.org >=20 >=20 --=20 IMP mailing list: http://horde.org/imp/ Archive: http://marc.theaimsgroup.com/?l=3Dimp&r=3D1&w=3D2 Frequently Asked Questions: http://horde.org/faq/ To unsubscribe, mail: imp-unsubscribe@lists.horde.org From bab@urios.edu.ph Fri Jan 18 05:24:12 2002 From: bab@urios.edu.ph (bab@urios.edu.ph) Date: Fri, 18 Jan 2002 13:24:12 +0800 (PHT) Subject: problem with horde configuration Message-ID: <1011331452.3c47b17cd8442@my.urios.edu.ph> X-Urios College, Butuan City, Caraga, Philippines: My.Urios greetings !! i just installed my horde version 2.0 and imp version 3.,but when i tried to load my site i got this messages: Warning: Undefined index: imp in /usr/local/apache/htdocs/horde/lib/Registry.php on line 626 Warning: Cannot add header information - headers already sent by (output started at /usr/local/apache/htdocs/horde/lib/Registry.php:626) in /usr/local/apache/htdocs/horde/imp/lib/base.php on line 65 help is very much appreciated thank you, brendan bautista urios college butuan city philippines ----------------------------------------------------------------- This mail sent through : http://my.urios.edu.ph/ Urios College celebrates its 100th year! http://www.urios.edu.ph/ From sam@samrowe.com Fri Jan 18 05:06:31 2002 From: sam@samrowe.com (Sam Rowe) Date: Fri, 18 Jan 2002 00:06:31 -0500 Subject: [imp] Can't Log in to IMP 3.0 on debian In-Reply-To: <1011311541.3c4763b5b3bc3@marina.horde.org> References: <20020111221131.GM3498@samrowe.com> <1011256033.3c468ae147b52@marina.horde.org> <20020117130920.GM3498@samrowe.com> <1011298274.3c472fe2b6b24@marina.horde.org> <20020117234529.GQ3498@samrowe.com> <1011311541.3c4763b5b3bc3@marina.horde.org> Message-ID: <20020118050631.GS3498@samrowe.com> On Thu, Jan 17, 2002 at 06:52:21PM -0500, Chuck Hagenbuch wrote: # Quoting Sam Rowe : # # > Yea, I posted that test.php works fine in one of my many posts :-) # # Okay, have you checked your cookie_domain (horde/config/registry.php)? Is your # install in the default location (/horde)? 'cookie_domain' => $GLOBALS['HTTP_SERVER_VARS']['SERVER_NAME'], is the line from registry.php. I assume that's correct. The install is in /horde and imp is in /horde/imp/ Thanks, -Sam From chuck@horde.org Fri Jan 18 05:09:33 2002 From: chuck@horde.org (Chuck Hagenbuch) Date: Fri, 18 Jan 2002 00:09:33 -0500 Subject: [imp] Can't Log in to IMP 3.0 on debian In-Reply-To: <20020118050631.GS3498@samrowe.com> References: <20020111221131.GM3498@samrowe.com> <1011256033.3c468ae147b52@marina.horde.org> <20020117130920.GM3498@samrowe.com> <1011298274.3c472fe2b6b24@marina.horde.org> <20020117234529.GQ3498@samrowe.com> <1011311541.3c4763b5b3bc3@marina.horde.org> <20020118050631.GS3498@samrowe.com> Message-ID: <20020118050933.GA14951@horde.org> Quoting Sam Rowe : > 'cookie_domain' => $GLOBALS['HTTP_SERVER_VARS']['SERVER_NAME'], > > is the line from registry.php. I assume that's correct. > > The install is in /horde and imp is in /horde/imp/ Okay - sorry, I had meant cookie_path. But the parse error that Jan pointed out is what you should be looking into, I think. -chuck -- "My intuitive grasp of math often leads me astray." -me From sam@samrowe.com Fri Jan 18 05:12:05 2002 From: sam@samrowe.com (Sam Rowe) Date: Fri, 18 Jan 2002 00:12:05 -0500 Subject: [imp] Can't Log in to IMP 3.0 on debian In-Reply-To: <1011311639.3c476417d206b@linux.wg.de> References: <20020111221131.GM3498@samrowe.com> <1011256033.3c468ae147b52@marina.horde.org> <20020117130920.GM3498@samrowe.com> <1011298274.3c472fe2b6b24@marina.horde.org> <20020117234529.GQ3498@samrowe.com> <1011311639.3c476417d206b@linux.wg.de> Message-ID: <20020118051205.GT3498@samrowe.com> On Fri, Jan 18, 2002 at 12:53:59AM +0100, Jan Schneider wrote: # Zitat von Sam Rowe : # # > On Thu, Jan 17, 2002 at 03:11:14PM -0500, Chuck Hagenbuch wrote: # > # Quoting Sam Rowe : # > # # > # > $conf['session_name'] = 'Horde'; # > # > # > # > I left as many things as I could at the default values. # > # # > # It still appears that you have session issues. Have you tried the # > session test # > # on /horde/test.php? # > # > Yea, I posted that test.php works fine in one of my many posts :-) # > to the list. If you'd like to see it in action: # > # > http://sysdoc.tss.peachnet.edu/horde/text.php # # You should investigate this: # Parse error: parse error in /www/htdocs/horde/config/horde.php on line 70 That was it. $conf['tmpdir'] = /tmp; I'd forgotten the quotes. Thanks very much and sorry for the misunderstanding earlier. -Sam From boiboi@stberlin.com Fri Jan 18 09:24:17 2002 From: boiboi@stberlin.com (boiboi@stberlin.com) Date: Fri, 18 Jan 2002 17:24:17 +0800 Subject: imp icons like inbox.lv Message-ID: <1011345857.3c47e9c1b481a@www.stberlin.com> hi, i would like to know if anyone has created their own nice little icons for their imp besides inbox.lv (i think they're copyrighted) If u don't mind I would like to see them and maybe use it on my imp. thanks! ------------------------------------------------- This mail sent through IMP: http://horde.org/imp/ From PerSteinar.Iversen@adm.hio.no Fri Jan 18 09:47:09 2002 From: PerSteinar.Iversen@adm.hio.no (Per Steinar Iversen) Date: Fri, 18 Jan 2002 10:47:09 +0100 (CET) Subject: Multiple imap servers, IMP 3.0 Message-ID: At our site there are several IMAP servers. It is very much desirable that the users do not have to bother about what IMAP server they use, this can anyway always be deduced from the login name. In previous version of IMP I hacked the login code to set the imap server used automatically as derived from the login name. What would be the best way to do this with IMP 3.0 ? I know about the hooks in imp/config/conf.php, and is able to set the fullname and from address. The problem is to select the right IMAP server. .... I am much impressed with the extremely clean XHTML 1.0 output by IMP. There are some glitches though, at least the W3C HTML validator says so. (I use Opera and such tests are but a click away anywhare on the web.) In the inbox listing the W3C validator is unhappy about the placement of some javascript, when viewing a message it complains about a missing endtag for an tag. -psi From philip.steeman@kh.khbo.be Fri Jan 18 10:16:13 2002 From: philip.steeman@kh.khbo.be (Philip Steeman) Date: Fri, 18 Jan 2002 11:16:13 +0100 (CET) Subject: wrong message with shared folders Message-ID: Hello, I think I found a rather annoying error. When you use shared folders (#shared/) in IMP3, you get all the messages from a folder (so far so good). When you select a message, you can see the contents (OK). BUT: when you do a reply (or forward or ...) on this message, you get the headers and the body of a message in another mailfolder! Philip -- Philip Steeman Tel. werk: 059/56 90 16 surf ook eens naar http://aanzee.be ------------------------------------------------- This mail sent through IMP: http://horde.org/imp/ From anil@recoil.org Fri Jan 18 10:47:38 2002 From: anil@recoil.org (Anil Madhavapeddy) Date: Fri, 18 Jan 2002 10:47:38 +0000 Subject: [hkey@mail.ru: I can't create a new folder.] Message-ID: <20020118104738.A31048@total.recoil.org> ----- Forwarded message from Sergey ----- From: "Sergey" To: Subject: I can't create a new folder. Date: Fri, 18 Jan 2002 12:07:14 +0300 X-Mailer: Microsoft Outlook Express 5.50.4522.1200 Hi. I can't create a new folder. The error: The folder "/test/old" was not created. This is what the server said: What can I do? Thanks. ----- End forwarded message ----- -- From zovo@ebonet.net Fri Jan 18 10:57:05 2002 From: zovo@ebonet.net (zovo@ebonet.net) Date: Fri, 18 Jan 2002 11:57:05 +0100 Subject: [imp] imp icons like inbox.lv In-Reply-To: <1011345857.3c47e9c1b481a@www.stberlin.com> References: <1011345857.3c47e9c1b481a@www.stberlin.com> Message-ID: <1011351425.3c47ff817e643@webmail.pacommangola.com> Not only icons, it would be great to exchange imp themes. Citando boiboi@stberlin.com: > hi, i would like to know if anyone has created their own nice little icons > for > their imp besides inbox.lv (i think they're copyrighted) If u don't mind I > would like to see them and maybe use it on my imp. thanks! > > > > ------------------------------------------------- > This mail sent through IMP: http://horde.org/imp/ > > -- > 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 > ------------------------------------------------- Esta mensagem foi enviado por Mukanda Mail This mail sent through Mukanda Mail From jan@horde.org Fri Jan 18 11:00:51 2002 From: jan@horde.org (Jan Schneider) Date: Fri, 18 Jan 2002 12:00:51 +0100 Subject: [imp] RE : [imp] 404 Not Found In-Reply-To: <001701c19fc4$53e9eb50$0201a8c0@merlin> References: <001701c19fc4$53e9eb50$0201a8c0@merlin> Message-ID: <1011351651.3c4800639e551@linux.wg.de> Zitat von MrJacK : > Yes, and no more idea :) > [Fri Jan 18 02:55:26 2002] [error] [client 192.168.1.2] File does not > exist: /pub/www/webmail/horde/imp/1 > > -----Message d'origine----- > De : Laradji nacer [mailto:laradji@iptmail.univ-montp3.fr] > Envoyé : vendredi 18 janvier 2002 02:55 > À : imp@lists.horde.org > Objet : Re: [imp] 404 Not Found > > Do you have read your apache log for see ? > > -- > Laradji nacer > Service informatique de l IPT > Université Paul valéry > Montpellier , FRANCE > > > > Surlignage MrJacK : > > > Hello, > > > > I have juste install Horde + IMP + Turba and after having activated > this > > option : > > $this->registry['auth']['login'] = 'imp'; > > $this->registry['auth']['logout'] = 'imp'; > > in horde/config/registry.php i always get an 404 error who say : > > The requested URL /horde/imp/1 was not found on this server. > > > > I have carrefully read the doc, search but can’t find any solution :( > > If anybody have a solution i apreciate :) Probably one of your config files is broken. Try rebuilding them from the .dist versions. Jan. -- :::::::::::::::::::::::::::::::::::::::: 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 :::::::::::::::::::::::::::::::::::::::::::::: From jan@horde.org Fri Jan 18 11:04:40 2002 From: jan@horde.org (Jan Schneider) Date: Fri, 18 Jan 2002 12:04:40 +0100 Subject: [imp] problem with horde configuration In-Reply-To: <1011331452.3c47b17cd8442@my.urios.edu.ph> References: <1011331452.3c47b17cd8442@my.urios.edu.ph> Message-ID: <1011351880.3c480148d67c1@linux.wg.de> Zitat von bab@urios.edu.ph: > X-Urios College, Butuan City, Caraga, Philippines: My.Urios > > greetings !! > > i just installed my horde version 2.0 and imp version 3.,but > when i tried to load my site i got this messages: > > Warning: Undefined index: imp > in /usr/local/apache/htdocs/horde/lib/Registry.php on line 626 > > Warning: Cannot add header information - headers already sent > by (output started > at /usr/local/apache/htdocs/horde/lib/Registry.php:626) > in /usr/local/apache/htdocs/horde/imp/lib/base.php on line 65 Did you edit config/registry.php and uncomment everything you installed? Jan. -- :::::::::::::::::::::::::::::::::::::::: 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 :::::::::::::::::::::::::::::::::::::::::::::: From mjaw@ipartners.pl Fri Jan 18 11:13:49 2002 From: mjaw@ipartners.pl (Miroslaw Jaworski) Date: Fri, 18 Jan 2002 12:13:49 +0100 Subject: General: trashy style Message-ID: <20020118121349.D97746@quad.ikp.pl> Hi Is it really needed to have 3 concurrent ways of openings tags for PHP code? ( I try to use the function imp_show_quota (in imp/config/conf.php)=20 but it's failed (in log : PHP Warning: Permission denied (errflg=3D2) . whith the following parameter :=20 $imap_admin =3D $imp['user']; $imap_passwd =3D Secret::read(Secret::getKey('imp'),= $imp['pass']); But if I put login cyrus administrator in imap_admin and his password (in= imap_passwd) it's work fine. Is there a solution to have quota support with the user connected (and not= cyrs administrator) ? -- Julien Marchal -- Email : Julien.Marchal@univ-nancy2.fr Universit=E9 NANCY 2 - C.R.I.=20 13, Rue Michel Ney=20 CO 75 - 54037 Nancy C=E9dex=20 From jan@horde.org Fri Jan 18 11:15:44 2002 From: jan@horde.org (Jan Schneider) Date: Fri, 18 Jan 2002 12:15:44 +0100 Subject: [imp] [hkey@mail.ru: I can't create a new folder.] In-Reply-To: <20020118104738.A31048@total.recoil.org> References: <20020118104738.A31048@total.recoil.org> Message-ID: <1011352544.3c4803e0ddcf1@linux.wg.de> Zitat von Anil Madhavapeddy : > ----- Forwarded message from Sergey ----- > > Wrom: XXIMQZUIVOTQNQEMSFDULHP > To: > Subject: I can't create a new folder. > Date: Fri, 18 Jan 2002 12:07:14 +0300 > X-Mailer: Microsoft Outlook Express 5.50.4522.1200 > > Hi. > > I can't create a new folder. > The error: > > > The folder "/test/old" was not created. This is what the > server said: Make sure that /test/old is a valid folder path for your IMAP server and check the server logs for any detailed error messages. Jan. -- :::::::::::::::::::::::::::::::::::::::: 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 :::::::::::::::::::::::::::::::::::::::::::::: From jan@horde.org Fri Jan 18 11:19:30 2002 From: jan@horde.org (Jan Schneider) Date: Fri, 18 Jan 2002 12:19:30 +0100 Subject: [imp] General: trashy style In-Reply-To: <20020118121349.D97746@quad.ikp.pl> References: <20020118121349.D97746@quad.ikp.pl> Message-ID: <1011352770.3c4804c2ccb81@linux.wg.de> Zitat von Miroslaw Jaworski : > Hi > > Is it really needed to have 3 concurrent ways of openings tags for > PHP code? ( > Many my collegues consider such "style" annoying. > Someone else thinks the same ? References: <4.2.0.58.20020118121002.00a6d670@univ-nancy2.fr> Message-ID: <1011352910.3c48054ea8192@linux.wg.de> Zitat von Julien Marchal : > I try to use the function imp_show_quota (in imp/config/conf.php) > but it's failed (in log : PHP Warning: Permission denied (errflg=2) . > > whith the following parameter : > $imap_admin = $imp['user']; > $imap_passwd = Secret::read(Secret::getKey('imp'), > $imp['pass']); > > But if I put login cyrus administrator in imap_admin and his password > (in imap_passwd) it's work fine. > > Is there a solution to have quota support with the user connected (and > not cyrs administrator) ? Not on Cyrus servers. This is why we have two different examples for Courier and Cyrus! Jan. -- :::::::::::::::::::::::::::::::::::::::: 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 :::::::::::::::::::::::::::::::::::::::::::::: From r.garcia@netia.net Fri Jan 18 11:30:21 2002 From: r.garcia@netia.net (Ronnie Garcia) Date: Fri, 18 Jan 2002 12:30:21 +0100 Subject: [imp] imp icons like inbox.lv In-Reply-To: <1011351425.3c47ff817e643@webmail.pacommangola.com> References: <1011345857.3c47e9c1b481a@www.stberlin.com> <1011345857.3c47e9c1b481a@www.stberlin.com> Message-ID: <5.1.0.14.0.20020118122406.02703d90@pop1.cla.fr.netia.net> At 11:57 18/01/02 +0100, you wrote: >Not only icons, it would be great to exchange imp themes. I just love the idea. Chuck/Jon, is that possible to set up a "Horde Themes" page on the website for ppl to share their tuned html.php and/or icons sets with screen shots and everything. If you need someone to moderate this, i can spend a bit of my time for the purpose, or with anyone else interrested in doing this. Rgds, Ronnie. >Citando boiboi@stberlin.com: > > > hi, i would like to know if anyone has created their own nice little icons > > for > > their imp besides inbox.lv (i think they're copyrighted) If u don't mind I > > would like to see them and maybe use it on my imp. thanks! From liinu@uta.fi Fri Jan 18 11:36:11 2002 From: liinu@uta.fi (Leena Heino) Date: Fri, 18 Jan 2002 13:36:11 +0200 (EET) Subject: [imp] Quota status In-Reply-To: <4.2.0.58.20020118121002.00a6d670@univ-nancy2.fr> Message-ID: On Fri, 18 Jan 2002, Julien Marchal wrote: > Is there a solution to have quota support with the user connected (and not cyrs administrator) ? In Cyrus imapd you must be administrator to use GETQUOTA command. One problem with c-client is that it only supports GETQUOTA but not GETQUOTAROOT coomand. To get around this limitation I ended up writing my own version of imp_show_quota() which uses GETQUOTAROOT command. > -- Julien Marchal -- > > Email : Julien.Marchal@univ-nancy2.fr > > Université NANCY 2 - C.R.I. > 13, Rue Michel Ney > CO 75 - 54037 Nancy Cédex > > > > -- > 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 > > -- -- Leena Heino (liinu@uta.fi) From h.blackman@chester.ac.uk Fri Jan 18 11:41:56 2002 From: h.blackman@chester.ac.uk (Henry Blackman) Date: Fri, 18 Jan 2002 11:41:56 -0000 Subject: [imp] imp icons like inbox.lv References: <1011345857.3c47e9c1b481a@www.stberlin.com> <1011345857.3c47e9c1b481a@www.stberlin.com> <5.1.0.14.0.20020118122406.02703d90@pop1.cla.fr.netia.net> Message-ID: <008001c1a015$22c3f6f0$13c150c2@chester.ac.uk> Indeed; I'd like to be part of any effort there. I've been itching to customise (with some real time); so themes would be great. Those icons at inbox.lv are ripped straight out of Windows XP/OE by the way. Henry ----- Original Message ----- From: "Ronnie Garcia" > At 11:57 18/01/02 +0100, you wrote: > > >Not only icons, it would be great to exchange imp themes. > > > I just love the idea. > Chuck/Jon, is that possible to set up a "Horde Themes" page on the > website for ppl to share their tuned html.php and/or icons sets with screen > shots and everything. > If you need someone to moderate this, i can spend a bit of my time for > the purpose, or with anyone else interrested in doing this. > > Rgds, > Ronnie. > > >Citando boiboi@stberlin.com: > > > > > hi, i would like to know if anyone has created their own nice little icons > > > for > > > their imp besides inbox.lv (i think they're copyrighted) If u don't mind I > > > would like to see them and maybe use it on my imp. thanks! > > > -- > 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 mjaw@ipartners.pl Fri Jan 18 11:47:27 2002 From: mjaw@ipartners.pl (Miroslaw Jaworski) Date: Fri, 18 Jan 2002 12:47:27 +0100 Subject: [imp] General: trashy style In-Reply-To: <1011352770.3c4804c2ccb81@linux.wg.de>; from jan@horde.org on Fri, Jan 18, 2002 at 12:19:30PM +0100 References: <20020118121349.D97746@quad.ikp.pl> <1011352770.3c4804c2ccb81@linux.wg.de> Message-ID: <20020118124727.E97746@quad.ikp.pl> * Jan Schneider (jan@horde.org) [020118 12:30] wrote: > Zitat von Miroslaw Jaworski : > > > Hi > > > > Is it really needed to have 3 concurrent ways of openings tags for > > PHP code? ( > > > Many my collegues consider such "style" annoying. > > Someone else thinks the same ? > > Always use to delimit PHP code, not the shorthand.
# find horde-2.0 -type f -exec fgrep -l " References: <1011345857.3c47e9c1b481a@www.stberlin.com> <1011345857.3c47e9c1b481a@www.stberlin.com> <5.1.0.14.0.20020118122406.02703d90@pop1.cla.fr.netia.net> <008001c1a015$22c3f6f0$13c150c2@chester.ac.uk> Message-ID: <1011355081.3c480dc97508e@www.stberlin.com> I'm a vbulletin user and they have all sorts of hacks and themes. That's why I wanted to know. Maybe if someone here is also a vb user with themes, it would be great. Quoting Henry Blackman : + Indeed; I'd like to be part of any effort there. I've been itching to + customise (with some real time); so themes would be great. + + Those icons at inbox.lv are ripped straight out of Windows XP/OE by the + way. + + Henry + + ----- Original Message ----- + From: "Ronnie Garcia" + + > At 11:57 18/01/02 +0100, you wrote: + > + > >Not only icons, it would be great to exchange imp themes. + > + > + > I just love the idea. + > Chuck/Jon, is that possible to set up a "Horde Themes" page on the + > website for ppl to share their tuned html.php and/or icons sets with + screen + > shots and everything. + > If you need someone to moderate this, i can spend a bit of my time for + > the purpose, or with anyone else interrested in doing this. + > + > Rgds, + > Ronnie. + > + > >Citando boiboi@stberlin.com: + > > + > > > hi, i would like to know if anyone has created their own nice little + icons + > > > for + > > > their imp besides inbox.lv (i think they're copyrighted) If u don't + mind I + > > > would like to see them and maybe use it on my imp. thanks! + > + > + > -- + > 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 + + ------------------------------------------------- This mail sent through IMP: http://horde.org/imp/ From blclark@gci.net Fri Jan 18 12:07:09 2002 From: blclark@gci.net (Barry) Date: Fri, 18 Jan 2002 03:07:09 -0900 Subject: compose.php Message-ID: <000001c1a018$a7905d80$0200a8c0@anchorageak.net> ---------------------- multipart/alternative attachment Logging in to imp works fine, it is after I log in that I have problems. When I click on the compose button the url that it takes me to is /imp/mailbox.php which is where I was to begin with. I also cannot save any preferences nor do I have an options icon in the menu. Mysql is set up with what seems to me to be the proper databases. Any advice or help would be greatly appreciated. Barry Clark ---------------------- multipart/alternative attachment-- From dtartari@portoriogrande.com.br Fri Jan 18 12:07:59 2002 From: dtartari@portoriogrande.com.br (Darci Tartari) Date: Fri, 18 Jan 2002 10:07:59 -0200 Subject: [imp] change password References: <000701c1721c$3593bd50$a600000a@irlanda> <1006300997.3bfaef451f391@webmail.chubbo.net> <1006308447.3bfb0c5f72018@DEV.CAM.ORG> <1006302501.3bfaf5252733e@webmail.chubbo.net> Message-ID: <3C48101F.6090905@portoriogrande.com.br> I am running Horde 2.1-cvs, IMP 3.1-cvs and Turba 1.1-cvs, PHP-4.1.1 with FTP, Gettext, IMAP, MCAL, Mcrypt, MySQL, PostgreSrunningQL, XML support modules, apache 1.3.22 +mod_ssl 2.8.5 in FreeBSD 4.4 box. I installed your patch to make possible my clients change their password using poppasswd. I tested poppasswd by telneting port 106 and it's working good. When I try to change the password trough IMP using your patch it gives me the page to fill the old and the new password as expected but when I submit the form it gives the error: Warning: Undefined property: fp in /usr/local/data.default/horde/passwd/poppassd.php on line 21 I tried to look at poppassd.php on line 21 to guess what is happening but I must confess my knowledge in PHP is not so great. In fact its poor ! So I came here to find someone who could help me to solve this problem. Thanks a lot ! Darci Tartari Joseph Kacmarcik wrote: >ha! not quite. i'm not into all that. > >here's what i know how to esplain: > >added to $HORDE_BASE/config/registry.php: (my DocumentRoot is ../horde/ so >make changes if neccessary) > >$this->applications['passwd'] = array( > 'fileroot' => dirname(__FILE__) . '/../passwd', > 'webroot' => '/passwd', > 'icon' => '/graphics/login.gif', > 'name' => 'Password', > 'allow_guests' => true, > 'show' => true >); > >i've attached a file that belongs in $HORDE_BASE/passwd/index.php > >you'll obviously need to have the poppassd daemon running (defaults to tcp >port 106). you can block tcp/106 from the outside cuz requests from the horde >framework come from localhost. > >after that, i've also attached poppassd.php which normally belongs here: >/usr/local/lib/php/poppassd.php > >my poppassd installation gave me /usr/local/libexec/poppassd, but others may >be different. > >if it doesn't work, check your system logs for poppassd errors first. my >config was goofed up at first, cuz the port in poppassd.php was set to '0'. if >you use the one that's attached, it should work ok. > >others may find a cleaner way to do this, but this solution works for me and >the client. (: > >lemme know if ya need more info. >good luck! >joe > >Quoting Frederic Trudeau : > >>Interesting ... Got the patch ? >> >> >>-- >>Frederic Trudeau >> >> >>[A]dvanced [S]upport [A]gent >>Colocation/Customer Support Agent >>CAM Internet -> http://www.cam.org >>-> >> >> >>Surlignage Joseph Kacmarcik : >> >>>if nobody else pipe's up here, i kinda rolled my own using poppassd. i >>>modified /horde/config/registry.php to show 'Password' in the toolbar as >>>well. >>>gives it that fluffy gooey fuzzy feeling peeps like. (: >>> >>>incredibly insecure if your'e not running SSL, so beware. >>> >>>lemme know if your'e interested! i'd be interested to hear other war >>> >>stories >> >>>too... >>> >>>joe >>> >>>Quoting Irlanda Delgado : >>> >>>>Hello, >>>> >>>>is there a choice and the webmail of horde+imp where the users can >>>> >>change >> >>>>their passwords? >>>> >>>>Thank you. >>>> >>>>Irlanda >>>> >>>> >>>>-- >>>>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 >>> >>> >> >>------------------------------------------------- >>This mail sent through IMP: http://horde.org/imp/ >> >>-- >>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 >> >> > > > > >------------------------------------------------------------------------ > > class poppassd { > > var $fp; > var $err_str; > > function connect() { > $fp = fsockopen("localhost", 106, &$err_no, &$err_str); > if (!$fp) { > $this->err_str = $err_str; > } else { > $this->fp = $fp; > if ($this->get_prompt()) { > return true; > } > } > return false; > } > > function disconnect() { > if ($this->fp) { > fputs($this->fp, "quit\n"); > fclose($this->fp); > } > } > > function get_prompt() { > $prompt = fgets($this->fp, 4096); > if (substr($prompt, 0, 3) == "200") { > return true; > } else { > $this->err_str = $prompt; > return false; > } > } > > function change_password($user_name, $old_password, $new_password) { > $return_value = false; > if ($this->connect()) { > if ($this->send_user_name($user_name)) { > if ($this->send_old_password($old_password)) { > if ($this->send_new_password($new_password)) { > $return_value = true; > } > } > } > } > $this->disconnect(); > return $return_value; > } > > function send_user_name($user_name) { > fputs($this->fp, "user $user_name\n"); > return $this->get_prompt(); > } > > function send_old_password($password) { > fputs($this->fp, "pass $password\n"); > return $this->get_prompt(); > } > > function send_new_password($password) { > fputs($this->fp, "newpass $password\n"); > return $this->get_prompt(); > } > >} >?> > From jan@horde.org Fri Jan 18 12:37:30 2002 From: jan@horde.org (Jan Schneider) Date: Fri, 18 Jan 2002 13:37:30 +0100 Subject: [imp] General: trashy style In-Reply-To: <20020118124727.E97746@quad.ikp.pl> References: <20020118121349.D97746@quad.ikp.pl> <1011352770.3c4804c2ccb81@linux.wg.de> <20020118124727.E97746@quad.ikp.pl> Message-ID: <1011357450.3c48170aa8191@linux.wg.de> Zitat von Miroslaw Jaworski : > * Jan Schneider (jan@horde.org) [020118 12:30] wrote: > > Zitat von Miroslaw Jaworski : > > > > > Hi > > > > > > Is it really needed to have 3 concurrent ways of openings tags for > > > PHP code? ( > > > > > Many my collegues consider such "style" annoying. > > > Someone else thinks the same ? > > > > > # find horde-2.0 -type f -exec fgrep " > > Always use to delimit PHP code, not the shorthand. > > > # find horde-2.0 -type f -exec fgrep -l " horde-2.0/admin/css/index.php > horde-2.0/docs/CODING_STANDARDS > horde-2.0/templates/login/login.inc > > Ok, i can presume its mistake and will be fixed. > ( noone noticed because everyone was forced to switch to php short tags, > when it's working ). Fixed in cvs. Jan. -- :::::::::::::::::::::::::::::::::::::::: 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 :::::::::::::::::::::::::::::::::::::::::::::: From Serge.Algarotti@cemef.cma.fr Fri Jan 18 12:53:50 2002 From: Serge.Algarotti@cemef.cma.fr (Serge.Algarotti@cemef.cma.fr) Date: Fri, 18 Jan 2002 13:53:50 +0100 Subject: automatic adress book Message-ID: <200201181253.g0ICrpp09197@vientiane.cma.fr> Hello, we use IMP 3 + adress book TURBA with a mysql dqtabase. Is it possible that the E mail address of the sender are automatically incorporated into the adress book ? Thank for your help, -- Serge ALGAROTTI [http://www-cemef.cma.fr/] Ecole des Mines de Paris / CEMEF UMR CNRS n° 7635 [tel: 04 93 95 74 02] From jan@horde.org Fri Jan 18 12:52:47 2002 From: jan@horde.org (Jan Schneider) Date: Fri, 18 Jan 2002 13:52:47 +0100 Subject: [imp] compose.php In-Reply-To: <000001c1a018$a7905d80$0200a8c0@anchorageak.net> References: <000001c1a018$a7905d80$0200a8c0@anchorageak.net> Message-ID: <1011358367.3c481a9fccb82@linux.wg.de> Zitat von Barry : > Logging in to imp works fine, it is after I log in that I have problems. > When I click on the compose button the url that it takes me to is > /imp/mailbox.php which is where I was to begin with. I also cannot save > any preferences nor do I have an options icon in the menu. Mysql is set > up with what seems to me to be the proper databases. Any advice or help > would be greatly appreciated. Sounds like your configuration files are incomplete or faulty. Rebuild them from the .dist versions and follow each step in the install instructions carefully. For example you probably missed the part on setting up a preferences backend. Jan. -- :::::::::::::::::::::::::::::::::::::::: 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 :::::::::::::::::::::::::::::::::::::::::::::: From jan@horde.org Fri Jan 18 13:10:49 2002 From: jan@horde.org (Jan Schneider) Date: Fri, 18 Jan 2002 14:10:49 +0100 Subject: [imp] automatic adress book In-Reply-To: <200201181253.g0ICrpp09197@vientiane.cma.fr> References: <200201181253.g0ICrpp09197@vientiane.cma.fr> Message-ID: <1011359449.3c481ed9a0c63@linux.wg.de> Zitat von Serge.Algarotti@cemef.cma.fr: > > Hello, > > we use IMP 3 + adress book TURBA with a mysql dqtabase. Is it possible > that > the E mail address of the sender are automatically incorporated into the > > adress book ? No, unless someone codes it. Jan. -- :::::::::::::::::::::::::::::::::::::::: 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 :::::::::::::::::::::::::::::::::::::::::::::: From blclark@gci.net Fri Jan 18 13:25:55 2002 From: blclark@gci.net (Barry) Date: Fri, 18 Jan 2002 04:25:55 -0900 Subject: preferances Message-ID: <000001c1a023$a89633c0$0200a8c0@anchorageak.net> ---------------------- multipart/alternative attachment Ok, so I know now why it is not working but as I am not versed in php and not as good in Linux as I want to be I have no idea what to put in any of these settings. I am using mysql and the databases are working correctly, meaning I can log into them via command line. If it is not too much trouble I will put specific questions next to the pertinent places. I am sorry if this is too long. Barry Clark ** Preference System Settings **/ /* What preferences driver should we use? Valid values are 'none' * (meaning use system defaults and don't save any user preferences), * 'session' (preferences only persist during the login), 'ldap', * and 'sql'. */ $conf['prefs']['driver'] = ''; I assume this should be mysql /* Any parameters that the preferences driver needs. This includes * database or ldap server, username/password to connect with, etc. */ $conf['prefs']['params'] = array(); I can see that this should be the user/pass of horde but what syntax should I use? /* This is an example configuration for a MySQL preference backend. * Be sure to set the prefs driver to 'sql' above if you use this * configuration. */ $conf['prefs']['params']['phptype'] = 'mysql'; This part looks fairly self explanatory to me (I could be wrong) $conf['prefs']['params']['hostspec'] = 'localhost'; $conf['prefs']['params']['username'] = 'horde'; $conf['prefs']['params']['password'] = 'horde'; $conf['prefs']['params']['database'] = 'horde'; $conf['prefs']['params']['table'] = 'horde_prefs'; /** ** Category System Settings **/ /* What backend should we use for Horde Categories? Valid options are * currently 'none' and 'sql'. In the case of 'none', the categories * only live for the duration of a single request - they are NOT * stored in the user's session. */ $conf['category']['driver'] = 'mysql'; Yet again I assume this is mysql /* An array holding any parameters that the Category object will need * to function correctly. */ $conf['category']['params'] = array(); Is this user/pass again? /** ** Cache System Settings **/ /* If you want to enable the Horde Cache, select a driver here. * This is used to speed up portions of Horde by storing * commonly processed objects to disk. * Valid values are 'none' (don't cache any objects), * 'file' (store objects in filesystem) */ $conf['cache']['driver'] = 'none'; It looks as if I don't really need to change this setting // $conf['cache']['driver'] = 'file'; /* Any parameters that the caching driver needs. */ $conf['cache']['params'] = array(); // $conf['cache']['params']['dir'] = '/var/cache/horde'; /** ** Mailer **/ /* What method should we use for sending mail? Valid options are * currently 'sendmail' and 'smtp'. */ $conf['mailer']['type'] = 'sendmail'; /* An array holding any parameters that the Mail object will need to * function correctly. For sendmail, this is mainly the sendmail_path * option; SMTP requires at least a server and a port (if nonstandard). */ $conf['mailer']['params'] = array(); $conf['mailer']['params'] = array('sendmail_path' => '/usr/lib/sendmail'); This is the correct path to my sendmail but do I need anything in the array portion above? // $conf['mailer']['params'] = array('server' => 'smtp.example.com'); /** ---------------------- multipart/alternative attachment-- From jan@horde.org Fri Jan 18 13:37:29 2002 From: jan@horde.org (Jan Schneider) Date: Fri, 18 Jan 2002 14:37:29 +0100 Subject: [imp] preferances In-Reply-To: <000001c1a023$a89633c0$0200a8c0@anchorageak.net> References: <000001c1a023$a89633c0$0200a8c0@anchorageak.net> Message-ID: <1011361049.3c482519e2b12@linux.wg.de> Zitat von Barry : > ** Preference System Settings > **/ > > /* What preferences driver should we use? Valid values are 'none' > * (meaning use system defaults and don't save any user preferences), > * 'session' (preferences only persist during the login), 'ldap', > * and 'sql'. > */ > $conf['prefs']['driver'] = ''; I assume this should be mysql No, 'sql' as stated in the comment above. > /* Any parameters that the preferences driver needs. This includes > * database or ldap server, username/password to connect with, etc. > */ > $conf['prefs']['params'] = array(); I can see that this should be the > user/pass of horde but what syntax should I use? No, leave it empty. > /** > ** Category System Settings > **/ You don't need this. > /** > ** Cache System Settings > **/ You don't need this either. > /** > ** Mailer > **/ > > /* What method should we use for sending mail? Valid options are > * currently 'sendmail' and 'smtp'. > */ > $conf['mailer']['type'] = 'sendmail'; > > /* An array holding any parameters that the Mail object will need to > * function correctly. For sendmail, this is mainly the sendmail_path > * option; SMTP requires at least a server and a port (if nonstandard). > */ > $conf['mailer']['params'] = array(); > $conf['mailer']['params'] = array('sendmail_path' => > '/usr/lib/sendmail'); This is the correct path to my sendmail but do I > need anything in the array portion above? No. Jan. -- :::::::::::::::::::::::::::::::::::::::: 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 :::::::::::::::::::::::::::::::::::::::::::::: From sam@samrowe.com Fri Jan 18 13:45:04 2002 From: sam@samrowe.com (Sam Rowe) Date: Fri, 18 Jan 2002 08:45:04 -0500 Subject: 3.0 and Mozilla Message-ID: <20020118134504.GU3498@samrowe.com> Hi, I'm using the latest nightly build of Mozilla to connect to IMP and if I'm viewing a message, I can't mouse over *any* link w/o a popup telling me that my browser doesn't support printing. Is there any way that the "print" link could not render in this case, rather than that popup? I'm also thinking of modifying a stanza in imp/prefs.php that starts: $_prefs['refresh_time'] = array( I'd like to comment out the first two entries (30 sec and 60 sec), will this cause IMP any problems? Is there any way to disable the maintenance feature? Thanks, Sam From mikec@med.nyu.edu Fri Jan 18 13:57:12 2002 From: mikec@med.nyu.edu (Mike Cartoscelli) Date: Fri, 18 Jan 2002 08:57:12 -0500 Subject: [imp] Login Loop O' Doom In-Reply-To: <1011306662.3c4750a667912@marina.horde.org> References: <1541433.1011283326@cartom01.med.nyu.edu> <1011306662.3c4750a667912@marina.horde.org> Message-ID: <1600869.1011344232@cartom01.med.nyu.edu> The cookie path is set to the same as my webroot, which is /horde-2.0 I've made sure that any setting that refer to /horde are set to /horde-2.0. 'webroot' => '/horde-2.0', 'icon' => '/horde-2.0/graphics/home.gif', 'cookie_domain' => $GLOBALS['HTTP_SERVER_VARS']['SERVER_NAME'], 'cookie_path' => '/horde-2.0', If need be I can always reset it to /horde and create a static link if it will cause less issues. Thanks for the incredibly quick responses. Mike --------------------------------------------------------------------------- What is your cookie_path set to in horde/config/registry.php, and does that match your installation? -chuck ------------------------------ Mike Cartoscelli Senior Systems Administrator NYU School of Medicine mikec@med.nyu.edu From blclark@gci.net Fri Jan 18 14:00:30 2002 From: blclark@gci.net (Barry) Date: Fri, 18 Jan 2002 05:00:30 -0900 Subject: [imp] preferances In-Reply-To: <1011361049.3c482519e2b12@linux.wg.de> Message-ID: <000301c1a028$7da9caa0$0200a8c0@anchorageak.net> I thanks you for responding to my questions. I made the changes that were suggested and now when I log in I get this. Warning: Constant pear_error_return already defined in /usr/local/httpd/htdocs/horde/pear/PEAR.php on line 25 Warning: Constant pear_error_print already defined in /usr/local/httpd/htdocs/horde/pear/PEAR.php on line 26 Warning: Constant pear_error_trigger already defined in /usr/local/httpd/htdocs/horde/pear/PEAR.php on line 27 Warning: Constant pear_error_die already defined in /usr/local/httpd/htdocs/horde/pear/PEAR.php on line 28 Warning: Constant pear_error_callback already defined in /usr/local/httpd/htdocs/horde/pear/PEAR.php on line 29 Warning: Constant os_windows already defined in /usr/local/httpd/htdocs/horde/pear/PEAR.php on line 36 Warning: Constant os_unix already defined in /usr/local/httpd/htdocs/horde/pear/PEAR.php on line 37 Warning: Constant pear_os already defined in /usr/local/httpd/htdocs/horde/pear/PEAR.php on line 38 Fatal error: Cannot redeclare class pear in /usr/local/httpd/htdocs/horde/pear/PEAR.php on line 69 -----Original Message----- From: Jan Schneider [mailto:jan@horde.org] Sent: Friday, January 18, 2002 4:37 AM To: imp@lists.horde.org Subject: Re: [imp] preferances Zitat von Barry : > ** Preference System Settings > **/ > > /* What preferences driver should we use? Valid values are 'none' > * (meaning use system defaults and don't save any user preferences), > * 'session' (preferences only persist during the login), 'ldap', > * and 'sql'. > */ > $conf['prefs']['driver'] = ''; I assume this should be mysql No, 'sql' as stated in the comment above. > /* Any parameters that the preferences driver needs. This includes > * database or ldap server, username/password to connect with, etc. > */ $conf['prefs']['params'] = array(); I can see that this should be > the user/pass of horde but what syntax should I use? No, leave it empty. > /** > ** Category System Settings > **/ You don't need this. > /** > ** Cache System Settings > **/ You don't need this either. > /** > ** Mailer > **/ > > /* What method should we use for sending mail? Valid options are > * currently 'sendmail' and 'smtp'. > */ > $conf['mailer']['type'] = 'sendmail'; > > /* An array holding any parameters that the Mail object will need to > * function correctly. For sendmail, this is mainly the sendmail_path > * option; SMTP requires at least a server and a port (if > nonstandard). */ $conf['mailer']['params'] = array(); > $conf['mailer']['params'] = array('sendmail_path' => > '/usr/lib/sendmail'); This is the correct path to my sendmail but do I > need anything in the array portion above? No. Jan. -- :::::::::::::::::::::::::::::::::::::::: 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 :::::::::::::::::::::::::::::::::::::::::::::: -- 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 sysadmin@destination.ca Fri Jan 18 14:12:53 2002 From: sysadmin@destination.ca (Cedric Tardif) Date: Fri, 18 Jan 2002 09:12:53 -0500 Subject: Virtual IMAP domain and IMP Message-ID: <5.1.0.14.2.20020118091053.0221f5a0@mail.destination.ca> Hi all, I'm using vimapd for virtual domain. Now i'm wondering if it possible to have imp to send as the username= user@domain.com and not only user Is there a easy ack for this ? Is there only one place to change the authentification of the user in the= imap server ? Thanks !! C=E9dric From jan@horde.org Fri Jan 18 14:38:00 2002 From: jan@horde.org (Jan Schneider) Date: Fri, 18 Jan 2002 15:38:00 +0100 Subject: [imp] preferances In-Reply-To: <000301c1a028$7da9caa0$0200a8c0@anchorageak.net> References: <000301c1a028$7da9caa0$0200a8c0@anchorageak.net> Message-ID: <1011364680.3c483348ea042@linux.wg.de> Zitat von Barry : > I thanks you for responding to my questions. I made the changes that > were suggested and now when I log in I get this. > > Warning: Constant pear_error_return already defined in > /usr/local/httpd/htdocs/horde/pear/PEAR.php on line 25 You shouldn't install pear under the horde directory. Jan. -- :::::::::::::::::::::::::::::::::::::::: 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 :::::::::::::::::::::::::::::::::::::::::::::: From laradji@iptmail.univ-montp3.fr Fri Jan 18 15:14:28 2002 From: laradji@iptmail.univ-montp3.fr (Laradji) Date: Fri, 18 Jan 2002 16:14:28 +0100 (CET) Subject: horde + imp + debian In-Reply-To: <1011351651.3c4800639e551@linux.wg.de> Message-ID: I have a question can one person have tested the horde frameworks and imp with the apache + php ect ... in debian packages ?? -- Laradji nacer Service informatique de l IPT Universite Paul val=E9ry Montpellier , FRANCE ---------------------------------------------------------------------------= ----- Rule of Defactualization: =09Information deteriorates upward through bureaucracies. From ron@firelan.net Fri Jan 18 15:27:29 2002 From: ron@firelan.net (Ron Culler) Date: Fri, 18 Jan 2002 10:27:29 -0500 Subject: options - create new trash drafts send items Message-ID: <00d601c1a034$a42c6140$2600640a@zenmasterii> ---------------------- multipart/mixed attachment ------=_NextPart_001_00D8_01C1A00A.BB565940 I'm having problems when I select under options then for instance message composition - Create a new drafts folder . I can't get the system to prompt to create the drafts folder if one does not exist. If I select a folder I have created under the folders option then try to create a new drafts folder I get a prompt. I type in the folder name press ok and the page never returns. I get a blank screen. I think that the problem is IMP is trying to create a top level folder for drafts or sent items or even trash. My configuration does not allow top level folders everything must be created under the default INBOX/Mailbox. Is it possible to force IMP to automatically create a default set of folders for each mailbox (trash, drafts, send items)? This would then allow the option to be turned off in the prefs.php. Ron Culler Secure Designs, Inc. http://www.firelan.net Managed Internet Security ************************************************************************************************** The Firelan(tm) Virus Scanning Service has scanned this email for viruses, vandals and malicious content. http://www.firelan.net ************************************************************************************************** ------=_NextPart_001_00D8_01C1A00A.BB565940

I’m having problems when I select under options = then for instance message composition – Create a new drafts folder .

 

I can’t get the system to prompt to create the d= rafts folder if one does not exist.  If I select a folder I have created under the folders option then try to creat= e a new drafts folder I get a prompt.  = I type in the folder name press ok and the page never returns. I get a blan= k screen.   I think that = the problem is IMP is trying to create a top level folder for drafts or sent = items or even trash. My configuration does not allow top level folders everythi= ng must be created under the default INBOX/Mailbox.=

 

Is it possible to force IMP to automatically create a default set of folders for each mailbox (trash, drafts, send items)? This= would then allow the option to be turned off in the prefs.php.

 

 

 

Ron Culler

Secure Designs, Inc.

http://www.firelan.net

Managed Internet Security

 

************************************=
**************************************************************
The Firelan(tm) Virus Scanning Service has scanned this email for viruses=
, vandals=20
and malicious content.
http://www.firelan.net
*************************************************************************=
*************************
------=_NextPart_001_00D8_01C1A00A.BB565940-- ---------------------- multipart/mixed attachment-- From blclark@gci.net Fri Jan 18 15:36:45 2002 From: blclark@gci.net (Barry) Date: Fri, 18 Jan 2002 06:36:45 -0900 Subject: [imp] preferances In-Reply-To: <1011364680.3c483348ea042@linux.wg.de> Message-ID: <000001c1a035$efb7de40$0200a8c0@anchorageak.net> Ok I have moved pear to /usr/local/lib/pear but I am still getting the same pear errors. Barry Clark -----Original Message----- From: Jan Schneider [mailto:jan@horde.org] Sent: Friday, January 18, 2002 5:38 AM To: imp@lists.horde.org Subject: RE: [imp] preferances Zitat von Barry : > I thanks you for responding to my questions. I made the changes that > were suggested and now when I log in I get this. > > Warning: Constant pear_error_return already defined in > /usr/local/httpd/htdocs/horde/pear/PEAR.php on line 25 You shouldn't install pear under the horde directory. Jan. -- :::::::::::::::::::::::::::::::::::::::: 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 :::::::::::::::::::::::::::::::::::::::::::::: -- 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 katzenb@dbai.tuwien.ac.at Fri Jan 18 15:37:29 2002 From: katzenb@dbai.tuwien.ac.at (Stefan Katzenbeisser) Date: Fri, 18 Jan 2002 16:37:29 +0100 Subject: IMP3: error Message-ID: <3C484139.CD7CECB1@dbai.tuwien.ac.at> Dear all, I still have problems running IMP 3.0. Infrequently, I get some error messages that look as follows: Warning: Invalid CHAR in quoted string: f6 (errflg=1) in Unknown on line 0 Warning: Invalid CHAR in quoted string: f6 (errflg=1) in Unknown on line 0 Warning: Invalid CHAR in quoted string: fc (errflg=1) in Unknown on line 0 Warning: Invalid CHAR in quoted string: f6 (errflg=1) in Unknown on line 0 Warning: Invalid CHAR in quoted string: c4 (errflg=1) in Unknown on line 0 Warning: Invalid CHAR in quoted string: e9 (errflg=1) in Unknown on line 0 Warning: Invalid CHAR in quoted string: f6 (errflg=1) in Unknown on line 0 Warning: Invalid CHAR in quoted string: fc (errflg=1) in Unknown on line 0 Clicking on the "Reload" button solves the problem. I have absolutely no idea where and when these errors occur. Surprisingly, there seems to be only one user affected. Sometimes these errors are displayed when I click on "Folders", sometimes this works and the errors occur when I want to change the mail preferences. Any ideas? Could there be a problem with the mail folders of this specific user? Thanks, Stefan From jon@horde.org Fri Jan 18 15:37:59 2002 From: jon@horde.org (Jon Parise) Date: Fri, 18 Jan 2002 10:37:59 -0500 Subject: [I can't create a new folder. (fwd)] Message-ID: <20020118153759.GA23329@csh.rit.edu> ---------------------- multipart/mixed attachment -- Jon Parise (jon@csh.rit.edu) . Information Technology (2001) http://www.csh.rit.edu/~jon/ : Computer Science House Member ---------------------- multipart/mixed attachment An embedded message was scrubbed... From: "Sergey" Subject: I can't create a new folder. Date: Fri, 18 Jan 2002 12:06:50 +0300 Size: 1332 Url: http://lists.horde.org/archives/imp/attachments/cf5d2b58/attachment.eml ---------------------- multipart/mixed attachment-- From lhecking@nmrc.ucc.ie Fri Jan 18 15:52:18 2002 From: lhecking@nmrc.ucc.ie (Lars Hecking) Date: Fri, 18 Jan 2002 15:52:18 +0000 Subject: [imp] options - create new trash drafts send items In-Reply-To: <00d601c1a034$a42c6140$2600640a@zenmasterii> References: <00d601c1a034$a42c6140$2600640a@zenmasterii> Message-ID: <20020118155218.GA6213@nmrc.ie> Ron Culler writes: [...] I thought html crap was filtered out by the list software? I 1 [multipa/alternativ, 7bit, 7.2K] I 2 |-> [text/plain, 7bit, us-ascii, 1.2K] I 3 `-> [text/html, quoted, us-ascii, 5.7K] I 4 [text/plain, 7bit, us-ascii, 0.2K] From chuck@horde.org Fri Jan 18 16:05:00 2002 From: chuck@horde.org (Chuck Hagenbuch) Date: Fri, 18 Jan 2002 11:05:00 -0500 Subject: [hkey@mail.ru: I can't create a new folder.] Message-ID: <20020118160500.GB17199@horde.org> ----- Forwarded message from Sergey ----- From: "Sergey" To: Subject: I can't create a new folder. Date: Fri, 18 Jan 2002 12:06:01 +0300 Hi. I can't create a new folder. The error: The folder "/test/old" was not created. This is what the server said: What can I do? Thanks. ----- End forwarded message ----- -chuck -- must... find... acorns... *thud* From basso@die.supsi.ch Fri Jan 18 16:32:59 2002 From: basso@die.supsi.ch (basso) Date: Fri, 18 Jan 2002 17:32:59 +0100 Subject: imp 3.0 problems Message-ID: <000101c1a03d$cabb8260$279905c1@die.supsi.ch> I can't manage contacts, in the options addressbooks menu I receive this error: Warning: Uninitialized string offset: 0 in /var/www/html/horde/imp/templates/prefs/sourceselect.inc on line 61 The file defining the contacts/sources call (%application%/lib/api.php) is not recheable Where have I to set the contact ?. Another problems, I can't create subfolders, only one folder in my mail server home directory?. My OS il Linux 7.2, sendmail as mail, Imp 3.0 and Horde 2.0. Someone can help me? Fabio Basso Scuola Universitaria Professionale della Svizzera italiana Dipartimento di informatica ed elettronica Tel. 091/6108504 From jon@horde.org Fri Jan 18 16:44:29 2002 From: jon@horde.org (Jon Parise) Date: Fri, 18 Jan 2002 11:44:29 -0500 Subject: [imp] imp icons like inbox.lv In-Reply-To: <5.1.0.14.0.20020118122406.02703d90@pop1.cla.fr.netia.net> References: <1011345857.3c47e9c1b481a@www.stberlin.com> <1011345857.3c47e9c1b481a@www.stberlin.com> <5.1.0.14.0.20020118122406.02703d90@pop1.cla.fr.netia.net> Message-ID: <20020118164429.GF23329@csh.rit.edu> On Fri, Jan 18, 2002 at 12:30:21PM +0100, Ronnie Garcia wrote: > I just love the idea. > Chuck/Jon, is that possible to set up a "Horde Themes" page on the > website for ppl to share their tuned html.php and/or icons sets with screen > shots and everything. > If you need someone to moderate this, i can spend a bit of my time for > the purpose, or with anyone else interrested in doing this. Sure, if there's interest from the community, I can set something up. If it becomes popular, I can grant someone CVS access to that subdirectory to help maintain things. -- Jon Parise (jon@csh.rit.edu) . Information Technology (2001) http://www.csh.rit.edu/~jon/ : Computer Science House Member From jon@horde.org Fri Jan 18 16:48:45 2002 From: jon@horde.org (Jon Parise) Date: Fri, 18 Jan 2002 11:48:45 -0500 Subject: [imp] General: trashy style In-Reply-To: <20020118124727.E97746@quad.ikp.pl> References: <20020118121349.D97746@quad.ikp.pl> <1011352770.3c4804c2ccb81@linux.wg.de> <20020118124727.E97746@quad.ikp.pl> Message-ID: <20020118164844.GG23329@csh.rit.edu> On Fri, Jan 18, 2002 at 12:47:27PM +0100, Miroslaw Jaworski wrote: > And using are about Ockham's Razor... ) References: Message-ID: <20020118165022.GH23329@csh.rit.edu> On Fri, Jan 18, 2002 at 10:47:09AM +0100, Per Steinar Iversen wrote: > I am much impressed with the extremely clean XHTML 1.0 output by IMP. > There are some glitches though, at least the W3C HTML validator says so. > (I use Opera and such tests are but a click away anywhare on the web.) Feel free to submit patches that correct the HTML. =) > In the inbox listing the W3C validator is unhappy about the placement > of some javascript, when viewing a message it complains about a missing > endtag for an tag. Fixed in cvs. -- Jon Parise (jon@csh.rit.edu) . Information Technology (2001) http://www.csh.rit.edu/~jon/ : Computer Science House Member From jmccoy@mills.edu Fri Jan 18 16:50:36 2002 From: jmccoy@mills.edu (John McCoy) Date: Fri, 18 Jan 2002 08:50:36 -0800 Subject: [imp] IMPMP (IMP Multi Panel) . References: <001301c19f7d$4e507a70$27035b90@mills.edu> <3C471A9B.70109@developer.ch> Message-ID: <006001c1a040$6aec0b90$e401a8c0@apollo> Doh! I even put that there. Thanks great add on, I'll add a vote for making it standard. ----- Original Message ----- From: "Atif Ghaffar" To: Sent: Thursday, January 17, 2002 10:40 AM Subject: Re: [imp] IMPMP (IMP Multi Panel) . John McCoy, Jr. wrote: > How did you get rid of the Addressbook icon that does not open a new > window? I guess you mean, how to remove Turba's icon from IMP's menu. replace $conf['menu']['apps'] = array('turba'); with $conf['menu']['apps'] = array(); in horde/imp/config/conf.php best regards -- Atif Ghaffar ---------------------------. +41 78 845 31 64 ¦ mobile +41 21 351 53 62 ¦ fax http://atifghaffar.com ¦ www -- 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 eric.rostetter@physics.utexas.edu Fri Jan 18 16:51:45 2002 From: eric.rostetter@physics.utexas.edu (Eric Jon ROSTETTER) Date: Fri, 18 Jan 2002 10:51:45 -0600 Subject: [imp] automatic adress book In-Reply-To: <1011359449.3c481ed9a0c63@linux.wg.de> References: <200201181253.g0ICrpp09197@vientiane.cma.fr> <1011359449.3c481ed9a0c63@linux.wg.de> Message-ID: <1011372705.3c4852a130d56@mail.ph.utexas.edu> Quoting Jan Schneider : > Zitat von Serge.Algarotti@cemef.cma.fr: > > > > > Hello, > > > > we use IMP 3 + adress book TURBA with a mysql dqtabase. Is it possible > > that > > the E mail address of the sender are automatically incorporated into the > > > > adress book ? > > No, unless someone codes it. > > Jan. If someone does, make sure it is optional, and not default. While exchange users are used to this, it drives most of us non-exchange old-timers nuts when this happens... ;) Eric Jon Rostetter The Department of Physics The University of Texas at Austin Austin, Texas 78712-1081 Office: RLM 7.126 Telephone: 512-471-5821 Email: eric.rostetter@physics.utexas.edu Fragen Sie nicht was Ihre Kumputer tun koennen, aber fragen Sie was Sie fur Ihre Kumputer koennen. From jan@horde.org Fri Jan 18 16:56:33 2002 From: jan@horde.org (Jan Schneider) Date: Fri, 18 Jan 2002 17:56:33 +0100 Subject: [imp] IMP3: error In-Reply-To: <3C484139.CD7CECB1@dbai.tuwien.ac.at> References: <3C484139.CD7CECB1@dbai.tuwien.ac.at> Message-ID: <1011372993.3c4853c110bb1@linux.wg.de> Zitat von Stefan Katzenbeisser : > Dear all, > > I still have problems running IMP 3.0. Infrequently, I get some > error messages that look as follows: > > Warning: Invalid CHAR in quoted string: f6 (errflg=1) in Unknown on line > 0 > > Clicking on the "Reload" button solves the problem. I have absolutely no > idea where and when these errors occur. Surprisingly, there seems to be > only > one user affected. Sometimes these errors are displayed when I click > on "Folders", sometimes this works and the errors occur when I want to > change the mail preferences. > > Any ideas? Could there be a problem with the mail folders of this > specific user? That's what I would guess. Theses chars represent umlauts so there is a chance that this user tries to create folders with umlauts in it. That would also explain why this only happen once. We cache the folder listing and the tree building code is only called if there is no cached folder tree or on explicit reload. Perhaps your server allows umlauts (my Cyrus doesn't) but c-client isn't able to handle it. Jan. -- :::::::::::::::::::::::::::::::::::::::: 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 :::::::::::::::::::::::::::::::::::::::::::::: From katzenb@dbai.tuwien.ac.at Fri Jan 18 17:26:15 2002 From: katzenb@dbai.tuwien.ac.at (Stefan Katzenbeisser) Date: Fri, 18 Jan 2002 18:26:15 +0100 Subject: [imp] IMP3: error References: <3C484139.CD7CECB1@dbai.tuwien.ac.at> <1011372993.3c4853c110bb1@linux.wg.de> Message-ID: <3C485AB7.33467C86@dbai.tuwien.ac.at> Jan Schneider wrote: > That's what I would guess. Theses chars represent umlauts so there is a > chance that this user tries to create folders with umlauts in it. > That would also explain why this only happen once. We cache the folder > listing and the tree building code is only called if there is no cached > folder tree or on explicit reload. Thanks. I'll examine the mail folders of this user closely. Best, Stefan From sagem@cricket.mindcrime.net Fri Jan 18 18:11:53 2002 From: sagem@cricket.mindcrime.net (Sage McGirk) Date: Fri, 18 Jan 2002 13:11:53 -0500 (EST) Subject: server.php pull down Message-ID: I am trying to make it so that a user that selects domainA.com(in the server list ) has to type in the location of his mail folder, and a user that selects domainB.com defualts to one location. I'd even settle for making a pull down list of mail folders for all users /mail , INBOX ect. I can't seem to get the dialog box on the login screen at all. thanks in advance. PS. Can anyone hook me up with the EFnet IRC key to enter #IMP? sage From ron@firelan.net Fri Jan 18 18:13:46 2002 From: ron@firelan.net (Ron Culler) Date: Fri, 18 Jan 2002 13:13:46 -0500 Subject: options - create new trash drafts send items Message-ID: <010601c1a04b$e08ccdc0$2600640a@zenmasterii> ---------------------- multipart/mixed attachment Sorry for the html. In the last message I'm having problems when I select under options then for instance message composition - Create a new drafts folder . I can't get the system to prompt to create the drafts folder if one does not exist. If I select a folder I have created under the folders option then try to create a new drafts folder I get a prompt. I type in the folder name press ok and the page never returns. I get a blank screen. I think that the problem is IMP is trying to create a top level folder for drafts or sent items or even trash. My configuration does not allow top level folders everything must be created under the default INBOX/Mailbox. Is it possible to force IMP to automatically create a default set of folders for each mailbox (trash, drafts, send items)? This would then allow the option to be turned off in the prefs.php Ron Culler Secure Designs, Inc. http://www.firelan.net Managed Internet Security ************************************************************************************************** The Firelan(tm) Virus Scanning Service has scanned this email for viruses, vandals and malicious content. http://www.firelan.net ************************************************************************************************** ---------------------- multipart/mixed attachment-- From dtartari@portoriogrande.com.br Fri Jan 18 18:58:57 2002 From: dtartari@portoriogrande.com.br (Darci Tartari) Date: Fri, 18 Jan 2002 16:58:57 -0200 Subject: [imp] 404 Not Found References: <001701c19fc4$53e9eb50$0201a8c0@merlin> <1011351651.3c4800639e551@linux.wg.de> Message-ID: <3C487071.2020705@portoriogrande.com.br> Something like that was happening to me. Try to connect to the login.php page using the IP number of your server to see it it works. Put the name of your server at your DNS server then it will work ! Bye Darci Tartari Jan Schneider wrote: >Zitat von MrJacK : > >>Yes, and no more idea :) >>[Fri Jan 18 02:55:26 2002] [error] [client 192.168.1.2] File does not >>exist: /pub/www/webmail/horde/imp/1 >> >>-----Message d'origine----- >>De : Laradji nacer [mailto:laradji@iptmail.univ-montp3.fr] >>Envoyé : vendredi 18 janvier 2002 02:55 >>À : imp@lists.horde.org >>Objet : Re: [imp] 404 Not Found >> >>Do you have read your apache log for see ? >> >>-- >>Laradji nacer >>Service informatique de l IPT >>Université Paul valéry >>Montpellier , FRANCE >> >> >> >>Surlignage MrJacK : >> >>>Hello, >>> >>>I have juste install Horde + IMP + Turba and after having activated >>> >>this >> >>>option : >>>$this->registry['auth']['login'] = 'imp'; >>>$this->registry['auth']['logout'] = 'imp'; >>>in horde/config/registry.php i always get an 404 error who say : >>>The requested URL /horde/imp/1 was not found on this server. >>> >>>I have carrefully read the doc, search but can't find any solution :( >>>If anybody have a solution i apreciate :) >>> > >Probably one of your config files is broken. Try rebuilding them from >the .dist versions. > >Jan. > >-- >:::::::::::::::::::::::::::::::::::::::: >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 >:::::::::::::::::::::::::::::::::::::::::::::: > From maraboli@dcsc.utfsm.cl Fri Jan 18 19:58:13 2002 From: maraboli@dcsc.utfsm.cl (Marcelo Maraboli) Date: Fri, 18 Jan 2002 16:58:13 -0300 Subject: 2 Problems with IMP-3.0 Message-ID: <3C487E55.AC6157EF@dcsc.utfsm.cl> Hi. I just installed IMP-3.0 with Horde-2.0 by the book. ( with turba, mysql, cyrus-imap, cyrus-sasl, Solaris8, apache, ssl and php 4.1.1) I manage to log in successfully, but: - I compose an email and cannot send it...... "There was an error sending your message". - I open the Address book and get: "Failed to connect to the specified directory". no log trace in the IMAP.log (local6.debug), sendmail.log, nor the PHP logging (php.ini).... How can I see what´s wrong ?? thanks -- 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/ ------------------------------------------------------------------/ From sam@samrowe.com Fri Jan 18 19:59:47 2002 From: sam@samrowe.com (Sam Rowe) Date: Fri, 18 Jan 2002 14:59:47 -0500 Subject: [imp] 3.0 and Mozilla In-Reply-To: <20020118134504.GU3498@samrowe.com> References: <20020118134504.GU3498@samrowe.com> Message-ID: <20020118195947.GY3498@samrowe.com> On Fri, Jan 18, 2002 at 08:45:04AM -0500, Sam Rowe wrote: # Hi, # # I'm using the latest nightly build of Mozilla to connect to IMP and if # I'm viewing a message, I can't mouse over *any* link w/o a popup telling # me that my browser doesn't support printing. Is there any way that the # "print" link could not render in this case, rather than that popup? I solved this part. How strange. I had turned off: Edit | Prefs | Advanced | Scripts & Windows | Change Status Bar Text And for some reason that caused the unending Alert boxes. I'll file a bug with Mozilla. # # I'm also thinking of modifying a stanza in imp/prefs.php that starts: # $_prefs['refresh_time'] = array( # # I'd like to comment out the first two entries (30 sec and 60 sec), will # this cause IMP any problems? I also tried this and haven't seen any ill-effects. I'll assume what I did won't break anything. # # Is there any way to disable the maintenance feature? # I'm still curious about this though. Thanks, Sam From bhelman@salemstate.edu Fri Jan 18 20:13:33 2002 From: bhelman@salemstate.edu (Brian Helman) Date: Fri, 18 Jan 2002 15:13:33 -0500 Subject: IMP 3 Authenticates, but doesn't get by Maintenance Operations Message-ID: <5.1.0.14.2.20020118150055.00a8c2e0@clipper.salemstate.edu> ---------------------- multipart/alternative attachment The subject says it all. I have installed IMP 3 on a RH 7.2 system with PostgreSQL. I know it is hitting my IMAP server properly and logging in (I can see that at the mail server). When I get the "Maintenance Operations" screen, if I click either "Perform" or "Skip" I get (after a minute or so), a "Page not found" error (incidentally, and this may just be a MS IE thing, it says "Server not found" on the title bar at the top. But, like I said, I know IMP is finding the server because I am successfully authenticating against it. I have toyed around with different combinations of the folder/namespace settings with no luck (I began with the settings I used for IMP 2.2.4). Any suggestions where to look? BTW, I changed the horde log to be verbose. All I see is my successful authentication and no other information. brian ------------------------------------------------------ __ ____ __ ____ __ __ /\ \ / \_\ / /\ / \ \ / |\ / /\ / \_\ / /\ |_| / / /| /\ \ \ / ||/ / / / /\ | |\ \/ /_/_ / / / \ \/ \ \ / |/ / / / \/ |_| \ __ \_\ / / / \ /\ \_\ / /| / / / /\ ./_/ \ \ \/_// / / \ \ \/_// / | / / \ \/ |_| \ \_\ /_/ / \ \_\ /_/ /|_/ / \__/_/ \/_/ \_\/ \/_/ \_\/ \_\/ Brian M Helman Director, Networking Services Salem State College e-mail: bhelman@salemstate.edu snail-mail: 352 Lafayette St, MH207A Salem, MA 01970-5353 ---------------------- multipart/alternative attachment-- From conor@dev.ceon.net Fri Jan 18 20:28:37 2002 From: conor@dev.ceon.net (Conor Kerr) Date: Fri, 18 Jan 2002 20:28:37 GMT Subject: [imp] 2 Problems with IMP-3.0 In-Reply-To: <3C487E55.AC6157EF@dcsc.utfsm.cl> References: <3C487E55.AC6157EF@dcsc.utfsm.cl> Message-ID: <20020118202813.7710.CONOR@dev.ceon.net> Hi, > - I compose an email and cannot send it......=20 > "There was an error sending your message". Sorry, I don't know about that one... > - I open the Address book and get: > "Failed to connect to the specified directory". =2E..but I installed Turba today and got the same error as this. It was easy enough to fix. Open up the file "sources.php" in the "turba/config" directory and find the section for the loca SQL database (the first line of code after the comments starts as "$cfgSources['localsql']...". Enter your MySQL details in the params fields. E.g: 'phptype' =3D> 'mysql', 'hostspec' =3D> 'localhost', 'username' =3D> 'horde', 'password' =3D> '******', 'database' =3D> 'horde', You should have already set up username and password for the database when you installed horde and you should have created the "turba_objects" table in your MySQL database using the turba/scripts/drivers/turba.sql file. If you haven't then do both of those (don't forget to update the password in the above) and that should be the end of the "Failed to connect to the specified directory" error. To be honest though, while I like IMP so far I am not impressed by Turba at all. So much so that I'm just going to write my own addressbook. :) Hope I've been of some help anyway. :) All the best... Conor From jefft@wciatl.com Fri Jan 18 20:32:09 2002 From: jefft@wciatl.com (Jeff Tucker) Date: Fri, 18 Jan 2002 15:32:09 -0500 Subject: [imp] All messages read under POP3 In-Reply-To: <022e01c19eee$abccdf20$e401a8c0@apollo> References: <022e01c19eee$abccdf20$e401a8c0@apollo> Message-ID: <1406033128.1011367929@[192.168.0.71]> --On Wednesday, January 16, 2002 4:33 PM -0800 John McCoy wrote: > Is it normal for then to move from new to cur when the headers are polled? > I'm thinking of switching to currier IMAP so we get the quota bar as well. > > Thanks > Yes. Messages are delivered into new. They are moved by the IMAP or POP server to cur as soon as the server sees them, whether or not they are ever read. Jeff -- Jeff Tucker Williams Consulting, Inc. jefft@wciatl.com From dmueller@wack.com Fri Jan 18 20:36:45 2002 From: dmueller@wack.com (Dana Mueller) Date: Fri, 18 Jan 2002 14:36:45 -0600 Subject: [imp] imp icons like inbox.lv In-Reply-To: <008001c1a015$22c3f6f0$13c150c2@chester.ac.uk>; from h.blackman@chester.ac.uk on Fri, Jan 18, 2002 at 11:41:56AM -0000 References: <1011345857.3c47e9c1b481a@www.stberlin.com> <1011345857.3c47e9c1b481a@www.stberlin.com> <5.1.0.14.0.20020118122406.02703d90@pop1.cla.fr.netia.net> <008001c1a015$22c3f6f0$13c150c2@chester.ac.uk> Message-ID: <20020118143645.A98407@wack.com> I'll fourth or fifth the vote on this... On Fri, Jan 18, 2002 at 11:41:56AM -0000, Henry Blackman wrote: > Indeed; I'd like to be part of any effort there. I've been itching to > customise (with some real time); so themes would be great. > > Those icons at inbox.lv are ripped straight out of Windows XP/OE by the way. > > Henry > > ----- Original Message ----- > From: "Ronnie Garcia" > > > At 11:57 18/01/02 +0100, you wrote: > > > > >Not only icons, it would be great to exchange imp themes. > > > > > > I just love the idea. > > Chuck/Jon, is that possible to set up a "Horde Themes" page on the > > website for ppl to share their tuned html.php and/or icons sets with > screen > > shots and everything. > > If you need someone to moderate this, i can spend a bit of my time for > > the purpose, or with anyone else interrested in doing this. > > > > Rgds, > > Ronnie. > > > > >Citando boiboi@stberlin.com: > > > > > > > hi, i would like to know if anyone has created their own nice little > icons > > > > for > > > > their imp besides inbox.lv (i think they're copyrighted) If u don't > mind I > > > > would like to see them and maybe use it on my imp. thanks! > > > > > > -- > > 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 -- Dana Mueller - dmueller@wack.com Windy Acres Creative Kingdom Seattle, Washington "i want you to understand that my malevolence is just a way to win.." From conor@dev.ceon.net Fri Jan 18 20:38:07 2002 From: conor@dev.ceon.net (Conor Kerr) Date: Fri, 18 Jan 2002 20:38:07 GMT Subject: [imp] IMP 3 Authenticates, but doesn't get by Maintenance Operations In-Reply-To: <5.1.0.14.2.20020118150055.00a8c2e0@clipper.salemstate.edu> References: <5.1.0.14.2.20020118150055.00a8c2e0@clipper.salemstate.edu> Message-ID: <20020118203204.7713.CONOR@dev.ceon.net> Hi Brian, > Any suggestions where to look? Have you updated the paths in imp/lib/base.php? I only started looking at this software in detail yesterday and it would seem that the config options are spread all over the place. There seem to be two config variables which are extremely important to the operation of the software in that base.php file, HORDE_BASE and IMP_BASE. As well as making sure that the paths in horde/config/registry.php are correct I can imagine that it would also be essential have correct paths for these two variables. All the best.... Conor From pbauer@mail.shorttermwhat.com Fri Jan 18 20:40:49 2002 From: pbauer@mail.shorttermwhat.com (Paul Bauer) Date: Fri, 18 Jan 2002 12:40:49 -0800 Subject: Sort by thread Message-ID: <20020118124049.B52114@mail.shorttermwhat.com> I must have missed the configuration to show mail sorted by thread. Can someone point me in the right direction please? If this isn't an option can I ask nicely for someone to tell me where to start? Thanks, Paul -- ######################################### #Microsoft: Where do you want to go today? Linux: Where do you want to go tomorrow? #BSD: Are you guys coming or what? From dev@swishmail.com Fri Jan 18 19:14:23 2002 From: dev@swishmail.com (Kris von Mach) Date: Fri, 18 Jan 2002 14:14:23 -0500 Subject: Your browser does not support this print option. Error with an apostrophe ' in the subject line Message-ID: <5.1.0.14.2.20020118140955.04075928@pop3.swishmail.com> Hi, I am using IMP 3.1-cvs from Jan 12th. And when you receive an email with an apostrophe in the subject line, and you view the email, you get this error popup window: Your browser does not support this print option. Press Control/Option + P to print. I have tested this in IE6 and Mozilla 0.9.7 Any ideas? __ Kris. From maraboli@dcsc.utfsm.cl Fri Jan 18 21:08:00 2002 From: maraboli@dcsc.utfsm.cl (Marcelo Maraboli) Date: Fri, 18 Jan 2002 18:08:00 -0300 Subject: 2 Problems with IMP-3.0 fixed, #3 added... References: <3C487E55.AC6157EF@dcsc.utfsm.cl> <20020118202813.7710.CONOR@dev.ceon.net> Message-ID: <3C488EB0.10967B69@dcsc.utfsm.cl> Thanks Conor. That fixed the problem #2. on problem #1, I surfed all the configs and found that in horde/config/horde.php I missed to specify the "mailer params" to "/usr/lib/sendmail" if you select "sendmail" as the program...duh! I CANNOT manage to view the Menues in different languages though...only the HELP messages respect the user preferences.....in the LOGIN page I change the language and it stays English (on Netscape and Explorer). any clues?? Conor Kerr wrote: > > Hi, > > > - I compose an email and cannot send it...... > > "There was an error sending your message". > > Sorry, I don't know about that one... > > > - I open the Address book and get: > > "Failed to connect to the specified directory". > > ...but I installed Turba today and got the same error as this. It was > easy enough to fix. > > Open up the file "sources.php" in the "turba/config" directory and find > the section for the loca SQL database (the first line of code after the > comments starts as "$cfgSources['localsql']...". > > Enter your MySQL details in the params fields. E.g: > > 'phptype' => 'mysql', > 'hostspec' => 'localhost', > 'username' => 'horde', > 'password' => '******', > 'database' => 'horde', > > You should have already set up username and password for the database > when you installed horde and you should have created the "turba_objects" > table in your MySQL database using the turba/scripts/drivers/turba.sql > file. If you haven't then do both of those (don't forget to update the > password in the above) and that should be the end of the "Failed to > connect to the specified directory" error. > > To be honest though, while I like IMP so far I am not impressed by Turba > at all. So much so that I'm just going to write my own addressbook. :) > > Hope I've been of some help anyway. :) > > All the best... > > Conor > > -- > 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/ ------------------------------------------------------------------/ From dev@swishmail.com Fri Jan 18 21:32:34 2002 From: dev@swishmail.com (Kris von Mach) Date: Fri, 18 Jan 2002 16:32:34 -0500 Subject: [imp] Your browser does not support this print option. Error with an apostrophe ' in the subject line In-Reply-To: <5.1.0.14.2.20020118140955.04075928@pop3.swishmail.com> Message-ID: <5.1.0.14.2.20020118163146.04075a98@pop3.swishmail.com> Never mind, I have updated to todays cvs, and the error went away. (: __ Kris. At 02:14 PM 1/18/2002 -0500, you wrote: >Hi, > >I am using IMP 3.1-cvs from Jan 12th. > >And when you receive an email with an apostrophe in the subject line, and >you view the email, you get this error popup window: > >Your browser does not support this print option. Press Control/Option + P >to print. > >I have tested this in IE6 and Mozilla 0.9.7 > >Any ideas? >__ >Kris. From mjeppsen@tiger.nwsc.k12.ar.us Fri Jan 18 21:40:46 2002 From: mjeppsen@tiger.nwsc.k12.ar.us (Matthew Jeppsen) Date: Fri, 18 Jan 2002 15:40:46 -0600 Subject: Migrate 2.2 Addressbook to 3.0 In-Reply-To: Message-ID: <003b01c1a068$c9a0b500$771c1da5@matthukylhqrhb> Anyone have this script handy? -Matt -----Original Message----- From: Helen Zommer [mailto:helen@cc.huji.ac.il] Sent: Thursday, December 27, 2001 9:03 AM To: imp@lists.horde.org Subject: Re: [imp] IMP 2.2 -> 3.0 questions > 1)if there's any way to export the contact lists from the old version > and import them into the address book of the new version > Ok, please ignore this question - I just wrote a script which exports all the data from imp_addr MySQL table and puts it into turba_objects... From cmrahman@ccsi.com Fri Jan 18 21:51:52 2002 From: cmrahman@ccsi.com (C. M. Rahman (jr.)) Date: Fri, 18 Jan 2002 15:51:52 -0600 Subject: [imp] Migrate 2.2 Addressbook to 3.0 References: <003b01c1a068$c9a0b500$771c1da5@matthukylhqrhb> Message-ID: <016201c1a06a$574dd260$34a8ecd8@ccsi.com> It is under imp/scripts imp2turba.pl . &*&*&*&*&*&*&*&*&*&*&*&*&*&*&*&*&*&*&*&* C.M. Rahman Jr. CTO CCS Internet http://www.ccsi.com 13740 Research Blvd. suite o-4 Austin, TX 78750 Tel: 512-257-2274 ----- Original Message ----- From: "Matthew Jeppsen" To: Sent: Friday, January 18, 2002 3:40 PM Subject: [imp] Migrate 2.2 Addressbook to 3.0 > Anyone have this script handy? > > -Matt > > -----Original Message----- > From: Helen Zommer [mailto:helen@cc.huji.ac.il] > Sent: Thursday, December 27, 2001 9:03 AM > To: imp@lists.horde.org > Subject: Re: [imp] IMP 2.2 -> 3.0 questions > > > 1)if there's any way to export the contact lists from the old version > > and import them into the address book of the new version > > > > Ok, please ignore this question - I just wrote a script which exports > all the data from imp_addr MySQL table and puts it into turba_objects... > > > -- > 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 cmrahman@ccsi.com Fri Jan 18 21:54:38 2002 From: cmrahman@ccsi.com (C. M. Rahman (jr.)) Date: Fri, 18 Jan 2002 15:54:38 -0600 Subject: [imp] automatic adress book References: <200201181253.g0ICrpp09197@vientiane.cma.fr> <1011359449.3c481ed9a0c63@linux.wg.de> <1011372705.3c4852a130d56@mail.ph.utexas.edu> Message-ID: <017d01c1a06a$bc7c3a00$34a8ecd8@ccsi.com> On this question, when ever I open an email form imp, there is a small icon to add that address to addressbook. When I click on it, it tells me it is already in the address book but it wasn't in the address book nor it added in the address book. I am using imp3 and turba. Anybody know what I need to do this to solve this problem. Thanks &*&*&*&*&*&*&*&*&*&*&*&*&*&*&*&*&*&*&*&* C.M. Rahman Jr. CTO CCS Internet http://www.ccsi.com 13740 Research Blvd. suite o-4 Austin, TX 78750 Tel: 512-257-2274 ----- Original Message ----- From: "Eric Jon ROSTETTER" To: Sent: Friday, January 18, 2002 10:51 AM Subject: Re: [imp] automatic adress book > Quoting Jan Schneider : > > > Zitat von Serge.Algarotti@cemef.cma.fr: > > > > > > > > Hello, > > > > > > we use IMP 3 + adress book TURBA with a mysql dqtabase. Is it possible > > > that > > > the E mail address of the sender are automatically incorporated into the > > > > > > adress book ? > > > > No, unless someone codes it. > > > > Jan. > > If someone does, make sure it is optional, and not default. While exchange > users are used to this, it drives most of us non-exchange old-timers nuts > when this happens... ;) > > > Eric Jon Rostetter > The Department of Physics > The University of Texas at Austin > Austin, Texas 78712-1081 > > Office: RLM 7.126 > Telephone: 512-471-5821 > Email: eric.rostetter@physics.utexas.edu > > Fragen Sie nicht was Ihre Kumputer tun koennen, > aber fragen Sie was Sie fur Ihre Kumputer koennen. > > -- > 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 mcisar@starmania.net Fri Jan 18 22:02:58 2002 From: mcisar@starmania.net (Mike Cisar) Date: Fri, 18 Jan 2002 15:02:58 -0700 Subject: IMP 3.0 In-Reply-To: <20020118202813.7710.CONOR@dev.ceon.net> Message-ID: <001201c1a06b$e42a3240$3600a8c0@corporate.starmania.net> Just looking for a general opinion here... have been following the list loosely since the release of the new versions and there seems to be a WHOLE lot of traffic regarding setup problems and this won't work and that won't work. I have a number of clients using prior versions that I would like to consider upgrading to the latest version (for consistancy I prefer to use RPM versions rather than having to go through the hassles of CVS and potentially having slightly different versions on different systems, etc). So the question is... are the released/RPM versions stable enough for use in a production environment, or is this just asking for trouble and should I hold off on upgrade plans until such time as things have stabilized and a 3.01 or somesuch is released? Thanks for any opinions, >>>>> Mike <<<<< From jon@horde.org Fri Jan 18 22:14:21 2002 From: jon@horde.org (Jon Parise) Date: Fri, 18 Jan 2002 17:14:21 -0500 Subject: [imp] IMP 3.0 In-Reply-To: <001201c1a06b$e42a3240$3600a8c0@corporate.starmania.net> References: <20020118202813.7710.CONOR@dev.ceon.net> <001201c1a06b$e42a3240$3600a8c0@corporate.starmania.net> Message-ID: <20020118221421.GA2974@csh.rit.edu> On Fri, Jan 18, 2002 at 03:02:58PM -0700, Mike Cisar wrote: > Just looking for a general opinion here... have been following the list > loosely since the release of the new versions and there seems to be a > WHOLE lot of traffic regarding setup problems and this won't work and > that won't work. Because this is a support list, you're only going to hear from people who experience problems. I'm sure there are a huge amount of people who have IMP up and running with little or no difficulty. -- Jon Parise (jon@csh.rit.edu) . Information Technology (2001) http://www.csh.rit.edu/~jon/ : Computer Science House Member From rich@horde.org Fri Jan 18 22:14:44 2002 From: rich@horde.org (Rich Lafferty) Date: Fri, 18 Jan 2002 17:14:44 -0500 Subject: [imp] IMP 3.0 In-Reply-To: <001201c1a06b$e42a3240$3600a8c0@corporate.starmania.net>; from mcisar@starmania.net on Fri, Jan 18, 2002 at 03:02:58PM -0700 References: <20020118202813.7710.CONOR@dev.ceon.net> <001201c1a06b$e42a3240$3600a8c0@corporate.starmania.net> Message-ID: <20020118171444.A22234@lafferty.ca> On Fri, Jan 18, 2002 at 03:02:58PM -0700, Mike Cisar (mcisar@starmania.net) wrote: > Just looking for a general opinion here... have been following the list > loosely since the release of the new versions and there seems to be a > WHOLE lot of traffic regarding setup problems and this won't work and > that won't work. That's because there's no need for people to post "Hi, I have no problems." :-) > I have a number of clients using prior versions that I would like to > consider upgrading to the latest version (for consistancy I prefer to > use RPM versions rather than having to go through the hassles of CVS and > potentially having slightly different versions on different systems, > etc). So the question is... are the released/RPM versions stable enough > for use in a production environment, or is this just asking for trouble > and should I hold off on upgrade plans until such time as things have > stabilized and a 3.01 or somesuch is released? Well, we released it because it was ready to use, but I can't tell you if you should roll it out at your site. Look at the changes from release until now, and decide if any is a showstopper for you. If it is, wait; if not, roll out. -Rich -- Rich Lafferty --------------+----------------------------------------------- Ottawa, Ontario, Canada | Save the Pacific Northwest Tree Octopus! http://www.lafferty.ca/ | http://zapatopi.net/treeoctopus.html rich@lafferty.ca -----------+----------------------------------------------- From jon@horde.org Fri Jan 18 22:17:53 2002 From: jon@horde.org (Jon Parise) Date: Fri, 18 Jan 2002 17:17:53 -0500 Subject: [imp] IMP 3 Authenticates, but doesn't get by Maintenance Operations In-Reply-To: <20020118203204.7713.CONOR@dev.ceon.net> References: <5.1.0.14.2.20020118150055.00a8c2e0@clipper.salemstate.edu> <20020118203204.7713.CONOR@dev.ceon.net> Message-ID: <20020118221753.GB2974@csh.rit.edu> On Fri, Jan 18, 2002 at 08:38:07PM +0000, Conor Kerr wrote: > I only started looking at this software in detail yesterday and it would > seem that the config options are spread all over the place. There seem > to be two config variables which are extremely important to the > operation of the software in that base.php file, HORDE_BASE and IMP_BASE. Unless you're trying to get Horde and IMP to work with a non-standard directory layout, you don't need to touch those two constants. -- Jon Parise (jon@csh.rit.edu) . Information Technology (2001) http://www.csh.rit.edu/~jon/ : Computer Science House Member From jon@horde.org Fri Jan 18 22:19:40 2002 From: jon@horde.org (Jon Parise) Date: Fri, 18 Jan 2002 17:19:40 -0500 Subject: [imp] Sort by thread In-Reply-To: <20020118124049.B52114@mail.shorttermwhat.com> References: <20020118124049.B52114@mail.shorttermwhat.com> Message-ID: <20020118221940.GC2974@csh.rit.edu> On Fri, Jan 18, 2002 at 12:40:49PM -0800, Paul Bauer wrote: > I must have missed the configuration to show mail sorted by > thread. Can someone point me in the right direction please? > If this isn't an option can I ask nicely for someone to tell me > where to start? IMP does not currently support threading. I believe the PHP IMAP interface now has the capability to thread messages, however, so this functionality will probably exist in future releases. It will require a non-trivial rewrite of the mailbox display code, however. -- Jon Parise (jon@csh.rit.edu) . Information Technology (2001) http://www.csh.rit.edu/~jon/ : Computer Science House Member From gkearns@godaddy.com Fri Jan 18 22:14:50 2002 From: gkearns@godaddy.com (George Kearns) Date: Fri, 18 Jan 2002 15:14:50 -0700 Subject: IMAP Logins Fail Message-ID: <1011392090.3c489e5a72e2f@contest.godaddy.com> Hello all, I'm very new to IMP (and VERY impressed so far), and I have been experiencing login failures with passwords that contain certain characters, namely the at symbol "@" and the exclamation point "!" (assuming there are others as well). If I change the password on the effected accounts to simple words, everything starts working. Looking at /tmp/horde.log, the authentication is attempted on the server, but it fails. This indicates to me that horde/imp is munging the password before it tries to authenticate with it. I know these passwords work in general; I have no problems using these passwords with other clients to the same server. I'm logging in directly with IMP (skipping horde login), and using IMAP. The same thing happens with POP3, too. Is there any way around this? I wouldn't mind fixing it myself, if someone could point me to the right file(s) to modify.. Thanks for any help. GK ------------------------------------------------- This mail sent through IMP: http://horde.org/imp/ From scott@slics.net Fri Jan 18 22:23:08 2002 From: scott@slics.net (Scott) Date: Fri, 18 Jan 2002 16:23:08 -0600 Subject: Horde 3.0 blank pages solved Message-ID: I had this problem and have not seen a solution in the archives as yet. Condition: Top frame blank when loading http://servername/horde/ AND Imp is installed Apache web server is being used Horde defalt page will load if Imp is NOT set in ../horde/config/registry.php Horde test page works Solution: Make sure the server name set in httpd.conf (linux) for your domain is represented in your dns records. Example: httpd.conf ServerName www.mydomain.com A record www.mydomain.com 10.1.1.1 It seems Imp looks at the ServerName tag and tries to contact that server, if it is a "local machine" name like hotrod Imp tries to contact hotrod and fails. If you are developing a new machine set something up as a tempoary solution. Hope this helps someone, Scott Pesato Devine ISD S & L Internet From scott@slics.net Fri Jan 18 22:43:14 2002 From: scott@slics.net (Scott) Date: Fri, 18 Jan 2002 16:43:14 -0600 Subject: Re I can't add a new folder Message-ID: With the limited information you supplied I would have to ask are you using imap or pop3? If you want the folder functionality select imap port 143 in servers.php ../horde/imp/config/servers.php Using the imap server adds email status as well (read,replied to etc.) Scott From randy@pacinfo.com Fri Jan 18 23:05:56 2002 From: randy@pacinfo.com (Randy McMillan) Date: Fri, 18 Jan 2002 15:05:56 -0800 Subject: compose popup window has a long pause Message-ID: <00d801c1a074$b0043200$8878070c@pacinfo.com> ---------------------- multipart/alternative attachment I have installed imp 3.0 on RedHat 7.2 system with php4.06 and mysql, = and it is working, but when I am logged into my account and try to open a compose popup window, the window opens with a blank screen and then = waits several minutes before displaying the contents of the window. It does = this on the Lan or through a dial-up connection on a different computer. = If I log in with a different username, then the compose window displays = normally. I thought it might be something to do with my preferences because = initially I was using a pop3 server and then switched to an imap server = during installation and testing because of the speed difference, so I = deleted all the entries in the horde_prefs with my pref_uid but didn't = seem to make a difference. After looking some more, It appears that it has the same long pause or slowness when trying to upload a small attachment, or when I try to edit = my identity in the options. I am not allowing folders for the users, = but don't know if that would have anything to do with it. I have been = unable to determine why my account is having problems, but others are = not. Any ideas or directions would be appreciated. Thanks. Randy McMillan PacInfo ---------------------- multipart/alternative attachment-- From johan_oern@hotmail.com Sat Jan 19 01:56:17 2002 From: johan_oern@hotmail.com (Johan Öhrn) Date: Sat, 19 Jan 2002 02:56:17 +0100 Subject: login problem Message-ID: Hello, I can't log into imp, or horde for that matter. What username should I use? "horde" or some machine-local username? Eitherway I get the following error message: Login failed for some reason. Most likely your username or password was entered incorrectly. I have uncomment the first two lines in /horde/config/registry.php so users dont have to log in twice. / Johan _________________________________________________________________ Chat with friends online, try MSN Messenger: http://messenger.msn.com From jon@horde.org Sat Jan 19 04:22:35 2002 From: jon@horde.org (Jon Parise) Date: Fri, 18 Jan 2002 23:22:35 -0500 Subject: [imp] login problem In-Reply-To: References: Message-ID: <20020119042235.GA10028@csh.rit.edu> On Sat, Jan 19, 2002 at 02:56:17AM +0100, Johan hrn wrote: > I can't log into imp, or horde for that matter. What username should I use? > "horde" or some machine-local username? Eitherway I get the following error > message: > Login failed for some reason. Most likely your username or password was > entered incorrectly. > > I have uncomment the first two lines in /horde/config/registry.php so users > dont have to log in twice. You should use the username and password expected by your IMAP server. -- Jon Parise (jon@csh.rit.edu) . Information Technology (2001) http://www.csh.rit.edu/~jon/ : Computer Science House Member From scott@slics.net Sat Jan 19 04:26:36 2002 From: scott@slics.net (Scott) Date: Fri, 18 Jan 2002 22:26:36 -0600 Subject: [imp] login problem In-Reply-To: References: Message-ID: For authentication to work at this point you have to have Imp pointed to a valid email server. When you uncomment the two lines in registry.php you are asking Imp to query an email server for authentication. Edit ../horde/imp/config/servers.php and put YOUR server info there. And try to login with your username and password that you normally use for the account that exists on the domain you are working with. Scott On Friday 18 January 2002 07:56 pm, you wrote: > Hello, > > I can't log into imp, or horde for that matter. What username should I use? > "horde" or some machine-local username? Eitherway I get the following error > message: > Login failed for some reason. Most likely your username or password was > entered incorrectly. > > I have uncomment the first two lines in /horde/config/registry.php so users > dont have to log in twice. > > / Johan > > _________________________________________________________________ > Chat with friends online, try MSN Messenger: http://messenger.msn.com From boiboi@stberlin.com Sat Jan 19 07:15:28 2002 From: boiboi@stberlin.com (boiboi@stberlin.com) Date: Sat, 19 Jan 2002 01:15:28 -0600 Subject: number "0" in message compose text box Message-ID: <1011424527.3c491d1002496@www.stberlin.com> 0<--- this zero shows up everytime I launch message composition. In pref this is what i have: / user preferred email address for From: line // see also $conf['hooks']['from'] in conf.php $_prefs['from_addr'] = array( 'value' => '', 'locked' => false, 'shared' => true, 'type' => 'implicit' ------------------------------------------------- This mail sent through IMP: http://horde.org/imp/ From boiboi@stberlin.com Sat Jan 19 07:18:50 2002 From: boiboi@stberlin.com (boiboi@stberlin.com) Date: Sat, 19 Jan 2002 01:18:50 -0600 Subject: [imp] Incorrect last login date Message-ID: <1011424730.3c491dda18425@www.stberlin.com> 0 I've tried putting nothing in there but it still comes back as "Never" Hmmmm. perplexed! -----Original Message----- From: Jan Schneider [mailto:jan@horde.org] Sent: Thursday, January 03, 2002 5:07 PM To: imp@lists.horde.org Subject: Re: [imp] Incorrect last login date Zitat von James Louis : > Hi All, > > and a happy new year. I'm trying to use the last login feature but when > I > set the last_login value to 1 I get a last login of "Wednesday, Decmber > 31, > 1969, 6:00:01 PM CST" and if I use the default value of 0 I get a last > login > of "Never." What should I put in here to ensure that I am getting the > true > "last login?" Nothing, it's just a storage for last login timestamp. Jan. I did nothing, and I've been using horde/imp for a few days now, but it's still showing "Wednesday, December 31, 1969, 6:00:01 PM CST" appears in the last login. ------------------------------------------------- This mail sent through IMP: http://horde.org/imp/ From boiboi@stberlin.com Sat Jan 19 07:50:17 2002 From: boiboi@stberlin.com (boiboi alavaren) Date: Sat, 19 Jan 2002 15:50:17 +0800 Subject: [imp] Incorrect last login date (nevermind) In-Reply-To: <1011424730.3c491dda18425@www.stberlin.com> References: <1011424730.3c491dda18425@www.stberlin.com> Message-ID: <1011426617.3c4925393f518@www.stberlin.com> Nevermind my pref was disabled in horde/horde now i'm able to set time zone... Áñ÷éêü ìÞíõìá áðü boiboi@stberlin.com: + + + 0 + + I've tried putting nothing in there but it still comes back as "Never" + + Hmmmm. perplexed! + + -----Original Message----- + From: Jan Schneider [mailto:jan@horde.org] + Sent: Thursday, January 03, 2002 5:07 PM + To: imp@lists.horde.org + Subject: Re: [imp] Incorrect last login date + + + Zitat von James Louis : + + > Hi All, + > + > and a happy new year. I'm trying to use the last login feature but when + > I + > set the last_login value to 1 I get a last login of "Wednesday, Decmber + > 31, + > 1969, 6:00:01 PM CST" and if I use the default value of 0 I get a last + > login + > of "Never." What should I put in here to ensure that I am getting the + > true + > "last login?" + + Nothing, it's just a storage for last login timestamp. + + Jan. + + + I did nothing, and I've been using horde/imp for a few days now, but it's + still + showing "Wednesday, December 31, 1969, 6:00:01 PM CST" appears in the last + login. + + ------------------------------------------------- + This mail sent through IMP: http://horde.org/imp/ + + -- + 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 + + ------------------------------------------------- This mail sent through IMP: http://horde.org/imp/ From mjlucas@secsme.ee.uts.edu.au Sat Jan 19 07:46:53 2002 From: mjlucas@secsme.ee.uts.edu.au (James Lucas) Date: Sat, 19 Jan 2002 18:46:53 +1100 Subject: Failing to login Message-ID: I've installed Horde 2.0 and IMP 3.0 everything looked good the test page worked. Authentication is done my IMP, however all login attempts fail. When this started happening I went back to the demo site since that worked in the morning. The demo site is also not working for login's (Error login failed for some reason) on our server but also two other servers in our domain. However I can log in to these servers with a Outlook Express. Using Apache 1.3.22 PHP 4.1.1 PEAR 4.1.0 IMAP 2001a Debian 2.2 release 4 SSL 0.9.6b Thanks, James Lucas Webmaster - Engineering Society of the University Technology, Sydney mjlucas@secsme.ee.uts.edu.au From blclark@gci.net Sat Jan 19 09:32:06 2002 From: blclark@gci.net (Barry) Date: Sat, 19 Jan 2002 00:32:06 -0900 Subject: preferances and mysql Message-ID: <000301c1a0cc$295ce190$0400a8c0@PIII700> ---------------------- multipart/alternative attachment When I do not use the sql option in horde.php I can log into my imp session just fine. Compose does not work but that is another issue right now. When I do use sql in horde.php I can still hit the index page and make the login attempt but I get all of the following pear errors. Warning: Constant pear_error_return already defined in /usr/local/httpd/htdocs/pear/PEAR.php on line 25 Warning: Constant pear_error_print already defined in /usr/local/httpd/htdocs/pear/PEAR.php on line 26 Warning: Constant pear_error_trigger already defined in /usr/local/httpd/htdocs/pear/PEAR.php on line 27 Warning: Constant pear_error_die already defined in /usr/local/httpd/htdocs/pear/PEAR.php on line 28 Warning: Constant pear_error_callback already defined in /usr/local/httpd/htdocs/pear/PEAR.php on line 29 Warning: Constant os_windows already defined in /usr/local/httpd/htdocs/pear/PEAR.php on line 36 Warning: Constant os_unix already defined in /usr/local/httpd/htdocs/pear/PEAR.php on line 37 Warning: Constant pear_os already defined in /usr/local/httpd/htdocs/pear/PEAR.php on line 38 Fatal error: Cannot redeclare class pear in /usr/local/httpd/htdocs/pear/PEAR.php on line 69 Help ---------------------- multipart/alternative attachment-- From allen@fixitmobile.com Sat Jan 19 10:38:09 2002 From: allen@fixitmobile.com (Allen Armstrong) Date: Sat, 19 Jan 2002 02:38:09 -0800 Subject: IMP and other questions Message-ID: <002301c1a0d5$64d7ff80$0201a8c0@allen> Hello, Little Background: I work for a school district which is currently hosting the district mail staff/students on pop3 linux box which has been running for years and is about to die. :-) We want to switch to web based email for various reasons. (upgrade one client, remote access, central backup etc) We really like the look and feel of horde/imp and I see it can easily be scaled to handle our small school district of 5000 users (students/teachers). I was thinking about using Cyrus as the imap server as it can handle disk quotes, pam_mysql authentication etc. We were thinking about using exim for the filtering of incoming email. (Spam, mail bombs, viruses exe.pif, etc) We am not completely sold on the imap server although there seems to be some up incoming support for sieve (saw this in the list archives) which intrigues us. To cut down on jsmiths1@domain.com, and jsmiths10@domain.com we want to implement jsmiths@schoolname.domain.com and the students login with their unique student numbers. Which I am hoping imp can support multi-domain based on user. My questions: 1. Does the latest version IMP support multi-domain based on users? 2. Little off topic but does anyone know of a backend either PHP or Perl that can manage these sub-domains? What we want to do is give a teacher (network admin) at each of the schools access only to their school. So they only need to be able add/remove students in their school. The only thing else they need to do is change passwords. They don't need to do anything else. 3. Anyone have pointers, insights, yikes, do this, don't do that? Feel free to email privately or publicly. Any help is appreciated. Allen Armstrong From conor@dev.ceon.net Sat Jan 19 11:42:41 2002 From: conor@dev.ceon.net (Conor Kerr) Date: Sat, 19 Jan 2002 11:42:41 GMT Subject: [imp] Failing to login In-Reply-To: References: Message-ID: <20020119113733.D4BD.CONOR@dev.ceon.net> G'Day James, > I've installed Horde 2.0 and IMP 3.0 everything looked good the test page > worked. Authentication is done my IMP, however all login attempts fail. When > this started happening I went back to the demo site since that worked in the > morning. How are you trying to log in? I had problems at first trying to log in to get my email. The only way I could get things to work was to enable the "server_list" option by setting $conf['server']['server_list'] = true in the imp/config/conf.php file and then by entering the details for my e-mail account(s) in the imp/servers/servers.php file Actually typing in the server name and port etc didn't work for no logical reason. the server list option is actually more appropriate for my needs though so I didn't bother trying to get the other way to work. > The demo site is also not working for login's (Error login failed for some > reason) on our server but also two other servers in our domain. However I > can log in to these servers with a Outlook Express. This is what was happening to me until I did the above. Good luck! :) All the best... Conor From conor@dev.ceon.net Sat Jan 19 11:47:14 2002 From: conor@dev.ceon.net (Conor Kerr) Date: Sat, 19 Jan 2002 11:47:14 GMT Subject: [imp] IMP 3 Authenticates, but doesn't get by Maintenance Operations In-Reply-To: <20020118221753.GB2974@csh.rit.edu> References: <20020118203204.7713.CONOR@dev.ceon.net> <20020118221753.GB2974@csh.rit.edu> Message-ID: <20020119114637.D4C0.CONOR@dev.ceon.net> Hi Jon, > Unless you're trying to get Horde and IMP to work with a > non-standard directory layout, you don't need to touch those two > constants. I got the impression that he was hence my response. :) All the best... Conor From jan@horde.org Sat Jan 19 12:16:18 2002 From: jan@horde.org (Jan Schneider) Date: Sat, 19 Jan 2002 13:16:18 +0100 Subject: [imp] 3.0 and Mozilla In-Reply-To: <20020118195947.GY3498@samrowe.com> References: <20020118134504.GU3498@samrowe.com> <20020118195947.GY3498@samrowe.com> Message-ID: <1011442578.3c4963926ff23@linux.wg.de> Zitat von Sam Rowe : > On Fri, Jan 18, 2002 at 08:45:04AM -0500, Sam Rowe wrote: > # Hi, > # > # I'm using the latest nightly build of Mozilla to connect to IMP and if > # I'm viewing a message, I can't mouse over *any* link w/o a popup > telling > # me that my browser doesn't support printing. Is there any way that the > # "print" link could not render in this case, rather than that popup? > > I solved this part. How strange. I had turned off: > Edit | Prefs | Advanced | Scripts & Windows | Change Status Bar Text > > And for some reason that caused the unending Alert boxes. I'll file > a bug with Mozilla. No need for this. The message comes from IMP whenever a javascript error occurs. It seems like Moz isn't silently failing if a script tries to change the status bar but throws an error instead. Not very useful though! :-( > # > # Is there any way to disable the maintenance feature? > # > > I'm still curious about this though. Set the value for the maintenance entries to 0 and lock them. Jan. -- :::::::::::::::::::::::::::::::::::::::: 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 :::::::::::::::::::::::::::::::::::::::::::::: From jan@horde.org Sat Jan 19 12:19:24 2002 From: jan@horde.org (Jan Schneider) Date: Sat, 19 Jan 2002 13:19:24 +0100 Subject: [imp] automatic adress book In-Reply-To: <017d01c1a06a$bc7c3a00$34a8ecd8@ccsi.com> References: <200201181253.g0ICrpp09197@vientiane.cma.fr> <1011359449.3c481ed9a0c63@linux.wg.de> <1011372705.3c4852a130d56@mail.ph.utexas.edu> <017d01c1a06a$bc7c3a00$34a8ecd8@ccsi.com> Message-ID: <1011442764.3c49644c9e551@linux.wg.de> Zitat von "C. M. Rahman (jr.)" : > On this question, when ever I open an email form imp, there is a small > icon > to add that address to addressbook. When I click on it, it tells me it > is > already in the address book but it wasn't in the address book nor it > added > in the address book. I am using imp3 and turba. Anybody know what I need > to > do this to solve this problem. Yes, search the mailing list archives on this topic (imp's and turba's). You'll also find a patch there. Jan. -- :::::::::::::::::::::::::::::::::::::::: 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 :::::::::::::::::::::::::::::::::::::::::::::: From jan@horde.org Sat Jan 19 12:28:46 2002 From: jan@horde.org (Jan Schneider) Date: Sat, 19 Jan 2002 13:28:46 +0100 Subject: [imp] IMP 3 Authenticates, but doesn't get by Maintenance Operations In-Reply-To: <5.1.0.14.2.20020118150055.00a8c2e0@clipper.salemstate.edu> References: <5.1.0.14.2.20020118150055.00a8c2e0@clipper.salemstate.edu> Message-ID: <1011443326.3c49667e4b532@linux.wg.de> Zitat von Brian Helman : > > The subject says it all. I have installed IMP 3 on a RH 7.2 system with > > PostgreSQL. I know it is hitting my IMAP server properly and logging in > (I > can see that at the mail server). When I get the "Maintenance > Operations" > screen, if I click either "Perform" or "Skip" I get (after a minute or > so), > a "Page not found" error (incidentally, and this may just be a MS IE > thing, > it says "Server not found" on the title bar at the top. But, like I > said, > I know IMP is finding the server because I am successfully authenticating > > against it. > > I have toyed around with different combinations of the folder/namespace > settings with no luck (I began with the settings I used for IMP 2.2.4). > > Any suggestions where to look? Any information in the server or imap logs? Jan. -- :::::::::::::::::::::::::::::::::::::::: 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 :::::::::::::::::::::::::::::::::::::::::::::: From jan@horde.org Sat Jan 19 12:45:24 2002 From: jan@horde.org (Jan Schneider) Date: Sat, 19 Jan 2002 13:45:24 +0100 Subject: [imp] preferances and mysql In-Reply-To: <000301c1a0cc$295ce190$0400a8c0@PIII700> References: <000301c1a0cc$295ce190$0400a8c0@PIII700> Message-ID: <1011444324.3c496a648d3e1@linux.wg.de> Zitat von Barry : > When I do not use the sql option in horde.php I can log into my imp > session just fine. Compose does not work but that is another issue > right now. When I do use sql in horde.php I can still hit the index > page and make the login attempt but I get all of the following pear > errors. > Warning: Constant pear_error_return already defined in > /usr/local/httpd/htdocs/pear/PEAR.php on line 25 You have the pear library included twice anyhow. Do perhaps have an auto_prepend_file set in php.ini, httpd.conf or .htaccess? Jan. -- :::::::::::::::::::::::::::::::::::::::: 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 :::::::::::::::::::::::::::::::::::::::::::::: From jan@horde.org Sat Jan 19 12:43:05 2002 From: jan@horde.org (Jan Schneider) Date: Sat, 19 Jan 2002 13:43:05 +0100 Subject: [imp] number "0" in message compose text box In-Reply-To: <1011424527.3c491d1002496@www.stberlin.com> References: <1011424527.3c491d1002496@www.stberlin.com> Message-ID: <1011444185.3c4969d994921@linux.wg.de> Zitat von boiboi@stberlin.com: > > > 0<--- this zero shows up everytime I launch message composition. In pref > this > is what i have: > > / user preferred email address for From: line > // see also $conf['hooks']['from'] in conf.php > $_prefs['from_addr'] = array( > 'value' => '', > 'locked' => false, > 'shared' => true, > 'type' => 'implicit' Looks like this is a signature. Check your identities and the signature entry in prefs.php Jan. -- :::::::::::::::::::::::::::::::::::::::: 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 :::::::::::::::::::::::::::::::::::::::::::::: From jan@horde.org Sat Jan 19 12:25:33 2002 From: jan@horde.org (Jan Schneider) Date: Sat, 19 Jan 2002 13:25:33 +0100 Subject: [imp] 2 Problems with IMP-3.0 fixed, #3 added... In-Reply-To: <3C488EB0.10967B69@dcsc.utfsm.cl> References: <3C487E55.AC6157EF@dcsc.utfsm.cl> <20020118202813.7710.CONOR@dev.ceon.net> <3C488EB0.10967B69@dcsc.utfsm.cl> Message-ID: <1011443133.3c4965bd885c1@linux.wg.de> Zitat von Marcelo Maraboli : > Thanks Conor. > > That fixed the problem #2. > > on problem #1, I surfed all the configs and found that in > horde/config/horde.php I missed to specify the "mailer params" > to "/usr/lib/sendmail" if you select "sendmail" as the program...duh! > > I CANNOT manage to view the Menues in different languages though...only > the HELP messages respect the user preferences.....in the LOGIN page > I change the language and it stays English (on Netscape and Explorer). You were running on Solaris? You have to recompile the locale files then. Unfortunately the Makefiles in the po/ directories of the release versions don't work on Solaris. This is fixed in cvs. There are some threads on the locale/Solaris issue in the archives that should help you though. Jan. -- :::::::::::::::::::::::::::::::::::::::: 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 :::::::::::::::::::::::::::::::::::::::::::::: From jan@horde.org Sat Jan 19 12:35:10 2002 From: jan@horde.org (Jan Schneider) Date: Sat, 19 Jan 2002 13:35:10 +0100 Subject: [imp] IMAP Logins Fail In-Reply-To: <1011392090.3c489e5a72e2f@contest.godaddy.com> References: <1011392090.3c489e5a72e2f@contest.godaddy.com> Message-ID: <1011443710.3c4967fe4dc41@linux.wg.de> Zitat von George Kearns : > Hello all, > > I'm very new to IMP (and VERY impressed so far), and I have been > experiencing > login failures with passwords that contain certain characters, namely the > at > symbol "@" and the exclamation point "!" (assuming there are others as > well). > If I change the password on the effected accounts to simple words, > everything > starts working. > > Looking at /tmp/horde.log, the authentication is attempted on the server, > but > it fails. This indicates to me that horde/imp is munging the password > before it > tries to authenticate with it. I know these passwords work in general; I > have > no problems using these passwords with other clients to the same server. > > I'm logging in directly with IMP (skipping horde login), and using IMAP. > The > same thing happens with POP3, too. > > Is there any way around this? I wouldn't mind fixing it myself, if > someone > could point me to the right file(s) to modify.. If the login name/password contains characters that need to be escaped we didn't unescape them correctly. This is fixed in cvs. You can either look at the according changes in imp/lib/IMP.php under http://cvs.horde.org and apply them locally or turn magic_quotes_gpc off for the horde/imp directory. Jan. -- :::::::::::::::::::::::::::::::::::::::: 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 :::::::::::::::::::::::::::::::::::::::::::::: From sam@samrowe.com Sat Jan 19 14:33:21 2002 From: sam@samrowe.com (Sam Rowe) Date: Sat, 19 Jan 2002 09:33:21 -0500 Subject: [imp] 3.0 and Mozilla In-Reply-To: <1011442578.3c4963926ff23@linux.wg.de> References: <20020118134504.GU3498@samrowe.com> <20020118195947.GY3498@samrowe.com> <1011442578.3c4963926ff23@linux.wg.de> Message-ID: <20020119143321.GA3498@samrowe.com> On Sat, Jan 19, 2002 at 01:16:18PM +0100, Jan Schneider wrote: # > # # > # Is there any way to disable the maintenance feature? # > # # # Set the value for the maintenance entries to 0 and lock them. Is that in one of the conf files? I'd like to do it system wide. -Sam From jon@horde.org Sat Jan 19 16:58:38 2002 From: jon@horde.org (Jon Parise) Date: Sat, 19 Jan 2002 11:58:38 -0500 Subject: Oracle and array keys Message-ID: <20020119165837.GA21921@csh.rit.edu> It looks as though the latest Oracle code in the PEAR DB layer correctly lowercases the array keys when returning rows of data. Assuming that works as advertised, the problem with our SQL drivers not being able to fetch data from Oracle sources should be fixed. -- Jon Parise (jon@csh.rit.edu) . Information Technology (2001) http://www.csh.rit.edu/~jon/ : Computer Science House Member From jon@horde.org Sat Jan 19 17:07:56 2002 From: jon@horde.org (Jon Parise) Date: Sat, 19 Jan 2002 12:07:56 -0500 Subject: [imp] IMP and other questions In-Reply-To: <002301c1a0d5$64d7ff80$0201a8c0@allen> References: <002301c1a0d5$64d7ff80$0201a8c0@allen> Message-ID: <20020119170756.GB21921@csh.rit.edu> On Sat, Jan 19, 2002 at 02:38:09AM -0800, Allen Armstrong wrote: > 1. Does the latest version IMP support multi-domain based on users? Yes. You can use the 'vinfo' hook in imp/config/conf.php to configure the multiple domain behavior. -- Jon Parise (jon@csh.rit.edu) . Information Technology (2001) http://www.csh.rit.edu/~jon/ : Computer Science House Member From jon@horde.org Sat Jan 19 17:09:17 2002 From: jon@horde.org (Jon Parise) Date: Sat, 19 Jan 2002 12:09:17 -0500 Subject: [imp] 3.0 and Mozilla In-Reply-To: <20020119143321.GA3498@samrowe.com> References: <20020118134504.GU3498@samrowe.com> <20020118195947.GY3498@samrowe.com> <1011442578.3c4963926ff23@linux.wg.de> <20020119143321.GA3498@samrowe.com> Message-ID: <20020119170917.GC21921@csh.rit.edu> On Sat, Jan 19, 2002 at 09:33:21AM -0500, Sam Rowe wrote: > # > # Is there any way to disable the maintenance feature? > # > # > # > # Set the value for the maintenance entries to 0 and lock them. > > Is that in one of the conf files? imp/config/prefs.php > I'd like to do it system wide. You may need to alter existing rows in the horde_prefs table if some users have that setting enabled, too. -- Jon Parise (jon@csh.rit.edu) . Information Technology (2001) http://www.csh.rit.edu/~jon/ : Computer Science House Member From joe@chubbo.net Sat Jan 19 17:26:12 2002 From: joe@chubbo.net (Joseph Kacmarcik) Date: Sat, 19 Jan 2002 09:26:12 -0800 Subject: [imp] change password In-Reply-To: <3C48101F.6090905@portoriogrande.com.br> References: <000701c1721c$3593bd50$a600000a@irlanda> <1006300997.3bfaef451f391@webmail.chubbo.net> <1006308447.3bfb0c5f72018@DEV.CAM.ORG> <1006302501.3bfaf5252733e@webmail.chubbo.net> <3C48101F.6090905@portoriogrande.com.br> Message-ID: <1011461172.3c49ac346c1d9@webmail.chubbo.net> hi there! i'll see what i can find, but there's been a death in the family. i'll be back on wednesday, but if anyone here has a clue what the problem might be before then, it'd be great. tty soon! good day! joe Quoting Darci Tartari : > When I try to change the password trough IMP using your patch it gives > me the page to fill the old and the new password as expected but when I > submit the form it gives the error: > > Warning: Undefined property: fp in > /usr/local/data.default/horde/passwd/poppassd.php on line 21 > > I tried to look at poppassd.php on line 21 to guess what is happening > but I must confess my knowledge in PHP is not so great. In fact its poor ! > > So I came here to find someone who could help me to solve this problem. From cmrahman@ccsi.com Sat Jan 19 18:39:45 2002 From: cmrahman@ccsi.com (C. M. Rahman (jr.)) Date: Sat, 19 Jan 2002 12:39:45 -0600 Subject: [imp] Turba/IMP References: <20011213182051.11609.qmail@web16301.mail.tpe.yahoo.com> <4517691519.20011217174619@void.lv> <007001c187f4$e0286c00$c6e890cb@yipintsoi.com> Message-ID: <010a01c1a118$ab352b40$a5a1ecd8@ccsi.com> Non of this patch are available. Any body has any idea? &*&*&*&*&*&*&*&*&*&*&*&*&*&*&*&*&*&*&*&* C.M. Rahman Jr. CTO CCS Internet http://www.ccsi.com 13740 Research Blvd. suite o-4 Austin, TX 78750 Tel: 512-257-2274 ----- Original Message ----- From: "Metee Khanongnuch" To: Sent: Tuesday, December 18, 2001 12:50 PM Subject: Re: [imp] Turba/IMP > (again) > > This is my patch to add "address book" button > to the compose windows in IMP and do function > like IMP version 2.2. > > http://intranet.yipintsoi.com/download/imp-patches/compose.inc.patch > http://intranet.yipintsoi.com/download/turba-patches/javascript.inc.patch > http://intranet.yipintsoi.com/download/turba-patches/search.php.patch > http://intranet.yipintsoi.com/download/turba-patches/head.inc.patch > http://intranet.yipintsoi.com/download/turba-patches/row.inc.patch > > P.S. This is my first time to make patch :-) > > > ----- Original Message ----- > From: "Romans" > To: "David Chang" > Sent: Monday, December 17, 2001 10:46 PM > Subject: Re[2]: [imp] Turba/IMP > > > > -- Thursday, December 13, 2001 -- 8:20:51 PM -- David > Chang ---------------- > > labi gaaja :) > > > > mmm, bet buus nedeeljas laikaa jaauztaisa baigo darbu... > > > > rr > > > > > If could,that will be much better.And as i know there > > > are many people waiting for this function .But any way > > > ,take your time. > > > You are doing a great job--Horde System !! > > > David Chang > > > > > --- Chuck Hagenbuch ¼g¹D¡G> Quoting > > > Henry Blackman : > > >> > > >> > Are there any plans to add a "contacts" button to > > >> the compose window in IMP > > >> > to pop-up Turba, much like the 2.2 version works? > > >> Our insititution has > > >> > circa 10,000 users many with identical names (lots > > >> of Jones, Williams etc.) > > >> > and it would be a problem to match them. > > >> > > >> Currently there are not plans, no. > > >> > > >> -chuck > > >> > > >> -- > > >> Charles Hagenbuch, > > >> "What was and what may be, lie, like children whose > > >> faces we cannot see, in the > > >> arms of silence. All we ever have is here, now." - > > >> Ursula K. Le Guin > > >> > > >> -- > > >> 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 > > >> > > > > > ----------------------------------------------------------------- > > > < ¨C¤Ñ³£ Yahoo!©_¼¯ > www.yahoo.com.tw > > > > > > -- > > 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 > From jan@horde.org Sat Jan 19 21:27:25 2002 From: jan@horde.org (Jan Schneider) Date: Sat, 19 Jan 2002 22:27:25 +0100 Subject: [imp] Turba/IMP In-Reply-To: <010a01c1a118$ab352b40$a5a1ecd8@ccsi.com> References: <20011213182051.11609.qmail@web16301.mail.tpe.yahoo.com> <4517691519.20011217174619@void.lv> <007001c187f4$e0286c00$c6e890cb@yipintsoi.com> <010a01c1a118$ab352b40$a5a1ecd8@ccsi.com> Message-ID: <1011475645.3c49e4bd50353@jan.dip.ammma.net> Zitat von "C. M. Rahman (jr.)" : > Non of this patch are available. Any body has any idea? Try Michael Cochrane's patches instead. They are linked from the IMP homepage. Jan. -- :::::::::::::::::::::::::::::::::::::::: 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 :::::::::::::::::::::::::::::::::::::::::::::: From mail@krel.org Sat Jan 19 22:37:31 2002 From: mail@krel.org (Ilya) Date: Sat, 19 Jan 2002 17:37:31 -0500 Subject: imp problem References: Message-ID: <00dc01c1a139$e4967d00$0100a8c0@ilya> I just made a fresh CVSup with all products from horde I setup horde and imp. I can login fine into Horde or IMP (actually using IMP as authneticator), but when IMP tries to list mail I get this error: Jan 19 17:28:55 alchemistry httpd: PHP Fatal error: Call to undefined function: quote() in /usr/local/www/horde/lib/Prefs/sql.php on line 258 i did got the latest PEAR togather with a new installation. the login itself is succesful, i get this message: Jan 19 17:24:09 HORDE [notice] [imp] Login success for ilya [192.168.0.1] to {localhost:143} [on line 51 of "/usr/local/www/horde/imp/redirect.php"] any suggestions on where to look? thank you ps test.php doesnt complain abiut anything From jon@horde.org Sat Jan 19 22:55:04 2002 From: jon@horde.org (Jon Parise) Date: Sat, 19 Jan 2002 17:55:04 -0500 Subject: [imp] imp problem In-Reply-To: <00dc01c1a139$e4967d00$0100a8c0@ilya> References: <00dc01c1a139$e4967d00$0100a8c0@ilya> Message-ID: <20020119225503.GA29188@csh.rit.edu> On Sat, Jan 19, 2002 at 05:37:31PM -0500, Ilya wrote: > I can login fine into Horde or IMP (actually using IMP as authneticator), > but when IMP tries to list mail I get this error: > Jan 19 17:28:55 alchemistry httpd: PHP Fatal error: Call to undefined > function: quote() in /usr/local/www/horde/lib/Prefs/sql.php on line 258 > > i did got the latest PEAR togather with a new installation. It's not finding the latest PEAR code. -- Jon Parise (jon@csh.rit.edu) . Information Technology (2001) http://www.csh.rit.edu/~jon/ : Computer Science House Member From dev@swishmail.com Sun Jan 20 00:26:42 2002 From: dev@swishmail.com (Kris von Mach) Date: Sat, 19 Jan 2002 19:26:42 -0500 Subject: Sent Mail folder problem. Plus updated help section. Message-ID: <5.1.0.14.2.20020119191401.040ba2e8@pop3.swishmail.com> Hi, If you try to use a folder with a space for sent-mail, ex "Sent Items", under identity, it will save correctly, but when you try to compose a new message using that identity, the folder name will be changed to "Sent+Items". And since that folder doesn't exist, it will create it... To make it even worse, when you go back to the identity preferences, and save it again using "Sent+Items" it will change the name one more time to "Sent%2BItems". The identity in table horde_prefs gets saved with the + instead of a space. And the online help section compose-options needs updating: "You can, however, turn this feature 'on' as your default with 'Preferences' on the blue navigation bar at top." I think it would be better if it said: "You can, however, turn this feature 'on' as your default within your Identity, by going to Options->Personal Information->Edit your identities." This is from the latest 3.1 cvs. __ Kris. From bclark@ptialaska.net Sun Jan 20 03:18:38 2002 From: bclark@ptialaska.net (~td~ Barry Clark) Date: Sat, 19 Jan 2002 18:18:38 -0900 (AKST) Subject: pear errors Message-ID: I checked to see if I had pear loading from an auto_prepend, it is not. It is in the include_path but I beleive it should be. I cannot find any referance to it in the httpd.conf at all and I am not using the .htacces files yet so I have not configured them to work. I have to say that I have used a few lists before to get more info on some of the programs that I was using and this is by far the most responsive list I have ever subscribed to, most of the time I feel lucky to even get a response from the list but here I have not only gotten a response every time but it has always been accurate. Thanks, Barry Clark > When I do not use the sql option in horde.php I can log into my imp > session just fine. Compose does not work but that is another issue > right now. When I do use sql in horde.php I can still hit the index > page and make the login attempt but I get all of the following pear > errors. > Warning: Constant pear_error_return already defined in > /usr/local/httpd/htdocs/pear/PEAR.php on line 25 You have the pear library included twice anyhow. Do perhaps have an auto_prepend_file set in php.ini, httpd.conf or .htaccess? Jan. From liamr@umich.edu Sun Jan 20 04:23:54 2002 From: liamr@umich.edu (Liam Hoekenga) Date: Sat, 19 Jan 2002 23:23:54 -0500 Subject: [imp] Oracle and array keys In-Reply-To: <20020119165837.GA21921@csh.rit.edu> References: <20020119165837.GA21921@csh.rit.edu> Message-ID: <1011500634.3c4a465aee922@carrierpigeon.mail.umich.edu> Quoting Jon Parise : > It looks as though the latest Oracle code in the PEAR DB layer > correctly lowercases the array keys when returning rows of data. > Assuming that works as advertised, the problem with our SQL > drivers not being able to fetch data from Oracle sources should > be fixed. no go, I'm afraid. I updated my PEAR installation today from CVS (01/19), went back to the stock copies of horde/*/sql.php, and tried to log into my test server... my error log is full of: [19-Jan-2002 23:18:43] PHP Warning: Undefined index: pref_name in /usr/local/ projects/webmail/html-ssl/horde/lib/Prefs/sql.php on line 184 my session preferences don't get loaded, unsurprisingly. anyhoo.. thought i'd let you know. Liam From jon@horde.org Sun Jan 20 07:06:40 2002 From: jon@horde.org (Jon Parise) Date: Sun, 20 Jan 2002 02:06:40 -0500 Subject: [imp] Oracle and array keys In-Reply-To: <1011500634.3c4a465aee922@carrierpigeon.mail.umich.edu> References: <20020119165837.GA21921@csh.rit.edu> <1011500634.3c4a465aee922@carrierpigeon.mail.umich.edu> Message-ID: <20020120070639.GA17196@csh.rit.edu> On Sat, Jan 19, 2002 at 11:23:54PM -0500, Liam Hoekenga wrote: > > It looks as though the latest Oracle code in the PEAR DB > > layer correctly lowercases the array keys when returning rows > > of data. Assuming that works as advertised, the problem with > > our SQL drivers not being able to fetch data from Oracle > > sources should be fixed. > > no go, I'm afraid. I updated my PEAR installation today from > CVS (01/19), went back to the stock copies of horde/*/sql.php, > and tried to log into my test server... Have you updated PHP itself recently? You'll need the array_change_key_case() function, which only exists in PHP 4 cvs. -- Jon Parise (jon@csh.rit.edu) . Information Technology (2001) http://www.csh.rit.edu/~jon/ : Computer Science House Member From jon@horde.org Sun Jan 20 07:14:20 2002 From: jon@horde.org (Jon Parise) Date: Sun, 20 Jan 2002 02:14:20 -0500 Subject: [imp] Oracle and array keys In-Reply-To: <20020120070639.GA17196@csh.rit.edu> References: <20020119165837.GA21921@csh.rit.edu> <1011500634.3c4a465aee922@carrierpigeon.mail.umich.edu> <20020120070639.GA17196@csh.rit.edu> Message-ID: <20020120071419.GB17196@csh.rit.edu> On Sun, Jan 20, 2002 at 02:06:40AM -0500, Jon Parise wrote: > > no go, I'm afraid. I updated my PEAR installation today from > > CVS (01/19), went back to the stock copies of horde/*/sql.php, > > and tried to log into my test server... > > Have you updated PHP itself recently? You'll need the > array_change_key_case() function, which only exists in PHP 4 cvs. Woops, that's not really the correct answer. I didn't read through all of the code. It looks like you need to enable the "portability" option in the OCI8 DB driver: $options['optimize'] = 'portability' Try adding something like this to the Prefs/sql.php driver: $this->db->setOption('optimize', 'portability'); Add that after the call to DB::connect(). -- Jon Parise (jon@csh.rit.edu) . Information Technology (2001) http://www.csh.rit.edu/~jon/ : Computer Science House Member From marklai@keycommasia.com Sun Jan 20 09:24:29 2002 From: marklai@keycommasia.com (Mark Lai) Date: Sun, 20 Jan 2002 17:24:29 +0800 (HKT) Subject: Can't load the IMP page Message-ID: <1011518669.3c4a8ccd87f2a@mail.keycommasia.com> Dear all, I am new user using IMP3.0, turba with Horde2.0, I had installed all the required rpm files in Red Hat 7.2 . I can login and do an administration things using the Horde index.php file , but I can't get into any php page in both IMP and turba. Before I comment out the imp/turba session in /horde/config/registry.php, I can get an errror message in both index.php page of imp/turba. But after I comment out these sessions, I can't load any page of index.php in imp/turba and the browse shows that "the page is not found". Does anyone seen this problem? And would you mind to tell me the solution? Is it my installion fault or config problem? Regards, Liulie From boiboi@stberlin.com Sun Jan 20 11:23:59 2002 From: boiboi@stberlin.com (boiboi alavaren) Date: Sun, 20 Jan 2002 19:23:59 +0800 Subject: From: Fullname Message-ID: <1011525839.3c4aa8cfc80a5@www.stberlin.com> Hi, Just can't figure it out. How do I make my fullname show in From: when sending messages instead of my email address and rid of the or: option? User's are allowed to set their identity, btw. Thanks, Nieto ------------------------------------------------- This mail sent through IMP: http://horde.org/imp/ From galex@mailcig.ase.ro Sun Jan 20 11:43:08 2002 From: galex@mailcig.ase.ro (Alex) Date: Sun, 20 Jan 2002 13:43:08 +0200 Subject: Hello Message-ID: <010901c1a1a7$a1c11300$063ee2c1@cig> ---------------------- multipart/alternative attachment I just installed Imp 3.0, and i'm really impressed! It's very powerfull and flexible. But I don't like the page with Maintenance, and I really want this page not to appear. How can I do this? How can I enter directly in the page with the Inbox, after the login page? (I'm not a very good PHP programmer) Thank's, and sorry for my english, Alex. ---------------------- multipart/alternative attachment-- From galex@mailcig.ase.ro Sun Jan 20 11:43:56 2002 From: galex@mailcig.ase.ro (Alex) Date: Sun, 20 Jan 2002 13:43:56 +0200 Subject: Hello Message-ID: <011401c1a1a7$be5a16b0$063ee2c1@cig> ---------------------- multipart/alternative attachment How can I let users change their password through IMP? I use IMP 3.0, and is a little bit different from Imp 2.2.... I also want a modality to = create new (email) users (only IMAP, or POP3), and a possibility to send = email to a group (all) users... Is this possible? (And easy to do that?) Thank's very much... Alex. ---------------------- multipart/alternative attachment-- From scott@slics.net Sun Jan 20 13:38:15 2002 From: scott@slics.net (Scott) Date: Sun, 20 Jan 2002 07:38:15 -0600 Subject: [imp] Can't load the IMP page In-Reply-To: <1011518669.3c4a8ccd87f2a@mail.keycommasia.com> References: <1011518669.3c4a8ccd87f2a@mail.keycommasia.com> Message-ID: Please look at the archives, I posted how I solved that problem. With the conditions I ran into on the 18th. Subject was blank pages solved. Perhaps that info will help you. Scott On Sunday 20 January 2002 03:24 am, you wrote: > Dear all, > I am new user using IMP3.0, turba with Horde2.0, I had installed all the > required rpm files in Red Hat 7.2 . I can login and do an administration > things using the Horde index.php file , but I can't get into any php page > in both IMP and turba. Before I comment out the imp/turba session > in /horde/config/registry.php, I can get an errror message in both > index.php page of imp/turba. But after I comment out these sessions, I > can't load any page of index.php in imp/turba and the browse shows that > "the page is not found". > Does anyone seen this problem? And would you mind to tell me the solution? > Is it my installion fault or config problem? > > Regards, > Liulie From jan@horde.org Sun Jan 20 16:18:34 2002 From: jan@horde.org (Jan Schneider) Date: Sun, 20 Jan 2002 17:18:34 +0100 Subject: [imp] From: Fullname In-Reply-To: <1011525839.3c4aa8cfc80a5@www.stberlin.com> References: <1011525839.3c4aa8cfc80a5@www.stberlin.com> Message-ID: <1011543514.3c4aedda834f5@jan.dip.ammma.net> Zitat von boiboi alavaren : > Hi, > > Just can't figure it out. > > How do I make my fullname show in From: when sending messages instead of > my > email address and rid of the or: option? > > User's are allowed to set their identity, btw. In this case the drop down list in the compose windows will always show the email address and the identity name in parentheses, unless you don't patch the code. You can get rid of the or: field if you lock the from_addr preference. Jan. -- :::::::::::::::::::::::::::::::::::::::: 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 :::::::::::::::::::::::::::::::::::::::::::::: From jan@horde.org Sun Jan 20 16:14:10 2002 From: jan@horde.org (Jan Schneider) Date: Sun, 20 Jan 2002 17:14:10 +0100 Subject: [imp] Sent Mail folder problem. Plus updated help section. In-Reply-To: <5.1.0.14.2.20020119191401.040ba2e8@pop3.swishmail.com> References: <5.1.0.14.2.20020119191401.040ba2e8@pop3.swishmail.com> Message-ID: <1011543250.3c4aecd21cc55@jan.dip.ammma.net> Zitat von Kris von Mach : > Hi, > > If you try to use a folder with a space for sent-mail, ex "Sent Items", > under identity, it will save correctly, but when you try to compose a new > > message using that identity, the folder name will be changed to > "Sent+Items". And since that folder doesn't exist, it will create it... > To > make it even worse, when you go back to the identity preferences, and > save > it again using "Sent+Items" it will change the name one more time to > "Sent%2BItems". > > The identity in table horde_prefs gets saved with the + instead of a > space. I couldn't reproduce the last one, it probably depends on how you set magic_quote_gpc. The other issues are fixed in cvs. > And the online help section compose-options needs updating: > > "You can, however, turn this feature 'on' as your default with > 'Preferences' on the blue navigation bar at top." > > I think it would be better if it said: > > "You can, however, turn this feature 'on' as your default within your > Identity, by going to Options->Personal Information->Edit your > identities." Commited, thanks. Jan. -- :::::::::::::::::::::::::::::::::::::::: 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 :::::::::::::::::::::::::::::::::::::::::::::: From jan@horde.org Sun Jan 20 16:20:09 2002 From: jan@horde.org (Jan Schneider) Date: Sun, 20 Jan 2002 17:20:09 +0100 Subject: [imp] Hello In-Reply-To: <010901c1a1a7$a1c11300$063ee2c1@cig> References: <010901c1a1a7$a1c11300$063ee2c1@cig> Message-ID: <1011543609.3c4aee39527b3@jan.dip.ammma.net> Zitat von Alex : > I just installed Imp 3.0, and i'm really impressed! It's very powerfull > and flexible. But I don't like the page with Maintenance, and I really > want this page not to appear. How can I do this? Lock the maintenance preferences in config/prefs.php. > How can I enter directly in the page with the Inbox, after the login > page? (I'm not a very good PHP programmer) This only possible with the current cvs version. Jan. -- :::::::::::::::::::::::::::::::::::::::: 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 :::::::::::::::::::::::::::::::::::::::::::::: From jan@horde.org Sun Jan 20 16:22:06 2002 From: jan@horde.org (Jan Schneider) Date: Sun, 20 Jan 2002 17:22:06 +0100 Subject: [imp] Hello In-Reply-To: <011401c1a1a7$be5a16b0$063ee2c1@cig> References: <011401c1a1a7$be5a16b0$063ee2c1@cig> Message-ID: <1011543726.3c4aeeae68744@jan.dip.ammma.net> Zitat von Alex : > How can I let users change their password through IMP? I use IMP 3.0, There is popassd module for Horde that was posted on this list. Check out the mailing list archives. > and is a little bit different from Imp 2.2.... I also want a modality to > create new (email) users (only IMAP, or POP3), and a possibility to send This is not possible from within Horde/IMP. > email to a group (all) users... Is this possible? (And easy to do that?) Currently not. Jan. -- :::::::::::::::::::::::::::::::::::::::: 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 :::::::::::::::::::::::::::::::::::::::::::::: From liamr@umich.edu Sun Jan 20 16:46:38 2002 From: liamr@umich.edu (Liam Hoekenga) Date: Sun, 20 Jan 2002 11:46:38 -0500 (EST) Subject: [imp] Oracle and array keys In-Reply-To: <20020120071419.GB17196@csh.rit.edu> Message-ID: > > Have you updated PHP itself recently? You'll need the > > array_change_key_case() function, which only exists in PHP 4 cvs. > > Try adding something like this to the Prefs/sql.php driver: > > $this->db->setOption('optimize', 'portability'); > > Add that after the call to DB::connect(). So.... will I need to update the the CVS version of PHP? Or will setting the "optimize portability" option be sufficient? Liam From liamr@umich.edu Sun Jan 20 17:17:13 2002 From: liamr@umich.edu (liamr@umich.edu) Date: Sun, 20 Jan 2002 12:17:13 -0500 Subject: [imp] Oracle and array keys In-Reply-To: <20020120071419.GB17196@csh.rit.edu> References: <20020119165837.GA21921@csh.rit.edu> <1011500634.3c4a465aee922@carrierpigeon.mail.umich.edu> <20020120070639.GA17196@csh.rit.edu> <20020120071419.GB17196@csh.rit.edu> Message-ID: <1011547033.3c4afb99155ee@manx.web.itd.umich.edu> > Try adding something like this to the Prefs/sql.php driver: > > $this->db->setOption('optimize', 'portability'); > > Add that after the call to DB::connect(). This seems to work w/ PHP 4.11 and the version of PEAR from CVS. Liam --- sql.php.orig Sun Jan 20 12:14:13 2002 +++ sql.php Sun Jan 20 12:12:51 2002 @@ -97,8 +97,11 @@ class Prefs_sql extends Prefs { /* Connect to the SQL server using the supplied parameters. */ include_once 'DB.php'; $this->db = &DB::connect($this->params, true); + if ( $this->params['phptype'] == 'oci8' ) { + $this->db->setOption('optimize', 'portability'); + } if (DB::isError($this->db) || DB::isWarning($this->db)) { Horde::fatal($this->db, __FILE__, __LINE__); } From jon@horde.org Sun Jan 20 18:43:57 2002 From: jon@horde.org (Jon Parise) Date: Sun, 20 Jan 2002 13:43:57 -0500 Subject: [imp] Oracle and array keys In-Reply-To: <1011547033.3c4afb99155ee@manx.web.itd.umich.edu> References: <20020119165837.GA21921@csh.rit.edu> <1011500634.3c4a465aee922@carrierpigeon.mail.umich.edu> <20020120070639.GA17196@csh.rit.edu> <20020120071419.GB17196@csh.rit.edu> <1011547033.3c4afb99155ee@manx.web.itd.umich.edu> Message-ID: <20020120184357.GA28210@csh.rit.edu> On Sun, Jan 20, 2002 at 12:17:13PM -0500, liamr@umich.edu wrote: > This seems to work w/ PHP 4.11 and the version of PEAR from CVS. > > Liam > > --- sql.php.orig Sun Jan 20 12:14:13 2002 > +++ sql.php Sun Jan 20 12:12:51 2002 > @@ -97,8 +97,11 @@ class Prefs_sql extends Prefs { > > /* Connect to the SQL server using the supplied parameters. */ > include_once 'DB.php'; > $this->db = &DB::connect($this->params, true); > + if ( $this->params['phptype'] == 'oci8' ) { > + $this->db->setOption('optimize', 'portability'); > + } > if (DB::isError($this->db) || DB::isWarning($this->db)) { > Horde::fatal($this->db, __FILE__, __LINE__); > } Great, I just committed a slightly different version to Horde CVS. I'll merge it back to IMP 3.1-cvs in a week. -- Jon Parise (jon@csh.rit.edu) . Information Technology (2001) http://www.csh.rit.edu/~jon/ : Computer Science House Member From ron@firelan.net Sun Jan 20 18:56:02 2002 From: ron@firelan.net (Ron Culler) Date: Sun, 20 Jan 2002 13:56:02 -0500 Subject: auto-create default set of folders Message-ID: <1011552962.3c4b12c2737ef@mail.firelan.net> I want to have IMP autocreate (sent-mail, drafts, trash) folders with names based on vars in prefs.php. Is this possible? Ron Culler Secure Designs, Inc. www.firelan.net Managed Internet Security ************************************************************************************************** The Firelan(tm) Virus Scanning Service has scanned this email for viruses, vandals and malicious content. http://www.firelan.net ************************************************************************************************** From boiboi@stberlin.com Sun Jan 20 20:40:35 2002 From: boiboi@stberlin.com (boiboi alavaren) Date: Mon, 21 Jan 2002 04:40:35 +0800 Subject: [imp] unserialize() In-Reply-To: <1011267432.3c46b7680763b@jan.dip.ammma.net> References: <1011264583.3c46ac4763f07@www.stberlin.com> <1011267432.3c46b7680763b@jan.dip.ammma.net> Message-ID: <1011559235.3c4b2b43a5dc5@www.stberlin.com> I got another brief unserialized error: Warning: unserialize() failed at offset 9 of 45 bytes in /home/sites/site1/web/mail/imp/lib/Tree.php on line 382 Warning: Cannot add header information - headers already sent by (output started at /home/sites/site1/web/mail/imp/lib/Tree.php:382) in /usr/local/lib/php/HTTP/Compress.php on line 75 Warning: Cannot add header information - headers already sent by (output started at /home/sites/site1/web/mail/imp/lib/Tree.php:382) in /usr/local/lib/php/HTTP/Compress.php on line 76 Warning: Cannot add header information - headers already sent by (output started at /home/sites/site1/web/mail/imp/lib/Tree.php:382) in /usr/local/lib/php/HTTP/Compress.php on line 86 Warning: Cannot add header information - headers already sent by (output started at /home/sites/site1/web/mail/imp/lib/Tree.php:382) in /usr/local/lib/php/HTTP/Compress.php on line 100 And the rest were jumbled up codes... Quoting Jan Schneider : + Zitat von boiboi@stberlin.com: + + > + > Just wondering if this is something to worry about. + > + > Warning: unserialize() failed at offset 0 of 37 bytes + > in /home/sites/home/web/mail/lib/Auth.php on line 227 + + Nothing to worry. This happens if you go to another webpage with browser + window that holds IMP and come back later. + + Jan. + + -- + :::::::::::::::::::::::::::::::::::::::: + 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 + :::::::::::::::::::::::::::::::::::::::::::::: + + -- + 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 + + ------------------------------------------------- This mail sent through IMP: http://horde.org/imp/ From boiboi@stberlin.com Sun Jan 20 20:59:11 2002 From: boiboi@stberlin.com (boiboi alavaren) Date: Mon, 21 Jan 2002 04:59:11 +0800 Subject: [imp] imp icons like inbox.lv (themes) In-Reply-To: <20020118164429.GF23329@csh.rit.edu> References: <1011345857.3c47e9c1b481a@www.stberlin.com> <1011345857.3c47e9c1b481a@www.stberlin.com> <5.1.0.14.0.20020118122406.02703d90@pop1.cla.fr.netia.net> <20020118164429.GF23329@csh.rit.edu> Message-ID: <1011560351.3c4b2f9fca7a7@www.stberlin.com> Ok, so how do we get this started? Quoting Jon Parise : + On Fri, Jan 18, 2002 at 12:30:21PM +0100, Ronnie Garcia wrote: + + > I just love the idea. + > Chuck/Jon, is that possible to set up a "Horde Themes" page on the + > website for ppl to share their tuned html.php and/or icons sets with screen + + > shots and everything. + > If you need someone to moderate this, i can spend a bit of my time for + > the purpose, or with anyone else interrested in doing this. + + Sure, if there's interest from the community, I can set something + up. If it becomes popular, I can grant someone CVS access to + that subdirectory to help maintain things. + + -- + Jon Parise (jon@csh.rit.edu) . Information Technology (2001) + http://www.csh.rit.edu/~jon/ : Computer Science House Member + + -- + 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 + + ------------------------------------------------- This mail sent through IMP: http://horde.org/imp/ From slusarz@bigworm.colorado.edu Sun Jan 20 22:04:20 2002 From: slusarz@bigworm.colorado.edu (Michael M Slusarz) Date: Sun, 20 Jan 2002 15:04:20 -0700 Subject: Problem with character in from field Message-ID: <1011564260.3c4b3ee430d4f@bigworm.colorado.edu> IMP Really does not like this From string: From: "Johan Öhrn" It is screaming about the O thing (I have no idea what its called :-P) like no other. In the Mailbox screen, it lists the User as  , and displays the following error message: Warning: Undefined offset: 0 in /httpd/htsdocs/horde/imp/mailbox.php on line 671 right before the header row (I.E. the 'cheeckbox', 'date', 'from', 'subject', etc. row). In the message screen, there is a boatload of messages that appear at the bottom of the screen beginning with: Warning: Invalid CHAR in quoted string: ÖÖhrn" NIL "johan_oern" "hotmail.com")) (("Johan Öhrn" NIL "johan_oern" "hotmail. (errflg=1) in Unknown on line 0 I am using courier-imap 1.3.10 on RH Linux 7.2, PHP-cvs, English character set. michael ______________________________________________ Michael Slusarz [slusarz@bigworm.colorado.edu] The University of Colorado at Boulder From jan@horde.org Sun Jan 20 22:15:14 2002 From: jan@horde.org (Jan Schneider) Date: Sun, 20 Jan 2002 23:15:14 +0100 Subject: [imp] Problem with character in from field In-Reply-To: <1011564260.3c4b3ee430d4f@bigworm.colorado.edu> References: <1011564260.3c4b3ee430d4f@bigworm.colorado.edu> Message-ID: <1011564914.3c4b4172acd04@linux.wg.de> Zitat von Michael M Slusarz : > IMP Really does not like this From string: > > From: "Johan Öhrn" > > It is screaming about the O thing (I have no idea what its called :-P) > like > no other. In the Mailbox screen, it lists the User as  , and > displays > the following error message: > > Warning: Undefined offset: 0 in /httpd/htsdocs/horde/imp/mailbox.php on > line 671 > > right before the header row (I.E. > the 'cheeckbox', 'date', 'from', 'subject', etc. row). > > In the message screen, there is a boatload of messages that appear at the > > bottom of the screen beginning with: > > Warning: Invalid CHAR in quoted string: ÖÖhrn" > NIL "johan_oern" "hotmail.com")) (("Johan Öhrn" NIL "johan_oern" > "hotmail. > (errflg=1) in Unknown on line 0 > > I am using courier-imap 1.3.10 on RH Linux 7.2, PHP-cvs, English > character > set. When does it happen? When you select that name from the identities, after sending, when you open the compose window, ...? Jan. -- :::::::::::::::::::::::::::::::::::::::: 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 :::::::::::::::::::::::::::::::::::::::::::::: From jon@horde.org Sun Jan 20 22:29:21 2002 From: jon@horde.org (Jon Parise) Date: Sun, 20 Jan 2002 17:29:21 -0500 Subject: [imp] imp icons like inbox.lv (themes) In-Reply-To: <1011560351.3c4b2f9fca7a7@www.stberlin.com> References: <1011345857.3c47e9c1b481a@www.stberlin.com> <1011345857.3c47e9c1b481a@www.stberlin.com> <5.1.0.14.0.20020118122406.02703d90@pop1.cla.fr.netia.net> <20020118164429.GF23329@csh.rit.edu> <1011560351.3c4b2f9fca7a7@www.stberlin.com> Message-ID: <20020120222921.GA5361@csh.rit.edu> On Mon, Jan 21, 2002 at 04:59:11AM +0800, boiboi alavaren wrote: > Ok, so how do we get this started? Someone needs to start collecting themes. Then, someone can submit some diffs against the hordeweb tree. I don't have the time to organized this myself. -- Jon Parise (jon@csh.rit.edu) . Information Technology (2001) http://www.csh.rit.edu/~jon/ : Computer Science House Member From slusarz@bigworm.colorado.edu Sun Jan 20 23:39:50 2002 From: slusarz@bigworm.colorado.edu (Michael M Slusarz) Date: Sun, 20 Jan 2002 16:39:50 -0700 Subject: [imp] Problem with character in from field In-Reply-To: <1011564914.3c4b4172acd04@linux.wg.de> References: <1011564260.3c4b3ee430d4f@bigworm.colorado.edu> <1011564914.3c4b4172acd04@linux.wg.de> Message-ID: <1011569990.3c4b5546d6d92@bigworm.colorado.edu> | > IMP Really does not like this From string: | > | > From: "Johan Öhrn" | > | > It is screaming about the O thing (I have no idea what its called | :-P) | > like | > no other. In the Mailbox screen, it lists the User as  , and | > displays | > the following error message: | > | > Warning: Undefined offset: 0 in /httpd/htsdocs/horde/imp/mailbox.php on | | > line 671 | > | > right before the header row (I.E. | > the 'cheeckbox', 'date', 'from', 'subject', etc. row). | > | > In the message screen, there is a boatload of messages that appear at | the | > | > bottom of the screen beginning with: | > | > Warning: Invalid CHAR in quoted string: ÖÖhrn" | > NIL "johan_oern" "hotmail.com")) (("Johan Öhrn" NIL "johan_oern" | > "hotmail. | > (errflg=1) in Unknown on line 0 | > | > I am using courier-imap 1.3.10 on RH Linux 7.2, PHP-cvs, English | > character | > set. | | When does it happen? When you select that name from the identities, | after | sending, when you open the compose window, ...? | | Here is a screenshot of the error (Mailbox listing): http://bigworm.colorado.edu/imp-patches/error_1.png This is what the message looks like (Message view): http://bigworm.colorado.edu/imp-patches/error_2.png michael ______________________________________________ Michael Slusarz [slusarz@bigworm.colorado.edu] The University of Colorado at Boulder