From jan at horde.org Mon Feb 12 00:52:50 2007 From: jan at horde.org (Jan Schneider) Date: Mon, 12 Feb 2007 09:52:50 +0100 Subject: [imp] Full Name in outgoing webmail In-Reply-To: References: Message-ID: <20070212095250.45dl4vr9c4kcw808@neo.wg.de> Zitat von Nancy Ronning : > Hello All, > When I send from webmail the recipient gets this as the sender: > > > If the message is also saved to "sent" local folder, the sender's > full address is saved as > John Doe > > How do you get Horde 0 to have the recipient get the "From" format like this: > John Doe > > I browsed through the Horde website to better understand the file > structures of the program. > > I am guessing that the coding that pulls from the "personal > information" file for sending out and for saving to local folder is > in separate lines - one line(s) for sending and another for saving > to "sent" folder. > >> The code line for saving to the local folder correctly saves the >> author name + author email address. >> The code line for sending out pulls only the author email address. No, the same is message is sent and saved. Jan. -- Do you need professional PHP or Horde consulting? http://horde.org/consulting/ From phil at tinsleyviaduct.com Mon Feb 12 01:28:06 2007 From: phil at tinsleyviaduct.com (Phil Reynolds) Date: Mon, 12 Feb 2007 09:28:06 +0000 Subject: [imp] PGP passphrase being refused Message-ID: <20070212092806.rb6sxr7jeskw40cc@topdeck.tinsleyviaduct.com> I have just installed imp 4.1.3 (from Debian etch) and have discovered that it will not accept my PGP passphrase. I have a passphrase consisting of 17 regular ASCII characters. imp tells me "Invalid passphrase entered". I am seeking some assistance with tracking down and fixing this problem. -- Phil Reynolds o ____ mail: phil at tinsleyviaduct.com |L_ \ / Web: http://www.tinsleyviaduct.com/phil/ (_)- \/ Waltham 66, Emley Moor 69, Droitwich 79, Windows 95 From scott.alexander at humak.edu Mon Feb 12 02:56:09 2007 From: scott.alexander at humak.edu (Scott Alexander) Date: Mon, 12 Feb 2007 12:56:09 +0200 Subject: [imp] removing cookie when logging out of imp Message-ID: <45D047C9.3060508@humak.edu> Hi, I'm creating a single sign on between IMP and our own built application. My single signon page is checking for the presence of the horde cookie with javascript. Javascript can still see the session_id in the horde cookie. If the horde cookie is not present then login and passwd fields are displayed. If it is present then user sees links to IMP and our extranet. Why when a user logs out of IMP the horde cookie is not removed from the browser? Everything is working ok with IMP, user is logged out. I'm just wondering why I can still the Horde cookie's value. I'm using horde-3.1.3 and imp-h3-4.1.3 with mysql based sessions. Sessions last for 0 seconds. My own app is using mod_perl and I'm removing the cookie using $str = $self->cookie_string( request => $r, key => $cookie_name, value => $session_id, expires => 'Mon, 21-May-1971 00:00:00 GMT' ); Where in the horde code can I edit to do a similar thing is there a setting in Horde to do this? Regards and thanks Scott From asa at isac.gov.in Mon Feb 12 03:09:15 2007 From: asa at isac.gov.in (Anant Athavale) Date: Mon, 12 Feb 2007 16:39:15 +0530 Subject: [imp] login using an external interface. Message-ID: <20070212110916.2D7AC10B2@dnserns.isac.gov.in> Dear List: The following is a small PHP code, which allows to login from an external interface directly into IMP with proper authentication. -----------------------------------------------------------------------------
Username:
Password:
------------------------------------------------------------------------------ Here in this code, as you can see, I have set FORM action to ServerA. In our working scenario, there two servers ServerA and ServerB. ServerA users can login to ServerA only and ServerB users can login to ServerB only. The name of server for each is user is defined in LDAP database (attrbiute is servername). I want to give our users, a single interface from which they type username and password without knowing the servername. The code should get the servername from LDAP and form ACTION url should change based on the servername selected from LDAP for that user. Can anybody guide me, how to go about this. Regards, Anant Athavale. From horde.org at stefan-neufeind.de Mon Feb 12 03:12:27 2007 From: horde.org at stefan-neufeind.de (Stefan Neufeind) Date: Mon, 12 Feb 2007 12:12:27 +0100 Subject: [imp] Messages marked "important" in Thunderbird? Message-ID: <45D04B9B.30606@stefan-neufeind.de> Hi, I hope not to duplicate previously answered topics - but I didn't find it mentioned on the list. When you mark messages as "Important" e.g. in Thunderbird on IMAP, they don't seem to show up as "Important" in IMP. I suspect they both use different means to store these marks? Is there any real "standard" - and are there ways to maybe make those two cooperate fine? I usually use Thunderbird at my desk but IMP sometimes when on the road. Regards, Stefan From chuck at horde.org Mon Feb 12 06:25:21 2007 From: chuck at horde.org (Chuck Hagenbuch) Date: Mon, 12 Feb 2007 09:25:21 -0500 Subject: [imp] Messages marked "important" in Thunderbird? In-Reply-To: <45D04B9B.30606@stefan-neufeind.de> References: <45D04B9B.30606@stefan-neufeind.de> Message-ID: <20070212092521.r5cg17454444c040@technest.org> Quoting Stefan Neufeind : > When you mark messages as "Important" e.g. in Thunderbird on IMAP, they > don't seem to show up as "Important" in IMP. I suspect they both use > different means to store these marks? Is there any real "standard" - and > are there ways to maybe make those two cooperate fine? I usually use > Thunderbird at my desk but IMP sometimes when on the road. IMP caches data that include IMAP flags. There isn't a particularly "smart" way to re-check them; we could re-poll every so often, but it's generally not a huge issue. -chuck -- "we are plastered to the windshield of the bus that is time." - Chris From matt at mattstone.net Mon Feb 12 07:25:52 2007 From: matt at mattstone.net (Matt Richards) Date: Mon, 12 Feb 2007 15:25:52 +0000 Subject: [imp] PGP passphrase being refused In-Reply-To: <20070212092806.rb6sxr7jeskw40cc@topdeck.tinsleyviaduct.com> References: <20070212092806.rb6sxr7jeskw40cc@topdeck.tinsleyviaduct.com> Message-ID: <45D08700.9060304@mattstone.net> -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 hello, I have the same problem and I also have a problem of the GPG interface not showing that I have a key installed. There also seems to be only one key in the database and if I put both keys in the same field in the database then my private key gets emailed if I select to send my public key in emails. I did have a brief look into this, I looked into how the information should be stored in the database and tried to ignore the GPG web interface but I didn't seem to find too much information on it. Sorry I cant help, just thought I would let you know your not the only one with this problem. Matty. Phil Reynolds wrote: > > I have just installed imp 4.1.3 (from Debian etch) and have discovered > that it will not accept my PGP passphrase. > > I have a passphrase consisting of 17 regular ASCII characters. imp tells > me "Invalid passphrase entered". > > I am seeking some assistance with tracking down and fixing this problem. > > --Phil Reynolds > o ____ mail: phil at tinsleyviaduct.com > |L_ \ / Web: http://www.tinsleyviaduct.com/phil/ > (_)- \/ Waltham 66, Emley Moor 69, Droitwich 79, Windows 95 > > --IMP mailing list - Join the hunt: http://horde.org/bounties/#imp > Frequently Asked Questions: http://horde.org/faq/ > To unsubscribe, mail: imp-unsubscribe at lists.horde.org > -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.5 (MingW32) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iD8DBQFF0IcArmnybSDmzlsRAip6AJ9Q2pTxM9geEL78Pgw8HJwaQ3P7fQCgyy/c pVWjzYnpWLmmUOvoa9aQ60k= =wg3k -----END PGP SIGNATURE----- From eric.rostetter at physics.utexas.edu Mon Feb 12 12:03:36 2007 From: eric.rostetter at physics.utexas.edu (Eric Jon Rostetter) Date: Mon, 12 Feb 2007 14:03:36 -0600 Subject: [imp] help with quotas In-Reply-To: References: Message-ID: <20070212140336.1gi1j9zxex0g0o8o@mail.ph.utexas.edu> Quoting Juan Carlos Flores : > /var/log/apache2/error.log :try `grep --help' for more > information.quota: User test at domain.com doesn't exist. Sounds like two problems... One, your grep command doesn't seem to like the syntax being passed for some reason. Not sure why, but that is the lesser of the two problems at this point I think. The real issue is probably that quota wants just the username (test), but it is getting the username and domain (test at domain.com). > I haven't modified the file command.php You might have to... It is getting the user in such a way it won't work... You might have to change: $imap_user = strtolower($_SESSION['imp']['user']); to something like: $imap_user = Auth::getBareAuth(); > Help me with this problem. Are you using multiple virtual domains, or is everyone in one domain? If everyone is in one domain, then the Auth:getBareAuth() will probably fix it. If you are using multiple domains, then you may be using the wrong quota setup, or just plain out of luck... > _________________________________________________________________ > Descubre Live.com - tu mundo en l?nea reunido: noticias, deportes, > el tiempo, y mucho m?s. > http://www.live.com/getstarted -- Eric Rostetter The Department of Physics The University of Texas at Austin Go Longhorns! From eric.rostetter at physics.utexas.edu Mon Feb 12 12:05:20 2007 From: eric.rostetter at physics.utexas.edu (Eric Jon Rostetter) Date: Mon, 12 Feb 2007 14:05:20 -0600 Subject: [imp] help with quotas In-Reply-To: References: Message-ID: <20070212140520.aaj3ientyku8g0oc@mail.ph.utexas.edu> Quoting Juan Carlos Flores : > apache2 on debian sarge, I have users on my database but I have some > problems with quotas. Not sure what you mean "users on my database" but if they are virtual users with no home directory on the filesystem, then the command quota driver won't work... Just another thought I had when re-reading your message. -- Eric Rostetter The Department of Physics The University of Texas at Austin Go Longhorns! From eric.rostetter at physics.utexas.edu Tue Feb 13 08:17:58 2007 From: eric.rostetter at physics.utexas.edu (Eric Jon Rostetter) Date: Tue, 13 Feb 2007 10:17:58 -0600 Subject: [imp] help with quotas In-Reply-To: References: Message-ID: <20070213101758.1j5fnwa7wbwskow4@mail.ph.utexas.edu> Quoting Juan Carlos Flores : > > Eric: > I am using debian sarge / horde3 / imp4 / postfix / dovecot and > mysql for the configuration in mail server. I have virtual users and > one domain. The users are stored in my database (mysql). > What could i do to show user's quota when they log in? > What kind of driver i have to use in order to show user's quota? Sounds like if you have quotas, it is in SQL. I don't know if the postfix is setting the quotas, or if dovecot is setting the quotas, or if something else is setting them, so I can't really comment. Basically you would need to use an existing driver that queries the SQL for the quota, if there is one that will work, and if not, you would need to write one, or have someone else write one, for your setup. But first, you need to figure out what, if anything, is managing your quotas, so you know what kind of driver you need. > Thanks for your help. > _________________________________________________________________ > Descubre Live.com - tu mundo en l?nea reunido: noticias, deportes, > el tiempo, y mucho m?s. > http://www.live.com/getstarted -- Eric Rostetter The Department of Physics The University of Texas at Austin Go Longhorns! From macacohorde at gmail.com Tue Feb 13 10:56:23 2007 From: macacohorde at gmail.com (carlos maca) Date: Tue, 13 Feb 2007 14:56:23 -0400 Subject: [imp] cant display logo on horde Message-ID: <4509945f0702131056h57e94100h9b181d2387d835e6@mail.gmail.com> hi, im trying to display the logo.gif in my horde, in the top left, setting it in the horde/config/conf.php i have to set it in another place, or its necessary anything else to do it? From eric.rostetter at physics.utexas.edu Wed Feb 14 14:49:00 2007 From: eric.rostetter at physics.utexas.edu (Eric Jon Rostetter) Date: Wed, 14 Feb 2007 16:49:00 -0600 Subject: [imp] help with quotas In-Reply-To: References: Message-ID: <20070214164900.66ox4l5aycjk0kk0@mail.ph.utexas.edu> Quoting Juan Carlos Flores : > I use postfix and put the quota of 10 MB. What can i do to show > user's quota if the users are stored in a database (mysql)? In the CVS HEAD version, there is an SQL based quota driver for IMP. I guess there isn't one for the current stable release though? Maybe someone else on the list can help you more. Of course, you might write the mailing list and specify your version of Horde and IMP also. But basically you would need to use, or adapt, the sql driver, and configure it for you sql setup. -- Eric Rostetter The Department of Physics The University of Texas at Austin Go Longhorns! From siumafua.moala at tcc.to Wed Feb 14 15:31:25 2007 From: siumafua.moala at tcc.to (Siumafua Moala) Date: Thu, 15 Feb 2007 12:31:25 +1300 Subject: [imp] Webmail Problem Message-ID: <45D39BCD.1040509@tcc.to> I am running FreeBSD 6.1, php5.2.1, Apache22. I install the Webmail and can access it from a browser but I couldn't login. I can verify from the log that I login successfully but the page go nowhere. It goes back to the login page. I include the test.php output and loaded extensions. Appreciate any help, comment, etc. Horde Version * Horde: 3.1.3 Horde Applications * Horde: 3.1.3 * Imp: H3 (4.1.3) (run Imp tests ) * Ingo: H3 (1.1.2) (run Ingo tests ) * Kronolith: H3 (2.1.4) * Mnemo: H3 (2.1.1) * Nag: H3 (2.1.2) * Turba: H3 (2.1.3) (run Turba tests ) PHP Version * View phpinfo() screen * View loaded extensions * PHP Version: 5.2.1 * PHP Major Version: 5.2 * PHP Minor Version: 1 * PHP Version Classification: release * *Wow, a mystical version of PHP from the future. Let dev at lists.horde.org know what version you have so we can fix this script.* PHP Module Capabilities * Ctype Support: *Yes* * DOM XML Support: *Yes* * FTP Support: *Yes* * GD Support: *Yes* * Gettext Support: *Yes* * Iconv Support: *Yes* * IMAP Support: *Yes* * LDAP Support: *No* * Mbstring Support: *Yes* * Mcrypt Support: *Yes* * MIME Magic Support (fileinfo): *Yes* * memcached Support (memcache): *No* *The memcache PECL module is needed only if you are using the memcached SessionHandler. See horde/docs/INSTALL for information on how to install PECL/PHP extensions.* * MIME Magic Support (mime_magic): *No* *The fileinfo PECL module (see above) or the mime_magic PHP extension will most likely provide faster MIME Magic lookups than the built-in Horde PHP magic code. See horde/docs/INSTALL for information on how to install PECL/PHP extensions.* * MySQL Support: *Yes* * OpenSSL Support: *Yes* * PostgreSQL Support: *No* * Session Support: *Yes* * XML Support: *Yes* * Zlib Support: *Yes* Miscellaneous PHP Settings * magic_quotes_runtime disabled: *Yes* * memory_limit disabled: *No* *If PHP's internal memory limit is turned on and if not set high enough Horde will not be able to handle large data items (e.g. large mail attachments in IMP). If possible, you should disable the PHP memory limit by recompiling PHP /without/ the "--enable-memory-limit" flag. If this is not possible, then you should set the value of memory_limit in php.ini to a sufficiently high value (Current value of memory_limit: 512M).* * safe_mode disabled: *Yes* * session.use_trans_sid disabled: *Yes* * session.auto_start disabled: *Yes* File Uploads * file_uploads enabled: *Yes* * upload_max_filesize: 2M * post_max_size: 8M Required Horde Configuration Files * config/conf.php: *Yes* * config/mime_drivers.php: *Yes* * config/nls.php: *Yes* * config/prefs.php: *Yes* * config/registry.php: *Yes* PHP Sessions * Session counter: 1 * To unregister the session: click here PEAR * *PEAR Search Path (PHP's include_path)*: /usr/local/www/horde/lib:/usr/local/www/horde/lib/../pear * PEAR: *Yes* * Recent PEAR: *Yes* * Mail: *Yes* * Mail_Mime: *Yes* * Log: *Yes* * DB: *Yes* * Net_Socket: *Yes* * Date: *Yes* * Auth_SASL: *Yes* * HTTP_Request: *Yes* * File: *Yes* * Net_SMTP: *Yes* * Services_Weather: *Yes* * Cache: *Yes* * XML_Serializer: *Yes* << Back to test.php php version: *5.2.1* server api: *apache2handler* loaded extensions: *34* system: *FreeBSD mail.tcc.to 6.1-RELEASE FreeBSD 6.1-RELEASE #0: Tue Oct 3 13:35:33 TOT 2006 root at tcc-email.tcc.to:/usr/src/sys/i386/compile/KERNEL i386* *activated extensions:* *function list:* Reflection function list SimpleXML function list apache2handler function list bcmath function list bz2 function list calendar function list ctype function list date function list dom function list fileinfo function list filter function list ftp function list gd function list gettext function list gmp function list hash function list iconv function list imap function list libxml function list mbstring function list mcrypt function list mhash function list mysql function list openssl function list pcre function list posix function list session function list standard function list tokenizer function list xml function list xmlreader function list xmlwriter function list zip function list zlib function list SM From js-horde at jk1.net Wed Feb 14 16:46:47 2007 From: js-horde at jk1.net (Joel Smith) Date: Wed, 14 Feb 2007 17:46:47 -0700 Subject: [imp] Webmail Problem In-Reply-To: <45D39BCD.1040509@tcc.to> References: <45D39BCD.1040509@tcc.to> Message-ID: <45D3AD77.7010108@jk1.net> Siumafua Moala wrote: > I am running FreeBSD 6.1, php5.2.1, Apache22. > > I install the Webmail and can access it from a browser but I couldn't > login. I can verify from the > log that I login successfully but the page go nowhere. It goes back to > the login page. > What authentication driver are you using? Look in Horde's conf.php for lines that look like this: $conf['auth']['driver'] = 'application'; $conf['auth']['params']['app'] = 'imp'; The way I have it above makes it so all Horde authentication goes through IMP's authentication module, meaning to access any Horde module that requires authentication, a user would have to have a mail account. Another thing you can do is increase Horde's logging output. On my debian system, it's configured like this: $conf['log']['priority'] = PEAR_LOG_NOTICE; $conf['log']['name'] = '/var/log/horde/horde3.log'; if you change the priority to PEAR_LOG_DEBUG you'll get more output in your horde log file (/var/log/horde/horde3.log on debian... check your log->name setting to see where yours goes). The only other suggestion I have is to examine IMP's servers.conf. I have mine set up with a single IMAP server. It's the only thing in the entire file that is not commented out. It might be worth trying like that to get it working, then go from there. Here's what mine looks like: $servers['imap'] = array( 'name' => 'IMAP Server', 'server' => 'localhost', 'protocol' => 'imap/notls', 'port' => 143, 'folders' => '', 'namespace' => '', 'maildomain' => 'example.com', 'smtphost' => 'localhost', 'realm' => '', 'preferred' => '', 'dotfiles' => true, 'hierarchies' => array() ); Hope that helps. Joel From bsd at mrbonkers.org Thu Feb 15 10:59:25 2007 From: bsd at mrbonkers.org (Jeff) Date: Thu, 15 Feb 2007 13:59:25 -0500 Subject: [imp] help with config Message-ID: <45D4AD8D.3090104@mrbonkers.org> I just installed the framework and several modules from cvs on FreeBSD 6.x. I could really use some direction getting the login configured. I chose imp for authentication and that works fine. I'd like to use dimp, but choosing that option from the horde menu doesn't work. I assume this is because dimp only sits on top of imp. Do I need I hook for this? I've googled until I'm blue in the face and I don't find an answer. There is no login.php for dimp and I assume that's as it should be (dimp works fine once you're logged in.) Any help or direction would be greatly appreciated. From chuck at horde.org Thu Feb 15 11:07:12 2007 From: chuck at horde.org (Chuck Hagenbuch) Date: Thu, 15 Feb 2007 14:07:12 -0500 Subject: [imp] help with config In-Reply-To: <45D4AD8D.3090104@mrbonkers.org> References: <45D4AD8D.3090104@mrbonkers.org> Message-ID: <20070215140712.xferxdles0okgg0g@technest.org> Quoting Jeff : > I just installed the framework and several modules from cvs on > FreeBSD 6.x. I could really use some direction getting the login > configured. I chose imp for authentication and that works fine. I'd > like to use dimp, but choosing that option from the horde menu > doesn't work. I assume this is because dimp only sits on top of imp. Right. > Do I need I hook for this? For what? > There is no login.php for dimp and I assume that's as it should be > (dimp works fine once you're logged in.) Right. Not sure what the question is... -chuck -- "we are plastered to the windshield of the bus that is time." - Chris From bsd at mrbonkers.org Thu Feb 15 11:12:38 2007 From: bsd at mrbonkers.org (Jeff) Date: Thu, 15 Feb 2007 14:12:38 -0500 Subject: [imp] help with config In-Reply-To: <20070215140712.xferxdles0okgg0g@technest.org> References: <45D4AD8D.3090104@mrbonkers.org> <20070215140712.xferxdles0okgg0g@technest.org> Message-ID: <45D4B0A6.9070908@mrbonkers.org> Chuck Hagenbuch wrote: > Quoting Jeff : > >> I just installed the framework and several modules from cvs on >> FreeBSD 6.x. I could really use some direction getting the login >> configured. I chose imp for authentication and that works fine. I'd >> like to use dimp, but choosing that option from the horde menu >> doesn't work. I assume this is because dimp only sits on top of imp. > > Right. > >> Do I need I hook for this? > > For what? > >> There is no login.php for dimp and I assume that's as it should be >> (dimp works fine once you're logged in.) > > Right. > > Not sure what the question is... I'd like users to login directly to dimp, without having to first choose it from a menu. > From chuck at horde.org Thu Feb 15 11:20:02 2007 From: chuck at horde.org (Chuck Hagenbuch) Date: Thu, 15 Feb 2007 14:20:02 -0500 Subject: [imp] help with config In-Reply-To: <45D4B0A6.9070908@mrbonkers.org> References: <45D4AD8D.3090104@mrbonkers.org> <20070215140712.xferxdles0okgg0g@technest.org> <45D4B0A6.9070908@mrbonkers.org> Message-ID: <20070215142002.sajfwz0l1ws88ksk@technest.org> Quoting Jeff : > I'd like users to login directly to dimp, without having to first > choose it from a menu. Set it as the default initial_application in horde/config/prefs.php. -chuck -- "we are plastered to the windshield of the bus that is time." - Chris From bsd at mrbonkers.org Thu Feb 15 11:53:21 2007 From: bsd at mrbonkers.org (Jeff) Date: Thu, 15 Feb 2007 14:53:21 -0500 Subject: [imp] help with config In-Reply-To: <20070215142002.sajfwz0l1ws88ksk@technest.org> References: <45D4AD8D.3090104@mrbonkers.org> <20070215140712.xferxdles0okgg0g@technest.org> <45D4B0A6.9070908@mrbonkers.org> <20070215142002.sajfwz0l1ws88ksk@technest.org> Message-ID: <45D4BA31.60806@mrbonkers.org> Chuck Hagenbuch wrote: > Quoting Jeff : > >> I'd like users to login directly to dimp, without having to first >> choose it from a menu. > > Set it as the default initial_application in horde/config/prefs.php. > I had tried this earlier but neglected to clear out the database entries. Thanks very much for the help. From stephan at stean.ch Fri Feb 16 00:05:11 2007 From: stephan at stean.ch (Stephan Bielmann) Date: Fri, 16 Feb 2007 09:05:11 +0100 Subject: [imp] folder issues with courier-imap 4.1.2 and imp-4.1.3 Message-ID: <1171613111.45d565b7e6d10@www.stean.ch> Hello there, I am about to test courier-imap-4.1.2 and imp-h3-4.1.3, php 5.2.1 my servers.php looks like: $servers['imap'] = array( 'name' => 'IMAP Server', 'server' => 'myserver.mydomain.tld', 'hordeauth' => false, 'protocol' => 'imap/notls', 'port' => 143, 'maildomain' => 'mydomain.tld', 'smtphost' => 'smtp.mydomain.tld', 'smtpport' => 25, 'realm' => '', 'preferred' => '', ); There are two issues I encounter when using IMP. First, creating a new folder under INBOX does not work. I guess this is correct according the new way IMP handles INBOX and the folder tree structure, but strange that IMP lets me do it. So selecting INBOX, then "Create Folder", entering test leads to: The folder "INBOXtest" was not created. This is what the server said: Invalid mailbox name. Now, really strange is that other folders, that IMP would usually create on its own, like the trash folder, may not be created either. I have an email account with the configuration option to move deleted mails to the trash. When deleting one I get the following message: There was an error deleting messages from the folder "Inbox". This is what the server said: [TRYCREATE] Mailbox does not exist. Any help apreciated. Regards, Stephan From chuck at horde.org Thu Feb 15 14:47:03 2007 From: chuck at horde.org (Chuck Hagenbuch) Date: Thu, 15 Feb 2007 17:47:03 -0500 Subject: [imp] IMAP Alert command (was Performance after upgrade) In-Reply-To: References: <8D735F77-2C12-4416-BEC7-C609E7E0AE33@cahir.net> <20747D5F-D68D-4E64-8F4A-0BD070EFBBC7@cahir.net> <20061102131501.juc13ug000wo8ks8@technest.org> Message-ID: <20070215174703.uswot50zz4gsgo40@technest.org> Quoting "Stephen A. Cochran Lists" : > So I've tried all of the following in various combos: > > apache 2.0 > apache 2.2 > php 5.2.0 > php 4.4.4 > imap-client 2006c1 all the way back to c-client 2002e > > Still the same problem. I even stepped through apache to see where > it's getting stuck in a loop. It's a little unclear, when stepping > through, it gets stuck on /php-5.2.0/Zend/zend_vm_execute.h:92 Our of curiosity did you try commenting out the imap_alerts calls? -chuck -- "we are plastered to the windshield of the bus that is time." - Chris From stephen.a.cochran.lists at cahir.net Thu Feb 15 14:39:46 2007 From: stephen.a.cochran.lists at cahir.net (Stephen A. Cochran Lists) Date: Thu, 15 Feb 2007 17:39:46 -0500 Subject: [imp] IMAP Alert command (was Performance after upgrade) In-Reply-To: <20061102131501.juc13ug000wo8ks8@technest.org> References: <8D735F77-2C12-4416-BEC7-C609E7E0AE33@cahir.net> <20747D5F-D68D-4E64-8F4A-0BD070EFBBC7@cahir.net> <20061102131501.juc13ug000wo8ks8@technest.org> Message-ID: On Nov 2, 2006, at 1:15 PM, Chuck Hagenbuch wrote: > I'd suggest experimenting with different PHP/c-client versions. The > loop appears to be outside of IMP's scope here. You could try > removing the imap_alerts() calls from IMP.php and IMAP.php (in imp/ > lib/), but that won't affect whether or not the server sends them. So I've tried all of the following in various combos: apache 2.0 apache 2.2 php 5.2.0 php 4.4.4 imap-client 2006c1 all the way back to c-client 2002e Still the same problem. I even stepped through apache to see where it's getting stuck in a loop. It's a little unclear, when stepping through, it gets stuck on /php-5.2.0/Zend/zend_vm_execute.h:92 if (EX(opline)->handler(&execute_data TSRMLS_CC) > 0) { But if I continue it goes beyond that. Again hard to see since I can't see where it is in the PHP code, will have to try and figure out how to do that next. While I agree that this isn't strictly an IMP problem, it doesn't happen at all with horde2/imp3. Yet I can reproduce it with any imap account that sends an IMAP_ALERT with horde3/imp4. Steve Cochran Dartmouth College From chuck at horde.org Thu Feb 15 14:52:59 2007 From: chuck at horde.org (Chuck Hagenbuch) Date: Thu, 15 Feb 2007 17:52:59 -0500 Subject: [imp] Imp Inbox display on portal page In-Reply-To: <45D004B1.3040707@gmx.de> References: <45D004B1.3040707@gmx.de> Message-ID: <20070215175259.1v1n5y0gbos4wkg0@technest.org> Quoting Karsten Fourmont : > As a proof of concept I created a block example. It's rather ugly > code: I just took imp/mailbox.php, threw out some unneeded stuff and > enclosed it in an ob_start() / ob_end_clean. > > It's far from perfect but it gives you an idea of what I mean. See > the screenshot at http://www.fourmont.org/tmp/FolderSummaryPortal.png. > > A "real" implementation should be done by moving the contents of > imp/mailbox.php to a function in lib/ and then use this by both > imp/mailbox.php and Block/mailbox.php. > > However I really don't know enough about imp to do this on my own. > > Ideas, suggestions? Upload the code to an enhancement ticket. That way it won't be lost and we can get it rewritten appropriately at some point. -chuck -- "we are plastered to the windshield of the bus that is time." - Chris From david.anagnostaras at epfl.ch Sat Feb 17 09:55:26 2007 From: david.anagnostaras at epfl.ch (David Anagnostaras) Date: Sat, 17 Feb 2007 18:55:26 +0100 Subject: [imp] Change password of account that are with QMail Message-ID: Hello, I use qmail for my mail server, I was wondering if somebody could guide to configure horde to change the password of the mails accounts, because qmail store the passwords in file, and I wasn't able to make the password add on of horde working with qmail. Thanks From krause at biochem.mpg.de Sun Feb 18 03:16:25 2007 From: krause at biochem.mpg.de (Markus Krause) Date: Sun, 18 Feb 2007 12:16:25 +0100 Subject: [imp] no subfolders on ms exchange shown Message-ID: <20070218121625.1xkbcpalwc4owcwo@webmail2.biochem.mpg.de> Hi list, we are running a quite outdated horde installation (cvs from summer 2003) and are (finally!) trying out the latest current version. In the old version we used the following config in imp/config/servers.php: ----- imp/config/servers.php $servers['exchange'] = array( 'name' => 'Exchange Server', 'server' => 'exchange.biochem.mpg.de', 'protocol' => 'imap/ssl/novalidate-cert', 'port' => 993, 'folders' => '', 'namespace' => '', 'maildomain' => 'biochem.mpg.de', 'smtphost' => 'stmp.biochem.mpg.de', 'realm' => '', 'preferred' => '', 'dotfiles' => false, 'hierarchies' => array()); ---- which worked perfect. Using the same with the new Horde/IMP installation no mail subfolders in the exchange account are shown. How do i need to change the configuration to get the folders displayed like in the old Horde/IMP version? Thanks in advance for any hints! Regards Markus -- Markus Krause email: krause at biochem.mpg.de Mogli-Soft: Support for Mac OS X, Webmail/Horde, LDAP, RADIUS by order of the Computing Center of the Max-Planck-Institute of Biochemistry Tel.: 089 - 89 40 85 99 Fax.: 089 - 89 40 85 98 ---------------------------------------------------------------------- This message was sent using https://webmail2.biochem.mpg.de If you encounter any problems please report to rz-linux at biochem.mpg.de From slusarz at horde.org Sun Feb 18 16:23:09 2007 From: slusarz at horde.org (Michael M Slusarz) Date: Sun, 18 Feb 2007 17:23:09 -0700 Subject: [imp] no subfolders on ms exchange shown In-Reply-To: <20070218121625.1xkbcpalwc4owcwo@webmail2.biochem.mpg.de> References: <20070218121625.1xkbcpalwc4owcwo@webmail2.biochem.mpg.de> Message-ID: <20070218172309.qj5pdxn5ogco40k4@bigworm.curecanti.org> Quoting Markus Krause : > Hi list, > > we are running a quite outdated horde installation (cvs from summer > 2003) and are (finally!) trying out the latest current version. > > In the old version we used the following config in imp/config/servers.php: > > ----- imp/config/servers.php > $servers['exchange'] = array( > 'name' => 'Exchange Server', > 'server' => 'exchange.biochem.mpg.de', > 'protocol' => 'imap/ssl/novalidate-cert', > 'port' => 993, > 'folders' => '', > 'namespace' => '', > 'maildomain' => 'biochem.mpg.de', > 'smtphost' => 'stmp.biochem.mpg.de', > 'realm' => '', > 'preferred' => '', > 'dotfiles' => false, > 'hierarchies' => array()); > ---- > > which worked perfect. Using the same with the new Horde/IMP > installation no mail subfolders in the exchange account are shown. > How do i need to change the configuration to get the folders > displayed like in the old Horde/IMP version? You probably should read imp/docs/UPGRADING. michael ___________________________________ Michael Slusarz [slusarz at horde.org]