From milan.lesnik at uni-mb.si Mon Dec 22 01:03:36 2003 From: milan.lesnik at uni-mb.si (Milan Lesnik) Date: Mon Dec 22 01:03:53 2003 Subject: [imp] Multipart/Alternative Problem Message-ID: <000301c3c86a$7bdfd0e0$e93a12d4@homeoff.local> Hi I got very informative explanation http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=313406 about my problem, so the only solution is imp HEAD/CVS (as you wrote). Thanks for help. Milan From jean-marc.liger at siris.sorbonne.fr Mon Dec 22 01:45:04 2003 From: jean-marc.liger at siris.sorbonne.fr (Jean-Marc LIGER) Date: Mon Dec 22 01:45:11 2003 Subject: [imp] virtual hosts - single horde installation In-Reply-To: <1071853486.19671.12.camel@lin-workstation.azapple.com> References: <1071853486.19671.12.camel@lin-workstation.azapple.com> Message-ID: >two domains one computer - ip based domains > >If I have the document roots... > >/var/www/html/adv #domain 1 >/var/www/html/pr #domain 2 >/var/www/html/horde #base horde root > >and then >ln -s /var/www/html/horde /var/www/html/adv >ln -s /var/www/html/horde /var/www/html/pr > >is this a reasonable solution for both domains to run from single horde >installation? > >Is there a better way? You can use the directives ServerAlias for the VirtualHost name or Alias for the Directory name in your httpd.conf configuration file (see apache documentation). JML >Craig From marco.pirovano at uni-bocconi.it Mon Dec 22 02:32:51 2003 From: marco.pirovano at uni-bocconi.it (Marco Pirovano) Date: Mon Dec 22 02:33:01 2003 Subject: [imp] IMP CVS: can't view email Message-ID: <1072089171.3fe6c8531798f@webmail.uni-bocconi.it> Hello all, I have a strange problem with the last IMP from cvs: I can view folder, mail in folders, mail preview in INBOX, but I can't view the single email. My imap server is cyrus, the same I use with the stable horde/imp which is in production in our university. This is the message that I see if I open the link in a new window: Mail :: INBOX: RE: data base Polaris
Fatal error: Call to undefined function: generateflagimagebyhost() in /usr/local/apache2/htdocs/horde/imp/message.php on line 462
Any suggestion ? Thank you very much. Ciao, Marco * Marco Pirovano * Universita' Bocconi, Area Sistemi Informatici e Telematici * Piazza Sraffa 15 - 20136 Milano * Tel. +39-025836.3173 Fax. +39-025836.3160 From ant at ultra5.unile.it Mon Dec 22 04:56:04 2003 From: ant at ultra5.unile.it (Antonio Guerrieri) Date: Mon Dec 22 04:55:26 2003 Subject: [imp] over 800kb Attachment problems In-Reply-To: <200312212338.59260.daniel.eckl@gmx.de> References: <1071470379.3fdd572ba2646@webmail.dost.gov.ph> <20031219143659.74o20400c8sswg04@localhost> <200312212338.59260.daniel.eckl@gmx.de> Message-ID: <338444E8-347E-11D8-B28E-00039303CEE8@ultra5.unile.it> Hi Daniel, On 21 dic 2003, at 23:38, Daniel Eckl wrote: > What do you want to tell me with your machine type and OS? > > Don't get the point, sorry. perhaps this is an OT so my apologies to the list... I don't use Windows so I don't meet the problems that Windows users usually meets... Probably Microsoft uses different (hidden) API, builds new set of dll and rewrites (to mess up) its software so It is *normal* what you say... but not in this case. What I want to say Is that it is quite strange that a php program (imp), which use the same apache and the same php used by another program (sm), works *so* differently in doing the same job... After days of tests MHO is that the problem is not apache/php related but program related (but I don't know what/where the problem is). Ciao Antonio From sc2 at gmx.at Mon Dec 22 05:47:10 2003 From: sc2 at gmx.at (sc2@gmx.at) Date: Mon Dec 22 05:45:33 2003 Subject: [imp] imp auth Message-ID: <000701c3c892$19642600$7cd36c50@anonymous> im sorry to re mail, i promise, this will my last try. anyone has ideas why "Imp" is not Auth over POP3 (and so does not connect to a POP3 server vor check if true or not (Pw/user)) in registry.php > imp is activatet, my pop3 server is in server.php all others are comment out. but he says every time not correct....(and i see via sniffer he does not connect to the pop3) thx bye From daniel.eckl at gmx.de Mon Dec 22 05:51:55 2003 From: daniel.eckl at gmx.de (Daniel Eckl) Date: Mon Dec 22 05:52:01 2003 Subject: [imp] over 800kb Attachment problems In-Reply-To: <338444E8-347E-11D8-B28E-00039303CEE8@ultra5.unile.it> References: <1071470379.3fdd572ba2646@webmail.dost.gov.ph> <20031219143659.74o20400c8sswg04@localhost> <200312212338.59260.daniel.eckl@gmx.de> <338444E8-347E-11D8-B28E-00039303CEE8@ultra5.unile.it> Message-ID: <20031222145155.kwhz0g8sc4kwc8kg@localhost> Let's say it PHP style if your imagination breaks at the windows level.... One imaginary webmail application does IMAP connections with a self written IMAP client. Another imaginary webmail application uses the PHP IMAP functions implemented through the c-client libraries. If you have a PHP version that doesn't have built-in IMAP support, then first app will work, second will fail. This situation is very simplified and can be debugged very quickly through the error messages. But since PHP has become such a comlex framework, this situation can occur with a base requirement, that does weird things when missing and not giving wonderful error messages. Does this give you a understanding why your observations do not exclude Apache / PHP from the list of possible points of failure? If not, PLEASE DO NOT reply personally to me anymore as I spent too much time on your problem while it seems you don't want a solution, but you want someone to say: "Horde doesn't work! Sorry, we fix it for you!". Horde is working, that's a fact. If you don't want this to be true, noone can help you. Zitat von Antonio Guerrieri : > Hi Daniel, > > On 21 dic 2003, at 23:38, Daniel Eckl wrote: > > > What do you want to tell me with your machine type and OS? > > > > Don't get the point, sorry. > > perhaps this is an OT so my apologies to the list... > > I don't use Windows so I don't meet the problems that Windows users > usually meets... > Probably Microsoft uses different (hidden) API, builds new set of dll > and rewrites > (to mess up) its software so It is *normal* what you say... > but not in this case. > > What I want to say Is that it is quite strange that a php program (imp), > which use the same apache and the same php used by another program (sm), > works *so* differently in doing the same job... > > After days of tests MHO is that the problem is not apache/php related > but program related (but I don't know what/where the problem is). > > Ciao > > Antonio > > > From sc2 at gmx.at Mon Dec 22 09:29:38 2003 From: sc2 at gmx.at (sc2@gmx.at) Date: Mon Dec 22 09:27:58 2003 Subject: [imp] resolved - new problem Message-ID: <000701c3c8b1$2d7e62d0$7cd36c50@anonymous> hello i resolved my old problem b.) is it possible to make other folders then "INBOX" with Pop3 server or only with Imap, servers. thanks From andy at stronzo.d2g.com Mon Dec 22 09:57:45 2003 From: andy at stronzo.d2g.com (Andy) Date: Mon Dec 22 09:57:58 2003 Subject: [imp] resolved - new problem In-Reply-To: <000701c3c8b1$2d7e62d0$7cd36c50@anonymous> References: <000701c3c8b1$2d7e62d0$7cd36c50@anonymous> Message-ID: <20031222185745.9quiw4kwkk0c0o84@stronzo.d2g.com> No, you only can poll your Inbox. pop3 can nothing else do for you. Andy |> ----- Nachricht von sc2@gmx.at --------- |> Datum: Mon, 22 Dec 2003 18:29:38 +0100 |> Von: sc2@gmx.at |> Antwort an: sc2@gmx.at |> Betreff: [imp] resolved - new problem |> An: imp@lists.horde.org |> |> hello |> |> i resolved my old problem |> |> b.) is it possible to make other folders then "INBOX" with Pop3 server |> or |> only with Imap, servers. |> thanks |> |> |> |> -- |> IMP mailing list |> Frequently Asked Questions: http://horde.org/faq/ |> To unsubscrib e, mail: imp-unsubscribe@lists.horde.org |> |> |> ----- Ende der Nachricht von sc2@gmx.at ----- From chuck at horde.org Mon Dec 22 11:34:09 2003 From: chuck at horde.org (Chuck Hagenbuch) Date: Mon Dec 22 11:39:32 2003 Subject: [imp] IMP CVS: can't view email In-Reply-To: <1072089171.3fe6c8531798f@webmail.uni-bocconi.it> References: <1072089171.3fe6c8531798f@webmail.uni-bocconi.it> Message-ID: <20031222143409.bzjtw0g8sokc884o@marina.horde.org> Quoting Marco Pirovano : > Fatal error: Call to undefined function: generateflagimagebyhost() > in /usr/local/apache2/htdocs/horde/imp/message.php on line 462
"I'm really... I'm not too fascinated by green food." - Average Joe From chris612 at gmx.de Mon Dec 22 12:23:11 2003 From: chris612 at gmx.de (christian zimmermann) Date: Mon Dec 22 12:23:17 2003 Subject: [imp] cant see cratetd subfolders in imp Message-ID: <11393.1072124591@www43.gmx.net> Hello all, My name is Christian and I?m new to this list. I got a problem with imp every time I create a new subfolder I cannot see it in imp all I got is my Inbox. When I connect with my Outlook to my cyrus imap server I can see all my created folders. Anyone got a hint? System is SuSE 8.1 Appache 2.0.48 PHP4.3.4 IMP 3.2.2 Horde 2.2.4 Cyrus 2.1.9 TIA Christian Mit freundlichen Gr??en Christian Zimmermann _\|/_ (@ @) -----oOOo-(_)-oOOo----- VitaNet GmbH Industriestr. 50b 69190 Walldorf Tel: 06227-35676961 Fax:06227-3567989 www.virtuelle-apotheke.de c.zimmermann@virtuelle-apotheke.de From margol at beamartyr.net Mon Dec 22 14:12:50 2003 From: margol at beamartyr.net (Issac Goldstand) Date: Mon Dec 22 14:14:03 2003 Subject: [imp] virtual hosts - single horde installation References: <1071853486.19671.12.camel@lin-workstation.azapple.com> Message-ID: <004501c3c8d8$e3cab670$1100000a@earth> Is there any suggested way to couple this with SSL ( a single SSL login point for multiple virtual domains)? I've been tinkering with the login scripts for a bit already, buut having problems... Issac ----- Original Message ----- From: "Jean-Marc LIGER" To: Sent: Monday, December 22, 2003 11:45 AM Subject: Re: [imp] virtual hosts - single horde installation > >two domains one computer - ip based domains > > > >If I have the document roots... > > > >/var/www/html/adv #domain 1 > >/var/www/html/pr #domain 2 > >/var/www/html/horde #base horde root > > > >and then > >ln -s /var/www/html/horde /var/www/html/adv > >ln -s /var/www/html/horde /var/www/html/pr > > > >is this a reasonable solution for both domains to run from single horde > >installation? > > > >Is there a better way? > > You can use the directives ServerAlias for the VirtualHost name or > Alias for the Directory name in your httpd.conf configuration file > (see apache documentation). > > JML > > >Craig > > > -- > IMP mailing list > Frequently Asked Questions: http://horde.org/faq/ > To unsubscribe, mail: imp-unsubscribe@lists.horde.org > From jmlohren at glmmn.com Mon Dec 22 15:54:41 2003 From: jmlohren at glmmn.com (Jason Lohrenz) Date: Mon Dec 22 15:54:48 2003 Subject: [imp] virtual hosts - single horde installation In-Reply-To: <004501c3c8d8$e3cab670$1100000a@earth> Message-ID: <001401c3c8e6$f81b5540$0bfea8c0@pmsspl10> How many domain names are you talking about?? What I have done for our company since we have multiple domains is purchased a web hosting control panel. I got PLESK 6.0 (This is not a promotion for their software). It has the currently stable released version of Horde/IMP integrated with it, and all domains get access to it via webmail.domainname.com E-mail me off list if you want more info on their software as posting to the list I don't think is appropriate. (p.s. I'm working on getting the HEAD versions working with it and also getting a driver for the vacation/forward modules to work with it as well) Jason Lohrenz IT Manager Pacific Medicaid Services -----Original Message----- From: imp-bounces@lists.horde.org [mailto:imp-bounces@lists.horde.org] On Behalf Of Issac Goldstand Sent: Monday, December 22, 2003 4:13 PM To: imp@lists.horde.org Subject: Re: [imp] virtual hosts - single horde installation Is there any suggested way to couple this with SSL ( a single SSL login point for multiple virtual domains)? I've been tinkering with the login scripts for a bit already, buut having problems... Issac ----- Original Message ----- From: "Jean-Marc LIGER" To: Sent: Monday, December 22, 2003 11:45 AM Subject: Re: [imp] virtual hosts - single horde installation > >two domains one computer - ip based domains > > > >If I have the document roots... > > > >/var/www/html/adv #domain 1 > >/var/www/html/pr #domain 2 > >/var/www/html/horde #base horde root > > > >and then > >ln -s /var/www/html/horde /var/www/html/adv > >ln -s /var/www/html/horde /var/www/html/pr > > > >is this a reasonable solution for both domains to run from single horde > >installation? > > > >Is there a better way? > > You can use the directives ServerAlias for the VirtualHost name or > Alias for the Directory name in your httpd.conf configuration file > (see apache documentation). > > JML > > >Craig > > > -- > IMP mailing list > Frequently Asked Questions: http://horde.org/faq/ > To unsubscribe, mail: imp-unsubscribe@lists.horde.org > -- IMP mailing list Frequently Asked Questions: http://horde.org/faq/ To unsubscribe, mail: imp-unsubscribe@lists.horde.org From mike at reseller-center.com Mon Dec 22 15:57:30 2003 From: mike at reseller-center.com (Mike Pence) Date: Mon Dec 22 15:57:34 2003 Subject: [imp] Problem logging into horde. Message-ID: <00be01c3c8e7$5c5598e0$6400a8c0@darkedge> I installed the latest versions of horde and IMP.. It works wonderfully except when logging into the horde you get these three errors. The first time you click launch it says the password is bad and give this. Warning: Cannot modify header information - headers already sent by (output started at /hsphere/shared/apache/htdocs/horde/imp/config/servers.php:102) in /hsphere/shared/apache/htdocs/horde/imp/redirect.php on line 112 Then you click refresh and it gets farther.. Now you get a white page with this.. Warning: Cannot modify header information - headers already sent by (output started at /hsphere/shared/apache/htdocs/horde/imp/config/servers.php:102) in /hsphere/shared/apache/htdocs/horde/lib/Secret.php on line 144 You then click launch again and it works perfect.. it will work fine after that till you close horde and login again.. It appears that if you got straight to the login page with hsphere it works fine though.. I am hoping someone will have an idea.. From craigwhite at azapple.com Mon Dec 22 16:01:01 2003 From: craigwhite at azapple.com (Craig White) Date: Mon Dec 22 16:01:13 2003 Subject: [imp] virtual hosts - single horde installation In-Reply-To: <004501c3c8d8$e3cab670$1100000a@earth> References: <1071853486.19671.12.camel@lin-workstation.azapple.com> <004501c3c8d8$e3cab670$1100000a@earth> Message-ID: <1072137661.28733.13.camel@lin-workstation.azapple.com> On Mon, 2003-12-22 at 15:12, Issac Goldstand wrote: > Is there any suggested way to couple this with SSL ( a single SSL login > point for multiple virtual domains)? I've been tinkering with the login > scripts for a bit already, buut having problems... ---- since the certificates have the name embedded within the certificate, I can't see how you can have virtual hosts with only 1 certificate. AFAIK, you would need to have a unique IP address for each virtual domain and a unique certificate for each domain for it to work. My guess is that the Apache documentation covers this fairly well. Craig From ant at ultra5.unile.it Mon Dec 22 16:20:05 2003 From: ant at ultra5.unile.it (Antonio Guerrieri) Date: Mon Dec 22 16:19:34 2003 Subject: [imp] over 800kb Attachment problems In-Reply-To: <20031222145155.kwhz0g8sc4kwc8kg@localhost> References: <1071470379.3fdd572ba2646@webmail.dost.gov.ph> <20031219143659.74o20400c8sswg04@localhost> <200312212338.59260.daniel.eckl@gmx.de> <338444E8-347E-11D8-B28E-00039303CEE8@ultra5.unile.it> <20031222145155.kwhz0g8sc4kwc8kg@localhost> Message-ID: My apologies. all my consideration were based on the fact that the two application both use c-client libraries. I didn't notice that SM doesn't need imap c-client because I installed it after IMP so I didn't recompile php for it. Knowing this it's clear for me what you mean (obviously). On 22 dic 2003, at 14:51, Daniel Eckl wrote: > If not, PLEASE DO NOT reply personally to me anymore as I spent too > much time on > your problem while it seems you don't want a solution, but you want > someone to > say: "Horde doesn't work! Sorry, we fix it for you!". This is wrong. I would a solution. I have spent many hours to fix this problem and now I can send attachments of ~7MB (as I described in a previous post) but it is not enough for me... BTW, sorry for the misunderstanding. Ciao Antonio From slusarz at bigworm.colorado.edu Mon Dec 22 17:12:33 2003 From: slusarz at bigworm.colorado.edu (Michael M Slusarz) Date: Mon Dec 22 17:12:39 2003 Subject: [imp] Odd LDAP replication behavior on filters attribute In-Reply-To: <200312121516.29049.courtney@4th.com> References: <200312121516.29049.courtney@4th.com> Message-ID: <20031222181233.0d0zv55w4cg4go4k@bigworm.colorado.edu> Quoting Scott Courtney : | It would be trivial to look at how many rules are in a single "Blacklist" | transaction, but that doesn't solve the problem of users adding hundreds and | hundreds of rules a few at a time. With 35000+ users at an ISP, we are | already seeing cases of people doing that sort of thing. A million monkeys | at a million keyboards......you know. :-) | | The questions I have, then are: | | 1. Has this already been addressed by someone else? Or does someone else have | a better idea? I don't want to reinvent a wheel. In HEAD, you can look at the following configuration option (horde/config/conf.php): // The size of the preferences field in your backend in bytes. Horde will // reject any write to the preferences backend if its length exceeds this // value. Leave null to skip this checking. // e.g. MySQL stores the preference data in a LONGTEXT field. This field // can hold 4294967295 bytes so most likely checking is not needed. However // other DB installations may only have a storage size of 64 KB (65535 // bytes). These installations would want to turn checking on. $conf['prefs']['maxsize'] = null; This sounds like what you want. This hasn't (and most likely isn't) going to be backported to IMP 3.x. michael ______________________________________________ Michael Slusarz [slusarz@bigworm.colorado.edu] The University of Colorado at Boulder From chuck at horde.org Mon Dec 22 18:31:22 2003 From: chuck at horde.org (Chuck Hagenbuch) Date: Mon Dec 22 18:36:30 2003 Subject: [imp] Problem logging into horde. In-Reply-To: <00be01c3c8e7$5c5598e0$6400a8c0@darkedge> References: <00be01c3c8e7$5c5598e0$6400a8c0@darkedge> Message-ID: <20031222213122.nsdf0kgk8ww84g08@marina.horde.org> Quoting Mike Pence : > I installed the latest versions of horde and IMP.. It works wonderfully > except when logging into the horde you get these three errors. > > The first time you click launch it says the password is bad and give this. > Warning: Cannot modify header information - headers already sent by (output > started at /hsphere/shared/apache/htdocs/horde/imp/config/servers.php:102) in > /hsphere/shared/apache/htdocs/horde/imp/redirect.php on line 112 Read the error message, and fix the problem in your configuration file. -chuck -- Charles Hagenbuch, "I'm really... I'm not too fascinated by green food." - Average Joe From chuck at horde.org Mon Dec 22 19:46:02 2003 From: chuck at horde.org (Chuck Hagenbuch) Date: Mon Dec 22 19:51:12 2003 Subject: Fwd: Re: [imp] Problem logging into horde. Message-ID: <20031222224602.v68zk008440wgkc0@marina.horde.org> ----- Forwarded message from mike@reseller-center.com ----- Date: Mon, 22 Dec 2003 22:23:18 -0500 From: Mike Pence Reply-To: Mike Pence Subject: Re: [imp] Problem logging into horde. To: Chuck Hagenbuch I am not seeing other errors but thinking of this know I might not have error logging high enough in the php.ini to see the actual cause.. I am going to check that now. ----- Original Message ----- From: "Chuck Hagenbuch" To: Sent: Monday, December 22, 2003 9:31 PM Subject: Re: [imp] Problem logging into horde. > Quoting Mike Pence : > > > I installed the latest versions of horde and IMP.. It works wonderfully > > except when logging into the horde you get these three errors. > > > > The first time you click launch it says the password is bad and give this. > > Warning: Cannot modify header information - headers already sent by (output > > started at /hsphere/shared/apache/htdocs/horde/imp/config/servers.php:102) in > > /hsphere/shared/apache/htdocs/horde/imp/redirect.php on line 112 > > Read the error message, and fix the problem in your configuration file. > > -chuck > > -- > Charles Hagenbuch, > "I'm really... I'm not too fascinated by green food." - Average Joe > > -- > IMP mailing list > Frequently Asked Questions: http://horde.org/faq/ > To unsubscribe, mail: imp-unsubscribe@lists.horde.org > ----- End forwarded message ----- -chuck -- Charles Hagenbuch, "I'm really... I'm not too fascinated by green food." - Average Joe From dodi at maxwell.itb.ac.id Mon Dec 22 22:37:34 2003 From: dodi at maxwell.itb.ac.id (dodi maryanto) Date: Mon Dec 22 22:42:15 2003 Subject: [imp] cleaned tag In-Reply-To: Message-ID: Hello there, I have receive mail, with plain text MUA read : reject but when I read it on IMP, the URL can not be click. The html source for this mail change become : reject How to remove the cleaned tag feature above ? Thanks. "Unix is very friendly, it's just picky about who its friends are" http://unix.oreilly.com/news/usenixchuck_0601.html From margol at beamartyr.net Tue Dec 23 00:43:19 2003 From: margol at beamartyr.net (Issac Goldstand) Date: Tue Dec 23 00:43:50 2003 Subject: [imp] virtual hosts - single horde installation References: <001401c3c8e6$f81b5540$0bfea8c0@pmsspl10> Message-ID: <01ba01c3c930$d461fab0$1100000a@earth> Well, I'm able to get mass virtualhosts working fine. My issue is that I'd like a SINGLE secure login point (https://secure.mydomain.com/horde/imp/redirect.php). I've almost got it working too, except for some weird bug which is only "half" loggin me in sometimes, and not working at all other times. I want the login to be over SSL, but a) don't want to pay for a cert for each domain (I currently roll my own certs, but would rather not have a dialog pop-up for each subdomain) and b) don't want everything running over SSL anyways as it takes up more resources on the server to encrypt EVERYTHING. Issac PS - IMP people: it would be a cool thing for there to be an option for a secure login only, even for just a single domain... ----- Original Message ----- From: "Jason Lohrenz" To: "'Issac Goldstand'" ; Sent: Tuesday, December 23, 2003 1:54 AM Subject: RE: [imp] virtual hosts - single horde installation > How many domain names are you talking about?? > What I have done for our company since we have multiple domains is purchased > a web hosting control panel. I got PLESK 6.0 (This is not a promotion for > their software). It has the currently stable released version of Horde/IMP > integrated with it, and all domains get access to it via > webmail.domainname.com > E-mail me off list if you want more info on their software as posting to the > list I don't think is appropriate. > > (p.s. I'm working on getting the HEAD versions working with it and also > getting a driver for the vacation/forward modules to work with it as well) > > Jason Lohrenz > IT Manager > Pacific Medicaid Services > > > -----Original Message----- > From: imp-bounces@lists.horde.org [mailto:imp-bounces@lists.horde.org] On > Behalf Of Issac Goldstand > Sent: Monday, December 22, 2003 4:13 PM > To: imp@lists.horde.org > Subject: Re: [imp] virtual hosts - single horde installation > > Is there any suggested way to couple this with SSL ( a single SSL login > point for multiple virtual domains)? I've been tinkering with the login > scripts for a bit already, buut having problems... > > Issac > > ----- Original Message ----- > From: "Jean-Marc LIGER" > To: > Sent: Monday, December 22, 2003 11:45 AM > Subject: Re: [imp] virtual hosts - single horde installation > > > > >two domains one computer - ip based domains > > > > > >If I have the document roots... > > > > > >/var/www/html/adv #domain 1 > > >/var/www/html/pr #domain 2 > > >/var/www/html/horde #base horde root > > > > > >and then > > >ln -s /var/www/html/horde /var/www/html/adv > > >ln -s /var/www/html/horde /var/www/html/pr > > > > > >is this a reasonable solution for both domains to run from single horde > > >installation? > > > > > >Is there a better way? > > > > You can use the directives ServerAlias for the VirtualHost name or > > Alias for the Directory name in your httpd.conf configuration file > > (see apache documentation). > > > > JML > > > > >Craig > > > > > > -- > > IMP mailing list > > Frequently Asked Questions: http://horde.org/faq/ > > To unsubscribe, mail: imp-unsubscribe@lists.horde.org > > > > > -- > IMP mailing list > Frequently Asked Questions: http://horde.org/faq/ > To unsubscribe, mail: imp-unsubscribe@lists.horde.org > > From margol at beamartyr.net Tue Dec 23 00:46:52 2003 From: margol at beamartyr.net (Issac Goldstand) Date: Tue Dec 23 00:47:01 2003 Subject: [imp] virtual hosts - single horde installation References: <1071853486.19671.12.camel@lin-workstation.azapple.com> <004501c3c8d8$e3cab670$1100000a@earth> <1072137661.28733.13.camel@lin-workstation.azapple.com> Message-ID: <01c101c3c931$52108260$1100000a@earth> *grins* Not quite what I meant. I meant a *single* login point for all domains, which would reside at https://secure.mydomain.com/horde/imp/redirect.php The order of access would be: http://webmain.somevdomain.com Some random vhost https://secure.mydomain.com/horde/imp/redirect.php (Checks referer and/or embeded URL to figure out where it came from, what mail server to authenticate against, and where to redirect back to) http://webmain.somevdomain.com/mailbox.php Redirected back to original vhost I hope this makes it a bit more clear. Issac ----- Original Message ----- From: "Craig White" To: "Issac Goldstand" Cc: Sent: Tuesday, December 23, 2003 2:01 AM Subject: Re: [imp] virtual hosts - single horde installation > On Mon, 2003-12-22 at 15:12, Issac Goldstand wrote: > > Is there any suggested way to couple this with SSL ( a single SSL login > > point for multiple virtual domains)? I've been tinkering with the login > > scripts for a bit already, buut having problems... > ---- > since the certificates have the name embedded within the certificate, I > can't see how you can have virtual hosts with only 1 certificate. > > AFAIK, you would need to have a unique IP address for each virtual > domain and a unique certificate for each domain for it to work. > > My guess is that the Apache documentation covers this fairly well. > > Craig > From daniel.eckl at gmx.de Tue Dec 23 06:22:20 2003 From: daniel.eckl at gmx.de (Daniel Eckl) Date: Tue Dec 23 06:22:30 2003 Subject: [imp] IMAP flag "answered" not set when replying Message-ID: <20031223152220.wkwo00ksccog4o8w@localhost> Hi List! Today I did a cvs update and since then, when I reply to a mail, the mail is not flagged "answered" anymore. I tried to track that down, but I failed... I don't know which infos could be relevant to this. If someone needs specific information like version number, imapd backend, etc, please ask. Greets, Daniel From daniel.eckl at gmx.de Tue Dec 23 06:45:19 2003 From: daniel.eckl at gmx.de (Daniel Eckl) Date: Tue Dec 23 06:45:36 2003 Subject: [imp] =?iso-8859-1?q?=5BPATCH=A0=5D?= Re: IMAP flag "answered" not set when replying In-Reply-To: <20031223152220.wkwo00ksccog4o8w@localhost> References: <20031223152220.wkwo00ksccog4o8w@localhost> Message-ID: <20031223154519.w4044gocgw8os40c@localhost> Sorry for replying to my own mail. Found my fault and found your fault ;) First my fault: didn't notice a change in horde/imp/conf.xml which introduces a new variable for maillog config. I think reconfiguration will fix this (not tried yet, but I'm sure). Then your fault: incorrect XML data :) Patch attached. Thanks, Daniel Zitat von Daniel Eckl : > Hi List! > > Today I did a cvs update and since then, when I reply to a mail, the mail is > not > flagged "answered" anymore. > > I tried to track that down, but I failed... > > I don't know which infos could be relevant to this. If someone needs specific > information like version number, imapd backend, etc, please ask. > > Greets, > Daniel -------------- next part -------------- A non-text attachment was scrubbed... Name: conf.xml.diff Type: text/x-diff Size: 933 bytes Desc: not available Url : http://lists.horde.org/archives/imp/attachments/20031223/4a68629f/conf.xml.bin From chuck at horde.org Tue Dec 23 06:42:43 2003 From: chuck at horde.org (Chuck Hagenbuch) Date: Tue Dec 23 06:48:14 2003 Subject: [imp] [PATCH ] Re: IMAP flag "answered" not set when replying In-Reply-To: <20031223154519.w4044gocgw8os40c@localhost> References: <20031223152220.wkwo00ksccog4o8w@localhost> <20031223154519.w4044gocgw8os40c@localhost> Message-ID: <20031223094243.6sxxcogo0csksk48@marina.horde.org> Quoting Daniel Eckl : > Then your fault: ... > incorrect XML data :) Already reported, and already fixed. -chuck -- Charles Hagenbuch, "I'm really... I'm not too fascinated by green food." - Average Joe From daniel.eckl at gmx.de Tue Dec 23 06:57:28 2003 From: daniel.eckl at gmx.de (Daniel Eckl) Date: Tue Dec 23 06:57:33 2003 Subject: [imp] [PATCH ] Re: IMAP flag "answered" not set when replying In-Reply-To: <20031223094243.6sxxcogo0csksk48@marina.horde.org> References: <20031223152220.wkwo00ksccog4o8w@localhost> <20031223154519.w4044gocgw8os40c@localhost> <20031223094243.6sxxcogo0csksk48@marina.horde.org> Message-ID: <20031223155728.o8sg444g00k0kgs0@localhost> > Already reported, and already fixed. .... I'm too slow or this world.... Thanks! Daniel From lista at afreis.com.br Tue Dec 23 08:03:42 2003 From: lista at afreis.com.br (Joao Alberto M. dos Reis) Date: Tue Dec 23 08:05:13 2003 Subject: [imp] sql shared address books Message-ID: <3FE8675E.9050400@afreis.com.br> Hi, There is a way to implement a shared address book on turba using sql database without the need of changing turba code? TIA, Joao Reis. From jan at horde.org Tue Dec 23 08:15:37 2003 From: jan at horde.org (Jan Schneider) Date: Tue Dec 23 08:15:53 2003 Subject: [imp] sql shared address books In-Reply-To: <3FE8675E.9050400@afreis.com.br> References: <3FE8675E.9050400@afreis.com.br> Message-ID: <20031223171537.c4wdm0okocgk44o0@neo.wg.de> Zitat von "Joao Alberto M. dos Reis" : > Hi, > > There is a way to implement a shared address book on turba using sql > database without the need of changing turba code? 1) There is a Turba mailing list. 2) You should read the comments in config/sources.php Jan. -- http://www.horde.org - The Horde Project http://www.ammma.de - Neue Wege des Lernens http://www.tip4all.de - Deine private Tippgemeinschaft From imiller at bsd.uchicago.edu Tue Dec 23 08:22:20 2003 From: imiller at bsd.uchicago.edu (Ian Miller) Date: Tue Dec 23 08:22:26 2003 Subject: [imp] Upgrade Message-ID: <1072196540.3fe86bbc3e591@webemail.bsd.uchicago.edu> I just upgraded our webmail system from horde 2.1 imp 3.1 kronolith 1.0 to the latest horde 2.2.4, imp 3.2.2 kronolith 1.1 and the screen goes white. The bottom tool bar is all that shows up. is there a fix? -Ian info (apache 2.0.48) (PHP 4.3.4) Solaris 9 latest patches From chuck at horde.org Tue Dec 23 08:26:54 2003 From: chuck at horde.org (Chuck Hagenbuch) Date: Tue Dec 23 08:33:05 2003 Subject: [imp] sql shared address books In-Reply-To: <3FE8675E.9050400@afreis.com.br> References: <3FE8675E.9050400@afreis.com.br> Message-ID: <20031223112654.34ytcwcgcwswwwwk@marina.horde.org> Quoting "Joao Alberto M. dos Reis" : > There is a way to implement a shared address book on turba using sql > database without the need of changing turba code? Yes, your statement is correct. -chuck -- Charles Hagenbuch, "I'm really... I'm not too fascinated by green food." - Average Joe From guenter at guenter-zimmermann.com Wed Dec 24 01:36:22 2003 From: guenter at guenter-zimmermann.com (=?iso-8859-1?b?R/xudGVy?= Zimmermann) Date: Wed Dec 24 01:36:37 2003 Subject: [imp] Cyrus trash sent-mail drafts Message-ID: <1072258582.3fe95e16b1585@horde.guenter-zimmermann.com> Hi all, I have some trouble with the special folders trash sent-mail drafts. Sent emails are not saved in sent-mail also the drafts are not stored in drafts. Deleting messages using Trash is also impossible. Errormessage: Der Ordener konnte nicht erstellt werden. I tried following configs in my servers.php: 'folders' => '', 'namespace' => 'INBOX.', or 'folders' => '', 'namespace' => 'INBOX', or 'folders' => '', 'namespace' => 'INBOX/', or 'folders' => 'INBOX.', 'namespace' => '', or 'folders' => 'INBOX/', 'namespace' => '', or 'folders' => 'INBOX', 'namespace' => '', any of these results in described problems. I am using cyrus and IMP 3.2 Creating, moving, and deleting messages and folders(without trash) works fine. Best Regards and thx -- mfg G?nter Zimmermann guenter@guenter-zimmermann.com ---------------------------------------------------------------- This message was sent using IMP, the Internet Messaging Program. From sysadmin at destination.ca Wed Dec 24 05:25:12 2003 From: sysadmin at destination.ca (Cedric Tardif) Date: Wed Dec 24 05:28:19 2003 Subject: [imp] External authentification problem Message-ID: <5.1.0.14.2.20031224082112.03cb5240@mail.destination.ca> Hi all, I have a website that is at www.mydomain.com and horde/imp that is installed as mymail.mydomain.com If i go to mymail.mydomain.com and log in my mail account all work fine. I have created a login menu on my webpage on www.mydomain.com so user can access to there mail by authentificating on www.mydomain.com but when i do so i get this error message : d?c 24 08:20:02 HORDE [notice] [imp] Login success for cedrict@mydomain.com [x.x.x.x] to {mail.mydomain.com143} [on line 82 of "/mnt/sda5/www/horde2/imp/redirect.php"] d?c 24 08:20:15 HORDE [error] [imp] FAILED LOGIN x.x.x.x to mail.mydomain.com:143[imap/notls] as cedrict [on line 164 of "/mnt/sda5/www/horde2/imp/lib/IMP.php"] Anyone have a idea how to correct this problem ? From brad.hazledine at caledoncard.com Wed Dec 24 07:35:51 2003 From: brad.hazledine at caledoncard.com (Brad Hazledine) Date: Wed Dec 24 07:36:03 2003 Subject: [imp] Message previews displaying incorrect messages Message-ID: Since upgrading our Horde installation to CVS Dec. 19, 2003 we seem to be running into some problems with searching and message previews in IMP. When we perform a search that returns results from multiple folders the message previews in the first folder listed are incorrect. The preview appears but it is displaying the incorrect message through the tool tips. In fact it is displaying a message that is not returned in the search at all. Also after viewing a found message and trying to return to the search results we are occasionally returned to the Inbox instead of the search results. Brad Hazledine From morgan at orst.edu Wed Dec 24 09:36:51 2003 From: morgan at orst.edu (Andrew Morgan) Date: Wed Dec 24 09:37:01 2003 Subject: [imp] Cyrus trash sent-mail drafts In-Reply-To: <1072258582.3fe95e16b1585@horde.guenter-zimmermann.com> Message-ID: On Wed, 24 Dec 2003, G?nter Zimmermann wrote: > Hi all, > > I have some trouble with the special folders trash sent-mail drafts. > > Sent emails are not saved in sent-mail also the drafts are not stored in > drafts. > > Deleting messages using Trash is also impossible. > > Errormessage: Der Ordener konnte nicht erstellt werden. > > I tried following configs in my servers.php: > > 'folders' => '', > 'namespace' => 'INBOX.', This is the correct configuration for Cyrus with "unixhierarchysep: no" and "altnamespace: no" set in your imapd.conf. If you have "unixhierarchysep: yes" and "altnamespace: no", then you should use: 'folders' => '', 'namespace' => 'INBOX/', If you have "altnamespace: yes", then you should use: 'folders' => '', 'namespace' => '', Hope this helps... Andy From lists at whootis.com Wed Dec 24 11:40:18 2003 From: lists at whootis.com (Geoff Sweet) Date: Wed Dec 24 11:32:25 2003 Subject: [imp] logon failures Message-ID: <1072294818.1777.58.camel@whapper> I have users that are getting logon failures. The IMP logon pages suggests that it may be bad username or password. When I use the horde/test.php and enter in the same info I get: server="localhost" user="kelly@domain.com" mailbox="{localhost:143/imap/notls}INBOX" array(4) { [0]=> string(13) "Login failed." [1]=> string(13) "Login failed." [2]=> string(13) "Login failed." [3]=> string(23) "Too many login failures" } and the horde.log generates this error: Dec 24 10:28:09 HORDE [error] [imp] FAILED LOGIN 12.229.173.73 to localhost:143[imap/notls] as kelly@domain.com [on line 281 of "/home/whosting/horde/imp/lib/IMP.php"] I saw some previous message threads that this could be IMAP login issues. I am currently using the latest stable of Courier. This is my servers.php: $servers['cyrus'] = array( 'name' => 'Whootis.com Hosting', 'server' => 'localhost', 'protocol' => 'imap/notls', 'port' => 143, 'folders' => '', 'namespace' => 'INBOX.', 'maildomain' => '', 'realm' => '', 'preferred' => '' ); So far I am not seeing anything wrong... anyone have any ideas? Thanks Geoff From mbydalek at zivix.com Thu Dec 25 00:13:49 2003 From: mbydalek at zivix.com (Mike Bydalek) Date: Thu Dec 25 00:18:29 2003 Subject: [imp] logon failures In-Reply-To: <1072294818.1777.58.camel@whapper> References: <1072294818.1777.58.camel@whapper> Message-ID: <20031225011349.4gwc8ss00w8w40kw@horde.zivix.com> Quoting Geoff Sweet : > server="localhost" user="kelly@domain.com" > mailbox="{localhost:143/imap/notls}INBOX" > array(4) { > [0]=> > string(13) "Login failed." > [1]=> > string(13) "Login failed." > [2]=> > string(13) "Login failed." > [3]=> > string(23) "Too many login failures" > } Can you log on to localhost as "kelly@domain.com" or just "kelly"? > > $servers['cyrus'] = array( > 'name' => 'Whootis.com Hosting', > 'server' => 'localhost', > 'protocol' => 'imap/notls', > 'port' => 143, > 'folders' => '', > 'namespace' => 'INBOX.', > 'maildomain' => '', > 'realm' => '', > 'preferred' => '' > ); Look at the 'hordeauth' parameter depending on your answer from above. -Mike From guenter at guenter-zimmermann.com Thu Dec 25 00:20:59 2003 From: guenter at guenter-zimmermann.com (=?iso-8859-1?b?R/xudGVy?= Zimmermann) Date: Thu Dec 25 00:21:09 2003 Subject: [imp] Cyrus trash sent-mail drafts In-Reply-To: References: Message-ID: <1072340459.3fea9debcf44e@horde.guenter-zimmermann.com> Your answer was a really good hint. Now everything works fine. Thank you very much. G?nter -- mfg G?nter Zimmermann guenter@guenter-zimmermann.com Zitat von Andrew Morgan : On Wed, 24 Dec 2003, G?nter Zimmermann wrote: > Hi all, > > I have some trouble with the special folders trash sent-mail drafts. > > Sent emails are not saved in sent-mail also the drafts are not stored in > drafts. > > Deleting messages using Trash is also impossible. > > Errormessage: Der Ordener konnte nicht erstellt werden. > > I tried following configs in my servers.php: > > 'folders' => '', > 'namespace' => 'INBOX.', This is the correct configuration for Cyrus with "unixhierarchysep: no" and "altnamespace: no" set in your imapd.conf. If you have "unixhierarchysep: yes" and "altnamespace: no", then you should use: 'folders' => '', 'namespace' => 'INBOX/', If you have "altnamespace: yes", then you should use: 'folders' => '', 'namespace' => '', Hope this helps... Andy ---------------------------------------------------------------- This message was sent using IMP, the Internet Messaging Program. From mbydalek at zivix.com Thu Dec 25 00:17:45 2003 From: mbydalek at zivix.com (Mike Bydalek) Date: Thu Dec 25 00:22:16 2003 Subject: [imp] External authentification problem In-Reply-To: <5.1.0.14.2.20031224082112.03cb5240@mail.destination.ca> References: <5.1.0.14.2.20031224082112.03cb5240@mail.destination.ca> Message-ID: <20031225011745.8wkokowsowkkgg4o@horde.zivix.com> > I have created a login menu on my webpage on www.mydomain.com so user can > access to there mail by authentificating on www.mydomain.com but when i do so > i get this error message : Are you sure you have all the variables you need to send to the FORM ACTION? Check to make sure you have all the 'hidden' input types. > > d?c 24 08:20:02 HORDE [notice] [imp] Login success for cedrict@mydomain.com > [x.x.x.x] to {mail.mydomain.com143} [on line 82 of > "/mnt/sda5/www/horde2/imp/redirect.php"] > d?c 24 08:20:15 HORDE [error] [imp] FAILED LOGIN x.x.x.x to > mail.mydomain.com:143[imap/notls] as cedrict [on line 164 of > "/mnt/sda5/www/horde2/imp/lib/IMP.php"] Basically it couldn't log the user 'cedrict' onto the mail server. Again, check to be sure your variables are all correct and try it again. I have this setup and it works perfectly. -Mike From mlists at starmania.net Thu Dec 25 12:17:46 2003 From: mlists at starmania.net (Mike Cisar) Date: Thu Dec 25 12:18:10 2003 Subject: [imp] Current Redhat/Fedora RPMs of IMP, etc Message-ID: <200312252020.hBPKKLvx025209@mail.starmania.net> Just wondering if anyone knows if there are any plans to have the current versions of IMP (and Horde, Turba, etc) available in RPM format. Went to do an install on a new server this afternoon and notice that all of the RPMs are "non-current". Thanks, >>>>> Mike <<<<< From mbydalek at zivix.com Fri Dec 26 00:07:17 2003 From: mbydalek at zivix.com (Mike Bydalek) Date: Fri Dec 26 00:11:58 2003 Subject: [imp] Hook _username_hook_frombackend() Question In-Reply-To: <200312252020.hBPKKLvx025209@mail.starmania.net> References: <200312252020.hBPKKLvx025209@mail.starmania.net> Message-ID: <20031226010717.cg0so0gsgcogwckc@horde.zivix.com> Let me start by describing my setup. I have an LDAP server which stores user names and all their info. Horde and my mail server authenticate against the LDAP server. In my conf.php I have <$conf['hooks']['username'] = true;> so people can login as "user" and the system treats them as "user@domain.com" which is fine and dandy. Basically my problem could be due to a Horde bug in Groups, but the problem can be solved with IMP (I hope). My question with IMP is, how do I have IMP send the IMAP server $userId . "@domain.com" to authenticate against if I have this hook set to "false" ? The reason I ask for this is because users are stored in groups as just $userID even though the hook is true (bug?). What I am doing to use this is shared calendars. I have a calendar where SomeGroup has all privileges. If I add SomeUser to the group SomeGroup, he cannot add events to the calendar because the search for category_attributes is looking for SomeUser@domain.com (which doesn't belong to any group) - instead of just 'SomeUser' Going back to the original question then, if I have the system just think users are just SomeUser, how can I get IMP to authenticate against the mail server using SomeUser@domain.com? I've tried setting 'realm' to no avail. Thank you. -Mike From mbydalek at zivix.com Fri Dec 26 00:40:18 2003 From: mbydalek at zivix.com (Mike Bydalek) Date: Fri Dec 26 00:44:52 2003 Subject: [imp] Hook _username_hook_frombackend() Question In-Reply-To: <20031226010717.cg0so0gsgcogwckc@horde.zivix.com> References: <200312252020.hBPKKLvx025209@mail.starmania.net> <20031226010717.cg0so0gsgcogwckc@horde.zivix.com> Message-ID: <20031226014018.0s4coso884k4ckww@horde.zivix.com> Figues, I went through and saw the _imp_hook_vinfo function but I don't want the HTTP info to be pulled for the $vdomain. To hack around it, I just modified imp/lib/Session.php and changed the line to: $_SESSION['imp']['user'] = $imapuser . '@domain.com'; which works for what I need. If there's a better way to do it, by all means please let me know =) -Mike From simonforum at yahoo.co.uk Fri Dec 26 05:31:29 2003 From: simonforum at yahoo.co.uk (=?iso-8859-1?q?johnw=20woo?=) Date: Fri Dec 26 05:31:35 2003 Subject: [imp] cannot find server and DNS error Message-ID: <20031226133129.23258.qmail@web25207.mail.ukl.yahoo.com> Hi all , I have installed my imp into server and configured with imap. However, when I try to log in, the browser shows "cannot find server and DNS error". Can someone tell me what's wrong ? Thanks. Perseus --------------------------------- Yahoo! Messenger - Communicate instantly..."Ping" your friends today! Download Messenger Now From davidpcollins at yahoo.com Fri Dec 26 14:09:15 2003 From: davidpcollins at yahoo.com (David Collins) Date: Fri Dec 26 14:09:26 2003 Subject: [imp] bcc preference Message-ID: <20031226220915.65271.qmail@web12301.mail.yahoo.com> Grabbed today's HEAD of imp (I was using a much older version) and I couldn't disable the Auto BCC preference even though I locked it as false in config/prefs.php. The preference name is auto_bcc. Everywhere else seems to refer to this as bcc_addr. Example (templates/identities/manage.inc: line 83): if (!$prefs->isLocked('bcc_addr')) Couldn't find auto_bcc anywhere else. Do we just need to change the name in config/prefs.php? Thanks, David __________________________________ Do you Yahoo!? New Yahoo! Photos - easier uploading and sharing. http://photos.yahoo.com/ From jan at horde.org Sat Dec 27 02:13:19 2003 From: jan at horde.org (Jan Schneider) Date: Sat Dec 27 02:13:24 2003 Subject: [imp] Hook _username_hook_frombackend() Question In-Reply-To: <20031226014018.0s4coso884k4ckww@horde.zivix.com> References: <200312252020.hBPKKLvx025209@mail.starmania.net> <20031226010717.cg0so0gsgcogwckc@horde.zivix.com> <20031226014018.0s4coso884k4ckww@horde.zivix.com> Message-ID: <20031227111319.81gc0s4g0ggk0wgc@neo.wg.de> Zitat von Mike Bydalek : > Figues, I went through and saw the _imp_hook_vinfo function but I don't > want > the HTTP info to be pulled for the $vdomain. To hack around it, I just > modified imp/lib/Session.php and changed the line to: > > $_SESSION['imp']['user'] = $imapuser . '@domain.com'; > > which works for what I need. If there's a better way to do it, by all > means > please let me know =) The "correct" way is still to use the vinfo hook. Create a custom hook that does what you want, the existing ones are only examples. Jan. -- http://www.horde.org - The Horde Project http://www.ammma.de - Neue Wege des Lernens http://www.tip4all.de - Deine private Tippgemeinschaft From jan at horde.org Sat Dec 27 02:25:20 2003 From: jan at horde.org (Jan Schneider) Date: Sat Dec 27 02:25:25 2003 Subject: [imp] bcc preference In-Reply-To: <20031226220915.65271.qmail@web12301.mail.yahoo.com> References: <20031226220915.65271.qmail@web12301.mail.yahoo.com> Message-ID: <20031227112520.tfax44ksgc0kwcko@neo.wg.de> Zitat von David Collins : > Grabbed today's HEAD of imp (I was using a much older > version) and I couldn't disable the Auto BCC > preference even though I locked it as false in > config/prefs.php. > > The preference name is auto_bcc. Everywhere else > seems to refer to this as bcc_addr. > Example (templates/identities/manage.inc: line 83): > > if (!$prefs->isLocked('bcc_addr')) > > Couldn't find auto_bcc anywhere else. Do we just need > to change the name in config/prefs.php? Correct. Fixed in CVS. Jan. -- http://www.horde.org - The Horde Project http://www.ammma.de - Neue Wege des Lernens http://www.tip4all.de - Deine private Tippgemeinschaft From hhgu at 163.com Sat Dec 27 07:16:52 2003 From: hhgu at 163.com (Honghai Gu) Date: Sat Dec 27 07:32:31 2003 Subject: [imp] connect to multi db server In-Reply-To: <20031226014018.0s4coso884k4ckww@horde.zivix.com> Message-ID: <000a01c3cc8c$78a4a650$6364a8c0@WINNNT> We are an isp , and want to use imp, But is there a way to set the horde's reference db and turba db's ip to the same of the imap server's address. Because we have 7 imap servers, and we want each user's horde information save to the same server with imap account. Thanks a lot From mrjack at fastorama.com Sun Dec 28 10:25:56 2003 From: mrjack at fastorama.com (MrJacK) Date: Sun Dec 28 10:26:29 2003 Subject: [imp] Can't display HTML mail, blank page Message-ID: <1072635956.4904.6.camel@merlin> Hi, I have a current CVS version of horde/imp. And my problem is the following, when i set the html driver in mime_drivers.php ($mime_drivers['imp']['html']['inline'] = true;) if i try to display an email in HTML format i just get a blank page. I don't understand if i have forget something or if it's just a bug but i don't think because i can't find anything on the maling list about this problem. Thanks in advance for your help. Raphaƫl From lists.horde.org at henrybauer.com Sun Dec 28 10:40:58 2003 From: lists.horde.org at henrybauer.com (Henry Bauer) Date: Sun Dec 28 10:41:07 2003 Subject: [imp] IMP 3.2.2 and multipart - simple patch Message-ID: <1072636858.3fef23ba32c37@www.henrybauer.com> I read the mailing list archives and it seems people have the same problem I do - messages that are sent as both text and HTML get displayed as one or the other, with no way to see the other representation. I also understand this is fixed(?) in CVS HEAD, but I haven't gotten around to checking that out. However, I thought I'd share my simple (4 line) fix to this problem for people who want to stick with 3.2.2. It does not affect which multipart gets displayed, but instead of ignoring the other multiparts, it shows them as attachments. Simple and effective. It applied to 3.2 cleanly; I don't know about older versions, but if it doesn't apply, you should be able to backport it with little trouble. I've been using it for several months, but only with one user (myself). Caveat emptor. I've attached the patch and a sample message. With standard 3.2.2 code, the sample message displays as a one-line email that says "HTML Message - Happy Holidays!", with no way to view the HTML version. With my patch, the email looks the same, but you get a little link to the HTML version. Click on it, and you get the HTML email as intended. Hope this is useful! Henry -------------- next part -------------- --- message.php.orig 2003-06-25 10:42:42.000000000 -0400 +++ message.php 2003-12-27 11:28:56.000000000 -0500 @@ -176,7 +176,10 @@ foreach ($attachments as $ref => $mime) { if (!isset($displayParts[$mime->alternative]) || selectAlternativePart($mime, $displayParts[$mime->alternative])) { $displayParts[!empty($mime->alternative) ? $mime->alternative : $ref] = $mime; - } + } else { + // Other alternative part; add to the attachments list. + $atc .= IMP::partSummary($mime, $index); + } } // now display the parts -------------- next part -------------- A non-text attachment was scrubbed... Name: samplemessage.txt.gz Type: application/gzip Size: 2342 bytes Desc: not available Url : http://lists.horde.org/archives/imp/attachments/20031228/39cbd985/samplemessage.txt.bin From mjpelletier at mjpelletier.com Sun Dec 28 14:07:40 2003 From: mjpelletier at mjpelletier.com (Michael J. Pelletier) Date: Sun Dec 28 14:01:41 2003 Subject: [imp] Sync'ing with HEAD version kills IMAP folder views... Message-ID: <20031228140740.40cksgcsgw044goo@www.mjpelletier.com> After sync'ing with the HEAD version I have lost the ability to view my IMAP folders. However, selecting the folder then clicking on "Open Folder" does work. Any ideas? Michael ---------------------------------------------------------------- This message was sent using IMP, the Internet Messaging Program. From chuck at horde.org Sun Dec 28 15:12:26 2003 From: chuck at horde.org (Chuck Hagenbuch) Date: Sun Dec 28 14:17:31 2003 Subject: [imp] Sync'ing with HEAD version kills IMAP folder views... In-Reply-To: <20031228140740.40cksgcsgw044goo@www.mjpelletier.com> References: <20031228140740.40cksgcsgw044goo@www.mjpelletier.com> Message-ID: <20031228181226.lvwoso48g88cgoks@marina.horde.org> Quoting "Michael J. Pelletier" : > After sync'ing with the HEAD version I have lost the ability to view my IMAP > folders. However, selecting the folder then clicking on "Open Folder" does > work. Any ideas? Update again. -chuck -- Charles Hagenbuch, "I'm really... I'm not too fascinated by green food." - Average Joe From david at tmv.gov.tw Sun Dec 28 19:49:46 2003 From: david at tmv.gov.tw (David Chang) Date: Sun Dec 28 19:49:57 2003 Subject: [imp] What's wrong with HTML composition,CVS Message-ID: <1072669786.4eb9b51ac3ede@webmail.tmv.gov.tw> In my HTML composition window ,there are no place to edit HTML text (see http://210.241.49.67/~txg16/tmp/html_compose.jpg ),I mean in HTML composition there should have WYSWYG edit area,but this didn't appear in my IMP. Is there anything i missed ? Horde ENV http://210.241.49.68/horde.beta/test.php David ChangFrom david at tmv.gov.tw Sun Dec 28 20:18:57 2003 From: david at tmv.gov.tw (David Chang) Date: Sun Dec 28 20:19:04 2003 Subject: [imp] What's wrong with HTML composition,CVS Message-ID: <1072671537.bcdfae2a50895@webmail.tmv.gov.tw> In my HTML composition window ,there are no place to edit HTML text (see http://210.241.49.67/~txg16/tmp/html_compose.jpg ),I mean in HTML composition there should have WYSWYG edit area,but this didn't appear in my IMP. Is there anything i missed ? Horde ENV http://210.241.49.68/horde.beta/test.php David Chang