From piyush at 550access.com Mon Aug 23 01:30:11 2004 From: piyush at 550access.com (piyush@550access.com) Date: Mon Aug 23 01:31:36 2004 Subject: [imp] problem with imap authentication Message-ID: <1093249811.4129ab1345adf@webmail.modempops.com> hello right configure the postfix mail server with virtual delivery agent(VDA) with Mysql database. all the virtual domains are authenticated through courier-imap with mysql database enable. postfix mail server is perfectly working with virtual domains with courier-imap. But i have problem with configuring the Horde-imp with postfix + courier- IMAP. i have face following error when I try to login. this is my horde log file. Aug 16 12:59:48 HORDE [notice] [imp] Login success for piyush@vipindia.com [192.168.254.224] to {mail.vipindia.com:143} [on line 83 of "/var/www/html/horde/imp/redirect.php"] Aug 16 12:59:49 HORDE [error] [imp] FAILED LOGIN 192.168.254.224 to mail.vipindia.com:143[imap/notls] as admin@vipindia.com [on line 282 of "/var/www/html/horde/imp/lib/IMP.php"] my courier-imap is working fine. I already test through telnet mail.vipindia.com 143 ..... [root@linuxserver config]# telnet mail.vipindia.com 143 Trying 192.168.254.129... Connected to mail.vipindia.com. Escape character is '^]'. * OK [CAPABILITY IMAP4rev1 UIDPLUS CHILDREN NAMESPACE THREAD=ORDEREDSUBJECT THREAD=REFERENCES SORT QUOTA IDLE ACL ACL2=UNION STARTTLS] Courier-IMAP ready. Copyright 1998-2004 Double Precision, Inc. See COPYING for distribution information. a login piyush@vipindia.com piyush a OK LOGIN Ok. please let me know anybody know the solution of this types of problem. regards, piyush From jan at horde.org Mon Aug 23 01:58:28 2004 From: jan at horde.org (Jan Schneider) Date: Mon Aug 23 01:58:47 2004 Subject: [imp] problem with imap authentication In-Reply-To: <1093249811.4129ab1345adf@webmail.modempops.com> References: <1093249811.4129ab1345adf@webmail.modempops.com> Message-ID: <20040823105828.saufc4osos04s8ww@php5.yunosh.homeip.net> Zitat von piyush@550access.com: > i have face following error when I try to login. > this is my horde log file. > > Aug 16 12:59:48 HORDE [notice] [imp] Login success for > piyush@vipindia.com > [192.168.254.224] to {mail.vipindia.com:143} [on line 83 of > "/var/www/html/horde/imp/redirect.php"] > Aug 16 12:59:49 HORDE [error] [imp] FAILED LOGIN 192.168.254.224 to > mail.vipindia.com:143[imap/notls] as admin@vipindia.com [on line 282 of > "/var/www/html/horde/imp/lib/IMP.php"] There is no login routine on that line in any recent IMP version, you should at least tell us what version you use (I see from your message header that's 3.2.2.). Anyway, you probably configured a quota hook with wrong credentials in config/conf.php. Jan. -- Do you need professional PHP or Horde consulting? http://horde.org/consulting.php From piyush at 550access.com Mon Aug 23 03:25:34 2004 From: piyush at 550access.com (piyush@550access.com) Date: Mon Aug 23 03:27:01 2004 Subject: [imp] Re: imp Digest, Vol 851, Issue 1 In-Reply-To: <20040823090013.6A8D28B9@vlad.horde.org> References: <20040823090013.6A8D28B9@vlad.horde.org> Message-ID: <1093256734.4129c61e6b2d7@webmail.modempops.com> hello Jan Schneider, thanks for reply ... I used imp-3.2.1-1 with horde-2.2.3-1. I will try to configure quota hook in conf.php file. regards, piyush Quoting imp-request@lists.horde.org: > Send imp mailing list submissions to > imp@lists.horde.org > > To subscribe or unsubscribe via the World Wide Web, visit > http://lists.horde.org/mailman/listinfo/imp > or, via email, send a message with subject or body 'help' to > imp-request@lists.horde.org > > You can reach the person managing the list at > imp-owner@lists.horde.org > > When replying, please edit your Subject line so it is more specific > than "Re: Contents of imp digest..." > > > Today's Topics: > > 1. message viewing of folder INBOX (shelly) > 2. Re: message viewing of folder INBOX (Juli?n Mu?oz) > 3. Re: message viewing of folder INBOX (shelly) > 4. Very slow login times IMP-CVS+Cyrus+MySQL (Josh Endries) > 5. problem with imap authentication (piyush@550access.com) > 6. Re: problem with imap authentication (Jan Schneider) > > > ---------------------------------------------------------------------- > > Message: 1 > Date: Sun, 22 Aug 2004 22:10:29 +0300 > From: shelly > Subject: [imp] message viewing of folder INBOX > To: imp@lists.horde.org > Message-ID: <90d006e904082212109f8a96f@mail.gmail.com> > Content-Type: text/plain; charset=US-ASCII > > Hello, > I'm busting my head. Can't understand why imp doesn't show the contents > of the mails in folder INBOX. It's a cyrus instalation. All messages > display corectly except the ones in INBOX. here is my imapd.conf: > << > configdirectory: /home/cyrus > partition-default: /home/cyrus/mailboxes > sievedir: /home/cyrus/sieve > lmtpsocket: /home/cyrus/socket/lmtp > srvtab: /home/cyrus/srvtab > > tls_ca_path: /etc/ssl/certs > tls_ca_file: /etc/ssl/cyrus/server.pem > tls_cert_file: /etc/ssl/cyrus/server.pem > tls_key_file: /etc/ssl/cyrus/server.pem > > # Don't use an everyday user as admin. > admins: cyrus > lmtp_admins: cyrus > > > quotawarn: 75 > sieveusehomedir: no > allowusermoves: yes > allowallsubscribe: yes > loginuseacl: yes > hashimapspool: yes > allowanonymouslogin: yes > allowplaintext: yes > altnamespace: yes > allowplainwithouttls: yes > unixhierarchysep: yes > virtdomains: yes > defaultdomain: localhost > autocreatequota: 32768 > > sasl_pwcheck_method: auxprop > sasl_passwd_check: sql > sasl_sql_hostnames: localhost > sasl_sql_user: some_user > sasl_sql_passwd: some_pass > sasl_sql_database: some_db > sasl_sql_statement: select password from users_passwd where > username='%u' and realm='%r' > sasl_sql_verbose: yes > >> > > and here is my servers.php > << > $servers['cyrus'] = array( > 'name' => 'Cyrus IMAP Server', > 'server' => 'viaowl', > 'hordeauth' => 'full', > 'protocol' => 'imap/notls', > 'port' => 143, > 'folders' => '', > 'namespace' => '', > 'maildomain' => '', > 'smtphost' => 'viaowl.org', > 'realm' => '', > 'preferred' => '', > 'admin' => array( > 'params' => array( > 'login' => 'some_user', > 'password' => 'some_pass', > 'userhierarchy' => 'user/' > ) > ), > 'quota' => array( > 'driver' => 'cyrus', > 'params' => array( > 'login' => 'some_user', > 'password' => 'some_pass', > 'userhierarchy' => 'user/' > ) > ), > 'acl' => array( > 'driver' => 'rfc2086', > ), > 'dotfiles' => true, > 'hierarchies' => array()); > >> > > Can anyone give me any kind of clue on this ? > > > ------------------------------ > > Message: 2 > Date: Sun, 22 Aug 2004 19:23:21 +0000 (GMT) > From: Juli?n Mu?oz > Subject: Re: [imp] message viewing of folder INBOX > To: shelly > Cc: imp@lists.horde.org > Message-ID: > > Content-Type: TEXT/PLAIN; charset=US-ASCII > > > Take a look at the examples that are the file servers.php: > > 'namespace' => 'INBOX.' > > > It works well here. > > > On Sun, 22 Aug 2004, shelly wrote: > > > Hello, > > I'm busting my head. Can't understand why imp doesn't show the contents > > of the mails in folder INBOX. It's a cyrus instalation. All messages > > display corectly except the ones in INBOX. here is my imapd.conf: > > << > > configdirectory: /home/cyrus > > partition-default: /home/cyrus/mailboxes > > sievedir: /home/cyrus/sieve > > lmtpsocket: /home/cyrus/socket/lmtp > > srvtab: /home/cyrus/srvtab > > > > tls_ca_path: /etc/ssl/certs > > tls_ca_file: /etc/ssl/cyrus/server.pem > > tls_cert_file: /etc/ssl/cyrus/server.pem > > tls_key_file: /etc/ssl/cyrus/server.pem > > > > # Don't use an everyday user as admin. > > admins: cyrus > > lmtp_admins: cyrus > > > > > > quotawarn: 75 > > sieveusehomedir: no > > allowusermoves: yes > > allowallsubscribe: yes > > loginuseacl: yes > > hashimapspool: yes > > allowanonymouslogin: yes > > allowplaintext: yes > > altnamespace: yes > > allowplainwithouttls: yes > > unixhierarchysep: yes > > virtdomains: yes > > defaultdomain: localhost > > autocreatequota: 32768 > > > > sasl_pwcheck_method: auxprop > > sasl_passwd_check: sql > > sasl_sql_hostnames: localhost > > sasl_sql_user: some_user > > sasl_sql_passwd: some_pass > > sasl_sql_database: some_db > > sasl_sql_statement: select password from users_passwd where > > username='%u' and realm='%r' > > sasl_sql_verbose: yes > > >> > > > > and here is my servers.php > > << > > $servers['cyrus'] = array( > > 'name' => 'Cyrus IMAP Server', > > 'server' => 'viaowl', > > 'hordeauth' => 'full', > > 'protocol' => 'imap/notls', > > 'port' => 143, > > 'folders' => '', > > 'namespace' => '', > > 'maildomain' => '', > > 'smtphost' => 'viaowl.org', > > 'realm' => '', > > 'preferred' => '', > > 'admin' => array( > > 'params' => array( > > 'login' => 'some_user', > > 'password' => 'some_pass', > > 'userhierarchy' => 'user/' > > ) > > ), > > 'quota' => array( > > 'driver' => 'cyrus', > > 'params' => array( > > 'login' => 'some_user', > > 'password' => 'some_pass', > > 'userhierarchy' => 'user/' > > ) > > ), > > 'acl' => array( > > 'driver' => 'rfc2086', > > ), > > 'dotfiles' => true, > > 'hierarchies' => array()); > > >> > > > > Can anyone give me any kind of clue on this ? > > > > > > ------------------------------ > > Message: 3 > Date: Sun, 22 Aug 2004 22:58:56 +0300 > From: shelly > Subject: Re: [imp] message viewing of folder INBOX > To: imp@lists.horde.org > Message-ID: <90d006e9040822125849c5eb58@mail.gmail.com> > Content-Type: text/plain; charset=ISO-8859-1 > > unixhierarchysep: yes > > this means that now the "/" is used instead of ".". also > > altnamespace: yes > > this makes the INBOX as one of the folders or better said the inbox is > not parent anymore. > Let me explain. I can see the index, directorys, messages, only that > when i try to VIEW messages, it says this message contains no text. in > preview (mouse hover) i can see the content but not in viewing > (message.php). this only happens in INBOX. anyother folder works. > > On Sun, 22 Aug 2004 19:23:21 +0000 (GMT), Juli?n Mu?oz > wrote: > > > > Take a look at the examples that are the file servers.php: > > > > 'namespace' => 'INBOX.' > > > > It works well here. > > > > > > > > > > On Sun, 22 Aug 2004, shelly wrote: > > > > > Hello, > > > I'm busting my head. Can't understand why imp doesn't show the contents > > > of the mails in folder INBOX. It's a cyrus instalation. All messages > > > display corectly except the ones in INBOX. here is my imapd.conf: > > > << > > > configdirectory: /home/cyrus > > > partition-default: /home/cyrus/mailboxes > > > sievedir: /home/cyrus/sieve > > > lmtpsocket: /home/cyrus/socket/lmtp > > > srvtab: /home/cyrus/srvtab > > > > > > tls_ca_path: /etc/ssl/certs > > > tls_ca_file: /etc/ssl/cyrus/server.pem > > > tls_cert_file: /etc/ssl/cyrus/server.pem > > > tls_key_file: /etc/ssl/cyrus/server.pem > > > > > > # Don't use an everyday user as admin. > > > admins: cyrus > > > lmtp_admins: cyrus > > > > > > > > > quotawarn: 75 > > > sieveusehomedir: no > > > allowusermoves: yes > > > allowallsubscribe: yes > > > loginuseacl: yes > > > hashimapspool: yes > > > allowanonymouslogin: yes > > > allowplaintext: yes > > > altnamespace: yes > > > allowplainwithouttls: yes > > > unixhierarchysep: yes > > > virtdomains: yes > > > defaultdomain: localhost > > > autocreatequota: 32768 > > > > > > sasl_pwcheck_method: auxprop > > > sasl_passwd_check: sql > > > sasl_sql_hostnames: localhost > > > sasl_sql_user: some_user > > > sasl_sql_passwd: some_pass > > > sasl_sql_database: some_db > > > sasl_sql_statement: select password from users_passwd where > > > username='%u' and realm='%r' > > > sasl_sql_verbose: yes > > > >> > > > > > > and here is my servers.php > > > << > > > $servers['cyrus'] = array( > > > 'name' => 'Cyrus IMAP Server', > > > 'server' => 'viaowl', > > > 'hordeauth' => 'full', > > > 'protocol' => 'imap/notls', > > > 'port' => 143, > > > 'folders' => '', > > > 'namespace' => '', > > > 'maildomain' => '', > > > 'smtphost' => 'viaowl.org', > > > 'realm' => '', > > > 'preferred' => '', > > > 'admin' => array( > > > 'params' => array( > > > 'login' => 'some_user', > > > 'password' => 'some_pass', > > > 'userhierarchy' => 'user/' > > > ) > > > ), > > > 'quota' => array( > > > 'driver' => 'cyrus', > > > 'params' => array( > > > 'login' => 'some_user', > > > 'password' => 'some_pass', > > > 'userhierarchy' => 'user/' > > > ) > > > ), > > > 'acl' => array( > > > 'driver' => 'rfc2086', > > > ), > > > 'dotfiles' => true, > > > 'hierarchies' => array()); > > > >> > > > > > > Can anyone give me any kind of clue on this ? > > > > > > > > > > ------------------------------ > > Message: 4 > Date: Sun, 22 Aug 2004 16:11:06 -0400 > From: Josh Endries > Subject: [imp] Very slow login times IMP-CVS+Cyrus+MySQL > To: imp@lists.horde.org > Message-ID: <4128FDDA.5070505@endries.org> > Content-Type: text/plain; charset="us-ascii" > > Hello, > > I installed the CVS version of Horde and IMP on a server and Horde is > taking a very long time (~1.5 minutes) to log in to the Cyrus IMAP > server (IMP does the auth). The server also takes a very long time to > compose/send email after submitting. I can use a normal IMAP client like > Thunderbird just fine with no delays, and can login manually over telnet > without problems... I'm currently using imapproxyd to pool the IMAP > connections, but removing that doesn't change what happens (I tried). It > doesn't take long to login when using IMP's test.php, and the logs make > it look like it logs in okay right away, then it just sits there doing > nothing for a minute, then PHP realized it logged in and comes alive again. > > This is all the logging I can think of grabbing (mysql, horde, and syslog): > > 040822 15:51:03 6732 Connect horde@127.0.0.1 on > 6732 Init DB horde > Aug 22 15:51:04 HORDE [debug] [imp] SQL Query by Prefs_sql::retrieve(): > SELECT pref_scope, pref_name, pref_value FROM horde_prefs WHERE pref_uid > = 'josh' AND (pref_scope = 'imp' OR pref_scope = 'horde') ORDER BY > pref_scope [on line 147 of "/usr/local/lib/php/Horde/Prefs/sql.php"] > 040822 15:51:04 6732 Init DB horde > 6732 Init DB horde > 6732 Query SELECT pref_scope, pref_name, > pref_value FROM horde_prefs WHERE pref_uid = 'josh' AND (pref_scope = > 'imp' OR pref_scope = 'horde') ORDER BY pref_scope > Aug 22 15:51:04 www master[5906]: about to exec /usr/local/cyrus/bin/imapd > Aug 22 15:51:04 www imap[5906]: executed > Aug 22 15:51:04 www imap[5906]: accepted connection > Aug 22 15:51:04 www imap[5906]: login: localhost [127.0.0.1] josh > plaintext User logged in > Aug 22 15:51:04 www in.imapproxyd[555]: LOGIN: 'josh' (127.0.0.1:52402) > on new sd [10] > Aug 22 15:52:24 HORDE [notice] [imp] Login success for josh > [68.172.187.152] to {127.0.0.1:10143} [on line 117 of > "/var/www/www.endries.org/horde/imp/redirect.php"] > Aug 22 15:52:24 www in.imapproxyd[555]: LOGOUT: 'josh' from server sd [10] > Aug 22 15:52:24 www in.imapproxyd[555]: LOGIN: 'josh' (127.0.0.1:52406) > on existing sd [10] > Aug 22 15:52:24 www imap[5906]: seen_db: user josh opened > /var/imap/user/j/josh.seen > Aug 22 15:52:24 www in.imapproxyd[555]: LOGOUT: 'josh' from server sd [10] > 040822 15:52:24 6732 Init DB horde > 6732 Query SELECT 1 FROM horde_prefs WHERE > pref_uid = 'josh' AND pref_name = 'last_login' AND (pref_scope = 'horde' > OR pref_scope = 'horde') > 6732 Init DB horde > 6732 Query UPDATE horde_prefs SET pref_value = > 'a:2:{s:4:\"time\";i:1093204264;s:4:\"host\";s:14:\"68.172.187.152\";}' > WHERE pref_uid = 'josh' AND pref_name = 'last_login' AND pref_scope = > 'horde' > 6732 Quit > > Josh > -------------- next part -------------- > A non-text attachment was scrubbed... > Name: smime.p7s > Type: application/x-pkcs7-signature > Size: 3166 bytes > Desc: S/MIME Cryptographic Signature > Url : > http://lists.horde.org/archives/imp/attachments/20040822/796cdf73/smime-0001.bin > > ------------------------------ > > Message: 5 > Date: Mon, 23 Aug 2004 03:30:11 -0500 > From: piyush@550access.com > Subject: [imp] problem with imap authentication > To: imp@lists.horde.org > Message-ID: <1093249811.4129ab1345adf@webmail.modempops.com> > Content-Type: text/plain; charset=ISO-8859-1 > > hello > > right configure the postfix mail server with virtual delivery agent(VDA) > with > Mysql database. > all the virtual domains are authenticated through courier-imap with > mysql > database enable. > postfix mail server is perfectly working with virtual domains with > courier-imap. > But i have problem with configuring the Horde-imp with postfix + courier- > > IMAP. > > i have face following error when I try to login. > this is my horde log file. > > Aug 16 12:59:48 HORDE [notice] [imp] Login success for > piyush@vipindia.com > [192.168.254.224] to {mail.vipindia.com:143} [on line 83 of > "/var/www/html/horde/imp/redirect.php"] > Aug 16 12:59:49 HORDE [error] [imp] FAILED LOGIN 192.168.254.224 to > mail.vipindia.com:143[imap/notls] as admin@vipindia.com [on line 282 of > "/var/www/html/horde/imp/lib/IMP.php"] > > my courier-imap is working fine. I already test through > > > telnet mail.vipindia.com 143 ..... > > [root@linuxserver config]# telnet mail.vipindia.com 143 > Trying 192.168.254.129... > Connected to mail.vipindia.com. > Escape character is '^]'. > * OK [CAPABILITY IMAP4rev1 UIDPLUS CHILDREN NAMESPACE > THREAD=ORDEREDSUBJECT > THREAD=REFERENCES SORT QUOTA IDLE ACL ACL2=UNION STARTTLS] Courier-IMAP > ready. > Copyright 1998-2004 Double Precision, Inc. See COPYING for distribution > information. > a login piyush@vipindia.com piyush > a OK LOGIN Ok. > > please let me know anybody know the solution of this types of problem. > > regards, > piyush > > > > ------------------------------ > > Message: 6 > Date: Mon, 23 Aug 2004 10:58:28 +0200 > From: Jan Schneider > Subject: Re: [imp] problem with imap authentication > To: imp@lists.horde.org > Message-ID: <20040823105828.saufc4osos04s8ww@php5.yunosh.homeip.net> > Content-Type: text/plain; charset=UTF-8; format="flowed" > > Zitat von piyush@550access.com: > > > i have face following error when I try to login. > > this is my horde log file. > > > > Aug 16 12:59:48 HORDE [notice] [imp] Login success for > > piyush@vipindia.com > > [192.168.254.224] to {mail.vipindia.com:143} [on line 83 of > > "/var/www/html/horde/imp/redirect.php"] > > Aug 16 12:59:49 HORDE [error] [imp] FAILED LOGIN 192.168.254.224 to > > mail.vipindia.com:143[imap/notls] as admin@vipindia.com [on line 282 > of > > "/var/www/html/horde/imp/lib/IMP.php"] > > There is no login routine on that line in any recent IMP version, you should > at least tell us what version you use (I see from your message header that's > 3.2.2.). > > Anyway, you probably configured a quota hook with wrong credentials in > config/conf.php. > > Jan. > > -- > Do you need professional PHP or Horde consulting? > http://horde.org/consulting.php > > > ------------------------------ > > > -- > IMP mailing list > Frequently Asked Questions: http://horde.org/faq/ > To unsubscribe, mail: imp-unsubscribe@lists.horde.org > > End of imp Digest, Vol 851, Issue 1 > *********************************** > From pelle at sandbender.org Mon Aug 23 04:49:45 2004 From: pelle at sandbender.org (pelle@sandbender.org) Date: Mon Aug 23 04:51:02 2004 Subject: [imp] imap_fetchbody(): Bad message number...... Message-ID: <1093261785.4129d9d915e92@wintermute.sandbender.org> Hi! Im using Imp 3.2.5 together with php 4.3.9-rc1 on a Gentoo Linux system. Im using uw-imap. >From time to time I recieve the following message: Warning: imap_fetchbody(): Bad message number in /var/www/localhost/htdocs/horde/imp/lib/IMP.php on line 966 This happens when I try to view certain mails in my inbox. I cant view these mails. Any hints? /Pelle From jan at horde.org Mon Aug 23 05:05:25 2004 From: jan at horde.org (Jan Schneider) Date: Mon Aug 23 05:06:25 2004 Subject: [imp] imap_fetchbody(): Bad message number...... In-Reply-To: <1093261785.4129d9d915e92@wintermute.sandbender.org> References: <1093261785.4129d9d915e92@wintermute.sandbender.org> Message-ID: <20040823140525.dyfnwo08skok4sgo@php5.yunosh.homeip.net> Zitat von pelle@sandbender.org: > Hi! > > Im using Imp 3.2.5 together with php 4.3.9-rc1 on a Gentoo Linux system. > Im using uw-imap. > >> From time to time I recieve the following message: > > Warning: imap_fetchbody(): Bad message number in > /var/www/localhost/htdocs/horde/imp/lib/IMP.php on line 966 > > This happens when I try to view certain mails in my inbox. I cant view these > mails. > > Any hints? Don't use broken PHP versions. Jan. -- Do you need professional PHP or Horde consulting? http://horde.org/consulting.php From jan at horde.org Mon Aug 23 05:16:41 2004 From: jan at horde.org (Jan Schneider) Date: Mon Aug 23 05:17:34 2004 Subject: [imp] Problems w/Database Sessions and VFS In-Reply-To: References: Message-ID: <20040823141641.6eqy0occ04wogkc0@php5.yunosh.homeip.net> Zitat von Errol Neal : > Using postgres to store session data, preferences for VFS st uff. > > Sessions: > After a user logs in, they are immediately logged out with a message > saying their session has expired, please login again. This has been fixed in Horde 2.2.6-RC1. > VFS: > I assume the VFS is used to store file uploads. For some reason, it Not file uploads but attachments if you compose messages. > seems that horde is not using the table I've setup > and is instead using the file system. > > I've included a copy of my horde.php in hopes that someone could assist me. Did you also enable VFS support in IMP's configuration? Jan. -- Do you need professional PHP or Horde consulting? http://horde.org/consulting.php From jan at horde.org Mon Aug 23 05:34:45 2004 From: jan at horde.org (Jan Schneider) Date: Mon Aug 23 05:34:55 2004 Subject: [imp] Sigdashes getting mangled on send In-Reply-To: References: Message-ID: <20040823143445.hx7fw4sgo880wwk0@php5.yunosh.homeip.net> Zitat von Joshua Baker-LePain : > I've just installed IMP 3.2.4 and Horde 2.2.5 on CentOS 3.1 (a RHEL 3 > rebuild). When I compose a message, the sigdashes appear correctly (-- ) > in the compose window. I can even spell check (with pspell), and they > don't get mangled. But when I send the mail, the trailing space gets > dropped. They show up incorrectly both in the copy in sent-mail and at > the recipient address. I turned off all the "magic_quotes" options in > php.ini to no avail. Where else should I look for how to fix this? What > other information should I provide? Thanks. Will be fixed with Horde 2.2.6. Jan. -- Do you need professional PHP or Horde consulting? http://horde.org/consulting.php From jan at horde.org Mon Aug 23 05:48:12 2004 From: jan at horde.org (Jan Schneider) Date: Mon Aug 23 05:48:17 2004 Subject: [imp] Not enough permissions to add contact from imp In-Reply-To: References: Message-ID: <20040823144812.afw88okgggc8s0gc@php5.yunosh.homeip.net> Zitat von Sascha Bieler : > Hi, > > I configured in sources.php: > > $cfgSources['prefs'] = array( > 'title' => _("Privates Adressbuch"), > 'type' => 'prefs', > Now, if I add an email-address from imp I get an "Already exists!", but the > address gets added. I can also see the new address in my private > addressbook, but when I click on it to see the details I get "Not enough > rights to see contact!". Read the comments to the prefs address book driver. Jan. -- Do you need professional PHP or Horde consulting? http://horde.org/consulting.php From jan at horde.org Mon Aug 23 06:06:08 2004 From: jan at horde.org (Jan Schneider) Date: Mon Aug 23 06:07:00 2004 Subject: [imp] test Message-ID: <20040823150608.r6kuo8os8cokksww@php5.yunosh.homeip.net> From brett at wrl.org Mon Aug 23 09:40:49 2004 From: brett at wrl.org (Brett Charbeneau) Date: Mon Aug 23 09:42:00 2004 Subject: [imp] Goofy PHP log entries - buffer overflow attempt? In-Reply-To: <20040823123608.2E7EA7C5@vlad.horde.org> Message-ID: Greetings, The only PHP box I have runs IMP, so my experience reading PHP logs is really limited. I'm seeing the log entries below and haven't a CLUE what's going on. It looks like someone is trying to do a buffer overflow, but I'm not sure. Anyone else see these? I can't find anything in the Google groups on it at all... -- Brett Charbeneau, Network Administrator Tel: 757-259-7750 Williamsburg Regional Library FAX: 757-259-7798 7770 Croaker Road brett@wrl.org Williamsburg, VA 23188-7064 http://www.wrl.org Aug 21 11:51:54 webmail tuvwxyz[\]^_`abcdefghijklmnopqrstuvwxyz{|}~\177\200\201\202\203\204\205\206\207\210\211\212\213\214\215\216\ 217\220\221\222\223\224\225\226\227\230\231\232\233\234\235\236\237????????????????????????????????????????????????????????????????? ??????????????????????????????^?[10018]: PHP Notice: Command unrecognized: UID FETCH (errflg=2) in Unknown on line 0 Aug 21 11:51:54 webmail tuvwxyz[\]^_`abcdefghijklmnopqrstuvwxyz{|}~\177\200\201\202\203\204\205\206\207\210\211\212\213\214\215\216\ 217\220\221\222\223\224\225\226\227\230\231\232\233\234\235\236\237????????????????????????????????????????????????????????????????? ??????????????????????????????^?[10018]: PHP Notice: IMAP protocol error: Command unrecognized: UID FETCH (errflg=2) in Unknown on line 0 From lists at whootis.com Mon Aug 23 19:16:57 2004 From: lists at whootis.com (Geoff Sweet) Date: Mon Aug 23 19:18:29 2004 Subject: [imp] Imp and Turba odd error Message-ID: <1093313816.9409.1614.camel@whapper.home.whootis.com> Horde 2.2.5 imp 3.2.3 turba 1.2.2 With turba installed, and setup with in Imp as the address book manager, I can quite successfully add address book entries, search them, and browse them. However when I go to the Imp Compose window, and select on "Address Book" I only get a blank pop-up window: http://www.whootis.com/pics/address_bookerror.png Any clue? The source-code for this window is blank as well. Below is my some config file settings: imp/config/conf.php: // This is an array of applications (using the names defined in // horde/config/registry.php) to include links to in the menubar. An // example providing a link to Turba (an addressbook program) would // be: $conf['menu']['apps'] = array('turba'); $conf['menu']['apps'] = array('turba'); imp/config/prefs.php: // addressbook(s) to use when expanding addresses // You can provide default values this way (note the \t and the double quotes): // 'value' => "source_one\tsource_two" // refer to turba/config/sources.php for possible source values $_prefs['search_sources'] = array( 'value' => 'localsql', 'locked' => false, 'shared' => false, 'type' => 'implicit' ); horde/config/sources.php: /** * A local address book in an SQL database. This implements a per-user * address book. * * Be sure to create a turba_objects table in your Horde database * from the schema in turba/scripts/drivers/turba.sql if you use * this source. */ $cfgSources['localsql'] = array( 'title' => 'My Addressbook', 'type' => 'sql', 'params' => array( 'phptype' => 'mysql', 'hostspec' => 'localhost', 'username' => 'horde', 'password' => '*******', 'database' => 'horde', 'table' => 'turba_objects' ), 'map' => array( '__key' => 'object_id', '__owner' => 'owner_id', '__type' => 'object_type', '__members' => 'object_members', 'name' => 'object_name', 'email' => 'object_email', 'homeAddress' => 'object_homeaddress', 'workAddress' => 'object_workaddress', 'homePhone' => 'object_homephone', 'workPhone' => 'object_workphone', 'cellPhone' => 'object_cellphone', 'fax' => 'object_fax', 'title' => 'object_title', 'company' => 'object_company', 'notes' => 'object_notes' ), 'search' => array( 'name', 'email' ), 'strict' => array( 'object_id' ), 'public' => false, 'readonly' => false, 'admin' => array(), 'export' => true ); From jan at horde.org Tue Aug 24 01:16:32 2004 From: jan at horde.org (Jan Schneider) Date: Tue Aug 24 01:17:54 2004 Subject: [imp] Imp and Turba odd error In-Reply-To: <1093313816.9409.1614.camel@whapper.home.whootis.com> References: <1093313816.9409.1614.camel@whapper.home.whootis.com> Message-ID: <20040824101632.4k8c8k80k4ck0os8@jan.dip.ammma.net> Zitat von Geoff Sweet : > With turba installed, and setup with in Imp as the address book manager, > I can quite successfully add address book entries, search them, and > browse them. However when I go to the Imp Compose window, and select on > "Address Book" I only get a blank pop-up window: > > http://www.whootis.com/pics/address_bookerror.png > > Any clue? The source-code for this window is blank as well. > imp/config/prefs.php: > // addressbook(s) to use when expanding addresses > // You can provide default values this way (note the \t and the double > quotes): > // 'value' => "source_one\tsource_two" > // refer to turba/config/sources.php for possible source values > $_prefs['search_sources'] = array( > 'value' => 'localsql', > 'locked' => false, > 'shared' => false, > 'type' => 'implicit' > ); Check if this address book is also the default address book in your *personal* preferences. Jan. -- Do you need professional PHP or Horde consulting? http://horde.org/consulting.php From rafan at csie.org Tue Aug 24 00:59:26 2004 From: rafan at csie.org (Rong-En Fan) Date: Tue Aug 24 02:15:42 2004 Subject: [imp] address book -> compose window Message-ID: <20040824075926.GA13819@muse.csie.ntu.edu.tw> Hello, I'm running Horde/IMP -HEAD version. There is a long standing bug in address selection -> compose window. I have been use IMP -HEAD for at least one and half year, this problem exists very long. Here the problem is: I have a group named "test" and there are two members (http://rafan.infor.org/tmp/imp/imp-group1.png) Both names are in BIG5 words, and all ascii > 127. After back to compose window, the names become a mass: http://rafan.infor.org/tmp/imp/imp-compose1.png However, when I sent this mail, it's ok, I see following in mutt To: "­Sºa®¦" , "­Sºa®¦2" OK, here is the problem the group "test" is modified to contain a member whose name contains \ and ' in it http://rafan.infor.org/tmp/imp/imp-group2.png select the group and back to compose the mail the names are still a mass... http://rafan.infor.org/tmp/imp/imp-compose2.png BUT, this mail fails to deliver because somehow the recipients become null username (something like just @mydomain, w/o userpart) Regards, Rong-En Fan From lists at whootis.com Tue Aug 24 02:31:19 2004 From: lists at whootis.com (Geoff Sweet) Date: Tue Aug 24 02:31:55 2004 Subject: [imp] Imp and Turba odd error In-Reply-To: <20040824101632.4k8c8k80k4ck0os8@jan.dip.ammma.net> References: <1093313816.9409.1614.camel@whapper.home.whootis.com> <20040824101632.4k8c8k80k4ck0os8@jan.dip.ammma.net> Message-ID: <1093339879.9409.1621.camel@whapper.home.whootis.com> Yep that did it. That blank page is a bit mis-leading. I was positive that something was wrong. So, is there a way to force that as the default for everyone? -Geoff On Tue, 2004-08-24 at 01:16, Jan Schneider wrote: > Zitat von Geoff Sweet : > > > With turba installed, and setup with in Imp as the address book manager, > > I can quite successfully add address book entries, search them, and > > browse them. However when I go to the Imp Compose window, and select on > > "Address Book" I only get a blank pop-up window: > > > > http://www.whootis.com/pics/address_bookerror.png > > > > Any clue? The source-code for this window is blank as well. > > > imp/config/prefs.php: > > // addressbook(s) to use when expanding addresses > > // You can provide default values this way (note the \t and the double > > quotes): > > // 'value' => "source_one\tsource_two" > > // refer to turba/config/sources.php for possible source values > > $_prefs['search_sources'] = array( > > 'value' => 'localsql', > > 'locked' => false, > > 'shared' => false, > > 'type' => 'implicit' > > ); > > Check if this address book is also the default address book in your > *personal* preferences. > > Jan. > > -- > Do you need professional PHP or Horde consulting? > http://horde.org/consulting.php From jan at horde.org Tue Aug 24 02:33:47 2004 From: jan at horde.org (Jan Schneider) Date: Tue Aug 24 02:34:05 2004 Subject: [imp] address book -> compose window In-Reply-To: <20040824075926.GA13819@muse.csie.ntu.edu.tw> References: <20040824075926.GA13819@muse.csie.ntu.edu.tw> Message-ID: <20040824113347.g0rsokg444ogs4kg@jan.dip.ammma.net> Zitat von Rong-En Fan : > Hello, > > I'm running Horde/IMP -HEAD version. There is > a long standing bug in address selection -> > compose window. I have been use IMP -HEAD for > at least one and half year, this problem > exists very long. > > Here the problem is: > > I have a group named "test" and there are two members > (http://rafan.infor.org/tmp/imp/imp-group1.png) > Both names are in BIG5 words, and all ascii > 127. > After back to compose window, the names become > a mass: > http://rafan.infor.org/tmp/imp/imp-compose1.png *How* do you get the addresses to the compose window. There are at least three ways. > However, when I sent this mail, it's ok, > I see following in mutt > > To: "­Sºa®¦" , > "­Sºa®¦2" > > OK, here is the problem the group "test" is > modified to contain a member whose name contains > \ and ' in it > http://rafan.infor.org/tmp/imp/imp-group2.png > > select the group and back to compose the mail > the names are still a mass... > http://rafan.infor.org/tmp/imp/imp-compose2.png > > BUT, this mail fails to deliver because > somehow the recipients become null username > (something like just @mydomain, w/o userpart) > > Regards, > Rong-En Fan > -- > IMP mailing list - Join the hunt: http://horde.org/bounties/#imp > Frequently Asked Questions: http://horde.org/faq/ > To unsubscribe, mail: imp-unsubscribe@lists.horde.org > > Jan. -- Do you need professional PHP or Horde consulting? http://horde.org/consulting.php From jan at horde.org Tue Aug 24 02:57:40 2004 From: jan at horde.org (Jan Schneider) Date: Tue Aug 24 02:57:47 2004 Subject: [imp] Imp and Turba odd error In-Reply-To: <1093339879.9409.1621.camel@whapper.home.whootis.com> References: <1093313816.9409.1614.camel@whapper.home.whootis.com> <20040824101632.4k8c8k80k4ck0os8@jan.dip.ammma.net> <1093339879.9409.1621.camel@whapper.home.whootis.com> Message-ID: <20040824115740.0so4skk8ksg8cg88@jan.dip.ammma.net> Zitat von Geoff Sweet : > Yep that did it. That blank page is a bit mis-leading. I was positive > that something was wrong. > > So, is there a way to force that as the default for everyone? What you did was correct (setting the value in prefs.php), it was just that your personal setting was screwed somehow. > -Geoff > > On Tue, 2004-08-24 at 01:16, Jan Schneider wrote: >> Zitat von Geoff Sweet : >> >> > With turba installed, and setup with in Imp as the address book manager, >> > I can quite successfully add address book entries, search them, and >> > browse them. However when I go to the Imp Compose window, and select on >> > "Address Book" I only get a blank pop-up window: >> > >> > http://www.whootis.com/pics/address_bookerror.png >> > >> > Any clue? The source-code for this window is blank as well. >> >> > imp/config/prefs.php: >> > // addressbook(s) to use when expanding addresses >> > // You can provide default values this way (note the \t and the double >> > quotes): >> > // 'value' => "source_one\tsource_two" >> > // refer to turba/config/sources.php for possible source values >> > $_prefs['search_sources'] = array( >> > 'value' => 'localsql', >> > 'locked' => false, >> > 'shared' => false, >> > 'type' => 'implicit' >> > ); >> >> Check if this address book is also the default address book in your >> *personal* preferences. Jan. -- Do you need professional PHP or Horde consulting? http://horde.org/consulting.php From rafan at csie.org Tue Aug 24 02:58:36 2004 From: rafan at csie.org (Rong-En Fan) Date: Tue Aug 24 03:00:17 2004 Subject: [imp] address book -> compose window In-Reply-To: <20040824113347.g0rsokg444ogs4kg@jan.dip.ammma.net> References: <20040824075926.GA13819@muse.csie.ntu.edu.tw> <20040824113347.g0rsokg444ogs4kg@jan.dip.ammma.net> Message-ID: <20040824095836.GA21043@muse.csie.ntu.edu.tw> On Tue, Aug 24, 2004 at 11:33:47AM +0200, Jan Schneider wrote: > Zitat von Rong-En Fan : > > >Here the problem is: > > > >I have a group named "test" and there are two members > >(http://rafan.infor.org/tmp/imp/imp-group1.png) > >Both names are in BIG5 words, and all ascii > 127. > >After back to compose window, the names become > >a mass: > >http://rafan.infor.org/tmp/imp/imp-compose1.png > > *How* do you get the addresses to the compose window. There are at least > three ways. I click the "contacts" in the options, double click on the group "test", and click "confirm/submit' button. Regards, Rong-En Fan From lists at whootis.com Tue Aug 24 03:48:53 2004 From: lists at whootis.com (Geoff Sweet) Date: Tue Aug 24 03:49:45 2004 Subject: [imp] Imp and Turba odd error In-Reply-To: <20040824115740.0so4skk8ksg8cg88@jan.dip.ammma.net> References: <1093313816.9409.1614.camel@whapper.home.whootis.com> <20040824101632.4k8c8k80k4ck0os8@jan.dip.ammma.net> <1093339879.9409.1621.camel@whapper.home.whootis.com> <20040824115740.0so4skk8ksg8cg88@jan.dip.ammma.net> Message-ID: <1093344533.9409.1625.camel@whapper.home.whootis.com> No matter what user I log in as, they always come up with that blank address book page until I specifically set in the users preferences what address book to use. Is there a way to make the Turba "My Addresses" the default that always shows up so that they don't have to modify thier preferences first time in? -G On Tue, 2004-08-24 at 02:57, Jan Schneider wrote: > Zitat von Geoff Sweet : > > > Yep that did it. That blank page is a bit mis-leading. I was positive > > that something was wrong. > > > > So, is there a way to force that as the default for everyone? > > What you did was correct (setting the value in prefs.php), it was just that > your personal setting was screwed somehow. > > > -Geoff > > > > On Tue, 2004-08-24 at 01:16, Jan Schneider wrote: > >> Zitat von Geoff Sweet : > >> > >> > With turba installed, and setup with in Imp as the address book manager, > >> > I can quite successfully add address book entries, search them, and > >> > browse them. However when I go to the Imp Compose window, and select on > >> > "Address Book" I only get a blank pop-up window: > >> > > >> > http://www.whootis.com/pics/address_bookerror.png > >> > > >> > Any clue? The source-code for this window is blank as well. > >> > >> > imp/config/prefs.php: > >> > // addressbook(s) to use when expanding addresses > >> > // You can provide default values this way (note the \t and the double > >> > quotes): > >> > // 'value' => "source_one\tsource_two" > >> > // refer to turba/config/sources.php for possible source values > >> > $_prefs['search_sources'] = array( > >> > 'value' => 'localsql', > >> > 'locked' => false, > >> > 'shared' => false, > >> > 'type' => 'implicit' > >> > ); > >> > >> Check if this address book is also the default address book in your > >> *personal* preferences. > > Jan. > > -- > Do you need professional PHP or Horde consulting? > http://horde.org/consulting.php From piyush at 550access.com Tue Aug 24 03:52:02 2004 From: piyush at 550access.com (piyush@550access.com) Date: Tue Aug 24 03:52:29 2004 Subject: [imp] problem with imp authentication. Message-ID: <1093344722.412b1dd2f06ca@webmail.modempops.com> i have problem in imp authentication. I have login in horde sucessful but can't login in imp. my horde log file is follow. Aug 24 16:16:07 HORDE [notice] [imp] Login success for piyush@vipindia.com [192.168.254.224] to {pop.vipindia.com:143} [on line 83 of "/var/www/html/horde/imp/redirect.php"] Aug 24 16:16:08 HORDE [error] [imp] FAILED LOGIN 192.168.254.224 to pop.vipindia.com:143[imap/notls] as piyush@vipindia.com [on line 282 of "/var/www/html/horde/imp/lib/IMP.php"] please help me anybody have solution for this types of error. piyush From jan at horde.org Tue Aug 24 07:49:00 2004 From: jan at horde.org (Jan Schneider) Date: Tue Aug 24 07:49:38 2004 Subject: [imp] address book -> compose window In-Reply-To: <20040824095836.GA21043@muse.csie.ntu.edu.tw> References: <20040824075926.GA13819@muse.csie.ntu.edu.tw> <20040824113347.g0rsokg444ogs4kg@jan.dip.ammma.net> <20040824095836.GA21043@muse.csie.ntu.edu.tw> Message-ID: <20040824164900.s8o8cgskcs8ggwwo@jan.dip.ammma.net> Zitat von Rong-En Fan : > On Tue, Aug 24, 2004 at 11:33:47AM +0200, Jan Schneider wrote: >> Zitat von Rong-En Fan : >> >> >Here the problem is: >> > >> >I have a group named "test" and there are two members >> >(http://rafan.infor.org/tmp/imp/imp-group1.png) >> >Both names are in BIG5 words, and all ascii > 127. >> >After back to compose window, the names become >> >a mass: >> >http://rafan.infor.org/tmp/imp/imp-compose1.png >> >> *How* do you get the addresses to the compose window. There are at least >> three ways. > > I click the "contacts" in the options, Where? What options? > double click on the group "test", > and click "confirm/submit' button. > > Regards, > Rong-En Fan > > Jan. -- Do you need professional PHP or Horde consulting? http://horde.org/consulting.php From jrk at mipl.jpl.nasa.gov Tue Aug 24 09:45:23 2004 From: jrk at mipl.jpl.nasa.gov (Jim King) Date: Tue Aug 24 09:51:54 2004 Subject: [imp] Re: problem with imp authentication. In-Reply-To: <1093344722.412b1dd2f06ca@webmail.modempops.com> References: <1093344722.412b1dd2f06ca@webmail.modempops.com> Message-ID: I'm having similar problems. Using the dev branch 8-19-04 snapshots. When I have: $conf['auth']['driver'] = 'auto'; $conf['auth']['params'] = array('username' => 'Administrator'); everything works fine. As soon as I set it to: $conf['auth']['driver'] = 'application'; $conf['auth']['params']['app'] = 'imp'; I get weird things happen. I've narrowed it down to the redirect data not working any more... it loses the machine name when it's building URLs. So when it should be going to: http:///horde-new/imp/login.php it instead tries to go to: http:///horde-new/imp/login.php Note the 3rd slash... it's like whatever variable held the machine name is just blank. I also get this in the log: Aug 22 21:02:08 HORDE [emergency] [] horde-new/imp is not configured in the Horde Registry. [on line 67 of "/usr/local/lib/php/Horde/Auth/application.php"] Any thoughts as to where to look? jim piyush@550access.com wrote: > i have problem in imp authentication. I have login in horde sucessful but can't > login in imp. > > my horde log file is follow. > > Aug 24 16:16:07 HORDE [notice] [imp] Login success for piyush@vipindia.com > [192.168.254.224] to {pop.vipindia.com:143} [on line 83 of > "/var/www/html/horde/imp/redirect.php"] > > Aug 24 16:16:08 HORDE [error] [imp] FAILED LOGIN 192.168.254.224 to > pop.vipindia.com:143[imap/notls] as piyush@vipindia.com [on line 282 of > "/var/www/html/horde/imp/lib/IMP.php"] > > > please help me anybody have solution for this types of error. > > > piyush From dan at familybrown.org Tue Aug 24 09:54:59 2004 From: dan at familybrown.org (Dan Brown) Date: Tue Aug 24 09:55:35 2004 Subject: [imp] Re: problem with imp authentication. In-Reply-To: References: <1093344722.412b1dd2f06ca@webmail.modempops.com> Message-ID: <20040824125459.cdb6s4w440co0so0@www.familybrown.org> Quoting Jim King : > Aug 22 21:02:08 HORDE [emergency] [] horde-new/imp is not configured in > the Horde Registry. [on line 67 of > "/usr/local/lib/php/Horde/Auth/application.php"] Is the correct information entered for imp in horde/config/registry.php? -- Dan Brown, KE6MKS, dan@familybrown.org "Since all the world is but a story, it were well for thee to buy the more enduring story rather than the story that is less enduring." -- The Judgment of St. Colum Cille From khoffman at uwo.ca Tue Aug 24 10:10:53 2004 From: khoffman at uwo.ca (Kim Hoffman) Date: Tue Aug 24 10:11:23 2004 Subject: [imp] problem with sending mail - "waiting on server (where Horde/IMP is installed) Message-ID: <1093367453.412b769d44810@mail.uwo.ca> I cannot duplicate the problem but I got a user who can read his mail. However, when he tried to send his composition he gets the message "waiting on server (where horde/imp is installed)" redhat 9.0 Horde: 2.2.5 IMP: 3.2.4 Turba: 1.2.2 PHP Version: 4.2.2 -- Kim Tan Hoffman Information Technology Services University of Western Ontario Canada From jrk at mipl.jpl.nasa.gov Tue Aug 24 10:25:59 2004 From: jrk at mipl.jpl.nasa.gov (Jim King) Date: Tue Aug 24 10:27:22 2004 Subject: [imp] Re: problem with imp authentication. In-Reply-To: <20040824125459.cdb6s4w440co0so0@www.familybrown.org> References: <1093344722.412b1dd2f06ca@webmail.modempops.com> <20040824125459.cdb6s4w440co0so0@www.familybrown.org> Message-ID: I *think* so: if (isset($_SERVER['PHP_SELF'])) { $webroot = strstr(dirname(__FILE__), '/' . array_shift(preg_split(';/;', $_SERVER['PHP_SELF'], 2, PREG_SPLIT_NO_EMPTY))); if ($webroot !== false) { $webroot = preg_replace(';/config$;', '', $webroot); } else { $webroot = 'horde-new'; } } else { $webroot = 'horde-new'; } $this->applications['horde'] = array( 'fileroot' => dirname(__FILE__) . '/..', 'webroot' => $webroot, 'initial_page' => 'login.php', 'icon' => $webroot . '/graphics/horde.gif', 'name' => _("Horde"), 'status' => 'active', 'templates' => dirname(__FILE__) . '/../templates', 'provides' => 'horde' ); $this->applications['imp'] = array( 'fileroot' => dirname(__FILE__) . '/../imp', 'webroot' => $this->applications['horde']['webroot'] . '/imp', 'icon' => $this->applications['horde']['webroot'] . '/imp/graphics/imp.gif', 'name' => _("Mail"), 'status' => 'active', 'provides' => 'mail', ); Does that look right? Dan Brown wrote: > Quoting Jim King : > >> Aug 22 21:02:08 HORDE [emergency] [] horde-new/imp is not configured in >> the Horde Registry. [on line 67 of >> "/usr/local/lib/php/Horde/Auth/application.php"] > > > Is the correct information entered for imp in > horde/config/registry.php? > > -- > Dan Brown, KE6MKS, dan@familybrown.org > "Since all the world is but a story, it were well for thee to buy the > more enduring story rather than the story that is less enduring." > -- The Judgment of St. Colum Cille From dag at newtech.fi Tue Aug 24 10:59:44 2004 From: dag at newtech.fi (Dag Nygren) Date: Tue Aug 24 11:00:18 2004 Subject: [imp] Read mail sender into addressbook? Message-ID: <20040824175944.29869.qmail@dag.newtech.fi> Is there a possibility of adding a button in the read window to automatically enter the sender into our addressbook? Tried to browse the web and the documentation but couldn't find anything... BRGDS -- Dag Nygren email: dag@newtech.fi Oy Espoon NewTech Ab phone: +358 9 8024910 Tr?sktorpet 3 fax: +358 9 8024916 02360 ESBO Mobile: +358 400 426312 FINLAND From thomas at creativebusinessystems.com Tue Aug 24 11:08:23 2004 From: thomas at creativebusinessystems.com (Thomas O'Brien) Date: Tue Aug 24 11:09:07 2004 Subject: [imp] Read mail sender into addressbook? In-Reply-To: <20040824175944.29869.qmail@dag.newtech.fi> Message-ID: <4127B3C60000009C@slapshot.creativebusinessystems.com> (added by slapshot.creativebusinessystems.com) Click the Book Icon at the end of the emal address -----Original Message----- From: imp-bounces@lists.horde.org [mailto:imp-bounces@lists.horde.org] On Behalf Of Dag Nygren Sent: Tuesday, August 24, 2004 11:00 AM To: imp@lists.horde.org Subject: [imp] Read mail sender into addressbook? Is there a possibility of adding a button in the read window to automatically enter the sender into our addressbook? Tried to browse the web and the documentation but couldn't find anything... BRGDS -- Dag Nygren email: dag@newtech.fi Oy Espoon NewTech Ab phone: +358 9 8024910 Tr?sktorpet 3 fax: +358 9 8024916 02360 ESBO Mobile: +358 400 426312 FINLAND -- IMP mailing list - Join the hunt: http://horde.org/bounties/#imp Frequently Asked Questions: http://horde.org/faq/ To unsubscribe, mail: imp-unsubscribe@lists.horde.org From eric.rostetter at physics.utexas.edu Tue Aug 24 11:09:33 2004 From: eric.rostetter at physics.utexas.edu (Eric Rostetter) Date: Tue Aug 24 11:11:01 2004 Subject: [imp] Read mail sender into addressbook? In-Reply-To: <20040824175944.29869.qmail@dag.newtech.fi> References: <20040824175944.29869.qmail@dag.newtech.fi> Message-ID: <1093370973.a2965100752c6@mail.ph.utexas.edu> Quoting Dag Nygren : > Is there a possibility of adding a button in the read window > to automatically enter the sender into our addressbook? It's already there (been there for years). > Tried to browse the web and the documentation but couldn't > find anything... You probably didn't configure a default address book for it to use. I do so globally for my users. See http://www.horde.org/faq/user/turba/index.php#t3 > BRGDS > > -- > Dag Nygren email: dag@newtech.fi > Oy Espoon NewTech Ab phone: +358 9 8024910 > Tr?sktorpet 3 fax: +358 9 8024916 > 02360 ESBO Mobile: +358 400 426312 > FINLAND > > > -- > IMP mailing list - Join the hunt: http://horde.org/bounties/#imp > Frequently Asked Questions: http://horde.org/faq/ > To unsubscribe, mail: imp-unsubscribe@lists.horde.org > -- Eric Rostetter The Department of Physics The University of Texas at Austin Why get even? Get odd! From dag at newtech.fi Tue Aug 24 11:36:27 2004 From: dag at newtech.fi (Dag Nygren) Date: Tue Aug 24 11:37:58 2004 Subject: [imp] Read mail sender into addressbook? In-Reply-To: Message from "Thomas O'Brien" of "Tue, 24 Aug 2004 11:08:23 PDT." <4127B3C60000009C@slapshot.creativebusinessystems.com> (added by slapshot.creativebusinessystems.com) Message-ID: <20040824183627.31343.qmail@dag.newtech.fi> > Click the Book Icon at the end of the emal address Ahh, thanks a lot! That was well hidden ;-) Dag From ulrich at muehlgasse.de Tue Aug 24 14:39:55 2004 From: ulrich at muehlgasse.de (ulrich@muehlgasse.de) Date: Tue Aug 24 14:40:54 2004 Subject: [imp] imp does not show any messages Message-ID: <1093383595.412bb5abdf943@www.muehlgasse.de> I have a new installation of imp. No problem to to show the users INBOX with all messages listed on an cyrus imap server, but imp fails to display the messages. An empty page appears every time a message subject is selected. I noticed a message in the imapd log which says: SQUAT failed to open index file Any idea? Thanks in advance Uli From sahil at hamla.org Tue Aug 24 15:17:00 2004 From: sahil at hamla.org (sahil@hamla.org) Date: Tue Aug 24 15:17:26 2004 Subject: [imp] imp does not show any messages In-Reply-To: <1093383595.412bb5abdf943@www.muehlgasse.de> References: <1093383595.412bb5abdf943@www.muehlgasse.de> Message-ID: <1093385820.412bbe5c6050e@webmail.hamla.org> Quoting ulrich@muehlgasse.de: > I have a new installation of imp. Which version? What is "folders" set to in config/servers.php? > No problem to to show the users INBOX with all messages listed on an cyrus > imap server, but imp fails to display the messages. An empty page appears > every time a message subject is selected. Can you view the mail fine from another (not IMP) client? > SQUAT failed to open index file Here's an article about SQUAT: http://groups.google.com/groups?hl=en&lr=&ie=UTF-8&selm=3DD1BD35.15189A4A%40oceana.com -- Sahil Tandon From ulrich at muehlgasse.de Tue Aug 24 23:30:35 2004 From: ulrich at muehlgasse.de (ulrich@muehlgasse.de) Date: Tue Aug 24 23:31:19 2004 Subject: [imp] imp does not show any messages In-Reply-To: <1093385820.412bbe5c6050e@webmail.hamla.org> References: <1093383595.412bb5abdf943@www.muehlgasse.de> <1093385820.412bbe5c6050e@webmail.hamla.org> Message-ID: <1093415435.412c320b24473@www.muehlgasse.de> Zitat von sahil@hamla.org: > Quoting ulrich@muehlgasse.de: > > > I have a new installation of imp. > > Which version? What is "folders" set to in config/servers.php? the version is 3.2.5 I first tried to use the default settings given for "cyrus" server. After that i played arround with the "folder" value ("INBOX.") but with no effect. > > > No problem to to show the users INBOX with all messages listed on an cyrus > > imap server, but imp fails to display the messages. An empty page appears > > every time a message subject is selected. > > Can you view the mail fine from another (not IMP) client? yes, it seems to be an IMP problem > > > SQUAT failed to open index file > > Here's an article about SQUAT: > > http://groups.google.com/groups?hl=en&lr=&ie=UTF-8&selm=3DD1BD35.15189A4A%40oceana.com > > -- > Sahil Tandon > > Uli From asa at isac.ernet.in Wed Aug 25 02:43:22 2004 From: asa at isac.ernet.in (Anant S Athavale) Date: Wed Aug 25 02:37:45 2004 Subject: [imp] Compose window hangs. Message-ID: <1093427002.412c5f3a636a9@isacmail3.isac.dos.gov.in> Dear members, I have two problems: 1. Compose window hangs when a file is attached and mail is sent. Hence, The mail is not delivered to the user. 2. In case, if the Compose window does not hang, the receiver does not get the attachment. Details of the system: OS. - Redhat 9. Apache : 2.0.40 PHP: 4.2.2.0 downloaded from ftp.horde.org for redhat9 Horde 2.1 IMP 3.1 I have already set LimitRequestBody to 0 (unlimited) in php.conf. I have set post_max_size=10M and upload_max_filesize=10M in php.ini. Please let me know, what else do I need to solve the problem. Regards, Anant. From Roderburg at Uni-Koeln.DE Wed Aug 25 05:49:24 2004 From: Roderburg at Uni-Koeln.DE (Jochen Roderburg) Date: Wed Aug 25 05:49:45 2004 Subject: [imp] IMP and readonly mailboxes Message-ID: <1093438164.412c8ad4d2566@webtest2.rrz.uni-koeln.de> It came to our attention recently, that the IMP system has some problems, when a mailbox is offered in read-only status by the IMAP server. IMP seems to completely ignore this situation which leads to some strange unexpected behaviour. Every attempt to change anything is silently ignored, but you get no error messages, some actions even look temporarily as if they had worked, but in the end nothing really completes. Anybody has any insight what is going on there? Jochen Roderburg ZAIK/RRZK University of Cologne Robert-Koch-Str. 10 Tel.: +49-221/478-7024 D-50931 Koeln E-Mail: Roderburg@rrz.Uni-Koeln.DE Germany From jan at horde.org Wed Aug 25 06:19:02 2004 From: jan at horde.org (Jan Schneider) Date: Wed Aug 25 06:18:55 2004 Subject: [imp] IMP and readonly mailboxes In-Reply-To: <1093438164.412c8ad4d2566@webtest2.rrz.uni-koeln.de> References: <1093438164.412c8ad4d2566@webtest2.rrz.uni-koeln.de> Message-ID: <20040825151902.vswck48g8wks4048@jan.dip.ammma.net> Zitat von Jochen Roderburg : > > It came to our attention recently, that the IMP system has some > problems, when a > mailbox is offered in read-only status by the IMAP server. IMP seems to > completely ignore this situation which leads to some strange unexpected > behaviour. > Every attempt to change anything is silently ignored, but you get no error > messages, some actions even look temporarily as if they had worked, > but in the > end nothing really completes. > Anybody has any insight what is going on there? IMP simply doesn't deal with readonly mailboxes. Jan. -- Do you need professional PHP or Horde consulting? http://horde.org/consulting.php From sahil at hamla.org Wed Aug 25 06:36:06 2004 From: sahil at hamla.org (sahil@hamla.org) Date: Wed Aug 25 06:37:30 2004 Subject: [imp] Compose window hangs. In-Reply-To: <1093427002.412c5f3a636a9@isacmail3.isac.dos.gov.in> References: <1093427002.412c5f3a636a9@isacmail3.isac.dos.gov.in> Message-ID: <1093440966.412c95c6ae891@webmail.hamla.org> Quoting Anant S Athavale : [...] > I have already set LimitRequestBody to 0 (unlimited) in php.conf. I have set > post_max_size=10M and upload_max_filesize=10M in php.ini. [...] Looks like you're heading in the right direction. There are a few other pointers in the FAQ: http://www.horde.org/faq/admin/trouble/index.php#t45 -- Sahil Tandon From Roderburg at Uni-Koeln.DE Wed Aug 25 07:19:14 2004 From: Roderburg at Uni-Koeln.DE (Jochen Roderburg) Date: Wed Aug 25 07:20:01 2004 Subject: [imp] IMP and readonly mailboxes In-Reply-To: <20040825151902.vswck48g8wks4048@jan.dip.ammma.net> References: <1093438164.412c8ad4d2566@webtest2.rrz.uni-koeln.de> <20040825151902.vswck48g8wks4048@jan.dip.ammma.net> Message-ID: <1093443554.412c9fe2626ca@webtest2.rrz.uni-koeln.de> Zitat von Jan Schneider : > Zitat von Jochen Roderburg : > > > > > It came to our attention recently, that the IMP system has some > > problems, when a > > mailbox is offered in read-only status by the IMAP server. IMP seems to > > completely ignore this situation which leads to some strange unexpected > > behaviour. > > IMP simply doesn't deal with readonly mailboxes. > > Jan. Yes, that was the feeling I tried to express ;-) Any deeper reason *why* it doesn't? I would say this is a bug and it should .... Regards, J.Roderburg From chuck at horde.org Wed Aug 25 07:22:33 2004 From: chuck at horde.org (Chuck Hagenbuch) Date: Wed Aug 25 07:22:55 2004 Subject: [imp] IMP and readonly mailboxes In-Reply-To: <1093443554.412c9fe2626ca@webtest2.rrz.uni-koeln.de> References: <1093438164.412c8ad4d2566@webtest2.rrz.uni-koeln.de> <20040825151902.vswck48g8wks4048@jan.dip.ammma.net> <1093443554.412c9fe2626ca@webtest2.rrz.uni-koeln.de> Message-ID: <20040825102233.l8w8k4css88g4k0c@marina.horde.org> Quoting Jochen Roderburg : > Any deeper reason *why* it doesn't? > I would say this is a bug and it should .... Patch? -chuck -- "Regard my poor demoralized mule!" - Juan Valdez From jan at horde.org Wed Aug 25 07:26:10 2004 From: jan at horde.org (Jan Schneider) Date: Wed Aug 25 07:26:19 2004 Subject: [imp] IMP and readonly mailboxes In-Reply-To: <1093443554.412c9fe2626ca@webtest2.rrz.uni-koeln.de> References: <1093438164.412c8ad4d2566@webtest2.rrz.uni-koeln.de> <20040825151902.vswck48g8wks4048@jan.dip.ammma.net> <1093443554.412c9fe2626ca@webtest2.rrz.uni-koeln.de> Message-ID: <20040825162610.84kowkkccw4s8cgs@jan.dip.ammma.net> Zitat von Jochen Roderburg : > Zitat von Jan Schneider : > >> Zitat von Jochen Roderburg : >> >> > >> > It came to our attention recently, that the IMP system has some >> > problems, when a >> > mailbox is offered in read-only status by the IMAP server. IMP seems to >> > completely ignore this situation which leads to some strange unexpected >> > behaviour. >> >> IMP simply doesn't deal with readonly mailboxes. >> >> Jan. > > Yes, that was the feeling I tried to express ;-) > Any deeper reason *why* it doesn't? Because noone wrote the code for it? > I would say this is a bug and it should .... No, this is at most a missing feature. Patch? Jan. -- Do you need professional PHP or Horde consulting? http://horde.org/consulting.php From brandon.uhlman at ssrlibrary.ca Wed Aug 25 07:50:30 2004 From: brandon.uhlman at ssrlibrary.ca (Brandon W. Uhlman) Date: Wed Aug 25 07:54:08 2004 Subject: [imp] (no subject) Message-ID: <20040825115030.z5gw2pfkws0w8o4w@intranet.ssrlibrary.ca> Hello, all. I've recently run into a problem with the folder list, that is, "Folders" in the IMP menu bar. Only the inbox is visible, without the expanding plus sign. All folders are visible in the pulldown list from the main mailbox display, but this does mean that users who are affected (currently just me) can't rename, empty, etc., folders from IMP. I'm running Horde, with imp, turba, kronolith and ingo, all from CVS and updated today. The server is Linux, running Apache 2.0.50 and PHP 4.3.9RC1 (though it did it in 4.3.8 as well), and the IMAP server is Cyrus 2.1.15. Any thoughts? ~B ========================================== Brandon W. Uhlman, Systems Administrator South Shore Regional Library Bridgewater, Nova Scotia "It's the same great business sense that made Disney say, 'Hey, you know who'd like a theme park? The French!'" - Lewis Black From mercury at appisolutions.net Wed Aug 25 09:15:51 2004 From: mercury at appisolutions.net (Andrew Coleman) Date: Wed Aug 25 09:16:10 2004 Subject: [imp] (no subject) In-Reply-To: <20040825115030.z5gw2pfkws0w8o4w@intranet.ssrlibrary.ca> References: <20040825115030.z5gw2pfkws0w8o4w@intranet.ssrlibrary.ca> Message-ID: <20040825111551.gnww4sos4oc88ckk@www.appisolutions.net> Quoting "Brandon W. Uhlman" : > Hello, all. > > I've recently run into a problem with the folder list, that is, > "Folders" in the > IMP menu bar. Only the inbox is visible, without the expanding plus sign. All > folders are visible in the pulldown list from the main mailbox display, but > this does mean that users who are affected (currently just me) can't rename, > empty, etc., folders from IMP. > > I'm running Horde, with imp, turba, kronolith and ingo, all from CVS > and updated > today. The server is Linux, running Apache 2.0.50 and PHP 4.3.9RC1 (though it > did it in 4.3.8 as well), and the IMAP server is Cyrus 2.1.15. > > Any thoughts? > > ~B Try setting the preference under 'folder and message display options'. set the 'expand folder view by default' to either "yes" or "remember last view" -- Andrew Coleman /-\ The ASCII \ / Ribbon Campaign X Against HTML / \ E-Mail! -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-keys Size: 1430 bytes Desc: PGP Public Key Url : http://lists.horde.org/archives/imp/attachments/20040825/bceb3e0e/attachment.bin From mercury at appisolutions.net Wed Aug 25 09:17:54 2004 From: mercury at appisolutions.net (Andrew Coleman) Date: Wed Aug 25 09:19:32 2004 Subject: [imp] imp does not show any messages In-Reply-To: <1093383595.412bb5abdf943@www.muehlgasse.de> References: <1093383595.412bb5abdf943@www.muehlgasse.de> Message-ID: <20040825111754.c34sg0csokk0s0so@www.appisolutions.net> Quoting ulrich@muehlgasse.de: > I have a new installation of imp. No problem to to show the users INBOX with > all messages listed on an cyrus imap server, but imp fails to display the > messages. An empty page appears every time a message subject is selected. > > Uli I had this problem too. Make sure the framework is updated, but also make sure you have the newest mail_mime pear package (1.2.1 i believe). randomly i would get the message headers in the body of the messages that would display, and the others would display on a white page... -- Andrew Coleman /-\ The ASCII \ / Ribbon Campaign X Against HTML / \ E-Mail! -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-keys Size: 1430 bytes Desc: PGP Public Key Url : http://lists.horde.org/archives/imp/attachments/20040825/a4b871fa/attachment.bin From brandon.uhlman at ssrlibrary.ca Wed Aug 25 09:42:14 2004 From: brandon.uhlman at ssrlibrary.ca (Brandon W. Uhlman) Date: Wed Aug 25 09:46:04 2004 Subject: [imp] (no subject) In-Reply-To: <20040825111551.gnww4sos4oc88ckk@www.appisolutions.net> References: <20040825115030.z5gw2pfkws0w8o4w@intranet.ssrlibrary.ca> <20040825111551.gnww4sos4oc88ckk@www.appisolutions.net> Message-ID: <20040825134214.yqscqeoskgw8gg88@intranet.ssrlibrary.ca> Not that, sorry. :-( The problem isn't that folders don't automatically expand, it's that the folders themselves don't exist. Taking a quick look through the code, it appears that the working "Open Folder" pulldown produces its folder list from with IMP_Folder::flist() {through flistSelect()}, whereas the broken "Folders" display uses IMP_tree(). That's the point at which my understanding of the code explodes. Is there some way these two objects behave differently enough to cause the problem I'm describing. And yes, I know it's like comparing apples and grapes (or oranges), but... ;-) ~B Quoting Andrew Coleman : > Quoting "Brandon W. Uhlman" : > >> Hello, all. >> >> I've recently run into a problem with the folder list, that is, >> "Folders" in the >> IMP menu bar. Only the inbox is visible, without the expanding plus >> sign. All >> folders are visible in the pulldown list from the main mailbox display, but >> this does mean that users who are affected (currently just me) can't rename, >> empty, etc., folders from IMP. >> > > Try setting the preference under 'folder and message display > options'. set the > 'expand folder view by default' to either "yes" or "remember last view" From voilsb at gmail.com Wed Aug 25 10:50:33 2004 From: voilsb at gmail.com (Brian Voils) Date: Wed Aug 25 10:51:09 2004 Subject: [imp] Weird attachment problem In-Reply-To: <602e2d1c040821121546ce0199@mail.gmail.com> References: <602e2d1c040820224354a98bba@mail.gmail.com> <1093067682.4126e3a2a0791@www.paypc.com> <602e2d1c040821121546ce0199@mail.gmail.com> Message-ID: <602e2d1c04082510504b718682@mail.gmail.com> Okay, I fixed it. I had to set $conf['tmpdir'] = 'tmp_location'; in horde/conf/conf.php (near line 81). Then I had to go to tmp_location and set permissions for it, for tmp_location/.horde, for tmp_location/.horde/imp, and for tmp_location/.horde/imp/attachments to 777 to allow the webserver to write the file. I cross posted this because I got the idea for fixing it from that thread. Of course, now I'm curious where it puts the file when you uplaod it and those are not set properly, since it manages to read the file size and type from *somewhere* and from trying to get PHP to do exactly this to generate a dynamic upload progress meter, I don't believe PHP can read that information from the file prior to getting deposited on the server somewhere. On Sat, 21 Aug 2004 12:15:58 -0700, Brian Voils wrote: > Safe mode's not turned on, or at least according to phpinfo() it's > not. The closest thing I could find in the FAQ was to set > upload_tmp_dir to a good directory, but I can't seem to set that > variable. Setting it in .htaccess doesn't seem to have any effect. > > But finally, if it *were* a permissions problem, why would the > webserver have permissions to 1) write the file, 2) read the file size > and mimetype from the file, 3) delete the file, but not 4) send the > file. > > I can provide screenshots should you desire to visually see what I'm > talking about. > > > > On Fri, 20 Aug 2004 22:54:42 -0700, Lord Apollyon wrote: > > > > > If I want to attach a file to an e-mail, I'll hit 'browse' and find a > > > file. Then I'll click 'attach' and it'll upload the file, and it'll > > > claim it's attached to the message and it'll give filesize, mimetype, > > > etc. > > > > > > Then I send the file, and there's no attachment. Some mail readers > > > will see an attachment with the appropriate filename but with a size > > > of 0 bytes. Other mail readers (like IMP) will simply say there's no > > > attachment. I can even go to my sent-items folder and it'll claim > > > there's no attachment to the file. > > > > This sounds suspiciously like an upload directory permissions problem, a > > misconfigured Safe Mode related problem, or a mixture of the two. > > > > You need to figure out what the setting for PHP's upload directory is for > > webserver. If Safe Mode is enabled, then your copy of IMP will need to > > match the ownership of that directory, otherwise IMP will be blocked from > > touching and handling those files (which will be owned by the UID/GID of the > > running webserver process). > > > > Setting safe_mode_gid to TRUE and convincing your admin to chgrp wwwgroup > > (or whatever it's called) would resolve this without throwing away Safe Mode > > protections. > > > > You're in a tough spot, as a loser-user (as opposed to an administrator). > > The webserver runs as its own UID/GID, which is not root and not you. > > > > You have IMP code owned by you with your UID/GID. Uploads will always be > > owned by the webserver's UID. You see the problem. > > > > Multi-user installations of PHP usually like to enable Safe Mode to reduce > > the likelihood of one user being able to browse and read other users' files > > through the PHP file/directory navigation and read calls. > > > > As some may rush forward to protest that Safe Mode is an application-level > > "hack" or "fictional access control", I will submit that in the commonly > > configured case of Apache installations, this is probably most accessible > > method to reduce the attack profile of PHP's file-accessor calls. Proper > > UNIX permissions with its restrictive 3x3 model can only go so far, > > especially when coupled with the security contexts in which Apache runs. > > > > With proper ACLs or even perhaps one of the more exotic MPMs > > ("per-UID/threaded") of Apache 2, this problem could be properly addressed. > > > > =R= > > > > -- > > IMP mailing list - Join the hunt: http://horde.org/bounties/#imp > > Frequently Asked Questions: http://horde.org/faq/ > > To unsubscribe, mail: imp-unsubscribe@lists.horde.org > > > > > -- > Brian Voils > 541-753-6677 > brian@voils.net > -- Brian Voils 541-753-6677 brian@voils.net From voilsb at gmail.com Wed Aug 25 10:53:05 2004 From: voilsb at gmail.com (Brian Voils) Date: Wed Aug 25 10:53:50 2004 Subject: [imp] Compose window hangs. In-Reply-To: <1093440966.412c95c6ae891@webmail.hamla.org> References: <1093427002.412c5f3a636a9@isacmail3.isac.dos.gov.in> <1093440966.412c95c6ae891@webmail.hamla.org> Message-ID: <602e2d1c040825105332bfa779@mail.gmail.com> This might work. It's taken from another thread, where I had a problem with getting IMP to send attachments. It would say the attachment had been uploaded, but wouldn't in fact upload the file to anywhere it could send it from. I had to set $conf['tmpdir'] = 'tmp_location'; in horde/conf/conf.php (near line 81). Then I had to go to tmp_location and set permissions for it, for tmp_location/.horde, for tmp_location/.horde/imp, and for tmp_location/.horde/imp/attachments to 777 to allow the webserver to write the file. I cross posted this because I got the idea for fixing it from that thread. Of course, now I'm curious where it puts the file when you uplaod it and those are not set properly, since it manages to read the file size and type from *somewhere* and from trying to get PHP to do exactly this to generate a dynamic upload progress meter, I don't believe PHP can read that information from the file prior to getting deposited on the server somewhere. On Sat, 21 Aug 2004 12:15:58 -0700, Brian Voils wrote: > Safe mode's not turned on, or at least according to phpinfo() it's > not. The closest thing I could find in the FAQ was to set > upload_tmp_dir to a good directory, but I can't seem to set that > variable. Setting it in .htaccess doesn't seem to have any effect. > > But finally, if it *were* a permissions problem, why would the > webserver have permissions to 1) write the file, 2) read the file size > and mimetype from the file, 3) delete the file, but not 4) send the > file. > > I can provide screenshots should you desire to visually see what I'm > talking about. > > > > On Fri, 20 Aug 2004 22:54:42 -0700, Lord Apollyon wrote: > > > > > If I want to attach a file to an e-mail, I'll hit 'browse' and find a > > > file. Then I'll click 'attach' and it'll upload the file, and it'll > > > claim it's attached to the message and it'll give filesize, mimetype, > > > etc. > > > > > > Then I send the file, and there's no attachment. Some mail readers > > > will see an attachment with the appropriate filename but with a size > > > of 0 bytes. Other mail readers (like IMP) will simply say there's no > > > attachment. I can even go to my sent-items folder and it'll claim > > > there's no attachment to the file. > > > > This sounds suspiciously like an upload directory permissions problem, a > > misconfigured Safe Mode related problem, or a mixture of the two. > > > > You need to figure out what the setting for PHP's upload directory is for > > webserver. If Safe Mode is enabled, then your copy of IMP will need to > > match the ownership of that directory, otherwise IMP will be blocked from > > touching and handling those files (which will be owned by the UID/GID of the > > running webserver process). > > > > Setting safe_mode_gid to TRUE and convincing your admin to chgrp wwwgroup > > (or whatever it's called) would resolve this without throwing away Safe Mode > > protections. > > > > You're in a tough spot, as a loser-user (as opposed to an administrator). > > The webserver runs as its own UID/GID, which is not root and not you. > > > > You have IMP code owned by you with your UID/GID. Uploads will always be > > owned by the webserver's UID. You see the problem. > > > > Multi-user installations of PHP usually like to enable Safe Mode to reduce > > the likelihood of one user being able to browse and read other users' files > > through the PHP file/directory navigation and read calls. > > > > As some may rush forward to protest that Safe Mode is an application-level > > "hack" or "fictional access control", I will submit that in the commonly > > configured case of Apache installations, this is probably most accessible > > method to reduce the attack profile of PHP's file-accessor calls. Proper > > UNIX permissions with its restrictive 3x3 model can only go so far, > > especially when coupled with the security contexts in which Apache runs. > > > > With proper ACLs or even perhaps one of the more exotic MPMs > > ("per-UID/threaded") of Apache 2, this problem could be properly addressed. > > > > =R= > > > > -- > > IMP mailing list - Join the hunt: http://horde.org/bounties/#imp > > Frequently Asked Questions: http://horde.org/faq/ > > To unsubscribe, mail: imp-unsubscribe@lists.horde.org > > > > > -- > Brian Voils > 541-753-6677 > brian@voils.net > -- Brian Voils 541-753-6677 brian@voils.net From khoffman at uwo.ca Wed Aug 25 12:33:50 2004 From: khoffman at uwo.ca (Kim Hoffman) Date: Wed Aug 25 12:35:24 2004 Subject: [imp] Problem with sending - "document contains no data" message Message-ID: <1093462430.412ce99ebc9cb@mail.uwo.ca> A user tries to send his message. He gets a message "waiting on server" ... and then after about a minute it gives up with a "document contains no data" message. Is this a timing problem? If so which file and what parameter needs to be changed. redhat 9.0 Horde: 2.2.5 IMP: 3.2.4 Turba: 1.2.2 PHP Version: 4.2.2 From sahil at hamla.org Wed Aug 25 12:43:33 2004 From: sahil at hamla.org (sahil@hamla.org) Date: Wed Aug 25 12:44:47 2004 Subject: [imp] Problem with sending - "document contains no data" message In-Reply-To: <1093462430.412ce99ebc9cb@mail.uwo.ca> References: <1093462430.412ce99ebc9cb@mail.uwo.ca> Message-ID: <1093463013.412cebe5b3693@webmail.hamla.org> Quoting Kim Hoffman : > A user tries to send his message. He gets a message "waiting > on server" ... and then after about a minute it gives up with a "document > contains no data" message. FAQ, 5.1.1: http://www.horde.org/faq/admin/trouble/index.php#t3 -- Sahil Tandon From khoffman at uwo.ca Thu Aug 26 04:44:53 2004 From: khoffman at uwo.ca (Kim Hoffman) Date: Thu Aug 26 04:46:34 2004 Subject: [imp] Problem with sending - "document contains no data" message In-Reply-To: <1093463013.412cebe5b3693@webmail.hamla.org> References: <1093462430.412ce99ebc9cb@mail.uwo.ca> <1093463013.412cebe5b3693@webmail.hamla.org> Message-ID: <1093520693.412dcd354a41b@mail.uwo.ca> Other users can send mail with no difficulty. However this particular user has intermittent problem while he was away out of town. Now there is the possibility that other users have intermittent problems but never reported the incidents. IMP/Horde is set up to use smtp. I have looked at the logs and find nothing obvious. Quoting sahil@hamla.org: > Quoting Kim Hoffman : > > > A user tries to send his message. He gets a message "waiting > > on server" ... and then after about a minute it gives up with a "document > > contains no data" message. > > FAQ, 5.1.1: http://www.horde.org/faq/admin/trouble/index.php#t3 > > -- > Sahil Tandon > From Roderburg at Uni-Koeln.DE Thu Aug 26 06:35:22 2004 From: Roderburg at Uni-Koeln.DE (Jochen Roderburg) Date: Thu Aug 26 06:36:05 2004 Subject: [imp] IMP and readonly mailboxes In-Reply-To: <20040825162610.84kowkkccw4s8cgs@jan.dip.ammma.net> References: <1093438164.412c8ad4d2566@webtest2.rrz.uni-koeln.de> <20040825151902.vswck48g8wks4048@jan.dip.ammma.net> <1093443554.412c9fe2626ca@webtest2.rrz.uni-koeln.de> <20040825162610.84kowkkccw4s8cgs@jan.dip.ammma.net> Message-ID: <1093527322.412de71a38340@webtest2.rrz.uni-koeln.de> Zitat von Jan Schneider : > No, this is at most a missing feature. Ok, missing feature. Agreed, if you insist ;-) But the effect of this missing feature is that an error situation (mailbox not writable) ist not recognized by the program and leads to unexpected behaviour. The user sees e.g. that he cannot delete his mail but does not get a single hint why this happens. > Patch? I read this as: the developers have no plans to handle this problem, but outside contributions are welcome. I myself am not able to provide such a *patch*. To me it looks now that this is indeed not just a small patch, but involves many changes that would need deeper insight in the internals of the whole program. Regards, J.Roderburg From sahil at hamla.org Thu Aug 26 07:26:07 2004 From: sahil at hamla.org (sahil@hamla.org) Date: Thu Aug 26 07:26:23 2004 Subject: [imp] Problem with sending - "document contains no data" message In-Reply-To: <1093520693.412dcd354a41b@mail.uwo.ca> References: <1093462430.412ce99ebc9cb@mail.uwo.ca> <1093463013.412cebe5b3693@webmail.hamla.org> <1093520693.412dcd354a41b@mail.uwo.ca> Message-ID: <1093530367.412df2ff6cb57@webmail.hamla.org> Quoting Kim Hoffman : > IMP/Horde is set up to use smtp. I have looked at the logs and find nothing > obvious. Debug via gdb and try backtracing to the problem. You could also try setting the log level to max if you haven't done so already. -- Sahil Tandon From ptaylor at quadlogic.fr Thu Aug 26 09:09:30 2004 From: ptaylor at quadlogic.fr (Paul Taylor) Date: Thu Aug 26 09:10:35 2004 Subject: [imp] Newbie, using SQL authentication Message-ID: <412E275A.30793.63FB489@localhost> Sorry for any duplication, I posted my first message about 12 hours ago and it has not appeared in the archive, I am therefore trying again. Dear All, Newbie in the process of evaluating Imp. I am sure that I am able to achieve what I want, but am confused on the correct way to go about it. I currently have a new linux machine with the latest versions of MySQL, PHP, Horde and Imp. I installed the recommended UW IMAP also. I have setup Horde to use the Imp login and can login and use Imp correctly with a user setup in the local /etc/passwd file. Now, what I would like to achieve is a setup where the individual user accounts, password and so on are held in a MySQL table. This is because we will develop other programs which will use this information also. As the authentication is being handled by IMAP, I presume that the IMAP server would need the ability to check an SQL table for the login and password; however I can not find this functionality to be available in UW IMAP. I then decided to check out Cyrus IMAP which claims this functionality; however the documentation for Horde / Imp says that UW IMAP is needed. It appears that PHP can use Cyrus IMAP but the UW IMAP can not be used at the same time ! I have also seen in the Imp configuration files that Cyrus IMAP is a possibility . Should I replace UW with Cyrus IMAP ? Is it really IMAP authentication which I need ? I am very confused. Could someone please explain the basic structure of what I need to get this running ? Many thanks in advance for your replies. Cheers, Paul _____________________________________________________ ___ Q u a d L o g i c - Solutions Internet Tel: +33 1 4037 0040 - Fax: +33 1 4035 3194 18 pl de la Chapelle, 75018 Paris, France From jmunoz at softhome.net Thu Aug 26 10:24:59 2004 From: jmunoz at softhome.net (=?ISO-8859-1?Q?Juli=E1n_Mu=F1oz?=) Date: Thu Aug 26 10:32:56 2004 Subject: [imp] Newbie, using SQL authentication In-Reply-To: <412E275A.30793.63FB489@localhost> Message-ID: Hi, You can use a pam module (pam mysql, at sourceforge). On Thu, 26 Aug 2004, Paul Taylor wrote: > that UW IMAP is needed. It appears that PHP can use Cyrus > IMAP but the UW IMAP can not be used at the same time ! I > have also seen in the Imp configuration files that Cyrus IMAP is a > possibility^E. Should I replace UW with Cyrus IMAP ? Is it > really IMAP authentication which I need ? I am very confused. From asa at isac.ernet.in Fri Aug 27 03:00:50 2004 From: asa at isac.ernet.in (Anant S Athavale) Date: Fri Aug 27 02:54:27 2004 Subject: [imp] Redirecting failed error... Message-ID: <1093600850.412f065265db4@isacmail3.isac.dos.gov.in> Dear members, I have set up two systems. One system runs http and ldap. The second one runs cyrus imap and postfix services. The one which runs HTTP and LDAP has following configuration. OS. - Redhat 9. Apache : 2.0.40 PHP: 4.2.2.0 downloaded from ftp.horde.org for redhat9 Horde 2.1 IMP 3.1 The one which runs cyrus-imap and postfix is OS: Redhat 7.2 When I try to redirect an email, I get the following error on display : Redirecting Failed. And in horde.log: error: unable to set sender to [cyrus@abc.ernet.in] Return Path: [on line 708 of compose.php] This error did not used to come when HTTP and LDAP were being served from the second system itself. We had to migrate HTTP and LDAP services to another system to avoid the load on the single server. Please let me know, if any of you have experienced such problems and sorted out. Regards, Anant. From asa at isac.ernet.in Fri Aug 27 03:02:23 2004 From: asa at isac.ernet.in (Anant S Athavale) Date: Fri Aug 27 02:56:28 2004 Subject: [imp] Compose window hangs.: Problem solved.... Message-ID: <1093600943.412f06af7be01@isacmail3.isac.dos.gov.in> The following mentioned problem got solved by incresing the memory_limit from 8M to 20M. Thanks for the suggesstions in the mailling list. Regards, Anant. Dear members, I have two problems: 1. Compose window hangs when a file is attached and mail is sent. Hence, The mail is not delivered to the user. 2. In case, if the Compose window does not hang, the receiver does not get the attachment. Details of the system: OS. - Redhat 9. Apache : 2.0.40 PHP: 4.2.2.0 downloaded from ftp.horde.org for redhat9 Horde 2.1 IMP 3.1 I have already set LimitRequestBody to 0 (unlimited) in php.conf. I have set post_max_size=10M and upload_max_filesize=10M in php.ini. Please let me know, what else do I need to solve the problem. Regards, Anant. From fernando.arconada at saicar.es Fri Aug 27 03:24:03 2004 From: fernando.arconada at saicar.es (=?ISO-8859-1?Q?Fernando=20Arconada=20Or=F3stegui?=) Date: Fri Aug 27 03:26:00 2004 Subject: [imp] Button toolbar Message-ID: Hi I want to remove the button toolbar (I think this is the horde toolbar) How can i do it? Thanks From fernando.arconada at saicar.es Fri Aug 27 03:33:49 2004 From: fernando.arconada at saicar.es (=?ISO-8859-1?Q?Fernando=20Arconada=20Or=F3stegui?=) Date: Fri Aug 27 03:34:46 2004 Subject: [imp] Identity problems Message-ID: Hi I ve one problen. when i try to compose a new mail, at the from field appears user@localhost.localdomain and i want that the field only shows the 'user' without @localhost.localdomain cause it causes me problems with my postfix canonical table. thanks From jan at horde.org Fri Aug 27 04:09:57 2004 From: jan at horde.org (Jan Schneider) Date: Fri Aug 27 04:10:45 2004 Subject: [imp] Button toolbar In-Reply-To: References: Message-ID: <20040827130957.9csccsccc04800ow@jan.dip.ammma.net> Zitat von Fernando Arconada Or?stegui : > Hi > I want to remove the button toolbar (I think this is the horde toolbar) > > How can i do it? I have to guess because you didn't tell us that you use Horde 2.x? Go directly to the application. Jan. -- Do you need professional PHP or Horde consulting? http://horde.org/consulting.php From fx at badc0de.net Fri Aug 27 05:16:46 2004 From: fx at badc0de.net (fx) Date: Fri Aug 27 05:19:29 2004 Subject: [imp] IMP not "really" showing attachments Message-ID: <000b01c48c2f$b92bbf20$9602a8c0@lucy> Hi all, first off I have read the FAQ and its not that problem (the Microsoft one) - I'm using courier and the latest imp (3) and horde (2). I can see attachments in my main inbox view (the preview, e.g. Netscape icon or paper clip) - yet about 80% of the attachments don't show in the message view (once I've opened the message). If I click message source I can see the attached image (in text) but nothing in the main??? Any ideas? Thanks Dave From fx at badc0de.net Fri Aug 27 05:17:59 2004 From: fx at badc0de.net (fx) Date: Fri Aug 27 05:21:00 2004 Subject: [imp] IMP not "really" showing attachments Message-ID: <000c01c48c2f$e4a7cbd0$9602a8c0@lucy> Hi all, first off I have read the FAQ and its not that problem (the Microsoft one) - I'm using courier and the latest imp (3) and horde (2). I can see attachments in my main inbox view (the preview, e.g. Netscape icon or paper clip) - yet about 80% of the attachments don't show in the message view (once I've opened the message). If I click message source I can see the attached image (in text) but nothing in the main??? Any ideas? Thanks Dave From manou at simicro-internet.mg Fri Aug 27 06:42:07 2004 From: manou at simicro-internet.mg (Manou) Date: Fri Aug 27 06:44:08 2004 Subject: [imp] enabling icons and flags Message-ID: <412F3A2F.7070808@simicro-internet.mg> hello, I'm anewbie. I have a problem on seting up IMP: 3.2.5 on Horde: 2.2.5. Just one question: how can I enable icons and flags in imp? The rest works perfectly but Icons, flags, bold unread messages, etc does not. I saw this portion in horde/imp/config/conf.php but I don't know how to use configure? :-( /** ** Mailbox Settings **/ // What should we display for the various message flags/types, and // what styles should we use for different kinds of flagged messages? $conf['mailbox']['deleted_flag'] = Horde::img('deleted.gif', 'alt="' . _("Deleted") . '"'); $conf['mailbox']['deleted_style'] = 'strike'; $conf['mailbox']['unseen_flag'] = Horde::img('unseen.gif', 'alt="' . _("Unread") . '"'); $conf['mailbox']['unseen_style'] = 'b'; $conf['mailbox']['answered_flag'] = Horde::img('answered.gif', 'alt="' . _("Answered") . '"'); $conf['mailbox']['answered_style'] = ''; $conf['mailbox']['important_flag'] = Horde::img('important.gif', 'alt="' . _("Important") . '"'); $conf['mailbox']['important_style'] = 'i'; $conf['mailbox']['draft_flag'] = Horde::img('draft.gif', 'alt="' . _("Draft") . '"'); $conf['mailbox']['draft_style'] = ''; $conf['mailbox']['personal_flag'] = Horde::img('personal.gif', 'alt="' . _("Personal") . '"'); Sincerely, Manou From fridirik at latinmail.com Fri Aug 27 10:07:30 2004 From: fridirik at latinmail.com (G A) Date: Fri Aug 27 10:07:51 2004 Subject: [imp] horde-2.2.5 imp-3.2.5 Problem Message-ID: <20040827170730.6E8112BA218@smtp.latinmail.com> Hello, after a while, I succesfully installed: Apache 2.0.50 PHP4.3.8 OpenSSL 0.9.7d MySQL 3.23.58 Got the running fine. Installed Horde-2.2.5, tested it with test.php and working fine (the counter goes up as I reload this page) When I tried to install IMP came the problems: 1 - There is no "install.sh" script as mentioned on the INSTALL file 2- There is no "setup.php3" file as mentioned again Therefore, I can?t get to run my IMP, and the message I get when tried to load it is that it is not configured. I Try the manual configuration, but when i load the page, several "Warning" messages came up: Warning: main(../lib/hode.lib): failed to open stream: No such file or directory in /usr/local/apache2/htdocs/horde/imp/index.php3 on line 8 Warning: main(): failed opening `../lib/horde.lib` for inclusion (include_path=`.:/usr/local/lib/php`) in /usr/local/apache2/htdocs/horde/imp/index.php3 on line 8 Fatal error: Class impdefaults: Cannot inherit from undefined class hordedefaults in /usr/local/apache2/htdocs/horde/imp/lib/imp.lib on line 106 It is more than clear that it is not properly configured. How do I proceed from now on ??? Thanks Gabriel. ?S? listo! Contrata el antivirus http://www.pandasoftware.es/tienda/?idpers=109&track=13920 From jan at horde.org Fri Aug 27 10:12:12 2004 From: jan at horde.org (Jan Schneider) Date: Fri Aug 27 10:12:02 2004 Subject: [imp] horde-2.2.5 imp-3.2.5 Problem In-Reply-To: <20040827170730.6E8112BA218@smtp.latinmail.com> References: <20040827170730.6E8112BA218@smtp.latinmail.com> Message-ID: <20040827191212.fdmsk8084840kgsk@jan.dip.ammma.net> Zitat von G A : > Hello, after a while, I succesfully installed: > > Apache 2.0.50 PHP4.3.8 OpenSSL 0.9.7d MySQL 3.23.58 > > Got the running fine. Installed Horde-2.2.5, tested it with > test.php and working fine (the counter goes up as I reload this page) > > When I tried to install IMP came the problems: > 1 - There is no "install.sh" script as mentioned on the INSTALL file > 2- There is no "setup.php3" file as mentioned again This is not from IMP 3.x. Jan. -- Do you need professional PHP or Horde consulting? http://horde.org/consulting.php From jw at perfectproof.com Sun Aug 29 06:57:21 2004 From: jw at perfectproof.com (John Weissberg) Date: Sun Aug 29 06:57:13 2004 Subject: [imp] Newbie: HTTPS only Message-ID: <4131E0C1.7050403@perfectproof.com> We have a new installation of Horde/IMP running on a RedHat 9. I want to offer webmail access only via HTTPS and not via HTTP. How can I achieve this? From jan at horde.org Sun Aug 29 08:37:23 2004 From: jan at horde.org (Jan Schneider) Date: Sun Aug 29 08:37:24 2004 Subject: [imp] Newbie: HTTPS only In-Reply-To: <4131E0C1.7050403@perfectproof.com> References: <4131E0C1.7050403@perfectproof.com> Message-ID: <20040829173723.twsw88kgos0goc8c@jan.dip.ammma.net> Zitat von John Weissberg : > We have a new installation of Horde/IMP running on a RedHat 9. I want to > offer webmail access only via HTTPS and not via HTTP. How can I achieve > this? $conf['use_ssl'] in config/horde.php. Jan. -- Do you need professional PHP or Horde consulting? http://horde.org/consulting.php