Re: [SM-USERS] Translation issue

2017-01-05 Thread Juergen Nickelsen
On 14.12.2016 14:50, "Andrés Chandía" wrote: > then I run the command: > > msgfmt -o squirrelmail.mo squirrelmail.po > > But in the end the expresion never appears translated at the mail > interface... any advice? I have seen this a number of times, too -- sometimes the change seems to be effec

Re: [SM-USERS] User name munging.

2016-05-20 Thread Juergen Nickelsen
On 19.05.2016 22:09, Paul Lesniewski wrote: > On 5/19/16, Juergen Nickelsen wrote: [...] >> $login_username = preg_replace('/@.*/', '', $login_username); >> $login_username = trim($login_username); >> $login_username = strtolower($login_use

Re: [SM-USERS] User name munging.

2016-05-19 Thread Juergen Nickelsen
On 19.05.2016 18:31, James B. Byrne wrote: > I infer from this scant evidence that SM does not treat 'USERNAME' as > 'username' for its own use. Is there any way to force SM to munge > mixedcase case USERNAMEs to lowercase? I have done user name munging using a plugin that hooks into 'login_befo

Re: [SM-USERS] Why have an user mailing list?

2015-09-18 Thread Juergen Nickelsen
On 17.09.2015 22:32, André Z. D. A. wrote: > "You get what you pay for". Maybe I'm opting for the wrong webmail client. "You get what you pay for" applies not only to the software, but also to the support. You don't pay anyone (on this list, at least) for support, so you are not entitled to a sol

Re: [SM-USERS] Why have an user mailing list?

2015-09-17 Thread Juergen Nickelsen
On 17.09.2015 11:32, André Z. D. A. wrote: > Why having a user mailing list if no one answer questions that are natural to > be asked, have no answer or documentation about them, and probably show > common problems to many users? I can understand that you are a bit miffed about not getting any h

Re: [SM-USERS] concerning security

2015-03-19 Thread Juergen Nickelsen
On 19.03.2015 03:53, Rajesh M wrote: > is there someway to obfuscate the passwords stored in the browsers ? maybe > concatenate some random numbers/strings with the existing password While your concern is certainly valid, the password storage is purely a browser-side function. The website in qu

[SM-USERS] Eliminated "/scripts/1" 404 error

2015-01-26 Thread Juergen Nickelsen
[So, let's see if I get through to squirrelmail-users using another sender address...] At Freie Universität Berlin we have recently moved our SquirrelMail installation from the 1.4.22 release to 1.4.32-svn as of 2014-11-05, from Debian squeeze to wheezy, and to make it complete, on new hardware. :

Re: [SM-USERS] data prefs permission error after login

2013-11-12 Thread Juergen Nickelsen
On 12.11.2013 09:50, Paul Lesniewski wrote: > On Sun, Nov 10, 2013 at 9:26 AM, Ryan Dagey wrote: [...] >> For existing users, they are logged in and can view the folder pane, with >> the error in the right pane (no message list is accessible); for the new >> users, they are immediately presente

Re: [SM-USERS] Searching 30,000 emails

2013-05-01 Thread Juergen Nickelsen
On 2013-05-01 20:58, Tomas Kuliavas wrote: >> To be serious, it could be interesting to use mairix[1] to build indexes >> and to make a UI as a SquirrelMail plugin. It can search very fast in >> its indexes; results are presented in a separate folder containing >> symlinks to the actual message fi

Re: [SM-USERS] Searching 30,000 emails

2013-05-01 Thread Juergen Nickelsen
On 2013-05-01 18:58, Tomas Kuliavas wrote: > LuKreme wrote >> Could I do that just for squirrel mail (it runs on a separate machine from >> the mailserver)? > > SquirrelMail search is as fast as your IMAP search is. Application does not > index all your private parts like gmail does. That reminds

Re: [SM-USERS] Bug Report

2013-04-15 Thread Juergen Nickelsen
On 11.04.2013 09:09, Douglas Arege wrote: > my mails are jumbled up old ones show up on top and new ones everywhere? > disturbed This can be adjusted by clicking on the thingies (grey square or blue triangle) besides the column names ("From", "Received", etc.). If the thingy is square, it means th

Re: [SM-USERS] Importing a CSV address list

2013-02-25 Thread Juergen Nickelsen
On 24.02.2013 19:03, w4...@arcba-fl.org wrote: > I recently set up my mailbox and wish to import an address list compiled > from another (old) mailbox. When I click on the addresses tab, I see the > import list section, but it is limited to 5kb. Mine is 9kb Is there any > way to complete this task

Re: [SM-USERS] SquirrelMail aborting large attachment download?

2012-10-11 Thread Juergen Nickelsen
On 09.10.2012 18:32, Paul Lesniewski wrote: >> The user mailboxes are distributed over a number of Dovecot servers for >> performance reasons, and Perdition relays the IMAP connection to the >> responsible server. > > Why not Dovecot Director? If you have testing resources, you could > see if re

Re: [SM-USERS] SquirrelMail aborting large attachment download?

2012-10-11 Thread Juergen Nickelsen
On 09.10.2012 18:31, Tomas Kuliavas wrote: >> While having imapproxy taking load off Perdition would be nice, we can >> do without for now. >> > If you use Perdition only for directing users to proper Dovecot instance, > you can as well take Perdition out of the picture. No, because SquirrelMail

Re: [SM-USERS] SquirrelMail aborting large attachment download?

2012-10-09 Thread Juergen Nickelsen
[TLDR: taking out imapproxy resolved the issue; we'll live with that for now] Hello, three weeks ago, I wrote this: > [...] in a few single cases, users have complained that the download of a > large attachment failed due to the object being no longer present, > according to SquirrelMail, and af

Re: [SM-USERS] SquirrelMail aborting large attachment download?

2012-09-24 Thread Juergen Nickelsen
On 24.09.2012 14:30, michael crane wrote: [PHP memory limit] >> 256 MB (we could increase that -- is that per Session or for all of >> them?); no commercial extensions, rather PHP as it comes out of the >> (Debian) box with a few common extensions: > I thought the PHP limit was per message. You m

Re: [SM-USERS] SquirrelMail aborting large attachment download?

2012-09-24 Thread Juergen Nickelsen
On 22.09.2012 09:40, Tomas Kuliavas wrote: > Juergen Nickelsen-3 wrote: [...] >> Yet, in a few single cases, users have complained that the download of a >> large attachment failed due to the object being no longer present, >> according to SquirrelMail, and after clicki

[SM-USERS] SquirrelMail aborting large attachment download?

2012-09-19 Thread Juergen Nickelsen
Hello all, we have a SquirrelMail installation with around 5000 active users per day, ~14000 in three weeks, and switched to 1.4.22 and using imapproxy a few weeks ago. Everything runs peachy, so SquirrelMail has again proven to be capable and reliable. Big Thanks to the developers! Yet, in a few

Re: [SM-USERS] Squirrel/Android sync/import?

2012-07-11 Thread Juergen Nickelsen
On 11.07.2012 03:14, Voytek Eymont wrote: [on the "Addressbook Import-Export" plugin] > hmmm, getting: "The uploaded file exceeds the MAX_FILE_SIZE directive that > was specified in the HTML." The MAX_FILE_SIZE is set using the plugin's configuration variable $aie_csv_maxsize. See the plugin docu

Re: [SM-USERS] Squirrel/Android sync/import?

2012-07-10 Thread Juergen Nickelsen
On 10.07.2012 03:19, Voytek Eymont wrote: > Now that I have an Android phone, are there any tools to transfer > contacts from Android to Squirrel address book? > > Meaning, I guess from gmail to Squirrel, I tried searching a little, but > all I came across was to transfer Squirrel to gmail. You

Re: [SM-USERS] IMAP Problem with Strato

2012-03-06 Thread Juergen Nickelsen
tomer service. Maybe a bug has crept into the productive IMAP daemon, and it will be their own interest to get feedback on this so they can fix it ASAP. Regards, Juergen. -- Juergen Nickelsen Freie Universitaet Berlin, Zentraleinrichtung fuer Datenverarbeitung

Re: [SM-USERS] Consquences of $lossy_encoding?

2012-02-09 Thread Juergen Nickelsen
be useful to push them back into your direction some time anyway. Please don't hesitate to remind me I said that when you need them. ;-) Best regards, Juergen. -- Juergen Nickelsen Freie Universitaet Berlin, Zentraleinrichtung fuer Datenverarbeitung Fabeckstrasse 32, 14195 Berlin, Telef

Re: [SM-USERS] Consquences of $lossy_encoding?

2012-02-09 Thread Juergen Nickelsen
On 09.02.2012 18:17, michael crane wrote: > Of course the sensible solution is for everybody to use english. Right. And use ASCII like God has created it. (Pardon my French. ;-) -- Juergen Nickelsen Freie Universitaet Berlin, Zentraleinrichtung fuer Datenverarbeitung Fabeckstrasse 32, 14

Re: [SM-USERS] Consquences of $lossy_encoding?

2012-02-09 Thread Juergen Nickelsen
can go with it. Thanks! Regards, Juergen. -- Juergen Nickelsen Freie Universitaet Berlin, Zentraleinrichtung fuer Datenverarbeitung Fabeckstrasse 32, 14195 Berlin, Telefon +49.30.838-50740 -- Virtualization & Cloud

Re: [SM-USERS] Consquences of $lossy_encoding?

2012-02-09 Thread Juergen Nickelsen
On 09.02.2012 13:58, Juergen Nickelsen wrote: > in the SquirrelMail installation I have inherited recently, [...] > So, now my question is: are there any other consequences than the > intended one I should be aware of when I set $lossy_encoding = true? Sorry, I forgot: This is a 1.4.21

[SM-USERS] Consquences of $lossy_encoding?

2012-02-09 Thread Juergen Nickelsen
st regards, Juergen. -- Juergen Nickelsen Freie Universitaet Berlin, Zentraleinrichtung fuer Datenverarbeitung Fabeckstrasse 32, 14195 Berlin, Telefon +49.30.838-50740 -- Virtualization & Cloud Management Using Cap

Re: [SM-USERS] fail to contact squirrelmail running domain

2012-01-27 Thread Juergen Nickelsen
On 01/27/12 15:19, Stephen Liu wrote: > # ping server1.domain.com[code] > ping: unknown host server1.domain.com So that is the point -- fix your DNS. -- Juergen Nickelsen Freie Universitaet Berlin, Zentraleinrichtung fuer Datenverarbeitung Fabeckstrasse 32, 14195 Berlin, Telefon +49.

Re: [SM-USERS] fail to contact squirrelmail running domain

2012-01-27 Thread Juergen Nickelsen
configuration. If you get other content in the browser instead of the webmail interface, this may be the problem. Check if there is perhaps the wrong virtual host configured for that domain name in the server configuration. Regards, Juergen. -- Juergen Nickelsen Freie Universitaet Ber