[SM-USERS] Keep getting logged out at random (need help)

2003-06-02 Thread Jose
Hi,

We have been trying Squirrel Mail for a while now (since the stable version
1.2.5 all the way up to 1.4.0). During this time we have tried IIRC PHP
versions from 4.2.1 to 4.3.2, including a couple RC's. All through out these
versions and some beta ones, our setup has always been unstable. The problem
is that we keep getting logged out of the application at random. Some times
one frame, other times the other, sometimes both. And then sometimes
retrying on the still logged on frame, both frames would work again.

In the last few days, we have gone deep into the problem to see if we could
sort it out once and for all.

 * First off we tried to nail down the problem by reinstalling our PHP from
scratch, making sure there was no forgotten change to the php.ini that could
affect this behaviour. That didn't help.

 * Then we found googling that mm could have issues with sessions, so we
recompiled php without mm support. No change.

 * We found several sessions files in the /tmp folder, and decided to create
a specific folder for the sessions. No change. Though in this particular
issue, are the sessions supposed to be that big? (50k - 100k)

 * We had the server under https, so we disabled it. No change.

 * We had the server under Solaris, moved it to our RedHat Linux box in a
different host. No change.

We don't know what else to try, and are keen to do any tests and give any
information regarding settings in search of a solution. By the way, we have
tried with a number of browsers and platforms, to take that out of the
equation.

We have also updated our Exim mail server to the latest version.

Squirrel Mail is setup so that our users can use it for different domains.
We host ols.es plus several other domains and people access it under the
same address, i.e. https://ssl.ols.es/webmail, to read their mail, whatever
their domain.

With regards to the PHP settings, the session_autostart is set to on.
Trans_id is set to off. We are keen on running any type of test to debug
this. We are entirely at the disposal of anyone who wishes to help.

We have set up a test account for anyone willing to help. The details are:
https://ssl.ols.es/webmail and the username is 'squirrel.ols.es' and the
password is 'mail'. The email address is [EMAIL PROTECTED]

Please help us on this one. Is driving us mad. Thanks,

Jose



---
This SF.net email is sponsored by: eBay
Get office equipment for less on eBay!
http://adfarm.mediaplex.com/ad/ck/711-11697-6916-5
--
squirrelmail-users mailing list
List Address: [EMAIL PROTECTED]
List Archives:  http://sourceforge.net/mailarchive/forum.php?forum_id)95
List Info: https://lists.sourceforge.net/lists/listinfo/squirrelmail-users


Re: [SM-USERS] Date a time

2003-06-23 Thread Jose
While on this subject, shouldn't SM take the time from the computer you
are working on instead of that of the server? I can imagine that this
could bring a number of problems if the person using SM happens to have
the time/time zone completely bogus in their machine. If nothing else,
couldn't this be made as an option to SM. We have users that are always in
the USA, others in the UK, others in Sweden, others in Spain, and so on.
The server is in Spain though. Most of them, I would imagine, would prefer
the time relative to where they are. And when travelling, if time has to
be set to something fixed, better to have the option to tell SM to always
show the time of a particular time zone (your regular place).

If this is doable, per a user basis, could someone point me how to go
about doing exactly that? Thanks.

Jose


---
This SF.Net email is sponsored by: INetU
Attention Web Developers & Consultants: Become An INetU Hosting Partner.
Refer Dedicated Servers. We Manage Them. You Get 10% Monthly Commission!
INetU Dedicated Managed Hosting http://www.inetu.net/partner/index.php
--
squirrelmail-users mailing list
List Address: [EMAIL PROTECTED]
List Archives:  http://sourceforge.net/mailarchive/forum.php?forum_id=2995
List Info: https://lists.sourceforge.net/lists/listinfo/squirrelmail-users


Re: [SM-USERS] Date a time

2003-06-23 Thread Jose
Hi there,

> Hello Jose,
> On Monday, June 23, 2003, Jose wrote...
>
>> If this is doable, per a user basis, could someone point me how to go
about doing exactly that? Thanks.
>
> -> Options
>  -> Personal Preferences
>   -> TimeZone
>
> That work?

Not really. I have Personal Information, Display Preferences and Folder
Preferences, but there is no option to set the timezone in any of them.
Seems it could be in Folder Preferences since in there there are a couple
time related options, though no TimeZone. By the way, what does Memory
Search exactly do? (It's inside Folder Preferences)

Jose

> --
> Jon Angliss
> ([EMAIL PROTECTED])
>
>





---
This SF.Net email is sponsored by: INetU
Attention Web Developers & Consultants: Become An INetU Hosting Partner.
Refer Dedicated Servers. We Manage Them. You Get 10% Monthly Commission!
INetU Dedicated Managed Hosting http://www.inetu.net/partner/index.php
--
squirrelmail-users mailing list
List Address: [EMAIL PROTECTED]
List Archives:  http://sourceforge.net/mailarchive/forum.php?forum_id=2995
List Info: https://lists.sourceforge.net/lists/listinfo/squirrelmail-users


[SM-USERS] Defaults

2003-06-23 Thread Jose
Hi there,

I would like to suggest a very minor improvement that IMO might be quite
helpful to users. When selecting

--> Options
 --> Display Preferences

There are three options Theme, Custom Stylesheet and Language that have a
Default option. I would suggest that the Default option is written like
[Default] and then the lists sorted alphabetically. That way the default
is always on top. That is right now the behaviour of the list for
languages, but not for Theme (that by the way kept me lost for quite a
while because of testing different color schemes, hence the suggestion).
Custom Stylesheet might be ordered right now because Default is the first
option when all the options are sorted alphabetically. Adding the () or []
to the Default option would also help to highlight it.

    Jose







---
This SF.Net email is sponsored by: INetU
Attention Web Developers & Consultants: Become An INetU Hosting Partner.
Refer Dedicated Servers. We Manage Them. You Get 10% Monthly Commission!
INetU Dedicated Managed Hosting http://www.inetu.net/partner/index.php
--
squirrelmail-users mailing list
List Address: [EMAIL PROTECTED]
List Archives:  http://sourceforge.net/mailarchive/forum.php?forum_id=2995
List Info: https://lists.sourceforge.net/lists/listinfo/squirrelmail-users


Re: [SM-USERS] User Timeout Issues {longish}

2003-06-28 Thread Jose
Would you mind trying the following?

On src/global.php
 - add session_start(); just after the require_once(SM_PATH .
'config/config.php');

 - at the end of that file, inside the function sqsession_is_active()
comment out everything but the line $sessid = session_id(); even though
this last bit might not be at all necessary.

   Jose


> Hoping to get some suggestions regarding my problem.  Running SM 1.4 with
> Apache 2.0.40/PHP 4.2.2-8.  The Apache/PHP installation was installed as
> part of a redhat install, SM installed manually.  The SM box hooks into a
> Postfix-2.0.4/Courier 1.6.2/Maildrop 1.5.1 box on the same subnet.  Both
> boxes are redhat 8 installations.
>
> Although I love SM and what it gives me, I feel I get way too many user
> timeouts.  Users will be logged in and try to forward a mail, and they
> will
> get kicked out.  Sometimes, it happens while they are composing a new
> email.
> Other times, they will just be trying to add a folder, or delete a contact
> and when clicking on a link, the message, 'you must be logged in to use
> this
> page.'  I have scanned httpd logs, systems logs to no avail.  No real
> indications.
>
> Now, I have a Checkpoint firewall, version 4.1.  I do see drops there, but
> no indication as to why. I have bumped up my user authentication timeouts
> and TCP session timeouts in checkpoint above that of the SQ timeout.   I
> would say the checkpoint is the problem, but I have duplicated this user
> getting dropped behavior in a multitude of situations.  I experienced this
> on a workstation using zone alarm that didn't go through the firewall.  I
> have users at remote sites who must go through proxy servers on their
> sides
> [military bases] and then my firewall to authenticate, and this absolutely
> wreaks havoc.  All told, it affects about 20 % of my users.  The other 80
> %
> loves me, that 20 % wants to burn me at the stake.  I have even watched my
> boss just get dropped while typing a new email.  His was a vanilla W2K
> installation with IE 6 Sp1.
>
> I am just looking for some ideas.
>
> * PHP timeouts?
> * Places to look for httpd errors [I have searched all the web logs]
> * SQ timeout issues
> * Courier timeout issues
> * Anybody else have trouble with squirrelmail and checkpoint?
>
> So, if you are still reading, thanks.  Also, I can't get rid of the proxy
> servers, I know they wreak havoc, I just don't control every network where
> my employees reside.   TIA.
>
> Regards,
> Scott
>
> 
> Scott Renda
> High Technology Solutions, Inc.
> [EMAIL PROTECTED]
>
>
>
> ---
> This SF.Net email sponsored by: Free pre-built ASP.NET sites including
> Data Reports, E-commerce, Portals, and Forums are available now.
> Download today and enter to win an XBOX or Visual Studio .NET.
> http://aspnet.click-url.com/go/psa0016ave/direct;at.asp_061203_01/01
> --
> squirrelmail-users mailing list
> List Address: [EMAIL PROTECTED]
> List Archives:  http://sourceforge.net/mailarchive/forum.php?forum_id=2995
> List Info: https://lists.sourceforge.net/lists/listinfo/squirrelmail-users
>



---
This SF.Net email sponsored by: Free pre-built ASP.NET sites including
Data Reports, E-commerce, Portals, and Forums are available now.
Download today and enter to win an XBOX or Visual Studio .NET.
http://aspnet.click-url.com/go/psa0016ave/direct;at.asp_061203_01/01
--
squirrelmail-users mailing list
List Address: [EMAIL PROTECTED]
List Archives:  http://sourceforge.net/mailarchive/forum.php?forum_id=2995
List Info: https://lists.sourceforge.net/lists/listinfo/squirrelmail-users


Re: [SM-USERS] sm 1.4.0 session_start() errors upon login

2003-06-28 Thread Jose
Since so far no one has replied, you might as well try something what
sorted random logouts in our systems.

On src/global.php
 - add session_start(); just after the require_once(SM_PATH .
'config/config.php');

 - at the end of that file, inside the function sqsession_is_active()
comment out everything but the line $sessid = session_id(); even though
this last bit might not be at all necessary.

Let me know if this sorts out anything.

   Jose


> hi folks-
>
> i've been attempting to solve a login problem for a few days, and am
running out of ideas.
>
> /src/login.php loads fine, but upon entering a user/pass, i get a page
full of errors, rather than an inbox.
>
> here are the errors:
>
> Warning:  session_start(): read failed: Value too large for defined data
type (75) in /www/mail.1safari.com/webmail/functions/global.php on line
285
>
>  Warning:  session_start(): Cannot send session cookie - headers already
> sent by (output started at
> /www/mail.1safari.com/webmail/functions/global.php:285) in
> /www/mail.1safari.com/webmail/functions/global.php on line 285
>
>  Warning:  session_start(): Cannot send session cache limiter - headers
> already sent (output started at
> /www/mail.1safari.com/webmail/functions/global.php:285) in
> /www/mail.1safari.com/webmail/functions/global.php on line 285
>
>  Warning:  Cannot modify header information - headers already sent by
> (output started at
/www/mail.1safari.com/webmail/functions/global.php:285)
> in /www/mail.1safari.com/webmail/functions/i18n.php on line 1164
>
>  Warning:  Cannot modify header information - headers already sent by
> (output started at
/www/mail.1safari.com/webmail/functions/global.php:285)
> in /www/mail.1safari.com/webmail/src/redirect.php on line 68
>
> if i deliberately enter an incorrect password, i get the same page, but
with a SM error (bad login) tacked onto the bottom of the error output,
so
> i think the authentication side of things (or at least a portion) is
working.
>
> this is all taking place on a redhat 6.2 machine w/ apache 1.3.27 and
php
> 4.3.2.  a php info page is available at http://mail.1safari.com/php/test
(if that is worth anything)
>
> the limited info i've been able to find seems to indicate that placement
of the session_start() function could impact things, but beyond that, my
knowledge is lacking.
>
> thanks in advance!
> -ben
>
>
> ---
> This SF.Net email sponsored by: Free pre-built ASP.NET sites including
Data Reports, E-commerce, Portals, and Forums are available now.
Download today and enter to win an XBOX or Visual Studio .NET.
> http://aspnet.click-url.com/go/psa0016ave/direct;at.asp_061203_01/01 --
> squirrelmail-users mailing list
> List Address: [EMAIL PROTECTED]
> List Archives:
http://sourceforge.net/mailarchive/forum.php?forum_id=2995
> List Info:
https://lists.sourceforge.net/lists/listinfo/squirrelmail-users
>





---
This SF.Net email sponsored by: Free pre-built ASP.NET sites including
Data Reports, E-commerce, Portals, and Forums are available now.
Download today and enter to win an XBOX or Visual Studio .NET.
http://aspnet.click-url.com/go/psa0016ave/direct;at.asp_061203_01/01
--
squirrelmail-users mailing list
List Address: [EMAIL PROTECTED]
List Archives:  http://sourceforge.net/mailarchive/forum.php?forum_id=2995
List Info: https://lists.sourceforge.net/lists/listinfo/squirrelmail-users


[SM-USERS] reply -> save draft ->resume draft -> send;not setting the A on the replied to message

2003-06-28 Thread Jose
Hi,

When replying to a message and then sending it I see an A added to the
message to which I replied to. But on replying to a message, after having
written some, saving it to a draft, then resuming draft, writing some more
and sending it, the message to which the reply was originally meant for
doesn't get the A flag as before. Just to let you know and see if this is
an easy fix that could be incorporated in 1.4.1 CVS

    Jose


---
This SF.Net email sponsored by: Free pre-built ASP.NET sites including
Data Reports, E-commerce, Portals, and Forums are available now.
Download today and enter to win an XBOX or Visual Studio .NET.
http://aspnet.click-url.com/go/psa0016ave/direct;at.asp_061203_01/01
--
squirrelmail-users mailing list
List Address: [EMAIL PROTECTED]
List Archives:  http://sourceforge.net/mailarchive/forum.php?forum_id=2995
List Info: https://lists.sourceforge.net/lists/listinfo/squirrelmail-users


[SM-USERS] (no subject)

2004-11-15 Thread Jose Meza

Hi, i need some help, my server's logwatch says something like this
every day, I'm not quite sure about what does it mean, can anybody help
me? 


**Unmatched Entries**
   STARTTLS=client, relay=michell.com.pe., version=TLSv1/SSLv3,
verify=FAIL, cipher=AES256-SHA, bits=256/256: 37 Time(s)
   DSN: Return receipt: 20 Time(s)
   STARTTLS=client, relay=stigmamedia.com., version=TLSv1/SSLv3,
verify=FAIL, cipher=AES256-SHA, bits=256/256: 8 Time(s)
   STARTTLS=client, relay=smtpmx2.bayer.de., version=TLSv1/SSLv3,
verify=FAIL, cipher=RC4-MD5, bits=128/128: 8 Time(s)
 

José J. Meza 





---
This SF.Net email is sponsored by: InterSystems CACHE
FREE OODBMS DOWNLOAD - A multidimensional database that combines
robust object and relational technologies, making it a perfect match
for Java, C++,COM, XML, ODBC and JDBC. www.intersystems.com/match8
--
squirrelmail-users mailing list
Posting Guidelines: 
http://squirrelmail.org/wiki/wiki.php?MailingListPostingGuidelines
List Address: [EMAIL PROTECTED]
List Archives: 
http://news.gmane.org/thread.php?group=gmane.mail.squirrelmail.user
List Archives:  http://sourceforge.net/mailarchive/forum.php?forum_id)95
List Info: https://lists.sourceforge.net/lists/listinfo/squirrelmail-users


[SM-USERS] Re: SM adding a carriage return to the first line of image attachments

2004-06-30 Thread Jose B. Chua
Dan Finn wrote:
I did try searching the mailling list archives and I couldn't find
anything that seemed related to my problem.  I did also try the
development version, 1.5.0 and experienced the same problems.  Is
there perhaps another mailling list I should be trying or someone else
I should be getting in contact with to help trouble shoot this
problem.  If I cannot get it fixed I am going to have to look for
another solution.
Just so you know you're not the only one, I have the same problem. All 
downloaded attachments have a carriage return prepended. Reproduced with 
PHP 4.3.3, Squirrelmail 1.4.2 and 1.4.3a.

I disabled all plugins and the problem didn't go away. Checked Apache's 
MIME settings, they were fine. Forced Apache to send everything as octet 
binary, still happened. I'm looking at php.ini at the moment. If 
possible, can you email your php.ini files from your systems (more 
interested in your 4.3.7) so I can diff and see if a PHP option is 
possibly causing it?


---
This SF.Net email sponsored by Black Hat Briefings & Training.
Attend Black Hat Briefings & Training, Las Vegas July 24-29 - 
digital self defense, top technical experts, no vendor pitches, 
unmatched networking opportunities. Visit www.blackhat.com
--
squirrelmail-users mailing list
List Address: [EMAIL PROTECTED]
List Archives:  http://sourceforge.net/mailarchive/forum.php?forum_id=2995
List Info: https://lists.sourceforge.net/lists/listinfo/squirrelmail-users


[SM-USERS] Re: SM adding a carriage return to the first line of image attachments

2004-07-01 Thread Jose B. Chua
Fredrik Jervfors wrote:
Just so you know you're not the only one, I have the same problem. All
downloaded attachments have a carriage return prepended. Reproduced with
PHP 4.3.3, Squirrelmail 1.4.2 and 1.4.3a.
I assume both of you tried a fresh installation from scratch, not using
RPM, apt-get or other packs. If not, try that and see if you get the same
result. Does other clients to the same IMAP account work as expected?
Maybe you told us already, but I didn't read all the previous posts.
Ended up doing that (and bringing previous plugins/themes back one at a 
time), which removed the problem. Although starting from scratch isn't 
exactly solving the problem, it narrows it down considerably. Thanks!


---
This SF.Net email sponsored by Black Hat Briefings & Training.
Attend Black Hat Briefings & Training, Las Vegas July 24-29 - 
digital self defense, top technical experts, no vendor pitches, 
unmatched networking opportunities. Visit www.blackhat.com
--
squirrelmail-users mailing list
List Address: [EMAIL PROTECTED]
List Archives:  http://sourceforge.net/mailarchive/forum.php?forum_id=2995
List Info: https://lists.sourceforge.net/lists/listinfo/squirrelmail-users


[SM-USERS] Problem with Subject of mail sent

2002-12-03 Thread Jose J. Gutierrez
Hi list,
I'm new in the list, so this is the first mail I send to the list requesting
for help.

I have SM 1.2.10 [cvs] installed in a G4 with YellowDog Linux 2.0 and the
problem I have is that when I send a message using SM the subject is send
with blanks. I already search in List Archives but I couldn't find anything
related with this problem. Everything else is working OK, I only have this
problem.

Is there somebody who knows what is happening?

Thanks in advance for your help.

Regards!!!
~~~
Jose de Jesus Gutierrez
E-mail: [EMAIL PROTECTED]
~~~

_
Do You Yahoo!?
La emoción e intensidad del deporte en Yahoo! Deportes. http://deportes.yahoo.com.mx


---
This SF.net email is sponsored by: Microsoft Visual Studio.NET 
comprehensive development tool, built to increase your 
productivity. Try a free online hosted session at:
http://ads.sourceforge.net/cgi-bin/redirect.pl?micr0003en
--
squirrelmail-users mailing list
List Address: [EMAIL PROTECTED]
List Archives:  http://sourceforge.net/mailarchive/forum.php?forum_id=2995
List Info: https://lists.sourceforge.net/lists/listinfo/squirrelmail-users



[SM-USERS] Active Directory LDAP with multiple OU

2008-10-06 Thread Jose Antonio Ramos
Dear friends:
I'm trying to integrate Active Directory (2003) and SM. My tree in W2k3 
LDAP is divided in OU's and users and contact are putted into these 
OU's. It works if I put a specific OU in config.php file:
$ldap_server[1] = array(
'host' => '192.168.1.3',
'base' => 'ou=ingenieria,dc=siliciosolar,dc=lan',
'name' => 'SILICIOSOLAR',
'binddn' => '[EMAIL PROTECTED]',
'bindpw' => '',
'protocol' => 3
but it doesn't work if I try that SM look for below base:
$ldap_server[1] = array(
'host' => '192.168.1.3',
'base' => 'dc=siliciosolar,dc=lan',
'name' => 'SILICIOSOLAR',
'binddn' => '[EMAIL PROTECTED]',
'bindpw' => '',
'protocol' => 3

I need SM look for (automatically explore) bellow siliciosolar.lan, 
ie, into all OU's

Thanks in advance

-
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
-
squirrelmail-users mailing list
Posting guidelines: http://squirrelmail.org/postingguidelines
List address: squirrelmail-users@lists.sourceforge.net
List archives: http://news.gmane.org/gmane.mail.squirrelmail.user
List info (subscribe/unsubscribe/change options): 
https://lists.sourceforge.net/lists/listinfo/squirrelmail-users


[SM-USERS] special folders shown as sub-folders of INBOX with courier IMAP

2005-03-31 Thread Jose Manuel Blanco Cortiñas
Hi again...
I use SM 1.4.4 and courier IMAP 4.0.2 (last version at present day).
SM shows the special folders (Trash, Sent, Draft) as sub-folders of INBOX, 
not as folders at the same level.
I've tried combinations of the variables in config.php (those refered to 
folders/maildir manipulation) based on ideas exposed in the SM homepage but 
with no success :-(
I've searched in the mailing list archive but the answers I've found say 
that with Courier IMAP is not possible do that (special folders at the same 
level that INBOX not as sub-folders of INBOX).

Really is more a "cosmetic issue" than a "big problem" cause with this 
"strange behavior" users can use SM without problems (obviously), but if 
it's possible to achieve the correct behavior then I prefer it :-)

So...it's possible that SM with Courier IMAP shows the special folders at 
the same level that INBOX (not as sub-folders)?
If it's possible...how?

Regards.

---
This SF.net email is sponsored by Demarc:
A global provider of Threat Management Solutions.
Download our HomeAdmin security software for free today!
http://www.demarc.com/info/Sentarus/hamr30
--
squirrelmail-users mailing list
Posting Guidelines: 
http://squirrelmail.org/wiki/wiki.php?MailingListPostingGuidelines
List Address: squirrelmail-users@lists.sourceforge.net
List Archives: 
http://news.gmane.org/thread.php?group=gmane.mail.squirrelmail.user
List Archives:  http://sourceforge.net/mailarchive/forum.php?forum_id=2995
List Info: https://lists.sourceforge.net/lists/listinfo/squirrelmail-users


Re: [SM-USERS] problem with customized sign-in page

2005-03-31 Thread Jose Manuel Blanco Cortinas
Hi.
(B
(BThanks for your answer. I've tried the plugin and runs perfectly.
(B
(BBest regards.
(B
(BP.S.
(BI've searched in the archive but I haven't found any answer...but I must 
(Badmit I didn't spend too much time on it :-(
(B
(B
(B- Original Message - 
(BFrom: "p dont think" <[EMAIL PROTECTED]>
(BTo: <[EMAIL PROTECTED]>
(BCc: 
(BSent: Tuesday, March 29, 2005 11:33 PM
(BSubject: Re: [SM-USERS] problem with customized sign-in page
(B
(B
(B>> I'm using Squirrelmail v1.4.4.
(B>>
(B>> DESCRIPTION:
(B>> I've created a customized sign-in page for our Squirrel installation
(B>> integrated with our "corporate style" and I have also modified
(B>> the "signout_page" property (in the Squirrel's config.pl) in order to 
(B>> revert
(B>> to this customized "signin" page when "disconnected" from Squirrel and it
(B>> seems to run ok, BUT...there is one problem:
(B>>
(B>> THE PROBLEM:
(B>> If the login/password introduced in the sign-in page are incorrect, then 
(B>> an
(B>> error page is shown with a link to return to the sign-in page BUT...NOT 
(B>> TO MY
(B>> CUSTOMIZED SIGN-IN BUT TO THE "STANDARD" SIGN-IN PAGE :-(
(B>>
(B>> SOLUTIONS?
(B>> I've searched for a solution to this problem but I haven't found any...
(B>> There is some solution/workaround for this?
(B>
(B> Apparently you have not searched mailing list archives, where this has
(B> been addressed twice in the past two weeks.
(B>
(B>> SUGGESTION:
(B>> It's possible to include a "signin_page" property that contains the URL 
(B>> with
(B>> the sign-in page to use (and i.e. if this property has no value then use 
(B>> the
(B>> standard sign-in page)?
(B>
(B> See main SM website where I just released a new plugin for this.
(B>
(B> -paul
(B> 
(B
(B
(B
(B---
(BThis SF.net email is sponsored by Demarc:
(BA global provider of Threat Management Solutions.
(BDownload our HomeAdmin security software for free today!
(Bhttp://www.demarc.com/info/Sentarus/hamr30
(B--
(Bsquirrelmail-users mailing list
(BPosting Guidelines: http://squirrelmail.org/wiki/wiki.php?MailingListPostingGuidelines
(BList Address: squirrelmail-users@lists.sourceforge.net
(BList Archives: http://news.gmane.org/thread.php?group=gmane.mail.squirrelmail.user
(BList Archives:  http://sourceforge.net/mailarchive/forum.php?forum_id=2995
(BList Info: https://lists.sourceforge.net/lists/listinfo/squirrelmail-users

[SM-USERS] Plugin Message Flags and SM 1.4.6

2006-03-14 Thread Jose Manuel Blanco Cortiñas
Hi

I've installed SM 1.4.6 to test it with several plugins I use but I have a
problem installing the Message Flags plugin (1.4.3.1):
- patching the squirrelmail source code with the .diff provided doesn't work
(apparently the .diff provided with the plugin is for SM 1.4.3a, so it's
normal the patch fails with SM 1.4.6)
- another "oficial" alternative is substitute some files in SM 1.4.6 with
those provided by the plugin but...I think the affected files have changed
in SM 1.4.6 from previous versions
* according the plugin info the affected files are:
src/left_main.php, src/move_messages.php and functions/mailbox_display.php

So...question is: how install the Message Flags plugin with the new SM
1.4.6:
- I must wait until a new version of the plugin be totally
compatible with SM 1.4.6 or...
- I can susbstitute WITHOUT PROBLEM the original files in SM 1.4.6
with those provided by the plugin?

Regards.
 



---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
--
squirrelmail-users mailing list
Posting Guidelines: 
http://www.squirrelmail.org/wiki/MailingListPostingGuidelines
List Address: squirrelmail-users@lists.sourceforge.net
List Archives: 
http://news.gmane.org/thread.php?group=gmane.mail.squirrelmail.user
List Archives:  http://sourceforge.net/mailarchive/forum.php?forum_id=2995
List Info: https://lists.sourceforge.net/lists/listinfo/squirrelmail-users


[SM-USERS] SquirrelMail 1.2.0 Problem

2009-05-25 Thread Jose Luis Marin Perez

Dear friends, 



 Recently I started my job as the manager of mail service in a
company where the first thing I have notices is that users who use
webmail and have too many emails in the inbox have problems accessing
it, and leaves the sgte error: 


 Error in IMAP command received by server. 



 I think that both version of Apache (1.3.34), PHP (5.0.5),
SquirrelMail (1.2.0) are too many items in the old concrete at the
moment I can not upgrade because there are other departments involved
in that server. 


 How can I fix this? 



 There any special configuration for email accounts that have too many emails? 



Thanks


 Greetings 



 Jose Luis
_
Discover the new Windows Vista
http://search.msn.com/results.aspx?q=windows+vista&mkt=en-US&form=QBRE--
Register Now for Creativity and Technology (CaT), June 3rd, NYC. CaT
is a gathering of tech-side developers & brand creativity professionals. Meet
the minds behind Google Creative Lab, Visual Complexity, Processing, & 
iPhoneDevCamp asthey present alongside digital heavyweights like Barbarian
Group, R/GA, & Big Spaceship. http://www.creativitycat.com -
squirrelmail-users mailing list
Posting guidelines: http://squirrelmail.org/postingguidelines
List address: squirrelmail-users@lists.sourceforge.net
List archives: http://news.gmane.org/gmane.mail.squirrelmail.user
List info (subscribe/unsubscribe/change options): 
https://lists.sourceforge.net/lists/listinfo/squirrelmail-users

Re: [SM-USERS] special folders shown as sub-folders of INBOX with courier IMAP

2005-03-31 Thread Jose Manuel Blanco Cortiñas
Tried your suggestion (conf.pl->D->courier->save->quit)...NO SUCCESS: SAME 
BEHAVIOR:

If within SM I collapse the INBOX folder everything "dissapear" (including 
special folders: Trash, Sent and Drafts).
If within SM I expand the INBOX folder then every folder "re-appear" again 
(including special folders).
I think this is the behavior of a subfolder so the problem persists...right?

One note: I dont' use the standard names for the special folders but 
translated names (i.e. "Trash" = "Eliminados")...Perhaps this can be a 
problem?
* I think I have customized everything in order the "translated names" are 
recognised:
   - created with the translated names with the maildirmake command (i.e. 
maildirmake -f Eliminados $HOME/Maildir)
   - defined the translated names in the properties within config.php (i.e. 
$trash_folder = 'Eliminados'; )
   - for trash folder: defined the translated name within courier's imapd 
file (IMAP_TRASHFOLDERNAME=Eliminados)

Regards.
- Original Message - 
From: "Paul Lesneiwski" <[EMAIL PROTECTED]>
To: "Jose Manuel Blanco Cortiñas" <[EMAIL PROTECTED]>
Cc: 
Sent: Thursday, March 31, 2005 3:53 PM
Subject: Re: [SM-USERS] special folders shown as sub-folders of INBOX with 
courier IMAP


I use SM 1.4.4 and courier IMAP 4.0.2 (last version at present day).
Me too.
SM shows the special folders (Trash, Sent, Draft) as sub-folders of 
INBOX, not as folders at the same level.
Not for me.
I've tried combinations of the variables in config.php (those refered to 
folders/maildir manipulation) based on ideas exposed in the SM homepage 
but with no success :-(
I just do:
conf.pl->D->courier->save->quit
So...it's possible that SM with Courier IMAP shows the special folders at 
the same level that INBOX (not as sub-folders)?
yes.

---
This SF.net email is sponsored by Demarc:
A global provider of Threat Management Solutions.
Download our HomeAdmin security software for free today!
http://www.demarc.com/info/Sentarus/hamr30
--
squirrelmail-users mailing list
Posting Guidelines: 
http://squirrelmail.org/wiki/wiki.php?MailingListPostingGuidelines
List Address: squirrelmail-users@lists.sourceforge.net
List Archives: 
http://news.gmane.org/thread.php?group=gmane.mail.squirrelmail.user
List Archives:  http://sourceforge.net/mailarchive/forum.php?forum_id)95
List Info: https://lists.sourceforge.net/lists/listinfo/squirrelmail-users


[SM-USERS] (no subject)

2003-01-21 Thread Jose Wilson A. do Nascimento
Hi,
I´m installed de squirremail-1.3.2 with apache-2.0.43 and
php-4.2.3.
After I enter my username and password, I get the following error:

 Error opening ../data/default_pref
 Default preference file not found or not readable!
 Please contact your system administrator and report this error.

Thanks.

Wilson





---
This SF.net email is sponsored by: Scholarships for Techies!
Can't afford IT training? All 2003 ictp students receive scholarships.
Get hands-on training in Microsoft, Cisco, Sun, Linux/UNIX, and more.
www.ictp.com/training/sourceforge.asp
--
squirrelmail-users mailing list
List Address: [EMAIL PROTECTED]
List Archives:  http://sourceforge.net/mailarchive/forum.php?forum_id)95
List Info: https://lists.sourceforge.net/lists/listinfo/squirrelmail-users



[SM-USERS] set up SM on diferents server

2003-08-20 Thread Jose Ignacio Ruiz de Alegria
Hi!

I configured my server with two ips the first ip  I have an apache web 
server and in the second ip I have an email server (sendmail, procmail), 
everything works right. But now, I want to set up SquirrelMail in the email 
server. of course I know I have to install Virtual Host login .

I would like to know is the squirrelMail is sutable for this

Jose Ignacio

_
Localiza y ponte en contacto con tus antiguos compañeros de clase en MSN 
Compañeros.  http://mipasado.msn.es/



---
This SF.net email is sponsored by Dice.com.
Did you know that Dice has over 25,000 tech jobs available today? From
careers in IT to Engineering to Tech Sales, Dice has tech jobs from the
best hiring companies. http://www.dice.com/index.epl?rel_code=104
--
squirrelmail-users mailing list
List Address: [EMAIL PROTECTED]
List Archives:  http://sourceforge.net/mailarchive/forum.php?forum_id=2995
List Info: https://lists.sourceforge.net/lists/listinfo/squirrelmail-users


[SM-USERS] Disconnected from the IMAP server!?

2004-07-06 Thread Jose de Paula Eufrásio Junior
After upgrading to Squirrelmail 1.4.3a I'm getting plenty of 
"Disconnected from the IMAP Server" at logins and sometimes just by 
reading a message and clicking "back" on the browser.
The weird thing is, if I click the folders lists after the error, 
squirrel resumes normal operation, listing messages, sending messages, 
all normal.
Some people try to login once, error, twice, error, but in the third 
time they can login normally (by error I mean the "Disconnected from the 
Imap Server" error, not password or  other thing).

Using Squirrel 1.4.3a + sasql + blocksender + image_folders + 
button_images and Courier IMAP (can't find version. d*mn documentation)

--
José de Paula Eufrásio Júnior
Analista de Sistema | CPD
ProInternet do Brasil


---
This SF.Net email sponsored by Black Hat Briefings & Training.
Attend Black Hat Briefings & Training, Las Vegas July 24-29 -
digital self defense, top technical experts, no vendor pitches,
unmatched networking opportunities. Visit www.blackhat.com
--
squirrelmail-users mailing list
List Address: [EMAIL PROTECTED]
List Archives:  http://sourceforge.net/mailarchive/forum.php?forum_id)95
List Info: https://lists.sourceforge.net/lists/listinfo/squirrelmail-users


[SM-USERS] Changing from files to MySQL

2004-07-07 Thread Jose de Paula Eufrásio Junior
Hello.
After 2 years of use I discovered that the "data" dir can be pretty big. 
So, I'm thinking in moving my preferences to the MySQL database.

But I can't lose my actual preferences, and I have some doubts: I 
modified a series of plugins that seems to write in the preferences 
file. Enabling the MySQL preferences will prevent SquirrelMail from 
reading some preferencees that are in the files? Or it can read both and 
mix then?

About the data directory. there's any file there that is "safe" to 
delete? Like chunks of old attachments or some garbage?

--
José de Paula Eufrásio Júnior
Analista de Sistema | CPD
ProInternet do Brasil


---
This SF.Net email sponsored by Black Hat Briefings & Training.
Attend Black Hat Briefings & Training, Las Vegas July 24-29 -
digital self defense, top technical experts, no vendor pitches,
unmatched networking opportunities. Visit www.blackhat.com
--
squirrelmail-users mailing list
List Address: [EMAIL PROTECTED]
List Archives:  http://sourceforge.net/mailarchive/forum.php?forum_id)95
List Info: https://lists.sourceforge.net/lists/listinfo/squirrelmail-users