RE: [SM-USERS] SM deployment details

2003-06-26 Thread p dont think
> > If the multilogin plugin stored preferences (and address books and
> > personal dictionaries) into a format such as
> > data/imap-server/imap-username - we might be able to use it, instead
> > of creating multiple instances of SM.. but since we'd want to change
> > configuration options based on which IMAP server the user logs into,
> > I'm not sure if this would be the best solution.
> 
> Well, I'd be happy to take a look at the plugin, or contact you off
> list, and discuss some more precise needs, and be willing to work on
> it directly with you guys.

It has to be a source hack, no real way around it that I can think of;
no way to make it a plugin (although mulitlogin is already a patch).
See my last email.  

> > I haven't really looked into the vlogin plugin much because it
> > appeared to be for ISPs that want to have multiple domains/names for
> > the same IMAP server.. but I'll pull it down and see if it might be
> > an option.
> 
> I think it can work in both directions, would have to get Paul to
> shout up on that one as he's been doing a lot of work on it.

It does, like multilogin, allow you to change any and all settings in
SquirrelMail's main config file on a per-domain or even per-user basis
(multilogin does it, of course, on a per-IMAP server basis).  Its
original intent was as you guessed, but it has evolved to offer a lot
more flexibility than that.  If you are able to sniff a unique URL to
base which IMAP server to use, or if you can categorize users according
to the format of their username, you could use its per-user
functionality to dynamically assign an IMAP server (and any other
settings).  The most recent version allows the use of wildcards to
specify users in the per-user settings to make this much more powerful
(I've attached it to this email, as it's not yet released).

Cheers,

  paul


vlogin-3.2.tar.gz
Description: Binary data


RE: [SM-USERS] SM deployment details

2003-06-26 Thread p dont think
> It does, like multilogin, allow you to change any and all settings in
> SquirrelMail's main config file on a per-domain or even per-user basis
> (multilogin does it, of course, on a per-IMAP server basis).  Its
original
> intent was as you guessed, but it has evolved to offer a lot more
> flexibility than that.  If you are able to sniff a unique URL to base
> which IMAP server to use, or if you can categorize users according to
the
> format of their username, you could use its per-user functionality to
> dynamically assign an IMAP server (and any other settings).  The most
> recent version allows the use of wildcards to specify users in the
per-
> user settings to make this much more powerful (I've attached it to
this
> email, as it's not yet released).
> 

Oh, and by the way... sometimes these things just slip right by... I
just found a much much more efficient way for the multilogin plugin to
work WITHOUT such a large source hack... that's to basically move the
"session_recall" hook that it uses to the config_local file.  This
should be a painless upgrade and eliminate the stray error reports I've
been seeing with this plugin.  If you end up going this route, I'd love
to put it through its paces with you.  Let me know if you want a new
version with this change; I can probably get to it sometime in the day
on Wednesday.

  - Paul




---
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] (no subject)

2003-06-26 Thread Jeetendra Handa
Hello,

My status : I have a Red Hat linux box installed having
following working :
1) qmail-ldap installed and working.
2)authentication from ldap -qmail (qmail-ldaplookup) working.
3)courier-imap installed daemon working telnet to port 143 
fine.
4)-a )squirrelmail installed and configured (config.pl) to
authenticate it from thie ldap server (local machine).

b)Authentication from personal address book also enabled in
local addressbook.
Problem:1)when i open the login.php and enter login and pwd 
(niti
123 which exist in ldap,searchable from ldap and qmail too)
"it says username and pwd do not exist".
i can't see any error in ldap log at the instance i enter
login and pwd in webamil(squirrelmail)

My Query:
1) Now why can't my squrl mail find the username and pwd?
2)how to trace if the webamil(squirrelmail) can contact ldap
server? any logs in webamail?
3)If i wanna check if login/pwd can authenticate from
personal addressbook, How to create it ? (enter username and 
pwd)do I
need to patch for personal address book?

Is there anything which i have to configure in SM or IMAP for 
interface to contact LDAP..if yes pl. let me know where are the 
configuration files and what are the changes to be done in config 
files.

Jeetendra



___
Click below to experience Sooraj Barjatya's latest offering
'Main Prem Ki Diwani Hoon' starring Hrithik Roshan,
Abhishek Bachchan & Kareena Kapoor http://www.mpkdh.com


---
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] Custom From Plugin

2003-06-26 Thread Paj
[EMAIL PROTECTED] said:
>>> I am just looking at the plugins page (this gets addictive) and am
>>> interested in the _Custom From_ plugin. Looks like it will be very
>>> useful to me. For dispoasable type addresses that I will only use once
>>> or twice.
>>>
>>> However I do not want this to be available to anyone on the server but
>>> me. Is it possible to install this (or out of interest, any plugin)
>>> for just one user?
>>> If not, I _may_ install a second instance of Squirrelmail just for
>>> myself (if this is indeed possible and practical).
>>>
>> I don't know of any way to install a plugin for just one user. Even
>> vlogin doesn't seem capable of doing this, though I'm not sure why,
>> since it can do other settings on a per-user basis.
>>
>> As far as having a second copy of SquirrelMail, it is definately
>> possible. Just copy the source to another directory, and configure
>> apache.
>>
>
> ahhh yes, i was waiting for someone to say that about custom_from...  it
> is a modification that would be somewhat easy to add, and a better
> solution that having your own SM.
>
> vlogin *does* allow you to turn on and off plugins per domain, and so it,
> erm, uh, might work on a per-user basis, although i've not tried it...
>
> i can assist if you like one of these options...
>

Thanks Paul. If you would be willing to help on this without me having to
installng a second instance of SM it would be appreciated. I would like it
so that the Custom From is only available for me. I have aliases set-up
and multiple identities in SM for the few other users of the system.
I have not tried to install the plugin yet so do not know how it works but
will have access to the server later to take a look.
I am assuming that multiple identities are no longer possible when using
custom from?
Or am I mistaken here?

regards.

-- 
Paj


---
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] Unknown response from IMAP server

2003-06-26 Thread Richard Burton
Hi there

Does anyone know a reason for the following when I trying searching mail
:-

ERROR : Could not complete request.
Unknown response from IMAP server: 1.A006 OK UID Completed 

I am using :-

Win2k
IIS5
PHP 4.2.2
SM 1.4.0

All the best

Richard


Richard Burton at Atomwide Ltd Tel 01689 814500 Fax 01689 814501
 Unit 7 The Metro Centre, Bridge Road, Orpington, Kent, BR5 2BE
  mailto:[EMAIL PROTECTED]  http://www.atomwide.com/
  


---
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)95
List Info: https://lists.sourceforge.net/lists/listinfo/squirrelmail-users


RE: [SM-USERS] Unknown response from IMAP server

2003-06-26 Thread Richard Burton
Forgot to say I am using Imail 7 as the mail server.

All the best

Richard


Richard Burton at Atomwide Ltd Tel 01689 814500 Fax 01689 814501
 Unit 7 The Metro Centre, Bridge Road, Orpington, Kent, BR5 2BE
  mailto:[EMAIL PROTECTED]  http://www.atomwide.com/
  

> -Original Message-
> From: Richard Burton 
> Sent: 26 June 2003 11:51
> To: [EMAIL PROTECTED]
> Subject: [SM-USERS] Unknown response from IMAP server
> 
> 
> Hi there
> 
> Does anyone know a reason for the following when I trying 
> searching mail
> :-
> 
> ERROR : Could not complete request.
> Unknown response from IMAP server: 1.A006 OK UID Completed 
> 
> I am using :-
> 
> Win2k
> IIS5
> PHP 4.2.2
> SM 1.4.0
> 
> All the best
> 
> Richard
> 
> 
> Richard Burton at Atomwide Ltd Tel 01689 814500 Fax 01689 814501
>  Unit 7 The Metro Centre, Bridge Road, Orpington, Kent, BR5 2BE
>   mailto:[EMAIL PROTECTED]  http://www.atomwide.com/
>   
> 
> 
> ---
> 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)95
> List 
> Info: 
> https://lists.sourceforge.net/lists/listinfo/squirrelmail-users
> 


---
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)95
List Info: https://lists.sourceforge.net/lists/listinfo/squirrelmail-users


RE: [SM-USERS] Unknown response from IMAP server

2003-06-26 Thread Richard Burton
This is the log from the mail server :-

06:26 12:08 IMAP4  (0B98) sending "A001 OK LOGIN completed
"
06:26 12:08 IMAP4  (0B98) sending "A002 OK LSUB completed
"
06:26 12:08 IMAP4  (0B98) sending "* LIST (\Marked) "/" INBOX
"
06:26 12:08 IMAP4  (0B98) sending "* LIST (\Marked) "/" INBOX
A003 OK LIST completed
"
06:26 12:08 IMAP4  (0B98) sending "* FLAGS (\Answered \Flagged
\Deleted \Seen \Draft)
"
06:26 12:08 IMAP4  (0B98) sending "* 1 EXISTS
"
06:26 12:08 IMAP4  (0B98) sending "* 0 RECENT
"
06:26 12:08 IMAP4  (0B98) sending "* OK [UIDVALIDITY 1040992188]
UIDs valid
"
06:26 12:08 IMAP4  (0B98) sending "A004 OK [READ-WRITE] SELECT
completed
"
06:26 12:08 IMAP4  (0B98) sending "A005 OK Expunge completed
"
06:26 12:08 IMAP4  (0B98) sending "A006 BAD UID SEARCH: Invalid
Syntax
"
06:26 12:08 IMAP4  (0B98) sending "A006 OK UID Completed
"
06:26 12:08 IMAP4  (0B98) sending "123456 BAD Null Commmand

All the best

Richard


Richard Burton at Atomwide Ltd Tel 01689 814500 Fax 01689 814501
 Unit 7 The Metro Centre, Bridge Road, Orpington, Kent, BR5 2BE
  mailto:[EMAIL PROTECTED]  http://www.atomwide.com/
  

> -Original Message-
> From: Richard Burton 
> Sent: 26 June 2003 12:07
> To: Richard Burton; [EMAIL PROTECTED]
> Subject: RE: [SM-USERS] Unknown response from IMAP server
> 
> 
> Forgot to say I am using Imail 7 as the mail server.
> 
> All the best
> 
> Richard
> 
> 
> Richard Burton at Atomwide Ltd Tel 01689 814500 Fax 01689 814501
>  Unit 7 The Metro Centre, Bridge Road, Orpington, Kent, BR5 2BE
>   mailto:[EMAIL PROTECTED]  http://www.atomwide.com/
>   
> 
> > -Original Message-
> > From: Richard Burton 
> > Sent: 26 June 2003 11:51
> > To: [EMAIL PROTECTED]
> > Subject: [SM-USERS] Unknown response from IMAP server
> > 
> > 
> > Hi there
> > 
> > Does anyone know a reason for the following when I trying 
> > searching mail
> > :-
> > 
> > ERROR : Could not complete request.
> > Unknown response from IMAP server: 1.A006 OK UID Completed 
> > 
> > I am using :-
> > 
> > Win2k
> > IIS5
> > PHP 4.2.2
> > SM 1.4.0
> > 
> > All the best
> > 
> > Richard
> > 
> > 
> > Richard Burton at Atomwide Ltd Tel 01689 814500 Fax 01689 814501
> >  Unit 7 The Metro Centre, Bridge Road, Orpington, Kent, BR5 2BE
> >   mailto:[EMAIL PROTECTED]  http://www.atomwide.com/
> >   
> > 
> > 
> > ---
> > 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)95
> > List 
> > Info: 
> > https://lists.sourceforge.net/lists/listinfo/squirrelmail-users
> > 
> 


---
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)95
List Info: https://lists.sourceforge.net/lists/listinfo/squirrelmail-users


Re: [SM-USERS] new install....how to tell is IMAP is working

2003-06-26 Thread Alexandros Vellis
On Wed, 25 Jun 2003 13:19:23 -0400
"Scott Antonivich" <[EMAIL PROTECTED]> wrote:

> I am trying to install squirrelmail. How can I tell if my mail server is
> using IMAP? I cant telnet into it but I can SSH.

$ telnet mailhost 143

if it responds, there's an IMAP daemon listening. :) It will probably
reply with its name and version number.


Entering:

. login username pass

will let you test if authentication to your username works ok.


. capability

This will let you know if the server supports server-side sorting etc.


HTH. Happy IMAP'ing!

Alexandros



---
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] SM 1.40 on IIS

2003-06-26 Thread itsbruce
On Thu, Jun 26, 2003 at 03:09:34PM +0200, Dan HINCKLEY wrote:
> Has anyone got SM 1.4 running on IIS 5? We have 1.27 going, with some mods 
> to handle the session ID but I can't seem to get 1.4 up - it passes the 
> SQMSESSID and sits there trying to load redirect.php.
> 
> tried this fix too, from this list:

The suggested fix isn't complete, as $redirect_url will only contain the
name of the new page and any parameters, while the Refresh meta tag
needs to give a fully qualified url.

I can't even get that far atm, as IIS+CGI seems to fail to make the
database connection (prefs and addresses stored in an ODBC datastore).
Right now I'm using Sambar web server but it's slow and error-prone.

-- 
Bruce


---
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] squirrelmail appearance

2003-06-26 Thread Martin Sarsale

> if i understood correctly (look at the link he provided), he wants to wrap
> SM as a whole with two  sections at top and bottom, which is nearly
> impossible with code as it stands now.  if a simple banner at the top
> and/or bottom of the page (in the right frame) were enough, that might be
> easier to accomplish

Wrapping every page inside divs would be great, but I know it's not possible. As a 
second option, adding a header and footer for every page would be great (the header 
and footer are divs, that what I meant :)

Thanks for everything


---
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] SM 1.40 on IIS

2003-06-26 Thread Dan HINCKLEY
Has anyone got SM 1.4 running on IIS 5? We have 1.27 going, with some mods 
to handle the session ID but I can't seem to get 1.4 up - it passes the 
SQMSESSID and sits there trying to load redirect.php.

tried this fix too, from this list:

There is a bug in IIS that doesn't set cookies when a redirection is done 
through cgi (php as thus).
(Read below for Micro$oft and php comments on this)

Solution is as follows:
Change in "redirect.php" the line which says:
***
header("Location: $redirect_url");
***
with
**
echo "";
echo "";
echo "";
IIS 5, W2K, compatibilty plugin (no others to start with), IMAP=Exchange 
5.5, PHP 4.2.3

Any suggestions?


Dan Hinckley
t: (41 22) 999 0183
Information Management Groupf: (41 22) 999 0010
IUCN, The World Conservation Union  e: [EMAIL PROTECTED]
1196 Gland, Switzerland w: http://iucn.org/ 



---
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] What is the best SM to install?

2003-06-26 Thread Daniel Gomes
Hello all!  I am installing SM on a new server and would like to know what
do you recommend:  SM-stable 1.4.0 or SM-cvs-1.4.1.

Thanks,


Daniel Gomes
[EMAIL PROTECTED]
Recife - PE - Brasil
<>

[SM-USERS] Need help with slow execution

2003-06-26 Thread Hans-Göran Puke
Hi!I've installed and am running Squirrelmail successfully on my
RedHat 7.2 box. However, it is terribly slow compared to anything else I
have on the box. I've gone through the FAQ and tried some of the tips,
such as installing the PHP accellerator and the IMAP proxy, but it doesn't
help a lot. I've also changed the domain from localhost to 127.0.0.1 as
the Problem section suggested, but it is still very slow. Could someone
help me find out what is wrong? Note that I am running several other
PHP-applications successfully and with good speed, for instance
WebCalendar, phpBB and owl intranet engine. In the past I've just jawmail
with good results (but the new version clashed with phplib, which is why I
tried SquirrelMail).This is what my machine looks
like:Pentium II 450MHz128 MB of RAM60 GB of IDE disk (4
partitions on one drive)RedHat 7.2I run the UW imap-daemon
and Postfix.The load is very light - I am usually alone on this
machine.PHP version info can be found at
puke.linux-site.net/phpinfo.phpVerions-number of
the ionCube PHP Accelerator is v1.3.3r2 The version of SquirrelMail
is  1.4.0-1.7.x (I downloaded the rpm-version for
RedHat).I have the following plug-ins
installed:    1.
delete_move_next    2. newmail    3.
browser_info    4. htmlarea    5.
calendar    6. squirrelspell    7.
abook_take    8. administrator    9.
unsafe_image_rules   10.
exchange_meeting   11.
compatibility   12. procfilterI would
appreciate any assistance you could give to speed up this wonderful
webmail application in my environment.-- MVH/Brgds,Hans-Göran
Puke


---
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] What is the best SM to install?

2003-06-26 Thread Jonathan Angliss
Hello Daniel,
On Thursday, June 26, 2003, Daniel Gomes wrote...

> Hello all!  I am installing SM on a new server and would like to know what
> do you recommend:  SM-stable 1.4.0 or SM-cvs-1.4.1.

I'd suggest SM 1.4.1[cvs], there have been a lot of fixes that will be
useful.

-- 
Jonathan 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


Re: [SM-USERS] Need help with slow execution

2003-06-26 Thread Marc Groot Koerkamp
Use SquirrelMail 1.4.1 CVS.

There were a lot of performance related fixes. Performance issues should
be history :) It could be possible that it's quicker then the 1.2.x
branche. At least that was the intention.

If you tried it and compared the versions and can confirm the performance
did in fact raise then feel free to report it to the list so others can
try the 1.4.1 CVS version too.


Regards,

Marc Groot Koerkamp.


Hans-Göran Puke zei:
> Hi!I've installed and am running Squirrelmail successfully on my
> RedHat 7.2 box. However, it is terribly slow compared to anything else I
> have on the box. I've gone through the FAQ and tried some of the tips,
> such as installing the PHP accellerator and the IMAP proxy, but it doesn't
> help a lot. I've also changed the domain from localhost to 127.0.0.1 as
> the Problem section suggested, but it is still very slow. Could someone
> help me find out what is wrong? Note that I am running several other
> PHP-applications successfully and with good speed, for instance
> WebCalendar, phpBB and owl intranet engine. In the past I've just jawmail
> with good results (but the new version clashed with phplib, which is why I
> tried SquirrelMail).This is what my machine looks
> like:Pentium II 450MHz128 MB of RAM60 GB of IDE disk (4
> partitions on one drive)RedHat 7.2I run the UW imap-daemon
> and Postfix.The load is very light - I am usually alone on this
> machine.PHP version info can be found at
> puke.linux-site.net/phpinfo.phpVerions-number of
> the ionCube PHP Accelerator is v1.3.3r2 The version of SquirrelMail
> is  1.4.0-1.7.x (I downloaded the rpm-version for
> RedHat).I have the following plug-ins
> installed:1.
> delete_move_next2. newmail3.
> browser_info4. htmlarea5.
> calendar6. squirrelspell7.
> abook_take8. administrator9.
> unsafe_image_rules   10.
> exchange_meeting   11.
> compatibility   12. procfilterI would
> appreciate any assistance you could give to speed up this wonderful
> webmail application in my environment.-- MVH/Brgds,Hans-Göran
> Puke
>
>
>
>



---
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)95
List Info: https://lists.sourceforge.net/lists/listinfo/squirrelmail-users


Re: [SM-USERS] Custom From Plugin

2003-06-26 Thread Paj
Paj said:
> [EMAIL PROTECTED] said:
 I am just looking at the plugins page (this gets addictive) and am
 interested in the _Custom From_ plugin. Looks like it will be very
 useful to me. For dispoasable type addresses that I will only use once
 or twice.

 However I do not want this to be available to anyone on the server but
 me. Is it possible to install this (or out of interest, any plugin)
 for just one user?
>>
>> ahhh yes, i was waiting for someone to say that about custom_from...  it
>> is a modification that would be somewhat easy to add, and a better
>> solution that having your own SM.
>>
>
> I have not tried to install the plugin yet so do not know how it works >
> but will have access to the server later to take a look.
> I am assuming that multiple identities are no longer possible when using
> custom from?
> Or am I mistaken here?
>
I have now had chance to install it and I see I was mistaken :)
This Plugin works exactly like I would like it to, as it still allows me
to use multiple identities. Brilliant.
If this could be made to work for just selected user/s, namely me, I would
be well happy.

-- 
Paj



---
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] Need help with slow execution

2003-06-26 Thread Paul Lankow

> Use SquirrelMail 1.4.1 CVS.

The upgrade from 1.4.0 to 1.4.1 didn't help (or hurt) my performance
issue. Message highlighting suddenly started working, though. Right now,
I'm running on a Pentium 132 with 128MB of RAM, RedHat 8 stock utilities.
A 1.1Ghz machine is queued up, just not installed yet.

I did install the PHP accellerator. Is there a command that I can issue
to see if it's operational?

Regards,
Paul



We can not direct the wind,
But we can adjust the sails.
-Bertha Calloway



---
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] select multiple msg and forward

2003-06-26 Thread Kenneth Ling
hi,
when i select multiple msg and click forward..
the screen will become blank... why ??

tq

--
Regards
  Kenneth Ling






---
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] What is the best SM to install?

2003-06-26 Thread Christopher Wagner
I recommend using SM 1.4.1-cvs.  It's stable and has a few
performance-related enhancements.  It's what I run on my servers and have no
difficulty with it.

- Christopher Wagner
[EMAIL PROTECTED]

Packaging Aids Corporation - Information Systems
P.O. Box 9144
San Rafael, CA 94912-9144
http://www.pacaids.com/
(415) 454-4868 x116
 

>  -Original Message-
> From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]  On Behalf Of Daniel
Gomes
> Sent: Thursday, June 26, 2003 10:26 AM
> To:   Lista Squirrelmail (E-mail)
> Subject:  [SM-USERS] What is the best SM to install?
> 
> Hello all!  I am installing SM on a new server and would like to know what
do you recommend:  SM-stable 1.4.0 or SM-cvs-1.4.1.
> 
> Thanks,
> 
> 
> Daniel Gomes
> [EMAIL PROTECTED]
> Recife - PE - Brasil


---
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] select multiple msg and forward

2003-06-26 Thread Christopher Wagner
Hi Kenneth!  Please provide us with some more information such as the
version of Squirrelmail you are running, your IMAP server, and which
operating system you are on..  This will help us trouble-shoot.

Thanks!

- Christopher Wagner
[EMAIL PROTECTED]

Packaging Aids Corporation - Information Systems
P.O. Box 9144
San Rafael, CA 94912-9144
http://www.pacaids.com/
(415) 454-4868 x116
 

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] Behalf Of
Kenneth Ling
Sent: Thursday, June 26, 2003 11:24 AM
To: squirrelmail
Subject: [SM-USERS] select multiple msg and forward


hi,
when i select multiple msg and click forward..
the screen will become blank... why ??

tq

--
Regards
  Kenneth Ling






---
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


---
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] Cant create mailbox node

2003-06-26 Thread Scott Antonivich
I have just installed squirrelmail. So far painless...exceptthis error

ERROR:
ERROR : Could not complete request.
Query: CREATE "INBOX.Sent"
Reason Given: CREATE failed: Can't create mailbox node //INBOX.Sent:
Permission denied

How can I fix this?

Thanks

Scott



---
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] squirrelmail appearance

2003-06-26 Thread pdontthink
>> if i understood correctly (look at the link he provided), he wants to
>> wrap SM as a whole with two  sections at top and bottom, which is
>> nearly impossible with code as it stands now.  if a simple banner at
>> the top and/or bottom of the page (in the right frame) were enough,
>> that might be easier to accomplish
>
> Wrapping every page inside divs would be great, but I know it's not
> possible. As a second option, adding a header and footer for every page
> would be great (the header and footer are divs, that what I meant :)

inserting a header at the top of most every page in the right frame would
be a matter of inserting it into functions/page_header.php there is
actually a hook, generic_header, but it is inside of the  tag.  You
could probably push out some HTML anyway, since most browsers will forgive
you, but that is not so great in my opinion - but it's the only way to do
it with a hook (and i believe the same hook is used when constructing the
left frame, so that is probably not what you need).

putting a div at the bottom of the page is harder, since you'd need to
hack each of the main pages that get loaded there... the message list,
compose screen, etc.





---
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)95
List Info: https://lists.sourceforge.net/lists/listinfo/squirrelmail-users


[SM-USERS] Bug when trying to display email in different language

2003-06-26 Thread Raymond Luong
Hello everyoneHere is my problem. The weird symbols below is typed
in Japanese. To get it to display the Japanese language, I would go to the
menu click on "view", "encoding", and select Japanese. That work in
Yahoo.Now I tried it in squirrelmail. Right after I select
Japanese under "encoding", the page reload back to the INBOX showing
a list of my emails. I click on that email again, and the email is still
display in the weird symbols. I check my encoding and it was back its
default setting "Western European". It seem the resaon I can not get the
message symbols translated to Japanese because the page will reload to the
INBOX page everytime I select Japanese under encoding. By
reloading back to the INBOX page, the encoding default back to
"western European".  Is there a way to prevent
squirrelmail from reloading back to the INBOX page after I select a
different encoding for my email message?Please
help Original Message
 Subject: Re: About Japanese languageFrom:
"James Jack Bond" <[EMAIL PROTECTED]>Date: Thu, June 26,
2003 11:54 amTo:
[EMAIL PROTECTED]--2$B%Y%C%I%k!>;%`$+$i%H%i%C%/[EMAIL PROTECTED]@$-$?$$$H(B$B;W$C$F$$$^$9!#35;;$G$I$N$/$i$$$K$J$k$G$7$g$&$+!)(B
--- James Jack Bond
>;[EMAIL PROTECTED];!>;%8!'(B>;HR>;BR;jEA$C$F$/$l$k?M$O8+$D$+$C$F$N$G$7$g$&$+!)$b$7!"([EMAIL PROTECTED]"$l$P!"O"Mm$/[EMAIL PROTECTED](B>;BR$B#6#4#5(B>;BR;BR;BR-Hi,
sorry to bother you again, but I tried to read this e-mail written in
Japanese. I chose "Encoding" in "View", but nothing changed. When I read a
Japanese e-mail in other browsers, ususally it works. I just don't know
why it doesn't work in this site. If you have any idea, please let me
know.Have a good one!---JackOwen(a.k.a.
James Jack Bond)Web Site: Creative Factory Inc.Raymond Luong


---
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] error logging in: stat failed for function ...

2003-06-26 Thread Bogi Mouritsen
Hi,

I have ferquent problems logging in. The full error which appears over the 
user and password fields after I try log in, is shown below.
---error message---
Warning: stat failed for functions (errno=2 - No such file or directory) in 
/usr/local/httpd/sq-mpiri/functions/display_messages.php on line 50

Warning: Cannot add header information - headers already sent by (output 
started at /usr/local/httpd/sq-mpiri/functions/display_messages.php:50) in 
/usr/local/httpd/sq-mpiri/functions/i18n.php on line 1591


This problem typically occurs when I have had a time out problem with my 
server - if I have had to large an attachment, or network congestion of some 
kind.

I have tried shutting down my browser and starting it again. I have used 
different browsers (IE and Opera). I have cleared my browser cache, I have 
rebooted my client. I have even rebooted my Linux server.
It does not help ... or sometimes I seem to strike the right key, and the 
problem disappears, but I have never figured out what was the magical touch 
that fixed the problem. Usually I have to go wothout mail for some time.

Any suggestions?

Regards
Bogi
_
Få nye ringetoner til mobilen 
http://www.msn.dk/mobile/logoringetone/ringetoner/



---
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] New Install - working but this error....please help

2003-06-26 Thread Scott Antonivich
I have installed SquirrelMail. It went well. I am running RH 9 using uw
IMAP.

I can login...but me error is in the left_main.php

ERROR:
ERROR : Could not complete request.
Query: CREATE "INBOX.Sent"
Reason Given: CREATE failed: Can't create mailbox node //INBOX.Sent:
Permission denied

Please give me any suggestions.thanks!

Scott



---
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] [RESOLVED]error logging in: stat failed for function ...

2003-06-26 Thread Bogi Mouritsen
Hi,

Problem apparantly solved - Zone Alarm appears to be the guilty party.

Regards
Bogi

From: "Bogi Mouritsen" <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
Subject: [SM-USERS] error logging in: stat failed for function ...
Date: Thu, 26 Jun 2003 21:57:54 +0200
Hi,

I have ferquent problems logging in. The full error which appears over the 
user and password fields after I try log in, is shown below.
---error message---
Warning: stat failed for functions (errno=2 - No such file or directory) in 
/usr/local/httpd/sq-mpiri/functions/display_messages.php on line 50

Warning: Cannot add header information - headers already sent by (output 
started at /usr/local/httpd/sq-mpiri/functions/display_messages.php:50) in 
/usr/local/httpd/sq-mpiri/functions/i18n.php on line 1591


This problem typically occurs when I have had a time out problem with my 
server - if I have had to large an attachment, or network congestion of 
some kind.

I have tried shutting down my browser and starting it again. I have used 
different browsers (IE and Opera). I have cleared my browser cache, I have 
rebooted my client. I have even rebooted my Linux server.
It does not help ... or sometimes I seem to strike the right key, and the 
problem disappears, but I have never figured out what was the magical touch 
that fixed the problem. Usually I have to go wothout mail for some time.

Any suggestions?

Regards
Bogi
_
Få nye ringetoner til mobilen 
http://www.msn.dk/mobile/logoringetone/ringetoner/



---
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
_
Få nye ringetoner til mobilen 
http://www.msn.dk/mobile/logoringetone/ringetoner/



---
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] Bug when trying to display email in different language

2003-06-26 Thread Andre Nicholson
I have this problem all the time actually! SM uses frames so when you change the
encoding, you're changing the encoding for all the frames at once. Apparently this has 
a
side effect on the right frame and causes it to go back to INBOX, I get it all the 
time.
I've found that if you open the message in its own window (or tab) and /then/ change 
the
encoding, it will display fine. Or you can change SM's language settings (Options ->
Display Preferences -> Language) to Japanese it will also work.

Would be nice if when selecting the message the script would pick up on its encoding 
and
change the frame's encoding before displaying the message. Is this possible?

Andre

> Hello everyoneHere is my problem. The weird symbols below is typed
> in Japanese. To get it to display the Japanese language, I would go to the
> menu click on "view", "encoding", and select Japanese. That work in
> Yahoo.Now I tried it in squirrelmail. Right after I select
> Japanese under "encoding", the page reload back to the INBOX showing
> a list of my emails. I click on that email again, and the email is still
> display in the weird symbols. I check my encoding and it was back its
> default setting "Western European". It seem the resaon I can not get the
> message symbols translated to Japanese because the page will reload to the
> INBOX page everytime I select Japanese under encoding. By
> reloading back to the INBOX page, the encoding default back to
> "western European".  Is there a way to prevent
> squirrelmail from reloading back to the INBOX page after I select a
> different encoding for my email message?Please
> help Original Message
>  Subject: Re: About Japanese languageFrom:
> "James Jack Bond" Date: Thu, June 26,
> 2003 11:54 amTo:
> [EMAIL PROTECTED](a.k.a.
> James Jack Bond)Web Site: Creative Factory Inc.Raymond Luong



---
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] Custom From Plugin

2003-06-26 Thread pdontthink
> Paj said:
>> [EMAIL PROTECTED] said:
> I am just looking at the plugins page (this gets addictive) and am
> interested in the _Custom From_ plugin. Looks like it will be very
> useful to me. For dispoasable type addresses that I will only use
> once or twice.
>
> However I do not want this to be available to anyone on the server
> but me. Is it possible to install this (or out of interest, any
> plugin) for just one user?
>>>
>>> ahhh yes, i was waiting for someone to say that about custom_from...
>>> it is a modification that would be somewhat easy to add, and a better
>>> solution that having your own SM.
>>>
>>
>> I have not tried to install the plugin yet so do not know how it works
>> > but will have access to the server later to take a look.
>> I am assuming that multiple identities are no longer possible when
>> using custom from?
>> Or am I mistaken here?
>>
> I have now had chance to install it and I see I was mistaken :)
> This Plugin works exactly like I would like it to, as it still allows me
> to use multiple identities. Brilliant.
> If this could be made to work for just selected user/s, namely me, I
> would be well happy.

OK, I'll try to get to this in the next day or so.

  - paul





---
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)95
List Info: https://lists.sourceforge.net/lists/listinfo/squirrelmail-users


[SM-USERS] Remove ability for users to create folders

2003-06-26 Thread Scott Antonivich
How can I remove the ability for users to create folders?

Scott Antonivich
General Manager
Turnpike Technologies
High Speed Internet Access for Home and Office 
Dialup, Web Hosting and Design.
http://www.tpk.net


---
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] Bug when trying to display email in different language

2003-06-26 Thread pdontthink
> I have this problem all the time actually! SM uses frames so when you
> change the encoding, you're changing the encoding for all the frames at
> once.

you can usually right click in a frame and change its encoding from the
context menu...




---
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)95
List Info: https://lists.sourceforge.net/lists/listinfo/squirrelmail-users


Re: [SM-USERS] Need help with slow execution

2003-06-26 Thread Marc Groot Koerkamp
A few questions:
1: Did you use SquirrelMail 1.2.x before and how did that perform?
2: Did you enabled server side sorting?
3: What parts are slow?
4: How many messages does your INBOX contain?

Marc.


Paul Lankow zei:
>
>> Use SquirrelMail 1.4.1 CVS.
>
> The upgrade from 1.4.0 to 1.4.1 didn't help (or hurt) my performance
> issue. Message highlighting suddenly started working, though. Right now,
> I'm running on a Pentium 132 with 128MB of RAM, RedHat 8 stock utilities.
> A 1.1Ghz machine is queued up, just not installed yet.
>
> I did install the PHP accellerator. Is there a command that I can issue
> to see if it's operational?
>
> Regards,
> Paul
>
>
> 
> We can not direct the wind,
> But we can adjust the sails.
> -Bertha Calloway
>
>
>



---
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)95
List Info: https://lists.sourceforge.net/lists/listinfo/squirrelmail-users


Re: [SM-USERS] Need help with slow execution

2003-06-26 Thread Paul Lankow
Hello Marc,

> 1: Did you use SquirrelMail 1.2.x before and how did that perform?

If there was a speed difference, it wasn't significant.

> 2: Did you enabled server side sorting?

Nope. I found an old IMAP server gave me better performance, so I'm using
imap-4.1.final-1 instead of the RH 8 stock IMAP server.

> 3: What parts are slow?

Going from one message to another in a mail box (none have more than 50)
takes 10 seconds. Freshing the folder list takes about 20. I have about
100 folders, including sub folders, but only subscribe to 25 on the top
level. The more I subscribe to the slower it gets.

> 4: How many messages does your INBOX contain?

Never more than a handful. I hate cluttered inboxes. I have imapproxy
installed and working, but it actually slows me down.

Web pages with photos load up quickly, so it's not Apache, my network
connection or disk access speed. I just figured the slowness was because
PHP is interpreted so naturally, it's slow.

It will be good when I get the new box installed. In the mean time, I
would like to see if there is an easy way to test to see if the
accelerator is working properly.

Regards,
Paul




We can not direct the wind,
But we can adjust the sails.
-Bertha Calloway



---
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] Login fails with passwords with non-alphanum characters

2003-06-26 Thread Andrew Huntwork
I can log in to my SQ 1.4.0 interface (php 4.2.2, apache 2.0.40) if i 
use an account with a password containing only alphanumeric characters, 
but when i try to login to an account with other characters in the 
password, i get "unknown user or password incorrect".  Is this a known 
problem with 1.4.0?  Is there an easy fix that I could do instead of 
installing a cvs version (which other ml messages seem to indicate would 
fix the problem)?  thanks.

--
"I say to you that the VCR is to the American film
producer and the American public as the Boston
strangler is to the woman home alone."
-Jack Valenti, President, Motion Picture
 Association of America, Inc., before
 The House Subcommittee on Courts, Civil
 Liberties, and The Administration of
 Justice, August, 1982,
 http://cryptome.org/hrcw-hear.htm


---
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] squirrelmail 1.4.0, full name doesn't work

2003-06-26 Thread Tim Daly, Jr.

Hi, I'm a new SquirrelMail user.  Let me say that I'm really
impressed. SquirrelMail was very easy to set up, and it works very
well.  I have, however, encountered a small problem.

It appears to be insufficient to just fill out the "Full Name" field
in Options - Personal Information.  Unless the user also fills in the
"Email Address" field, the full name is not added to outgoing email.
If both fields are filled out, it works okay.  

Is there some way I can make it so that users only need to fill in the
"Full Name" field, if they want to add their real name to messages?
It's very non-obvious that you need to fill out both.

I'm using SM 1.4.0, PHP 4.1.2, Apache 1.3.23, on RedHat 7.3. 

Thanks for SquirrelMail!

Tim

-- 




---
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