[SM-USERS] RE: [SM-PLUGINS] vlogin

2003-10-09 Thread p dont think
Please do not forget to CC: the mailing list.


> I'm assumming that you took a look at the configs I changed and that
> everything is copesthetic.

I can't look at it in super detail, and I don't know what your exactly
system config is, but it looked good.

> >> After installing, I can't login, getting looped in the "must be
logged
> in". I set debug and display_errors on and it showed this:
> >> Your IMAP login was resolved to:
> >> [EMAIL PROTECTED]
> >
> > did you try using that to log in to the IMAP server on the command
line?
> 
> I can access it anytime I don't use the vlogin plugin, like now.

Use the command line - telnet to IMAP; don't just use SM w/out the
plugin...

> > telnet localhost 143
> > A01 LOGIN [EMAIL PROTECTED] 
> 
> A01 NO Login failed. 

Exactly.  And this is the point.  That output in fact IS NOT your
correct IMAP username.

> I can login as correctuser  no problem
> though. 

So your IMAP username shouldn't have the hostname on it

> How does the vlogin plugin change the behavior of courier-imap?

It does no such thing

> Does it matter that everything on my system is authenticated with
> mod_auth_pam?

Nope

You need to turn on $dontUseHostname.  See the README if you've more
questions about that.

> > If that works, you should try to figure out when you are getting the
> errors in SM... after the screen splits into frames?  What's the URL?
> 
> The debug doesn't help, except to show the user has logged in to the
> correct domain. Turn off debug and we get the must be logged in
screen.

No, it doesn't.  It shows you the username that *would have been* used
to attempt to login to IMAP.  It stops short of logging in, so you can
see the username.  As was shown, the username was incorrect.

  - paul



---
This SF.net email is sponsored by: SF.net Giveback Program.
SourceForge.net hosts over 70,000 Open Source Projects.
See the people who have HELPED US provide better services:
Click here: http://sourceforge.net/supporters.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] Re: Error when clicking (more) link on email address list

2003-10-09 Thread p dont think
> >> >>> When I click the (more) link on the email address list on a
> >> >>> received message I get the following error:
> >> >>>
> >> >>>   ERROR : Could not complete request.
> >> >>>   Query: SELECT ""
> >> >>>   Reason Given: SELECT failed: Can't open mailbox : no such
> >mailbox
> >
> >Folks,
> >
> >Please right click on the "more" link and report back what the link
URL
> >is.  Does the "less" link do the same (although you may not be able
to
> >get that far)?  Does it do the same no matter if the "more" link is
for
> >the TO:, CC:, or BCC: field?
> >
> 
> For the 'To' link:
> General: read_body.php?show_more=1
> Protocol: HyperText Transfer Protocol with Privacy
> Type: PHP?SHOW_MORE=1 File
> Address (URL):
> https://corsham-wilts.co.uk/webmail/src/read_body.php?show_more=1

> I do not have a BCC link. Should I ?

No, no worries.

It looks like PHP 4.3.3 (does everyone who is seeing this problem run
PHP 4.3.3?  Or is the commonality that you all run windoze servers?)...

Anyway, it looks like 4.3.3 might not be giving you PHP_SELF as an
autoglobal.

In functions/global.php, around line 38, you should see this:

if ( !check_php_version(4,1) ) {

Change it to this:

if ( true ) {

And see what happens...

Oh, and just for kicks, on the line immediately ABOVE that one, please
insert this:

echo "" . $PHP_SELF . ""; exit;

And tell me what you see.  It might also help if you turn on
display_errors and error_reporting = E_ALL...

Thanks,

   Paul



---
This SF.net email is sponsored by: SF.net Giveback Program.
SourceForge.net hosts over 70,000 Open Source Projects.
See the people who have HELPED US provide better services:
Click here: http://sourceforge.net/supporters.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] Make $org_name Variable For All Pages

2003-10-09 Thread p dont think
> Knowing only simple hack, I did a grep on org_name in the src
directory
> and found that only the login.php had the org_name variable.
> 
> If I can get accesss to it in the right_main.php, I can make a simple
hack
> like printing the domain somewhere on the page. Is it available
through
> one of the function call?

No function call needed.  It should be available anywhere.  If not, just
put 

global $org_name;

before your code and it should be available then.





---
This SF.net email is sponsored by: SF.net Giveback Program.
SourceForge.net hosts over 70,000 Open Source Projects.
See the people who have HELPED US provide better services:
Click here: http://sourceforge.net/supporters.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] Re-Post Redirecting login error page

2003-10-09 Thread p dont think
> > On login error, can SM redirect back to the login page with the
username
> > shown instead of the login error page?
> >
> > If no, which login plugin is best suggested for this purpose?

There's no way to do this.  I am considering what can be done,
especially in regard to a slight problem with the Secure_Login plugin,
but there is no rush to change that functionality, and no plugin that
can help you currently.  You'd have to tweak the code yourself.

  - paul



---
This SF.net email is sponsored by: SF.net Giveback Program.
SourceForge.net hosts over 70,000 Open Source Projects.
See the people who have HELPED US provide better services:
Click here: http://sourceforge.net/supporters.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] Help with Plugin view_as_html-3.3-1.4

2003-10-09 Thread p dont think
> I went to this link and type in "html compose" there were just too
many
> unrelated html hits.

http://www.squirrelmail.org/plugin_view.php?id=209



---
This SF.net email is sponsored by: SF.net Giveback Program.
SourceForge.net hosts over 70,000 Open Source Projects.
See the people who have HELPED US provide better services:
Click here: http://sourceforge.net/supporters.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] (no subject)

2003-10-09 Thread p dont think
1) i almost deleted this email cuz of its lack of subject
2) please remember to cc the mailing list

> ok, i am using my real domain in the config file.  i cut out the
dontUseHostName
> line and turned on debugging.  now when logging in, i get "Your IMAP
login was
> resolved to:  [EMAIL PROTECTED]", which is the last two numbers of my ip.
why's
> it
> only picking up the last two?

Because that's what it's supposed to do.  The problem is that it is
expecting you to be using name-based virtual domains.  You are browsing
to your webmail using an IP address, which will not work with vlogin.
You *might* be able to tell it to keep 4 "dot sections" so it keeps the
whole IP address and then in the config list of domains, set your domain
to match your server's IP address, but who knows what kind of
misadventures you'll have going down that path.  I suggest you buy a
domain name or two and work from there.

Cheers,

 - Paul



---
This SF.net email is sponsored by: SF.net Giveback Program.
SourceForge.net hosts over 70,000 Open Source Projects.
See the people who have HELPED US provide better services:
Click here: http://sourceforge.net/supporters.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] Install errors

2003-10-09 Thread Matthew Steinblock
I have installed squirrelmail on my windows 2000 server running MailEnable
Mail Server with IMAP support.  I get this error when trying to log in to
squirrelmail:

ERROR:
ERROR : Bad or malformed request.
Query:
Server responded: LIST failed - Unable to Reference Function FolderFindFirst
in Store Provider.

Any ideas?

Thanks!
Matthew




---
This SF.net email is sponsored by: SF.net Giveback Program.
SourceForge.net hosts over 70,000 Open Source Projects.
See the people who have HELPED US provide better services:
Click here: http://sourceforge.net/supporters.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] mailto link

2003-10-09 Thread SM-Development
Is the 1.4.x branch will incorporate mailto link back?

The mailto link is in 1.5.x devel now. 



Also, the mailto.php in 1.5.x branch will pop up error "undefined function 
get_location ()" error. 

Any fix to that yet? 

Thanks. 





CAUTION: This e-mail is confidential and may contain privileged information.
If you are not the intended recipient,  you must not  disclose  or  use  the
information.  If you have received this e-mail in error,  please  notify  by
returning the e-mail and delete the document.  Any views expressed  in  this
message are those of the individual sender,  and may not necessarily reflect
the views of the Company.


---
This SF.net email is sponsored by: SF.net Giveback Program.
SourceForge.net hosts over 70,000 Open Source Projects.
See the people who have HELPED US provide better services:
Click here: http://sourceforge.net/supporters.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] 1.4.2 & IIS

2003-10-09 Thread Brian S. Bergin
I'm still struggling with the IIS setup of 1.4.2.  I've added

echo "";

to the redirect.php file but when that file loads the source to the file 
displayed is just:





$redirect_url points to webmail.php AND if after I login I replace 
redirect.php with webmail.php in the address bar SM works wonderfully.

The lack of a redirect happens no matter what browser I'm using.  I've 
tried Mozilla 1.4, Firebird 0.6.1, and IE 6 SP1.  I tried replacing the 
$redirect_url with /src/webmail.php to no avail.  Any ideas?

Sincerely,
ComCept Solutions, LLC.
Brian S. Bergin
Network Systems Administrator
(727) 804-5074
http://www.comcept.net


---
This SF.net email is sponsored by: SF.net Giveback Program.
SourceForge.net hosts over 70,000 Open Source Projects.
See the people who have HELPED US provide better services:
Click here: http://sourceforge.net/supporters.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] multiple mail servers, one config

2003-10-09 Thread Brian S. Bergin
We run 7 different mail servers with different customer domains on each 
one.  Is there a way to allow a user to select which mail server is their's 
when they get to the /src/login.php page or do I have to setup a copy of SM 
for each server?  Thanks...

Sincerely,
ComCept Solutions, LLC.
Brian S. Bergin
Network Systems Administrator
(727) 804-5074
http://www.comcept.net


---
This SF.net email is sponsored by: SF.net Giveback Program.
SourceForge.net hosts over 70,000 Open Source Projects.
See the people who have HELPED US provide better services:
Click here: http://sourceforge.net/supporters.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] Error when clicking (more) link on email address list

2003-10-09 Thread Dean Holden
Interestingly, I just got the same error when doing something different:

Spam Assassin had marked a message as SPAM, and then attached the original
message.  I clicked on the original message attachment at the bootom of
the page, and it diplayed it in the same frame as the SPAM message, but it
included a "View Message" link at the top.  This, I believe is normal
behavior, but then I clicked on the "View Message" link, which I assumed
would take me back to the Spam Assassin message, and it gave me this error
instead:

ERROR : Could not complete request.
Query: SELECT ""
Reason Given: SELECT failed: Can't open mailbox : no such mailbox

I Don't know if this is even related to the original thread, but it is the
same error.

Dean

= Original message from p dont think =
>> >> >>> When I click the (more) link on the email address list on a
>> >> >>> received message I get the following error:
>> >> >>>
>> >> >>>   ERROR : Could not complete request.
>> >> >>>   Query: SELECT ""
>> >> >>>   Reason Given: SELECT failed: Can't open mailbox : no such
>> >mailbox
>> >
>> >Folks,
>> >
>> >Please right click on the "more" link and report back what the link
> URL
>> >is.  Does the "less" link do the same (although you may not be able
> to
>> >get that far)?  Does it do the same no matter if the "more" link is
> for
>> >the TO:, CC:, or BCC: field?
>> >
>>
>> For the 'To' link:
>> General: read_body.php?show_more=1
>> Protocol: HyperText Transfer Protocol with Privacy
>> Type: PHP?SHOW_MORE=1 File
>> Address (URL):
>> https://corsham-wilts.co.uk/webmail/src/read_body.php?show_more=1
>
>> I do not have a BCC link. Should I ?
>
> No, no worries.
>
> It looks like PHP 4.3.3 (does everyone who is seeing this problem run
> PHP 4.3.3?  Or is the commonality that you all run windoze servers?)...
>
> Anyway, it looks like 4.3.3 might not be giving you PHP_SELF as an
> autoglobal.
>
> In functions/global.php, around line 38, you should see this:
>
> if ( !check_php_version(4,1) ) {
>
> Change it to this:
>
> if ( true ) {
>
> And see what happens...
>
> Oh, and just for kicks, on the line immediately ABOVE that one, please
> insert this:
>
> echo "" . $PHP_SELF . ""; exit;
>
> And tell me what you see.  It might also help if you turn on
> display_errors and error_reporting = E_ALL...
>
> Thanks,
>
>Paul
>
>



---
This SF.net email is sponsored by: SF.net Giveback Program.
SourceForge.net hosts over 70,000 Open Source Projects.
See the people who have HELPED US provide better services:
Click here: http://sourceforge.net/supporters.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] mailto link

2003-10-09 Thread Seth Randall
I'll take a look at it today and see if I can get it working for both
1.4.x and 1.5.x.

Seth.
SM-Development said:
> Is the 1.4.x branch will incorporate mailto link back?
>
>
> The mailto link is in 1.5.x devel now.
>
>
>
> Also, the mailto.php in 1.5.x branch will pop up error "undefined function
> get_location ()" error.
>
>
> Any fix to that yet?
>
>
> Thanks.
>
>
>
>
> 
> CAUTION: This e-mail is confidential and may contain privileged
> information.
> If you are not the intended recipient,  you must not  disclose  or  use
> the
> information.  If you have received this e-mail in error,  please  notify
> by
> returning the e-mail and delete the document.  Any views expressed  in
> this
> message are those of the individual sender,  and may not necessarily
> reflect
> the views of the Company.
> 
>
>
>
> ---
> This SF.net email is sponsored by: SF.net Giveback Program.
> SourceForge.net hosts over 70,000 Open Source Projects.
> See the people who have HELPED US provide better services:
> Click here: http://sourceforge.net/supporters.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
>


-- 
Seth Randall
IT Support Specialist
Missoula Federal Credit Union
[EMAIL PROTECTED]



---
This SF.net email is sponsored by: SF.net Giveback Program.
SourceForge.net hosts over 70,000 Open Source Projects.
See the people who have HELPED US provide better services:
Click here: http://sourceforge.net/supporters.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] Install errors

2003-10-09 Thread Jonathan Angliss
Hello Matthew,
On Thursday, October 09, 2003, Matthew Steinblock wrote...

> I have installed squirrelmail on my windows 2000 server running MailEnable
> Mail Server with IMAP support.  I get this error when trying to log in to
> squirrelmail:

> ERROR:
> ERROR : Bad or malformed request.
> Query:
> Server responded: LIST failed - Unable to Reference Function FolderFindFirst
> in Store Provider.

> Any ideas?

I think you need to look at the setup of your IMAP server... something
looks seriously wrong there. That isn't a SquirrelMail error at all.

-- 
Jonathan Angliss
([EMAIL PROTECTED])



---
This SF.net email is sponsored by: SF.net Giveback Program.
SourceForge.net hosts over 70,000 Open Source Projects.
See the people who have HELPED US provide better services:
Click here: http://sourceforge.net/supporters.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] time out

2003-10-09 Thread Jonathan Angliss
Hello David,
On Tuesday, October 07, 2003, David Iyoha wrote...

> Hello,

> thanks for your response.

> I looked in my php.ini file and this is what I saw:

> pfpro.defaulttimeout = 30

> - is this the right variable?
> - is the 30 in minutes or seconds?

Unfortunately you've been misguided into what you should be looking at.
I'm assuming you're after a setting that tells the session to die if they
don't access/use it after a set time correct? The variables William
suggested you should look at are for the time limit a script is allowed to
run for before considered 'unhealthy' for a system, and terminate itself.
The later option is for useful for setting a safe time for a script to run
before it assumes it got stuck in an infinite loop if it stops doing
anything (long waits on other processes for example).

The variable you really want to be looking at is:

  session.gc_maxlifetime

That tells you the life of a session.  This is usually set in seconds, and
is the variable used to tell PHP how long a session is allowed to be
inactive for before killing it off.  Here are the details:

,- [ http://www.php.net/session ]
| session.gc_maxlifetime  integer
|
| session.gc_maxlifetime specifies the number of seconds after which |
data will be seen as 'garbage' and cleaned up.
|
| Note: If you are using the default file-based session handler, |
your filesystem must keep track of access times (atime). |
Windows FAT does not so you will have to come up with another |
way to handle garbage collecting your session if you are stuck |
with a FAT filesystem or any other fs where atime tracking is |
not available.
`-

As a note to this, there are plugins that allow you to alter this
timeout on the fly, and easy ways of getting around this simple
timeout is to set the folder refresh to anything under the value set for
the above variable. For example mine is set to 5 minute refresh, and I can
leave it open all day. If I shut that off, I'd have to keep logging in.

-- 
Jonathan Angliss
([EMAIL PROTECTED])





---
This SF.net email is sponsored by: SF.net Giveback Program.
SourceForge.net hosts over 70,000 Open Source Projects.
See the people who have HELPED US provide better services:
Click here: http://sourceforge.net/supporters.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.4.2 VERY slow on refreshing folders

2003-10-09 Thread Jonathan Angliss
Hello Mark,
On Tuesday, October 07, 2003, Mark Knipfer wrote...

> We upgraded to SquirrelMail 1.4.2.  I am noticing that SquirrelMail
takes
> a long time to freshed the mail folders (/src/left_main.php).  I have 50
mail folders and 50 message filters.

> Why does SquirrelMail 1.4.2 take a long time to refresh the mail
folders?
> The refresh time has been between 3 to 7 minutes.

> If there is any other information or details you need to know, just ask.

> Any suggestion on improving the performance?

  What IMAP server? What filters do you have defined? Have you got them
set to check new mail only? I have over 150 folders on one
  server, and about 70 (ish) on another server... my folder list
  reloads almost instantly on both.

-- 
Jonathan Angliss
([EMAIL PROTECTED])





---
This SF.net email is sponsored by: SF.net Giveback Program.
SourceForge.net hosts over 70,000 Open Source Projects.
See the people who have HELPED US provide better services:
Click here: http://sourceforge.net/supporters.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] more than one version?

2003-10-09 Thread Brian S. Bergin
Can I run more than one version of squirrelmail on the same web server each 
with different configurations?

Thanks.

Sincerely,
ComCept Solutions, LLC.
Brian S. Bergin
Network Systems Administrator
(727) 804-5074
http://www.comcept.net


---
This SF.net email is sponsored by: SF.net Giveback Program.
SourceForge.net hosts over 70,000 Open Source Projects.
See the people who have HELPED US provide better services:
Click here: http://sourceforge.net/supporters.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] 504 auth type

2003-10-09 Thread Pernilla Uhlin
Hi,

I've installed SquirrelMail version 1.4.2 and I'm using php version 4.2.1 together 
with apache 1.3.24 (Unix). I'm also running linux slackware with kernel 2.4.18. The 
installation of SquirrelMail went without problem. I configured it using courier as 
imap_server. 

Then I successfully logged in to SquirrelMail and when I tried to send my first e-mail 
I've got the following error: Server replied: 504 auth type unimplemented (#5.5.1)

I couldn't find anything in the FAQ accept for information about RedHat and sending 
mail problem which suggested to change the php.ini file to contain the line 
file_uploads = On. Well, my php.ini file contained this line, and now I don't know 
what to do. Is there anybody who can help me solving this problem? 

Regards

Pernilla Uhlin


---
This SF.net email is sponsored by: SF.net Giveback Program.
SourceForge.net hosts over 70,000 Open Source Projects.
See the people who have HELPED US provide better services:
Click here: http://sourceforge.net/supporters.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] Name, From, Reply_to changes (Hopefully Fixed)

2003-10-09 Thread Mark T. Valites
I've written to the list once or twice inquiring about a problem I'd seen
more and more frequently with squirrelmail versions 1.2.x, 1.4.0, and
1.4.1:

Many users here ended up with their preference file values for name, from,
and reply_to changing to that of another user. Attempting to change it
back manually through Options->Personal Information would fail - I had to
manually edit their prefs file from the shell.

Several other members of the list wrote back to me saying they had also
seen such problems, but had yet to find an answer.

The problem finally became big enough for me to attempt to track down.
After troubleshooting and talking to users, I found out that it only
occoured when a new user would log into squirrelmail *after someone else
had previously been logged on*. Instead of clicking the logout link, or
closing the browser, they would simply *hit the back button* a couple time
till they reached the login page.

Suspecting it was a problem with plugin I had written or enabled, I
replicated my squirrelmail install to a clone of my existing webmail
machines. Here, I hoped to troubleshoot with no plugins enabled, and to
also try a stock 1.4.1 install. As I went to get fresh source for 1.4.1, I
noticed that 1.4.2 came out this month. Instead of spending the time with
1.4.1, I did the troubleshooting with 1.4.2 - with all plugins enabled,
the problem didn't occour.

Releasing 1.4.2 to the campus would have been fine, but I still wanted to
know why 1.4.1 was broke. After narrowing it down, I found the problem
only happened in 1.4.1 when mail_fetch was enabled. A diff of all the
files in the mail_fetch plugin revealed none had changed between versions,
so I figured the problem must have originated from a change in a file one
of the mail_fetch files required. A little bit digging more, I found this
diff:

diff squirrelmail-1.4.2/validate.php
../../squirrelmail-1.4.1/include/validate.php
9c9
< * $Id: validate.php,v 1.9.2.1 2003/08/21 10:25:55 kink Exp $
---
> * $Id: validate.php,v 1.9 2003/03/03 04:44:39 ebullient Exp
$53c53
< sqsession_is_active();
---
> session_start();

In addition, I saw:

- Replace all session_start() calls with sqsession_is_active() to be
compatible with upcoming PHP 4.3.3.

in the Changelog. I've been running php-4.1.x and 4.2.x verions. I'm not
much of a web or php person, but could someone confirm my suspiscion that
the session_start -> sqsession_is_active() change was the fix of the
problem?

Hopefully this will help out anyone else who'd seen similar problem.

Thanks in advance,
-Mark

-- 
Mark T. Valites
Unix Systems Analyst
CIT - SUNY Geneseo
>--))> >--))>



---
This SF.net email is sponsored by: SF.net Giveback Program.
SourceForge.net hosts over 70,000 Open Source Projects.
See the people who have HELPED US provide better services:
Click here: http://sourceforge.net/supporters.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] 504 auth type

2003-10-09 Thread Brian Klug
Hi,

> Then I successfully logged in to SquirrelMail and when I tried to send my
> first e-mail I've got the following error: Server replied: 504 auth type
> unimplemented (#5.5.1)

Sound like you are trying to initiate an authenticated connection with
sendmail.  Try normally.

Run your configure script again.

SquirrelMail Configuration.
Choose Server Settings (option 2)
Update SMTP Settings (option B)
SMTP Authentication (option 7)
Say no.
Secure SMTP (TLS) (option 8).
Say false.
Save (S)
Quit (Q)

Good luck,

Brian Klug



---
This SF.net email is sponsored by: SF.net Giveback Program.
SourceForge.net hosts over 70,000 Open Source Projects.
See the people who have HELPED US provide better services:
Click here: http://sourceforge.net/supporters.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] IE+SSL issues not covered in FAQ

2003-10-09 Thread Brian Klug
Hello,

I have SquirrelMail 1.4.2 running on Apache/1.3.26.

My MSIE users often get a "Page not found" error.  This happens everywhere:
during login, viewing mail, signing out, etc, etc.  I have followed all the
steps in the instructions such as downgrading HTTP to 1.0, disabling windows
dynamic dns, etc.

It happens very fequently, especially during login and logout.

Any pointers?

Thanks,
Brian

--
Brian Klug [EMAIL PROTECTED]
TYX.NET Webhosting $9.95/month
No setup fees - 500MB space



---
This SF.net email is sponsored by: SF.net Giveback Program.
SourceForge.net hosts over 70,000 Open Source Projects.
See the people who have HELPED US provide better services:
Click here: http://sourceforge.net/supporters.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] more than one version?

2003-10-09 Thread Brian Klug
> Can I run more than one version of squirrelmail on the same web server
each
> with different configurations?

Hi,

Sure.  If you put them in seperate directories, and don't share a database,
they shouldn't even know of eachothers existance.

-B



---
This SF.net email is sponsored by: SF.net Giveback Program.
SourceForge.net hosts over 70,000 Open Source Projects.
See the people who have HELPED US provide better services:
Click here: http://sourceforge.net/supporters.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] Netscape Problems

2003-10-09 Thread Mike Usmar



Hello,
I am having problems with my new squirrelmail 
installation. Just upgraded our ISP webmail from squirrelmail 1.2.1 to 1.4.2 
(the most recent stable).
If viewing webmail in Netscape 4.08 -> 4.7 
(either windows, or Mac platform), when you click on an email to view it, a 
blank page appears. Abolsuletly nothing shows.
It works fine in Netscape 7, and in all versions of 
IE.
 
Has anyone else had this problem? I did look on the 
"Supported Browsers" page on the Squirrelmail website, but that states the 
browsers should all be ok.
 
Any comments?
Thanks in advance.
 
RegardsMike UsmarWeb DeveloperActrix 
Networks Ltd[EMAIL PROTECTED]0800 
ACTRIX (228749) - ext 
411


Re: [SM-USERS] 504 auth type

2003-10-09 Thread Pernilla Uhlin
Thanks, that seems to do the trick!

Just one more question though: I can't send messages outside my domain, to for example 
[EMAIL PROTECTED], how can I change this? 

/Pernilla

On Thu, 9 Oct 2003 16:46:21 -0400
"Brian Klug" <[EMAIL PROTECTED]> wrote:

> Hi,
> 
> > Then I successfully logged in to SquirrelMail and when I tried to send my
> > first e-mail I've got the following error: Server replied: 504 auth type
> > unimplemented (#5.5.1)
> 
> Sound like you are trying to initiate an authenticated connection with
> sendmail.  Try normally.
> 
> Run your configure script again.
> 
> SquirrelMail Configuration.
> Choose Server Settings (option 2)
> Update SMTP Settings (option B)
> SMTP Authentication (option 7)
> Say no.
> Secure SMTP (TLS) (option 8).
> Say false.
> Save (S)
> Quit (Q)
> 
> Good luck,
> 
> Brian Klug
> 
> 
> 
> ---
> This SF.net email is sponsored by: SF.net Giveback Program.
> SourceForge.net hosts over 70,000 Open Source Projects.
> See the people who have HELPED US provide better services:
> Click here: http://sourceforge.net/supporters.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: SF.net Giveback Program.
SourceForge.net hosts over 70,000 Open Source Projects.
See the people who have HELPED US provide better services:
Click here: http://sourceforge.net/supporters.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 does not immediately update mail folders when changes occur...

2003-10-09 Thread Mark Knipfer
In SquirrelMail I notice that when you mark a message read, delete a
message, or receive new e-mails in the mail folder while you are in a
mail folder or not, SquirrelMail does not always update the mail folder
status.  When I use other web mail accounts such as Yahoo! or MSN
Hotmail, the mail folder status immediately updates when you delete a
message, mark a message read/unread, etc.
Why does SquirrelMail not update the mail folder status until you
refresh the list of mail folders or wait for the time period that
refreshes the mail folders?
--
Mark Knipfer
MFM Technical Support
http://support.mfm.com/


---
This SF.net email is sponsored by: SF.net Giveback Program.
SourceForge.net hosts over 70,000 Open Source Projects.
See the people who have HELPED US provide better services:
Click here: http://sourceforge.net/supporters.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] multiple mail servers, one config

2003-10-09 Thread Keith Mastin


> We run 7 different mail servers with different customer domains on each
> one.  Is there a way to allow a user to select which mail server is
> their's when they get to the /src/login.php page or do I have to setup a
> copy of SM for each server?  Thanks...

see vlogin plugin...

-- 
Keith Mastin
BeechTree Information Technology Services Inc.
Toronto, Canada
(416)429 9304


---
This SF.net email is sponsored by: SF.net Giveback Program.
SourceForge.net hosts over 70,000 Open Source Projects.
See the people who have HELPED US provide better services:
Click here: http://sourceforge.net/supporters.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] copy, not move

2003-10-09 Thread WJCarpenter
SM doesn't have a "copy message" feature (or some might think of this
as "save-as").  It does have a fine "move message" feature.  Is there
something about the underlying IMAP protocol that makes it hard to
implement "copy message", or is it just something that doesn't happen
to be in SM?

(Motivational pitch:  I want to set up a scheme where users can train
our Bayesian anti-spam filter with good or bad messages.  I'd like to
be able to have them just drop a copy of a message into some
conventionally named folders (e.g., "spam" and "ham"), and a cron job
would grab them and delete them after they were used in training.
They probably wouldn't care about using "move" for spam, but it's
hardly reasonable to use anything other than "copy" for ham.)
-- 
[EMAIL PROTECTED] (WJCarpenter)PGP 0x91865119
38 95 1B 69 C9 C6 3D 2573 46 32 04 69 D6 ED F3




---
This SF.net email is sponsored by: SF.net Giveback Program.
SourceForge.net hosts over 70,000 Open Source Projects.
See the people who have HELPED US provide better services:
Click here: http://sourceforge.net/supporters.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 errors - mysql, pw_name is wrong

2003-10-09 Thread Jochen
Hi!

I subscribe to the squirrelmail-users mailing list.
  [x]  True - No need to CC me when replying

This bug occurs when I try to login as a user. Postmaster can login at every
time.

The description of the bug:

Well, I have some users, at installation time I can login in squirrelmail
with every user. With qmailadmin I can login with every user at every time.
The problem is to login in squirrelmail. I type the user correct and in the
mysql log I can see that the pw_name is right or not.

 13 Connect [EMAIL PROTECTED] on vpopmail
 13 Query   select pw_name, pw_passwd, pw_uid,
pw_gid, pw_gecos, pw_dir, pw_shell , pw_clear_passwd from foodomain_name_com
where pw_name = "ibehrens"
 13 Query   replace into lastauth set
user="ibehrens", domain="foodomain-name.com", remote_ip="imap",
timestamp=1065735063
 13 Quit

 16 Connect [EMAIL PROTECTED] on vpopmail
 16 Query   select pw_name, pw_passwd, pw_uid,
pw_gid, pw_gecos, pw_dir, pw_shell , pw_clear_passwd from foodomain_name_com
where pw_name = "ibehrensg"
 16 Quit

 39 Connect [EMAIL PROTECTED] on vpopmail
 39 Query   select pw_name, pw_passwd, pw_uid,
pw_gid, pw_gecos, pw_dir, pw_shell , pw_clear_passwd from foodomain_name_com
where pw_name = "ibehrense"
 39 Quit

I can reproduce the bug by:

Try it again, in most cases I get an error.

I take an echo in src/redirect.php and functions/imap_general.php to see if
the user is right or not.

Where can I find the function to split user and domain, I think this
function did not make a clean split.

greatings
jochen


--

My browser information:
  Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.4) Gecko/20030624
Netscape/7.1 (ax)
  get_browser() information (List)
* Nothing listed
  Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)
  get_browser() information (List)
* Nothing listed

My web server information:
  PHP Version 4.3.1
  PHP Extensions (List)
* 0 = yp
* 1 = xslt
* 2 = xml
* 3 = wddx
* 4 = tokenizer
* 5 = sysvshm
* 6 = sysvsem
* 7 = standard
* 8 = snmp
* 9 = shmop
* 10 = session
* 11 = qtdom
* 12 = posix
* 13 = pgsql
* 14 = pcre
* 15 = overload
* 16 = openssl
* 17 = odbc
* 18 = mysql
* 19 = mcrypt
* 20 = mcal
* 21 = mbstring
* 22 = ldap
* 23 = imap
* 24 = iconv
* 25 = gmp
* 26 = gettext
* 27 = gd
* 28 = ftp
* 29 = filepro
* 30 = exif
* 31 = domxml
* 32 = dbase
* 33 = dba
* 34 = curl
* 35 = ctype
* 36 = calendar
* 37 = bz2
* 38 = bcmath
* 39 = zlib
* 40 = apache

SquirrelMail-specific information:
  Version:  1.4.2
  Plugins (List)
* 0 = calendar
* 1 = message_details
* 2 = secure_login
* 3 = msg_flags
* 4 = compatibility
* 5 = quota_usage
* 6 = quicksave
* 7 = smallcal
* 8 = newmail
* 9 = vpopmail
* 10 = address_add
* 11 = login_alias
* 12 = username
* 13 = view_as_html
* 14 = bug_report

My IMAP server information:
  Server type:  courier
  Server info:  * OK [HIDDEN] IMAP4rev1 UIDPLUS CHILDREN NAMESPACE
THREAD=ORDEREDSUBJECT THREAD=REFERENCES SORT QUOTA IDLE STARTTLS]
Courier-IMAP ready. Copyright 1998-2003 Double Precision, Inc.  See COPYING
for distribution information.
  Cabailities:  IMAP4rev1 UIDPLUS CHILDREN NAMESPACE THREAD=ORDEREDSUBJECT
THREAD=REFERENCES SORT QUOTA IDLE STARTTLS



---
This SF.net email is sponsored by: SF.net Giveback Program.
SourceForge.net hosts over 70,000 Open Source Projects.
See the people who have HELPED US provide better services:
Click here: http://sourceforge.net/supporters.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] copy, not move

2003-10-09 Thread Marc Groot Koerkamp
WJCarpenter said:
> SM doesn't have a "copy message" feature (or some might think of this
> as "save-as").  It does have a fine "move message" feature.  Is there
> something about the underlying IMAP protocol that makes it hard to
> implement "copy message", or is it just something that doesn't happen
> to be in SM?
>

The imap protocol doesn't support move so we copy the message, set the
\Delete flag and expunge the mailbox.

SquirrelMail doesn't support move right now. Our interface is already
cluthered with buttons.

> (Motivational pitch:  I want to set up a scheme where users can train
> our Bayesian anti-spam filter with good or bad messages.  I'd like to
> be able to have them just drop a copy of a message into some
> conventionally named folders (e.g., "spam" and "ham"), and a cron job
> would grab them and delete them after they were used in training.
> They probably wouldn't care about using "move" for spam, but it's
> hardly reasonable to use anything other than "copy" for ham.)
> --

You can try forward as attachment.

Regards,

Marc Groot Koerkamp.


---
This SF.net email is sponsored by: SF.net Giveback Program.
SourceForge.net hosts over 70,000 Open Source Projects.
See the people who have HELPED US provide better services:
Click here: http://sourceforge.net/supporters.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] Upgrade to 1.4.2

2003-10-09 Thread Simon Bryan
Hi all,
I have just tried to upgrade from 1.4.1 to 1,4,2. I followed the instructions and
copied the data and plugins (but didn't let it overwrite any existing ones in
1.4.2), also copied the config file but have run confog.pl. I have set the
permissions correctly on the data directory, however when we try to login we just
get a blank screen - it is finding the main directory as I editied the index.php to
test so it is the src/login.php that is coming up blank.

What obvious thing have I missed?


Simon Bryan
IT Manager
OLMC Parramatta


---
This SF.net email is sponsored by: SF.net Giveback Program.
SourceForge.net hosts over 70,000 Open Source Projects.
See the people who have HELPED US provide better services:
Click here: http://sourceforge.net/supporters.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] 1.4.1 -> 1.4.2 not working out for me - total non-responsiveness

2003-10-09 Thread C. Bensend

> Are there any errors in any log files? What do you have for
> error_reporting and display_errors in your php.ini file? Do your IMAP
> logs reflect anything unusual? Have you tried disabling _all_ plugins,
> and doing simple tests again?

Hey folks,

   Both Jonathan and Keith advised me to disable all plugins and start
simple, and that solved a lot of my issues.  I wittled the list of my
"required" plugins down to delete_move_next, calendar, listcommands,
and newmail.  I don't think I need any others, but I've sent an email
to my other webmail users to make sure.

   This has solved my intermittent hangs with 1.4.2, and my intermittent
hangs with sending mail as well.  OH HAPPY DAY.  :)  I believe the plugin
that may have caused _that_ problem was sent_subfolders - if any of the
developers are interested in more details, please contact me directly.

   I'm going to leave 1.4.2 in production and wait to see if any of the
others complain - so far, I'm absolutely happy.  I should have tried
disabling plugins before bothering you folks.  *sheepish grin*

Thanks a BUNCH!

Benny


-- 

"Hey Peter...  This next one, you /can/ blame on the dog."
   --- Brian, "Family Guy"


---
This SF.net email is sponsored by: SF.net Giveback Program.
SourceForge.net hosts over 70,000 Open Source Projects.
See the people who have HELPED US provide better services:
Click here: http://sourceforge.net/supporters.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 does not immediately update mail folders when changes occur...

2003-10-09 Thread Michael Greb
On Thu, Oct 09, 2003 at 05:27:17PM -0400, Mark Knipfer wrote:

> Why does SquirrelMail not update the mail folder status until you
> refresh the list of mail folders or wait for the time period that
> refreshes the mail folders?

Pretty simple, SquirrelMail uses frames and those sites you 
mentioned do not.  The list of folders on the left is a
separate and independent page as far as the browser is concerned.
So, when you make changes on the right, they aren't reflected on
the left until that page reloads.  The sites you mentioned have
the folder list on the left as part of a cell on the same page. When
something changes the entire page is reloaded and changes are
reflected everywhere they are relevant.

There is a plug-in that will give you what you are looking for, I think
haven't actually used it myself.  It's called folder sync or some such.

Michael


pgp0.pgp
Description: PGP signature


[SM-USERS] Bug Report

2003-10-09 Thread ron
I subscribe to the squirrelmail-users mailing list.
  [x]  True - No need to CC me when replying
  [ ]  False - Please CC me when replying

This bug occurs when I forward a message with a particular attachment



The description of the bug:
I have a message with a 2.8M attachment (with display of 4.8M)

after click on forward or forward as Attachment the display shows:
Fatal error: Allowed memory size of 8388608 bytes exhausted (tried to
allocate 5034391 bytes) in
/usr/share/squirrelmail/functions/imap_general.php on line 118

Fatal error: Allowed memory size of 8388608 bytes exhausted (tried to
allocate 140 bytes) in Unknown on line 0

Then the program doesn't respond anymore

I can reproduce the bug by:
Same action after login again

--

My browser information:
  Mozilla/5.0 (X11; U; Linux i686) Gecko/20030807 Galeon/1.3.5
  get_browser() information (List)
* Nothing listed

My web server information:
  PHP Version 4.2.2
  PHP Extensions (List)
* 0 = yp
* 1 = xml
* 2 = wddx
* 3 = sysvshm
* 4 = sysvsem
* 5 = standard
* 6 = sockets
* 7 = shmop
* 8 = session
* 9 = pspell
* 10 = posix
* 11 = pcre
* 12 = openssl
* 13 = iconv
* 14 = gmp
* 15 = gettext
* 16 = gd
* 17 = ftp
* 18 = exif
* 19 = domxml
* 20 = dio
* 21 = dbx
* 22 = dba
* 23 = curl
* 24 = ctype
* 25 = calendar
* 26 = bz2
* 27 = bcmath
* 28 = zlib
* 29 = imap
* 30 = ldap
* 31 = mysql
* 32 = pgsql
* 33 = odbc
* 34 = Apache 2.0

SquirrelMail-specific information:
  Version:  1.4.2-1
  Plugins (List)
* 0 = delete_move_next
* 1 = squirrelspell
* 2 = newmail
* 3 = administrator
* 4 = filters
* 5 = bug_report

My IMAP server information:
  Server type:  uw
  Server info:  * OK [HIDDEN] IMAP4 IMAP4REV1 STARTTLS LOGIN-REFERRALS
AUTH=LOGIN] fns9.ich.nl IMAP4rev1 2000.283rh at Thu, 9 Oct 2003 11:11:37
+0200 (CEST)
  Cabailities:  IMAP4 IMAP4REV1 STARTTLS NAMESPACE IDLE MAILBOX-REFERRALS
SCAN SORT THREAD=REFERENCES THREAD=ORDEREDSUBJECT MULTIAPPEND
LOGIN-REFERRALS AUTH=LOGIN


---
This SF.net email is sponsored by: SF.net Giveback Program.
SourceForge.net hosts over 70,000 Open Source Projects.
See the people who have HELPED US provide better services:
Click here: http://sourceforge.net/supporters.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] Can't delete folders

2003-10-09 Thread Dustin Moore
 If I create a folder that contains other folders in Squirrelmail I
can't delete it in squirrelmain because it doesn't show up in the delete
list box. If I delete the directory in the user's mail/ this doesn't
delete it either. What can I do to manually remove this folder?



---
This SF.net email is sponsored by: SF.net Giveback Program.
SourceForge.net hosts over 70,000 Open Source Projects.
See the people who have HELPED US provide better services:
Click here: http://sourceforge.net/supporters.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] copy, not move

2003-10-09 Thread Jonathan Angliss
Hello Marc,
On Thursday, October 09, 2003, Marc Groot Koerkamp wrote...

> SquirrelMail doesn't support move right now.

*coughs* Marc meant to say "doesn't 'support' copy right now".  In
actual fact, there is a function for coping blocks of messages,
however there is just no button.  There is a second function that
'moves' (copies then deletes as Marc detailed) a range of messages,
however the function is miss-named.  Chris has corrected this naming
convention in the development branch.

For informations sake, the functions are named:

  sqimap_messages_copy
  sqimap_msgs_list_copy

And in devel, there is the new:

  sqimap_msgs_list_move

For moving messages.  They can all be found in:

  functions/imap_messages.php

Hope that helps.

-- 
Jonathan Angliss
([EMAIL PROTECTED])



---
This SF.net email is sponsored by: SF.net Giveback Program.
SourceForge.net hosts over 70,000 Open Source Projects.
See the people who have HELPED US provide better services:
Click here: http://sourceforge.net/supporters.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] 1.4.1 -> 1.4.2 not working out for me - total non-responsiveness

2003-10-09 Thread Jonathan Angliss
Hello C.,
On Thursday, October 09, 2003, C. Bensend wrote...

>> Are there any errors in any log files? What do you have for
>> error_reporting and display_errors in your php.ini file? Do your
>> IMAP logs reflect anything unusual? Have you tried disabling _all_
>> plugins, and doing simple tests again?

> Both Jonathan and Keith advised me to disable all plugins and start
> simple, and that solved a lot of my issues. I wittled the list of my
> "required" plugins down to delete_move_next, calendar, listcommands,
> and newmail. I don't think I need any others, but I've sent an email
> to my other webmail users to make sure.

> This has solved my intermittent hangs with 1.4.2, and my
> intermittent hangs with sending mail as well. OH HAPPY DAY. :) I
> believe the plugin that may have caused _that_ problem was
> sent_subfolders - if any of the developers are interested in more
> details, please contact me directly.

As it is a core plugin, I'd like to see if we can get the issue
resolved.  Can you detail what happens when it is enabled?  Are there
any errors in the IMAP log files?  What about apache log files?  What
do you have set for the following two values in your php.ini file?

  error_reporting
  display_errors

Try changing the first to E_ALL and the second to on, and restart
apache... anything now?

-- 
Jonathan Angliss
([EMAIL PROTECTED])



---
This SF.net email is sponsored by: SF.net Giveback Program.
SourceForge.net hosts over 70,000 Open Source Projects.
See the people who have HELPED US provide better services:
Click here: http://sourceforge.net/supporters.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 does not immediately update mail folders when changes occur...

2003-10-09 Thread Appie Fajardo

Hi Mike,



Thanks for the reply ,,, the problem is that whenever I did a refresh on squirrelmail, 
the quota_usage bar immediately reflects the new usage which is different with that of 
Yahoo mail. The quota_usage bar on Yahoo mail only reflects the changes after deleting 
all emails on the trash folder which contains the deleted emails from the inbox 
folder. Squirrelmail on the otherhand reflects the new quota_usage immediately after 
deleting from the inbox folder. BTW, I'm using Courier IMAP not UW-IMAP which is built 
in on Red Hat.









 --- On Thu 10/09, Michael Greb < [EMAIL PROTECTED] > wrote:

From: Michael Greb [mailto: [EMAIL PROTECTED]

To: [EMAIL PROTECTED]

Date: Thu, 9 Oct 2003 20:42:03 -0400

Subject: Re: [SM-USERS] SquirrelMail does not immediately update mail folders when 
changes occur...



On Thu, Oct 09, 2003 at 05:27:17PM -0400, Mark Knipfer wrote:> Why does 
SquirrelMail not update the mail folder status until you> refresh the list of mail 
folders or wait for the time period that> refreshes the mail 
folders?Pretty simple, SquirrelMail uses frames and those sites you 
mentioned do not.  The list of folders on the left is aseparate and 
independent page as far as the browser is concerned.So, when you make changes on 
the right, they aren't reflected onthe left until that page reloads.  The sites 
you mentioned havethe folder list on the left as part of a cell on the same page. 
Whensomething changes the entire page is reloaded and changes arereflected 
everywhere they are relevant.There is a plug-in that will give you what you 
are looking for, I thinkhaven't actually used it myself.  It's called folder sync 
or some such.MichaelAttachment: Attachment  (0.19KB)

___
Join Excite! - http://www.excite.com
The most personalized portal on the Web!


---
This SF.net email is sponsored by: SF.net Giveback Program.
SourceForge.net hosts over 70,000 Open Source Projects.
See the people who have HELPED US provide better services:
Click here: http://sourceforge.net/supporters.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] Upgrade to 1.4.2 - DOH!

2003-10-09 Thread Simon Bryan
Sorry guys,

I had set the permissions *inside* the data directory but not on the data directory
itself. All working now.


Simon Bryan
IT Manager
OLMC Parramatta


---
This SF.net email is sponsored by: SF.net Giveback Program.
SourceForge.net hosts over 70,000 Open Source Projects.
See the people who have HELPED US provide better services:
Click here: http://sourceforge.net/supporters.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] delete_move_next

2003-10-09 Thread djm

Hi, I just installed 1.4.2 with the delete_move_next plugin and I have
a few questions.

1. Why is this plugin in the "Obsolete Plugins" section if it still seems
   to be active and useful?

2. Is there a way to move the "Delete & [Next|Prev]" links to the
   top of the message near the original Delete button?  On longer
   messages, you have to scroll all the way to the bottom just to
   "delete and next". It really should be in the header controls there
   next to Delete, so users can just click away and delete in
   rapid succession without having to move the mouse for each message.

3. Even better, is there any plans in the works to make "Delete"
   user configurable (as it is on many e-mail clients) to be one of
   "Delete and next", "Delete and prev", "Delete and return".
   I'd rather just have one Delete link and it do what I need.


Thanks!
David


---
This SF.net email is sponsored by: SF.net Giveback Program.
SourceForge.net hosts over 70,000 Open Source Projects.
See the people who have HELPED US provide better services:
Click here: http://sourceforge.net/supporters.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