Re: [imp] linked attachment
Hi, i upgraded from 6.1.5-git to 6.2.0-git. The only change i see is "link_attach_size_hard". This is my conf.php: - When i tried to change the "link_attach_size_hard" to the value of threshold (5242880) and send a big mail (5.5M), the mail stuck at sending, and the whole horde died, no response. I see no error in the logs. I've changed the logging value to DEBUG, but i only see "Loading confif file..." and "Max memory usage:..." rows. thx tj Idézet (Michael M Slusarz ): Quoting Torok Jozsef : i've just upgraded our horde/imp installation by git. Everything went okay, but looks like linked attachments not work anymore. Is it changed somewhere? In the imp-config it is configured with 5MByte threshold. Now imp tries to send every attachment inline. Old attachments not available anymore. Works here. You have updated your config files, correct? There have been several changes to linked attachment behavior recently (see docs/UPGRADING). michael ___ Michael Slusarz [slus...@horde.org] -- imp mailing list Frequently Asked Questions: http://wiki.horde.org/FAQTo unsubscribe, mail: imp-unsubscr...@lists.horde.org -- imp mailing list Frequently Asked Questions: http://wiki.horde.org/FAQ To unsubscribe, mail: imp-unsubscr...@lists.horde.org
Re: [imp] IMP 6.2 : prefix for other users namespace not shown
Michael M Slusarz a écrit : Quoting SSRI : Mailboxes list : => IMP 6.1 Shared Mailboxes _ sharedmailbox1 _ sharedmailbox2 personalMailBox1 personalMailBox2 => IMP 6.2 personalMailBox1 personalMailBox2 sharedMailBox1 sharedMailBox2 Can't reproduce. My shared mailboxes appear under the "Shared" container. Just tested with latest beta version, same result. Any time IMP display the mailbox list ( not only in the main screen of IMP but for example in prefs>imp>mboxdisplay ), shared mailboxes are on the same level of INBOX. We're not talking about the sharedprefix parameter of Cyrus ( imapd.conf ) but the userprefix parameter ( Other Users ). Sample of our Cyrus configuration: imapd.conf altnamespace: 1 userprefix: Shared Mailboxes user rights on the 'sharedmailbox1' shared mailbox : lam user/sharedmailbox1 user1 lrswipkxtecda sharedmailbox1 lrswipkxtecda -- imp mailing list Frequently Asked Questions: http://wiki.horde.org/FAQ To unsubscribe, mail: imp-unsubscr...@lists.horde.org
Re: [imp] [horde] Import of mbox failes
Quoting ANANT S ATHAVALE : Please suggest a way to import large mailboxes for Cyrus IMAP. What I did when converting from a server that used mbox to my current server was to use imapsync to transfer the mail over, one user at a time, but I only had a dozen or so users to transfer. See http://imapsync.lamiral.info/ If you just have the mbox file but not the server that supported it, I'm not sure what you can do. A little bit of research on Google finds this page: http://sange.fi/~atehwa/cgi-bin/piki.cgi/migration%20to%20cyrus which seems to have some good info. -- "In television it is a cardinal sin to allow the viewer a single moment when his ears and eyes are not assaulted by sound and fury" -- Alfred Hitchcock, announcing a commercial break in "Hangover" aired 12/06/1962 and just as true today smime.p7s Description: S/MIME Signature -- imp mailing list Frequently Asked Questions: http://wiki.horde.org/FAQ To unsubscribe, mail: imp-unsubscr...@lists.horde.org
[imp] Entering S/MIME passphrase fails when sending email
Horde Groupware Webmail Edition 5.1.4 Horde 5.1.6 Imp 6.1.7 If I am writing a new email and have not yet entered my S/MIME passphrase this session, when I click send, Horde promps me to enter it. But, when I do, a pink error message pops up and disappears too quickly to read, and the email vanishes and does not get sent. The passphrase does apparently take effect, though, because I can then write the email anew and send it successfully. My work-around for now is when I get that prompt, I cancel it, go to my mail preferences for S/MIME, and enter my passphrase there, then go click Send again, and the email sends successfully the first time. Is this a bug, or is there some config option I'm missing? Any idea what that error message might be? -- "In television it is a cardinal sin to allow the viewer a single moment when his ears and eyes are not assaulted by sound and fury" -- Alfred Hitchcock, announcing a commercial break in "Hangover" aired 12/06/1962 and just as true today smime.p7s Description: S/MIME Signature -- imp mailing list Frequently Asked Questions: http://wiki.horde.org/FAQ To unsubscribe, mail: imp-unsubscr...@lists.horde.org
Re: [imp] Verifying smime signatures not working?
Quoting Edward Burr : After completely uninstalling (quite painful) and reinstalling (very easy) horde webmail, now s/mime signed emails are properly displayed. I have no idea what the difference is between doing an install completely from scratch versus updating from a slightly older level, but it worked. I don't know what happened, because I haven't touched the configuration or preferences since then, except to enter my s/mime passphrase when needed, but IMP has once again quit displaying signed emails properly and gone back to showing the s/mime attachment instead, even on the old emails that it had previously displayed correctly. What can I do to troubleshoot this? Horde Groupware Webmail Edition 5.1.4 Horde 5.1.6 Imp 6.1.7 -- "In television it is a cardinal sin to allow the viewer a single moment when his ears and eyes are not assaulted by sound and fury" -- Alfred Hitchcock, announcing a commercial break in "Hangover" aired 12/06/1962 and just as true today smime.p7s Description: S/MIME Signature -- imp mailing list Frequently Asked Questions: http://wiki.horde.org/FAQ To unsubscribe, mail: imp-unsubscr...@lists.horde.org
Re: [imp] IMP 6.2 : prefix for other users namespace not shown
Ticket submitted ( #13212 ). From 6.1 to 6.2, we've noticed that code for displaying folder tree have changed ( new IMP_Factory_Ftree ). -- imp mailing list Frequently Asked Questions: http://wiki.horde.org/FAQ To unsubscribe, mail: imp-unsubscr...@lists.horde.org
Re: [imp] [horde] Import of mbox failes
Quoting Edward Burr : Quoting ANANT S ATHAVALE : Please suggest a way to import large mailboxes for Cyrus IMAP. What I did when converting from a server that used mbox to my current server was to use imapsync to transfer the mail over, one user at a time, but I only had a dozen or so users to transfer. See http://imapsync.lamiral.info/ In general, using IMAP APPEND is not the best option for importing large mailboxes (it was not designed for this purposes). It will work, but will take 1) a long time, 2) doesn't allow you to control the "strictness" of input - some IMAP servers will reject malformed messages, which may not be what you want - and 3) may block access to other clients trying to connect to that mailbox, a problem if it is going to take 5 minutes to import a mailbox. From the IMP perspective, combine these limitations with limitations on 1) POST data limits, 2) PHP memory limits, and 3) PHP max execution time limits and you can see the issue with (any) web-based mailbox importation. michael ___ Michael Slusarz [slus...@horde.org] -- imp mailing list Frequently Asked Questions: http://wiki.horde.org/FAQ To unsubscribe, mail: imp-unsubscr...@lists.horde.org
Re: [imp] Entering S/MIME passphrase fails when sending email
Quoting Edward Burr : Horde Groupware Webmail Edition 5.1.4 Horde 5.1.6 Imp 6.1.7 If I am writing a new email and have not yet entered my S/MIME passphrase this session, when I click send, Horde promps me to enter it. But, when I do, a pink error message pops up and disappears too quickly to read, and the email vanishes and does not get sent. The passphrase does apparently take effect, though, because I can then write the email anew and send it successfully. My work-around for now is when I get that prompt, I cancel it, go to my mail preferences for S/MIME, and enter my passphrase there, then go click Send again, and the email sends successfully the first time. If the message sends, the passphrase was successful entered. A 'horde.success' notification (green) is displayed. If the passphrase was NOT successfully entered, A 'horde.error' notification (red) is displayed. There's no way in the current code for a successful result to be returned while issuing a horde.error notification. So either the horde.error notification is being triggered by something in the code other than the passphrase verification code (in which case you should be seeing both a green and a red message) or I have no idea what is happening, and can't reproduce. michael ___ Michael Slusarz [slus...@horde.org] -- imp mailing list Frequently Asked Questions: http://wiki.horde.org/FAQ To unsubscribe, mail: imp-unsubscr...@lists.horde.org
Re: [imp] Verifying smime signatures not working?
Quoting Edward Burr : Quoting Edward Burr : After completely uninstalling (quite painful) and reinstalling (very easy) horde webmail, now s/mime signed emails are properly displayed. I have no idea what the difference is between doing an install completely from scratch versus updating from a slightly older level, but it worked. I don't know what happened, because I haven't touched the configuration or preferences since then, except to enter my s/mime passphrase when needed, but IMP has once again quit displaying signed emails properly and gone back to showing the s/mime attachment instead, even on the old emails that it had previously displayed correctly. What can I do to troubleshoot this? Maybe try clearing (or disabling) your IMAP cache? See config/backends.php or bin/imp-query-imap-cache michael ___ Michael Slusarz [slus...@horde.org] -- imp mailing list Frequently Asked Questions: http://wiki.horde.org/FAQ To unsubscribe, mail: imp-unsubscr...@lists.horde.org
Re: [imp] Entering S/MIME passphrase fails when sending email
Quoting Michael M Slusarz : Quoting Edward Burr : Horde Groupware Webmail Edition 5.1.4 Horde 5.1.6 Imp 6.1.7 If I am writing a new email and have not yet entered my S/MIME passphrase this session, when I click send, Horde promps me to enter it. But, when I do, a pink error message pops up and disappears too quickly to read, and the email vanishes and does not get sent. The passphrase does apparently take effect, though, because I can then write the email anew and send it successfully. My work-around for now is when I get that prompt, I cancel it, go to my mail preferences for S/MIME, and enter my passphrase there, then go click Send again, and the email sends successfully the first time. If the message sends, the passphrase was successful entered. A 'horde.success' notification (green) is displayed. If the passphrase was NOT successfully entered, A 'horde.error' notification (red) is displayed. There's no way in the current code for a successful result to be returned while issuing a horde.error notification. So either the horde.error notification is being triggered by something in the code other than the passphrase verification code (in which case you should be seeing both a green and a red message) or I have no idea what is happening, and can't reproduce. Actually, there is also a green message in addition to the red one. The problem is they both disappear so quickly, I don't get a chance to see them. -- "In television it is a cardinal sin to allow the viewer a single moment when his ears and eyes are not assaulted by sound and fury" -- Alfred Hitchcock, announcing a commercial break in "Hangover" aired 12/06/1962 and just as true today smime.p7s Description: S/MIME Signature -- imp mailing list Frequently Asked Questions: http://wiki.horde.org/FAQ To unsubscribe, mail: imp-unsubscr...@lists.horde.org
Re: [imp] Verifying smime signatures not working?
Quoting Michael M Slusarz : Quoting Edward Burr : Quoting Edward Burr : After completely uninstalling (quite painful) and reinstalling (very easy) horde webmail, now s/mime signed emails are properly displayed. I have no idea what the difference is between doing an install completely from scratch versus updating from a slightly older level, but it worked. I don't know what happened, because I haven't touched the configuration or preferences since then, except to enter my s/mime passphrase when needed, but IMP has once again quit displaying signed emails properly and gone back to showing the s/mime attachment instead, even on the old emails that it had previously displayed correctly. What can I do to troubleshoot this? Maybe try clearing (or disabling) your IMAP cache? See config/backends.php or bin/imp-query-imap-cache Cache should be disabled. My backends.local.php just has: $servers['imap'] = array( 'disabled' => false, 'name' => 'IMAP Server', 'hostspec' => 'localhost', 'hordeauth' => true, 'protocol' => 'imap', 'port' => 143, 'secure' => 'tls', ); and in backends.php the only place cache isn't commented out it is set to false in the disabled "advanced" server example config. imp-query-imap-cache is an interesting tool. I didn't even know it existed. Anyway, for my userid, summary statistics of all mailboxes returns: [ INFO ] Cached mailboxes: 0 [ INFO ] Cached messages: 0 [ INFO ] Cached searches: 0 I had it purge cache, but that had no effect (I assume because there is no cache). -- "In television it is a cardinal sin to allow the viewer a single moment when his ears and eyes are not assaulted by sound and fury" -- Alfred Hitchcock, announcing a commercial break in "Hangover" aired 12/06/1962 and just as true today smime.p7s Description: S/MIME Signature -- imp mailing list Frequently Asked Questions: http://wiki.horde.org/FAQ To unsubscribe, mail: imp-unsubscr...@lists.horde.org
[imp] disable remote accounts in prefs.local.php?
Hi, for security reason, i want disable the remote account function in one horde setup. Is this in pref.local.php possible? Samuel -- imp mailing list Frequently Asked Questions: http://wiki.horde.org/FAQ To unsubscribe, mail: imp-unsubscr...@lists.horde.org
Re: [imp] disable remote accounts in prefs.local.php?
Quoting Samuel Wolf : for security reason, i want disable the remote account function in one horde setup. Is this in pref.local.php possible? This is handled through the permissions system. michael ___ Michael Slusarz [slus...@horde.org] -- imp mailing list Frequently Asked Questions: http://wiki.horde.org/FAQ To unsubscribe, mail: imp-unsubscr...@lists.horde.org
Re: [imp] disable remote accounts in prefs.local.php?
Zitat von Michael M Slusarz : Quoting Samuel Wolf : for security reason, i want disable the remote account function in one horde setup. Is this in pref.local.php possible? This is handled through the permissions system. Work, thank you. This information will maybe useful in the prefs.php? michael ___ Michael Slusarz [slus...@horde.org] -- imp mailing list Frequently Asked Questions: http://wiki.horde.org/FAQ To unsubscribe, mail: imp-unsubscr...@lists.horde.org -- imp mailing list Frequently Asked Questions: http://wiki.horde.org/FAQ To unsubscribe, mail: imp-unsubscr...@lists.horde.org
Re: [imp] disable remote accounts in prefs.local.php?
Quoting Samuel Wolf : Zitat von Michael M Slusarz : Quoting Samuel Wolf : for security reason, i want disable the remote account function in one horde setup. Is this in pref.local.php possible? This is handled through the permissions system. Work, thank you. This information will maybe useful in the prefs.php? Why prefs.php? Seems to make more sense in backends.php (since it is tied to mail backends, not preferences). michael ___ Michael Slusarz [slus...@horde.org] -- imp mailing list Frequently Asked Questions: http://wiki.horde.org/FAQ To unsubscribe, mail: imp-unsubscr...@lists.horde.org
Re: [imp] Verifying smime signatures not working?
Quoting Edward Burr : Quoting Michael M Slusarz : Quoting Edward Burr : Quoting Edward Burr : After completely uninstalling (quite painful) and reinstalling (very easy) horde webmail, now s/mime signed emails are properly displayed. I have no idea what the difference is between doing an install completely from scratch versus updating from a slightly older level, but it worked. I don't know what happened, because I haven't touched the configuration or preferences since then, except to enter my s/mime passphrase when needed, but IMP has once again quit displaying signed emails properly and gone back to showing the s/mime attachment instead, even on the old emails that it had previously displayed correctly. What can I do to troubleshoot this? Maybe try clearing (or disabling) your IMAP cache? See config/backends.php or bin/imp-query-imap-cache Cache should be disabled. Restart your PHP process? Not sure. If things go from working -> not working, that generally indicates something wrong with a process using old information. michael ___ Michael Slusarz [slus...@horde.org] -- imp mailing list Frequently Asked Questions: http://wiki.horde.org/FAQ To unsubscribe, mail: imp-unsubscr...@lists.horde.org
Re: [imp] Entering S/MIME passphrase fails when sending email
Quoting Edward Burr : Quoting Michael M Slusarz : Quoting Edward Burr : Horde Groupware Webmail Edition 5.1.4 Horde 5.1.6 Imp 6.1.7 If I am writing a new email and have not yet entered my S/MIME passphrase this session, when I click send, Horde promps me to enter it. But, when I do, a pink error message pops up and disappears too quickly to read, and the email vanishes and does not get sent. The passphrase does apparently take effect, though, because I can then write the email anew and send it successfully. My work-around for now is when I get that prompt, I cancel it, go to my mail preferences for S/MIME, and enter my passphrase there, then go click Send again, and the email sends successfully the first time. If the message sends, the passphrase was successful entered. A 'horde.success' notification (green) is displayed. If the passphrase was NOT successfully entered, A 'horde.error' notification (red) is displayed. There's no way in the current code for a successful result to be returned while issuing a horde.error notification. So either the horde.error notification is being triggered by something in the code other than the passphrase verification code (in which case you should be seeing both a green and a red message) or I have no idea what is happening, and can't reproduce. Actually, there is also a green message in addition to the red one. The problem is they both disappear so quickly, I don't get a chance to see them. Check your Horde logs (and make sure you are logging at a verbose level - like DEBUG). Otherwise you can do something like put a breakpoint in the javascript debugger before the code to automatically close the window so that you can view the notifications. michael ___ Michael Slusarz [slus...@horde.org] -- imp mailing list Frequently Asked Questions: http://wiki.horde.org/FAQ To unsubscribe, mail: imp-unsubscr...@lists.horde.org