[SM-USERS] Qmail Squirrelmail Login Error.

2005-04-05 Thread Adrian
I have configured my Qmail Server 
<http://www.tek-tips.com/viewthread.cfm?qid=1037435&page=1#> down to a 
tee as per the QMR instructions. I can access 
<http://www.tek-tips.com/viewthread.cfm?qid=1037435&page=1#> the 
Squirrelmail login page via a web 
<http://www.tek-tips.com/viewthread.cfm?qid=1037435&page=1#> browser. 
When I attempt to login, the login errors with "Unknow user or password 
<http://www.tek-tips.com/viewthread.cfm?qid=1037435&page=1#> incorrect". 
The Username ([EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]>) and password 
have been confirmed to that configured in vQadmin and Qmailadmin.

When I check the httpd access_log error log I get:
"192.168.1.4 - - [05/Apr/2005:13:54:06 +0100] "POST /src/redirect.php 
HTTP/1.0" 200 1171 "http://192.168.1.8/src/login.php"; "Mozilla/5.0 (X11; 
U; Linux <http://www.tek-tips.com/viewthread.cfm?qid=1037435&page=1#> 
i686; en-US; rv:1.2.1) Gecko/20030225"

Any help appreciated.
Adrian
---
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
--
squirrelmail-users mailing list
Posting Guidelines: 
http://squirrelmail.org/wiki/wiki.php?MailingListPostingGuidelines
List Address: squirrelmail-users@lists.sourceforge.net
List Archives: 
http://news.gmane.org/thread.php?group=gmane.mail.squirrelmail.user
List Archives:  http://sourceforge.net/mailarchive/forum.php?forum_id=2995
List Info: https://lists.sourceforge.net/lists/listinfo/squirrelmail-users


[SM-USERS] forwards sent from Aquirrel not openet in Outlook Express

2005-08-25 Thread adrian



Hello everybody.
 
Sometimes when I check the e-mail using 
SquirrelMail I am forwarding messages to other e-mail addresses. The recipients, 
which are using Outlook Express, are complaining that they can not open my 
forwarded e-mail, which is coming as an attachment with the .msg 
extension.
 
I have tried this myself and... they are 100% 
right.
 
What can be done in order to have SquirellMail 
forwarding messages in an Outlook Express compatible format?
 
Many thanks for any suggestion.
 
Adrian.
 


[SM-USERS] Message flags

2003-07-08 Thread adrian
Have been using SM for what seems like ages now, got past the Cobalt Qube
PHP 4.0.6 S L O W system and now using SME 5.6 on a P4 2.5 1gb RAM
(heavenly f a s t ).

Just tried 1.4.1 after Chris Hilts annoncement, and found message flags
plugin gets header already sent errors for each message.

I have successfully installed it on 1.4 and (lazy) put 1.4.1 on and then
copied data, config and the changes to functions and src from the plugins
directory.

Has it changed or have I installed wrong?

Adrian Jones


---
This SF.Net email sponsored by: Parasoft
Error proof Web apps, automate testing & more.
Download & eval WebKing and get a free book.
www.parasoft.com/bulletproofapps
--
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] msg_flags

2003-10-04 Thread adrian
Hi All

Havent spoken in the list for a few months because all has worked fine for us since 1.2.10. and getting used to SM.

I have just pulled the cvs down whilst updating to 1.4.2.  1.4.2 is fine

For testing the CVS I have upgraded in the usual way keeping data, and config and plugins. One favourite plugin msg_flags - I copied all the
settings over for the msg_flags plugin( cos I do like the flouncy stuff too ) I decided to run the patch -p0 with the diff file instead of copying
the files as I thought the structures of the new stuff might be a bit different.  The result was this:-

[EMAIL PROTECTED] msg_flags]# patch -p0 < ./msg_flags-squirrelmail-1.4.1.diff
patching file ../../functions/mailbox_display.php
Hunk #1 succeeded at 272 (offset 40 lines).
Hunk #2 FAILED at 781.
1 out of 2 hunks FAILED -- saving rejects to file ../../functions/mailbox_display.php.rej
patching file ../../src/move_messages.php
Hunk #1 succeeded at 116 with fuzz 2 (offset -5 lines).
Hunk #2 succeeded at 185 with fuzz 2 (offset 1 line).
patching file ../../src/left_main.php
Hunk #1 FAILED at 168.
1 out of 1 hunk FAILED -- saving rejects to file ../../src/left_main.php.rej
[EMAIL PROTECTED] msg_flags]# cat ../../src/left_main.php.rej
***
*** 168,181 
  function create_collapse_link($boxnum) {
  global $boxes, $imapConnection, $unseen_notify, $color;
  $mailbox = urlencode($boxes[$boxnum]['unformatted']);
-
  /* Create the link for this collapse link. */
  $link = '+";
  } else {
- $link .= "fold=$mailbox\">-";
  }
  $link .= '';

--- 168,181 
  function create_collapse_link($boxnum) {
  global $boxes, $imapConnection, $unseen_notify, $color;
  $mailbox = urlencode($boxes[$boxnum]['unformatted']);
+
  /* Create the link for this collapse link. */
  $link = '";
  } else {
+ $link .= "fold=$mailbox\">";
  }
  $link .= '';

I am no expert so I have now stopped, what should I do now?

Adrian Jones


---
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
--
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-10-04 Thread adrian
I think the last message was garbled by the html plugin so here goes again:

Hi All

Havent spoken in the list for a few months because all has worked fine for us since 
1.2.10. and getting used to SM.

I have just pulled the cvs down whilst updating to 1.4.2. 1.4.2 is fine.

For testing the CVS I have upgraded in the usual way keeping data, and config and 
plugins.
One problem with a favourite plugin msg_flags - I copied all the settings over for the 
msg_flags plugin( cos I do like the flouncy stuff too ) I
decided to run the patch -p0 with the diff file instead of copying the files as I 
thought the structures of the new stuff might be a bit different.
The result was this:-

[EMAIL PROTECTED] msg_flags]# patch -p0 < ./msg_flags-squirrelmail-1.4.1.diff
patching file ../../functions/mailbox_display.php
Hunk #1 succeeded at 272 (offset 40 lines).
Hunk #2 FAILED at 781.
1 out of 2 hunks FAILED -- saving rejects to file 
../../functions/mailbox_display.php.rej
patching file ../../src/move_messages.php
Hunk #1 succeeded at 116 with fuzz 2 (offset -5 lines).
Hunk #2 succeeded at 185 with fuzz 2 (offset 1 line).
patching file ../../src/left_main.php
Hunk #1 FAILED at 168.
1 out of 1 hunk FAILED -- saving rejects to file ../../src/left_main.php.rej
[EMAIL PROTECTED] msg_flags]# cat ../../src/left_main.php.rej
***
*** 168,181 
  function create_collapse_link($boxnum) {
  global $boxes, $imapConnection, $unseen_notify, $color;
  $mailbox = urlencode($boxes[$boxnum]['unformatted']);
-
  /* Create the link for this collapse link. */
  $link = '+";
  } else {
- $link .= "fold=$mailbox\">-";
  }
  $link .= '';

--- 168,181 
  function create_collapse_link($boxnum) {
  global $boxes, $imapConnection, $unseen_notify, $color;
  $mailbox = urlencode($boxes[$boxnum]['unformatted']);
+
  /* Create the link for this collapse link. */
  $link = '";
  } else {
+ $link .= "fold=$mailbox\">";
  }
  $link .= '';

Adrian Jones


---
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
--
squirrelmail-users mailing list
List Address: [EMAIL PROTECTED]
List Archives:  http://sourceforge.net/mailarchive/forum.php?forum_id=2995
List Info: https://lists.sourceforge.net/lists/listinfo/squirrelmail-users


[SM-USERS] Re: squirrelmail-users digest, Vol 1 #1651 - 12 msgs

2003-10-11 Thread adrian
Hi

Last week I sent in a bug which I had found in the diff file for patch -p0 for the message flags plugin.  Jonathan responded to me but then I heard
nothing, any news?

Adrian Jones


---
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: squirrelmail-users digest, Vol 1 #1651 - 12 msgs

2003-10-13 Thread adrian
Sorry about the html, it has been diabled now, actually the plugin was set to off, but 
it doesnt work.

The first mail which I sent had the entire patch log in it, do you still have it ?

Adrian

> Hello Adrian,
> On Saturday, October 11, 2003, [EMAIL PROTECTED] wrote...
>
>> Hi
>
>> Last week I sent in a bug which I had found in the diff file for
>> patch -p0 for the message flags plugin.  Jonathan responded to me
>> but then I heard
>> nothing, any news?
>
> Can you please not post HTML to this list... the plugin you're using
> seems to be doing a terrible job of it (no  tags) and as such, the
> text is all run together. As a note, you told me what patch file you
> used, but you didn't tell me the errors you got... that makes it
> difficult to fix issues ;)
>
> --
> 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] Re: squirrelmail-users digest, Vol 1 #1651 - 12 msgs

2003-10-15 Thread adrian
Hi Paul

Thanks for the advice, I have now replaced the old plugin.  Whats the score with the 
spell check, I used a .htaccess wit Options ExecCGI to allow
execution in that directory, and that worked fine. It is executing the cgi now but 
getting internal server error 600.  All paths etc are fine and
permissions are set correctly.

Does this call the same function as squirrelspell because that is fine.

Adrian

>> Sorry about the html, it has been diabled now, actually the plugin was
> set to
>> off, but it doesnt work.
>
> Remove the patches you made to compose.php and upgrade to HTML_Mail:
>
> 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] Re: squirrelmail-users digest, Vol 1 #1651 - 12 msgs

2003-10-20 Thread adrian
OK , I have looked into this further, it is using aspell instead of ispell, which is 
not in my Linux distro.

rpm here we come .

Adrian

>> Thanks for the advice, I have now replaced the old plugin.  Whats the
> score
>> with the spell check, I used a .htaccess wit Options ExecCGI to allow
>> execution in that directory, and that worked fine. It is executing the
> cgi now
>> but getting internal server error 600.  All paths etc are fine and
>> permissions are set correctly.
>
> Beats me.  600?  Not really sure what that error code is and where it is
> failing.  You might check on the site for the maker of the renderer -
> interactivetools.com
>
>> Does this call the same function as squirrelspell because that is
> fine.
>
> No it doesn't.
>
>



---
This SF.net email sponsored by: Enterprise Linux Forum Conference & Expo
The Event For Linux Datacenter Solutions & Strategies in The Enterprise 
Linux in the Boardroom; in the Front Office; & in the Server Room 
http://www.enterpriselinuxforum.com
--
squirrelmail-users mailing list
List Address: [EMAIL PROTECTED]
List Archives:  http://sourceforge.net/mailarchive/forum.php?forum_id=2995
List Info: https://lists.sourceforge.net/lists/listinfo/squirrelmail-users


[SM-USERS] Unable to send - browser hangs

2004-04-03 Thread adrian
Hi All

SM 1.5, Redhat Linux based SME server 5.6

Has anyone ever had a problem of browser hanging on send when trying to send from 
behind a firewall?

Scenario is intranet server running SM 1.5.0 on adsl with external fixed IP.  Remote 
Windows XP workstation logging in from elsewhere on NoNAT DSL
with firewall router running NAT to local LAN. Everything is fine but when compose.php 
sends it just hangs and then after about a minute refreshes
with an empty compose.php screen.  Tried taking the client the other side of the 
firewall and it is fine.  I have seen this once before when using
GPRS connection on 02.  GPRS on Orange was fine.

I am thinking firewall, DNS ...really not sure.  It can post other things to the same 
server fine through the same gateway.

Any ideas?




---
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click
--
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] Not sending

2004-04-07 Thread adrian
Hi

I have squirrel 1.5.0 and am using a no NAT ADSL connection to a server in our offices.

The server runs a redhat 7.2 distro called SME server.  It has Apache and PHP 4.1.3.

We have been using Squirrel for a couple of years with no problems until a new router 
and DSL at the client side stops me sending.  Posting other
forms seem fine but when I click send in compose.php it hangs for ages then refreshes 
to a blank compse with no message sent at all.

Any ideas.

Adrian Jones


---
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click
--
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] Not sending

2004-04-11 Thread adrian
Hi Jonathan

Tried that, it is set to on already, and it usually works it seems to be just this 
strange router config, but other things post fine, any other
ideas, could it be DNS and NAT with a php variable not finding referrers or something 
like??

Adrian

> Hello Adrian,
> On Wednesday, April 07, 2004, [EMAIL PROTECTED] wrote...
>
>> I have squirrel 1.5.0 and am using a no NAT ADSL connection to a
>> server in our offices.
>
>> The server runs a redhat 7.2 distro called SME server. It has Apache
>> and PHP 4.1.3.
>
>> We have been using Squirrel for a couple of years with no problems
>> until a new router and DSL at the client side stops me sending.
>> Posting other forms seem fine but when I click send in compose.php
>> it hangs for ages then refreshes to a blank compse with no message
>> sent at all.
>
> Check your php.ini file for an option file_uploads, make sure it's set
> to On, restart apache, try again. If this works, I suggest also
> looking on the website under problems by system, and selecting
> redhat... I believe this issue is documented there.
>
> --
> Jonathan Angliss
> ([EMAIL PROTECTED])
>
> Posting Hints: http://article.gmane.org/gmane.mail.squirrelmail.user/16718
>
>



---
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click
--
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] compatibility of language files version

2005-08-23 Thread Adrian Mak
My php is 5.0.4 and the website said user should pull the CVS version
to work on php 5.x.

Is there any problem to install 1.4.5 version language files to cvs version ?


---
SF.Net email is Sponsored by the Better Software Conference & EXPO
September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices
Agile & Plan-Driven Development * Managing Projects & Teams * Testing & QA
Security * Process Improvement & Measurement * http://www.sqe.com/bsce5sf
--
squirrelmail-users mailing list
Posting Guidelines: 
http://squirrelmail.org/wiki/wiki.php?MailingListPostingGuidelines
List Address: squirrelmail-users@lists.sourceforge.net
List Archives: 
http://news.gmane.org/thread.php?group=gmane.mail.squirrelmail.user
List Archives:  http://sourceforge.net/mailarchive/forum.php?forum_id)95
List Info: https://lists.sourceforge.net/lists/listinfo/squirrelmail-users


[SM-USERS] to use bayesspam plugin , any requirements ?

2005-08-31 Thread Adrian Mak
my mail system is postfix + amavisd-new + spamassassin with bayes enabled.
to use the bayesspam plugin, are there any special configuration on
spamassassin ? because I read the README file, the plugin required
adding few tables in the database.


---
SF.Net email is Sponsored by the Better Software Conference & EXPO
September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices
Agile & Plan-Driven Development * Managing Projects & Teams * Testing & QA
Security * Process Improvement & Measurement * http://www.sqe.com/bsce5sf
--
squirrelmail-users mailing list
Posting Guidelines: 
http://squirrelmail.org/wiki/wiki.php?MailingListPostingGuidelines
List Address: squirrelmail-users@lists.sourceforge.net
List Archives: 
http://news.gmane.org/thread.php?group=gmane.mail.squirrelmail.user
List Archives:  http://sourceforge.net/mailarchive/forum.php?forum_id)95
List Info: https://lists.sourceforge.net/lists/listinfo/squirrelmail-users


[SM-USERS] Search in all folders

2002-12-10 Thread Adrian Jones
Hi,
We have SM 1.2.8, PHP4.0.6, Linux Apache on a scorching(not) Cobalt Qube.

1. Rather than just searching in the one folder I would like to search them all 
sometimes as I may
not know where I have copied a mail to or may locate some project info in more than 
one folder.

Can I do this, I can't see it anywhere.

2.  Does anyone know of a facility to send formatted email from SM like HTML or Rich 
text options.
 The word wrap in 1.2.8 is annoying to the recipient as it cuts lines in half.

Adrian Jones
Bluespheres.net
t: 0121 362 1670
f: 0121 362 1674

http://www.bluespheres.net






---
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
--
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] Search in all folders]

2002-12-10 Thread Adrian Jones
Tracey

Thank you for your answers, what about rich text ??

Jonathan, All Folders is present in 1.2.8 ( we havent gone 1.2.10 as we changed the 
interface
and login a bit to suit our intranet, and need to do it properly as a plugin.  We will 
wait for
stable 1.3.x before we do it as it works fine now and the users like it.)

Adrian Jones
Bluespheres.net



Tracy McKibben said:
> Adrian Jones said:
>>
>> 1. Rather than just searching in the one folder I would like to search them all 
>sometimes as
>> I may not know where I have copied a mail to or may locate some project info in 
>more than one
>> folder.
>>
>> Can I do this, I can't see it anywhere.
>
> "All Folders" is the last item in the search dropdown list.
>
>
>> 2.  Does anyone know of a facility to send formatted email from SM like HTML or 
>Rich text
>> options.
>
> HTML email is evil...  ;-)





---
This sf.net email is sponsored by:
With Great Power, Comes Great Responsibility 
Learn to use your power at OSDN's High Performance Computing Channel
http://hpc.devchannel.org/
--
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] Prefs

2002-12-13 Thread Adrian Jones
Hello all

Some of the preferences are changing  SM 1.2.8
Some of the options in Options are changing, in some accounts if you
change options they don't change, the plugin options have disappeared from
the options screen but the plugins still work.

AAARRH

Sorry about that but, help me understand how the prefs are stored for
individual and why the plugins options are not there, and I might sort it
myself.  Is this a chmod issue ??

Also I ran SM 1.3.2 from another directory and it overlayed all its basic
options back to the SM 1.2.8 install.  The problems above were there for
all the users before I ran 1.3.2, but not for me.  Now I am in the same
boat as the rest.

Plugins
  Installed Plugins
1. squirrelspell
2. folder_sizes
3. administrator
4. address_add
5. newmail
6. new_window
7. notify
8. msg_flags
9. notes
10. login_auto

Thanks
Thanks





---
This sf.net email is sponsored by:
With Great Power, Comes Great Responsibility 
Learn to use your power at OSDN's High Performance Computing Channel
http://hpc.devchannel.org/
--
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] Previous Prefs question

2002-12-14 Thread Adrian Jones
>From the last Question re prefs changing themselves, if I change the
options for any user they change for all

Is this normal??

Adrian Jones
Bluespheres.net
t: 0121 362 1670
f: 0121 362 1674

http://www.bluespheres.net




---
This sf.net email is sponsored by:
With Great Power, Comes Great Responsibility 
Learn to use your power at OSDN's High Performance Computing Channel
http://hpc.devchannel.org/
--
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.3.2

2002-12-18 Thread Adrian Jones
Hello List

If I change the display options in 1.3.2 they stay as they are. Both theme
and style, no effect.

Anyone know how to stop this ?
I have searched for prefs and just find my own posts from 2 weeks ago.
Please help.


Adrian Jones
Bluespheres.net
t: 0121 362 1670
f: 0121 362 1674





---
This SF.NET email is sponsored by: Order your Holiday Geek Presents Now!
Green Lasers, Hip Geek T-Shirts, Remote Control Tanks, Caffeinated Soap,
MP3 Players,  XBox Games,  Flying Saucers,  WebCams,  Smart Putty.
T H I N K G E E K . C O M   http://www.thinkgeek.com/sf/
--
squirrelmail-users mailing list
List Address: [EMAIL PROTECTED]
List Archives:  http://sourceforge.net/mailarchive/forum.php?forum_id=2995
List Info: https://lists.sourceforge.net/lists/listinfo/squirrelmail-users



[SM-USERS] RE:1.3.2

2002-12-19 Thread Adrian Jones
Jim

I said >>
> >If I change the display options in 1.3.2 they stay as they are. Both theme
> >and style, no effect.

You said >
>I found with the cvs version I had to put back the register_globals to on
>in the php.ini setup.

>Jim

Thanks for the register_globals advice.  It is on !
data directory owned by httpd:httpd, even chmod 777 to see if it could
create but not mod.

No joy I'm afraid the changes still don't affect.

Adrian Jones
Bluespheres.net
t: 0121 362 1670
f: 0121 362 1674

http://www.bluespheres.net






---
This SF.NET email is sponsored by: Geek Gift Procrastinating?
Get the perfect geek gift now!  Before the Holidays pass you by.
T H I N K G E E K . C O M  http://www.thinkgeek.com/sf/
--
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] to enable register_globals or not, that is the Q...

2003-01-10 Thread Adrian Jones
Can register_globals be set just for that directory or virtual host in
.htaccess or something like that.

I am no expert so sorry if this is rubbish, just a thought.

Adrian



Message: 5
Date: Wed, 8 Jan 2003 09:53:22 -0500
From: Sam Carleton <[EMAIL PROTECTED]>
To:
Subject:
folks,

I am sure this Q has been asked before, but the mailing list
search engine doesn't seem to work for me:(

I am new to SquirrelMail.  Everything is up and running fine.
I am running PHP 4.2.3 on Apache 1.3.27 on a UNIX machine.
The only problem I have is that I am seeing this warning:

Warning: Unknown(): Your script possibly relies on a session
side-effect which existed until PHP 4.2.3. Please be advised
that the session extension does not consider global variables
as a source of data, unless register_globals is enabled. You
can disable this functionality and this warning by setting
session.bug_compat_42 or session.bug_compat_warn to off,
respectively. in Unknown on line 0

When I looked into the whole register_globals issue

; Whether or not to register the EGPCS variables as global
; variables.  You may want to turn this off if you don't want to
; clutter your scripts' global scope with user data.  This makes
; most sense when coupled with track_vars - in which case you
; can access all of the GPC variables through the
; $HTTP_*_VARS[], variables.  You should do your best to write
; your scripts so that they do not require register_globals to
; be on;  Using form variables as globals can easily lead to
; possible security problems, if the code is not very well
; thought of.
register_globals = Off

Being new to PHP, I would prefer NOT to turn this on.  What
should I do?

Sam




---
This SF.NET email is sponsored by:
SourceForge Enterprise Edition + IBM + LinuxWorld = Something 2 See!
http://www.vasoftware.com
--
squirrelmail-users mailing list
List Address: [EMAIL PROTECTED]
List Archives:  http://sourceforge.net/mailarchive/forum.php?forum_id=2995
List Info: https://lists.sourceforge.net/lists/listinfo/squirrelmail-users



[SM-USERS] Logging in as someone else

2003-01-27 Thread Adrian Jones
Hello everyone, hope you are all feeling good today,

I have SM 1.2.10 on Cobalt Qube3 Apache/PHP 4.0.6

If I log in as another user after logging in as myself ( sometimes need to
/ hot desking etc ) the other users setting replace my own.

I know that this is session related, can we stop this happening?

Adrian Jones




---
This SF.NET email is sponsored by:
SourceForge Enterprise Edition + IBM + LinuxWorld = Something 2 See!
http://www.vasoftware.com
--
squirrelmail-users mailing list
List Address: [EMAIL PROTECTED]
List Archives:  http://sourceforge.net/mailarchive/forum.php?forum_id=2995
List Info: https://lists.sourceforge.net/lists/listinfo/squirrelmail-users



[SM-USERS] msg_flags plugin

2003-01-29 Thread Adrian Jones
Hello

I have installed the msg_flags plugin and I think it is a great bridge for
ex users of Microsoft Outlook/Express products to migrate to SM.

I would like to propose it for the core 1.4 release.

Any other comments/views.

Adrian Jones
> Send squirrelmail-users mailing list submissions to
>   [EMAIL PROTECTED]
>
> To subscribe or unsubscribe via the World Wide Web, visit
>   https://lists.sourceforge.net/lists/listinfo/squirrelmail-users
> or, via email, send a message with subject or body 'help' to
>   [EMAIL PROTECTED]
>
> You can reach the person managing the list at
>   [EMAIL PROTECTED]
>
> When replying, please edit your Subject line so it is more specific than
> "Re: Contents of squirrelmail-users digest..."
>
>
> Today's Topics:
>
>1. RE: Fatal error: Cannot redeclare check_php_version()
> ([EMAIL PROTECTED]) 2. Cookies ! (amayas mostefaoui)
>3. Re: Fatal error: Cannot redeclare check_php_version() (Jonathan
> Angliss) 4. Re: Cookies ! (Jonathan Angliss)
>5. Re: Fatal error: Cannot redeclare check_php_version()
> ([EMAIL PROTECTED]) 6. How to limit number of recipients?
> ([EMAIL PROTECTED]) 7. log files (Jason Corekin)
>8. Re: log files (Keith Mastin)
>9. Re: Fatal error: Cannot redeclare check_php_version() (Jonathan
> Angliss)
>   10. Re: log files (Jason Corekin)
>   11. Re: Unsafe Images (deurk)
>   12. Re: log files (Keith Mastin)
>   13. RE: Fatal error: Cannot redeclare check_php_version() (p dont
> think)
>
> --__--__--
>
> Message: 1
> From: [EMAIL PROTECTED]
> To: [EMAIL PROTECTED]
> Date: Tue, 28 Jan 2003 20:02:42 -0800
> Subject: RE: [SM-USERS] Fatal error: Cannot redeclare
> check_php_version()
>
> On 28 Jan 2003 at 17:45, p dont think pdontthink-at-angrynerds.com
> wrote:
>
>> (please remember to reply to the SM-USERS list)
>
> Oops :-}
>
>>
>> Can you try moving the other versions of global.php out of the SM tree
>> just in case?  What did you change in the version of global you are
>> currently using?  I suspect that the code might not specifically be
>> calling functions in one of the other versions, but that there might
>> be an include buried somewhere that still is trying to pull in
>> src/global.php or something like that.  Ideally, you shouldn't need to
>> change global.php yourself...
>
> Hmm ... vey interesting.  As soon as I removed src/global.php I got
> the  error:
>
> Fatal error: Failed opening required '../src/global.php'
> (include_path='.:/usr/share/pear') in
> /usr/share/squirrelmail/src/validate.php  on line 25
>
> with either weather or notes.
>
> kara
>
>>
>>   - paul
>>
>>
>> > > You can also run the grep command I gave you from the main SM
>> directory.
>> > > You should get exactly one result; if you get two, that is why you
>> have
>> > > a problem.
>> >
>> > Here is what I ran from the squirrelmail directory:
>> > grep -R "function check_php_version" *
>> >
>> > And here are the results:
>> >
>> > functions/global.php:  function check_php_version ($a =
>> > '0', $b = '0', $c = '0')
>> > functions/global.php.~1.22.~:  function check_php_version ($a = '0',
>> $b
>> =
>> > '0', $c = '0')
>> > functions/global.php.edited:   function check_php_version ($a = 0, $b
>> =
>> 0,
>> > $c = 0)
>> > src/global.php:function
>> check_php_version ($a =
>> > '0', $b = '0', $c = '0')
>> >
>> > *   src/global.php is from a previous version of SM and is not
>> referenced in
>> > any of
>> > the errors.
>> > *   functions/global.php.~1.22~ and global.php.edited are also not
>> referenced,
>> > and
>> > are saved versions of the file
>> >
>> > So, the only result in global.php is on line 70, and is where I get
>> the "cannot
>> > redeclare" error after adding the absolute path to line 15.
>> >
>> > kara
>> >
>> > >
>
>
>
>
>
> --__--__--
>
> Message: 2
> Date: Tue, 28 Jan 2003 20:43:39 -0800 (PST)
> From: amayas mostefaoui <[EMAIL PROTECTED]>
> To: [EMAIL PROTECTED]
> Subject: [SM-USERS] Cookies !
>
>
>  Dear SM users !
>
> I am very new here,
> please can  someone tell me how i can enabel the
> cookies (i have to do this to make SM working ...)
>

[SM-USERS] No Frames

2003-02-04 Thread Adrian Jones
Hi there

I have an Orange SPV smartphone, and it won't do frames.

Has anyone seen a decent no frames approach to SM ?

Adrian Jones






---
This SF.NET email is sponsored by:
SourceForge Enterprise Edition + IBM + LinuxWorld = Something 2 See!
http://www.vasoftware.com
--
squirrelmail-users mailing list
List Address: [EMAIL PROTECTED]
List Archives:  http://sourceforge.net/mailarchive/forum.php?forum_id=2995
List Info: https://lists.sourceforge.net/lists/listinfo/squirrelmail-users



[SM-USERS] Moving mailboxes

2003-02-05 Thread Adrian Jones
Hello everyone

I am finally decommisioning the Cobalt Qube. :)

The Qube uses UW Imap.

How will we move the messages from the users mailboxes to the new server?

The new server uses UW as well. It is a Mitel SME 5.6 OS based on Linux 2.4.

Adrian Jones





---
This SF.NET email is sponsored by:
SourceForge Enterprise Edition + IBM + LinuxWorld = Something 2 See!
http://www.vasoftware.com
--
squirrelmail-users mailing list
List Address: [EMAIL PROTECTED]
List Archives:  http://sourceforge.net/mailarchive/forum.php?forum_id=2995
List Info: https://lists.sourceforge.net/lists/listinfo/squirrelmail-users



[SM-USERS] Moving to another server

2003-02-05 Thread Adrian Jones
Hello everyone

I am finally decommisioning the Cobalt Qube. :)

The Qube uses UW Imap.

How will we move the messages from the users mailboxes to the new server?

The new server uses UW as well. It is a Mitel SME 5.6 OS based on Linux 2.4.

Adrian Jones


> Send squirrelmail-users mailing list submissions to
>   [EMAIL PROTECTED]
>
> To subscribe or unsubscribe via the World Wide Web, visit
>   https://lists.sourceforge.net/lists/listinfo/squirrelmail-users
> or, via email, send a message with subject or body 'help' to
>   [EMAIL PROTECTED]
>
> You can reach the person managing the list at
>   [EMAIL PROTECTED]
>
> When replying, please edit your Subject line so it is more specific than
> "Re: Contents of squirrelmail-users digest..."
>
>
> Today's Topics:
>
>1. RE: pretty look??? (p dont think)
>2. RE: Removing original themes (p dont think)
>3. RE: Converting from file address books to mysql database
>address books (Michael Blandford)
>4. archive question ([EMAIL PROTECTED])
>5. Re: archive question (Jonathan Angliss)
>6. Re: pretty look??? (Pacho Baratta)
>7. No Frames (Adrian Jones)
>8. mail to all (Arun)
>9. FRUSTRATED (dbach)
>   10. Re: FRUSTRATED (Chris Hilts)
>   11. Re: SM and mailman (Chris Hilts)
>   12. RE: SM won't let me send messages (Leonard, Phil)
>
> --__--__--
>
> Message: 1
> From: "p dont think" <[EMAIL PROTECTED]>
> To: "'Pacho Baratta'" <[EMAIL PROTECTED]>,
>   <[EMAIL PROTECTED]>
> Subject: RE: [SM-USERS] pretty look???
> Date: Mon, 3 Feb 2003 17:56:14 -0800
>
> Sorry to hear you think it's ugly.  ;>
>
> In currently available versions, there are a number of color themes for
> you to choose from (Options-->Display Settings) and a good plugin to get
> is the Message Flags & Icons plugin:
>
> http://www.squirrelmail.org/plugin_view.php?id=91
>
> I've seen a few people customize bits and pieces of their own SM
> installations, but nothing has been standardized yet, except...  one of
> the next big development objectives for SM is to create a templating
> system that will allow you to customize the look and feel to your
> heart's content.  Stay tuned, and read the SM wiki for more info:
>
> http://www.squirrelmail.org/wiki/SquirrelMail
>
> Cheers,
>
>   paul
>
>> -Original Message-
>> From: [EMAIL PROTECTED]
>> [mailto:[EMAIL PROTECTED]] On Behalf Of
> Pacho
>> Baratta
>> Sent: Monday, February 03, 2003 12:01 PM
>> To: [EMAIL PROTECTED]
>> Subject: [SM-USERS] pretty look???
>>
>> well i'm checking out SM these days. i did install easily and it seems
>> working so fine.
>> just a question.
>> did you know about some nice customization, with images and graphics
> or
>> should i do it by myself?
>> by default SM is really ugly, isn't it?
>>
>> tnx anybody, pacho
>>
>>
>>
>>
>> ---
>> This SF.NET email is sponsored by:
>> SourceForge Enterprise Edition + IBM + LinuxWorld = Something 2 See!
>> http://www.vasoftware.com
>> --
>> squirrelmail-users mailing list
>> List Address: [EMAIL PROTECTED]
>> List Archives:
> http://sourceforge.net/mailarchive/forum.php?forum_id=2995
>> List Info:
> https://lists.sourceforge.net/lists/listinfo/squirrelmail-users
>
>
>
> --__--__--
>
> Message: 2
> From: "p dont think" <[EMAIL PROTECTED]>
> To: "'Kevin Reed'" <[EMAIL PROTECTED]>,
>   <[EMAIL PROTECTED]>
> Subject: RE: [SM-USERS] Removing original themes
> Date: Mon, 3 Feb 2003 18:17:26 -0800
>
> I'm not familiar enough with the admin plugin to tell you how it is
> reconstructing that information, but it sounds like it might be getting
> it out of a prefs file or somewhere in the config.php file.  What may or
> may not be easier to fix is to just remove the theme selection box on
> the display options page so users don't have any way to change themes.
> If you want, I can send you a modified version of the relevant file
> (what version are you running?)
>
>   - paul
>
>
>> -Original Message-
>> From: [EMAIL PROTECTED]
>> [mailto:[EMAIL PROTECTED]] On Behalf Of
> Kevin
>> Reed
>> Sent: Monday, February 03, 2003 12:22 PM
>> To: [EMAIL PROTECTED]
>> Subject: [SM-USERS] Removing original themes
>>
>> I see how you can add themes to the system, but removing them seems to
>> require a change somewhere I can't find

[SM-USERS] Moving to another server

2003-02-05 Thread Adrian Jones
Hello everyone

I am finally decommisioning the Cobalt Qube. :)

The Qube uses UW Imap.

How will we move the messages from the users mailboxes to the new server?

The new server uses UW as well. It is a Mitel SME 5.6 OS based on Linux 2.4.

Adrian Jones


> Send squirrelmail-users mailing list submissions to
>   [EMAIL PROTECTED]
>
> To subscribe or unsubscribe via the World Wide Web, visit
>   https://lists.sourceforge.net/lists/listinfo/squirrelmail-users
> or, via email, send a message with subject or body 'help' to
>   [EMAIL PROTECTED]
>
> You can reach the person managing the list at
>   [EMAIL PROTECTED]
>
> When replying, please edit your Subject line so it is more specific than
> "Re: Contents of squirrelmail-users digest..."
>
>
> Today's Topics:
>
>1. RE: pretty look??? (p dont think)
>2. RE: Removing original themes (p dont think)
>3. RE: Converting from file address books to mysql database
>address books (Michael Blandford)
>4. archive question ([EMAIL PROTECTED])
>5. Re: archive question (Jonathan Angliss)
>6. Re: pretty look??? (Pacho Baratta)
>7. No Frames (Adrian Jones)
>8. mail to all (Arun)
>9. FRUSTRATED (dbach)
>   10. Re: FRUSTRATED (Chris Hilts)
>   11. Re: SM and mailman (Chris Hilts)
>   12. RE: SM won't let me send messages (Leonard, Phil)
>
> --__--__--
>
> Message: 1
> From: "p dont think" <[EMAIL PROTECTED]>
> To: "'Pacho Baratta'" <[EMAIL PROTECTED]>,
>   <[EMAIL PROTECTED]>
> Subject: RE: [SM-USERS] pretty look???
> Date: Mon, 3 Feb 2003 17:56:14 -0800
>
> Sorry to hear you think it's ugly.  ;>
>
> In currently available versions, there are a number of color themes for
> you to choose from (Options-->Display Settings) and a good plugin to get
> is the Message Flags & Icons plugin:
>
> http://www.squirrelmail.org/plugin_view.php?id=91
>
> I've seen a few people customize bits and pieces of their own SM
> installations, but nothing has been standardized yet, except...  one of
> the next big development objectives for SM is to create a templating
> system that will allow you to customize the look and feel to your
> heart's content.  Stay tuned, and read the SM wiki for more info:
>
> http://www.squirrelmail.org/wiki/SquirrelMail
>
> Cheers,
>
>   paul
>
>> -Original Message-
>> From: [EMAIL PROTECTED]
>> [mailto:[EMAIL PROTECTED]] On Behalf Of
> Pacho
>> Baratta
>> Sent: Monday, February 03, 2003 12:01 PM
>> To: [EMAIL PROTECTED]
>> Subject: [SM-USERS] pretty look???
>>
>> well i'm checking out SM these days. i did install easily and it seems
>> working so fine.
>> just a question.
>> did you know about some nice customization, with images and graphics
> or
>> should i do it by myself?
>> by default SM is really ugly, isn't it?
>>
>> tnx anybody, pacho
>>
>>
>>
>>
>> ---
>> This SF.NET email is sponsored by:
>> SourceForge Enterprise Edition + IBM + LinuxWorld = Something 2 See!
>> http://www.vasoftware.com
>> --
>> squirrelmail-users mailing list
>> List Address: [EMAIL PROTECTED]
>> List Archives:
> http://sourceforge.net/mailarchive/forum.php?forum_id=2995
>> List Info:
> https://lists.sourceforge.net/lists/listinfo/squirrelmail-users
>
>
>
> --__--__--
>
> Message: 2
> From: "p dont think" <[EMAIL PROTECTED]>
> To: "'Kevin Reed'" <[EMAIL PROTECTED]>,
>   <[EMAIL PROTECTED]>
> Subject: RE: [SM-USERS] Removing original themes
> Date: Mon, 3 Feb 2003 18:17:26 -0800
>
> I'm not familiar enough with the admin plugin to tell you how it is
> reconstructing that information, but it sounds like it might be getting
> it out of a prefs file or somewhere in the config.php file.  What may or
> may not be easier to fix is to just remove the theme selection box on
> the display options page so users don't have any way to change themes.
> If you want, I can send you a modified version of the relevant file
> (what version are you running?)
>
>   - paul
>
>
>> -Original Message-
>> From: [EMAIL PROTECTED]
>> [mailto:[EMAIL PROTECTED]] On Behalf Of
> Kevin
>> Reed
>> Sent: Monday, February 03, 2003 12:22 PM
>> To: [EMAIL PROTECTED]
>> Subject: [SM-USERS] Removing original themes
>>
>> I see how you can add themes to the system, but removing them seems to
>> require a change somewhere I can't find

[SM-USERS] Oops

2003-02-05 Thread Adrian Jones
Sorry for pasting the entire previous journal,

What I meant to say was, how do i migrate to another server keeping
mailboxes from the old.

The old seems different in structure, it had file system folders which
contained the mail sub folders and text files for the mail folders
themselves.

The new one creates a folder which contains three folders called /cur,
/new and /tmp, and subfolders can be added to this in the same structure.

Adrian Jones




---
This SF.NET email is sponsored by:
SourceForge Enterprise Edition + IBM + LinuxWorld = Something 2 See!
http://www.vasoftware.com
--
squirrelmail-users mailing list
List Address: [EMAIL PROTECTED]
List Archives:  http://sourceforge.net/mailarchive/forum.php?forum_id=2995
List Info: https://lists.sourceforge.net/lists/listinfo/squirrelmail-users



[SM-USERS] Something we know about PDA and Windows CE .... and stuff we don't

2003-02-13 Thread Adrian Jones
HI

We are trying to get Squirrelmail working with a Windows CE based smartphone.

THINGS WE KNOW
-
It reads web pages with a primitive form of IE Browser which reports to
apache as v3.02.  The smartphone is a brand new SPV from Orange UK.

The issue is frames so we have added this to the top of webmail.php :-

if(strstr($HTTP_USER_AGENT,"Windows CE") ||
strstr($HTTP_USER_AGENT,"240x320"))
header("Location: right_main.php");

It works fine and we can now see our inbox on the phone.  We also added
the jump_to_folder plugin which produces a pulldown list of folders on the
right_main page ideal for the no frames navigation.  That appears and
lists folders OK but doesn't work.  Javascript we think so we gonna mod
that ourselves and will post the changes.

THINGS WE DON'T KNOW
-
How to do it properlycan it be done as a plugin?
(This addition to webmail.php should be a plugin in case we want to use it
again in a later version without modding core files.)

How to get back to the inbox from the compose page.



Adrian Jones
Bluespheres.net
t: 0121 362 1670
f: 0121 362 1674

http://www.bluespheres.net






---
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
--
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] Thread sorting

2003-02-17 Thread Adrian Jones
I have this message, I have seen it before and got rid of it but can't
remember how - sorry.

Thread sorting is not supported by your IMAP server
or there may be a problem with your configuration.
Please report this to the system administrator.


Any clues

Adrian Jones
Bluespheres.net





---
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
--
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] Bug Report

2003-12-06 Thread Adrian Gurbina
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 ...
  ... view a particular message
  ... use a specific plugin/function
  .x. try to do/view/use 



The description of the bug: i try to reply to some1 and the his email addr
is not present in TO field. That's all if that is dont work there is no
need for reply button anymore


I can reproduce the bug by:


(Optional) I got bored and found the bug occurs in:


(Optional) I got really bored and here's a fix:


--

My browser information:
  Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1)
  get_browser() information (List)
    * Nothing listed

My web server information:
  PHP Version 4.3.3
  PHP Extensions (List)
    * 0 = xml
    * 1 = tokenizer
    * 2 = standard
    * 3 = session
    * 4 = posix
    * 5 = pgsql
    * 6 = pcre
    * 7 = overload
    * 8 = mysql
    * 9 = ftp
    * 10 = ctype
    * 11 = bcmath
    * 12 = apache2handler

SquirrelMail-specific information:
  Version:  1.4.2
  Plugins (List)
    * 0 = administrator
    * 1 = info
    * 2 = sent_subfolders
    * 3 = message_details
    * 4 = filters
    * 5 = bug_report
    * 6 = spamcop
    * 7 = calendar
    * 8 = squirrelspell
    * 9 = mail_fetch
    * 10 = newmail
    * 11 = todo
    * 12 = yelp
    * 13 = change_passwd
    * 14 = compatibility
    * 15 = abook_take
    * 16 = browser_info
    * 17 = folder_sizes
    * 18 = msg_flags
    * 19 = left_css
    * 20 = jsclock
    * 21 = online_users
    * 22 = login_image
    * 23 = show_user_and_ip
    * 24 = username
    * 25 = twc_weather
    * 26 = htmlarea
    * 27 = emoticons

My IMAP server information:
  Server type:  other
  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: IBM Linux Tutorials.
Become an expert in LINUX or just sharpen your skills.  Sign up for IBM's
Free Linux Tutorials.  Learn everything from the bash shell to sys admin.
Click now! http://ads.osdn.com/?ad_id=1278&alloc_id=3371&op=click
--
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] I must be stupid ( familiar login issue solved ??? )

2002-11-11 Thread Adrian Jones
I think I must be daft,

I have 1.3.2 and 1.2.8 on a cobalt Qube 3.  The IMAP update for folders ( nested 2 
deep ) is very
slow in 1.2.8 but is instant in Outlook, so reading the lists I thought 1.3.2 might do 
the trick
to speed it up.  It needs to be done on my install because it's killing the server as 
well.

1.3.2 on the same machine with all plugins off and the same user/pass gives me the 
familiar 'must
be logged in...'

I can see that their is a solution and can see the code in Jonathan Angliss and Roland 
Fritz We
have a winner conversation.  In 1.3.2 the global.php is not in src/ but in functions/ 
and the line
numbers do not match the code.

Is 1.3.2 different in the changes from 1.2.x or have I lost the plot.  Either way is 
there a 1.3.x
version anywhere with  the changes already in so I can just delete, re-install and 
start again.

Adrian Jones







---
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
--
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

2002-11-21 Thread Adrian Jones
Hello again

We have now decided to implement a separate login for other parts of our intranet.

Config is SM 1.2.8 Redhat based OS ( Cobalt Qube ) Apache PHP 4.0.6 etc

We have the notify plugin on the homepage and a separaet icon for SM itself, the icon 
passes the
username and password from our intranet login straight to redirect.php so the login 
page is not
required once logged into our screens.

The question comes before you have logged in to SM because the notify screen won't 
work.

We want to know how the $key is generated so we can start the SM session from our 
login without
redirect.php opening SM.


If this makes no sense blame our programmer Jason, otherwise some help would be great.

Adrian Jones






---
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
--
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)

2002-12-02 Thread Adrian Jones
>Greg Scheidler Said

>I need to know if anyone can help me determine what flavor of IMAP server a
>Cobalt RaQ4i is running.

>All I can get out is: IMAP4rev1 v12.264 server.
>Looking to determine if it is UW, Cyrus, or ??? IMAP server
>Also looking for anyone with the proper setup folder options etc to get it
>up and running.

>Greg

Hi Greg

I am not sure about the RAQ, but the Qube gives a similar message and that is UW. 
There is a
Version from UW v12.264 so it seems unlikely to be anything else.

UW comes from the University of Washington at http://www.washington.edu/imap/  ( check 
the
security of this version ).

Adrian Jones






---
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
--
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 Login Slow

2002-12-04 Thread Adrian Jones
Hoover

I had the same ( slow login problem ) on a Cobalt Qube with SM 1.2.8.  It is the 
folder refresh
page which is slowest, I think a way of caching it would be good like in Outlook.  
However that is
not there yet so I tried some other stuff.

It uses UW IMAP, and mine was set to CYRUS in conf.pl, this change seemed to speed up 
(a bit).
Check your version.

I then deleted spurious files from my home directory, it seems that the IMAP server 
scans through
the home directory in order to decide what is a mail folder and what is something 
else.  This made
a lot of difference.

Jonathan Angliss said something about setting the root mail directory in conf.pl, but 
this was
already set so I don't know if that would also help, he may clarify this for you.

Finally I installed 1.3.2 which worked after a php version patch from Roland Fritz ( 
Qube runs php
4.0.6 - change it if you want Cobalt's management scripts to die ) to see if that had 
faster
listing of folders, but it was the same ;).

Bring on the caching of directories ( text file ?, .prefs ? ).


Adrian Jones





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



[SM-USERS] Squirrelmail Login Slow

2002-12-04 Thread Adrian Jones
Hoover

I had the same ( slow login problem ) on a Cobalt Qube with SM 1.2.8.  It is the 
folder refresh
page which is slowest, I think a way of caching it would be good like in Outlook.  
However that is
not there yet so I tried some other stuff.

It uses UW IMAP, and mine was set to CYRUS in conf.pl, this change seemed to speed up 
(a bit).
Check your version.

I then deleted spurious files from my home directory, it seems that the IMAP server 
scans through
the home directory in order to decide what is a mail folder and what is something 
else.  This made
a lot of difference.

Jonathan Angliss said something about setting the root mail directory in conf.pl, but 
this was
already set so I don't know if that would also help, he may clarify this for you.

Finally I installed 1.3.2 which worked after a php version patch from Roland Fritz ( 
Qube runs php
4.0.6 - change it if you want Cobalt's management scripts to die ) to see if that had 
faster
listing of folders, but it was the same ;).

Bring on the caching of directories ( text file ?, .prefs ? ).


Adrian Jones





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



[SM-USERS] Squirrelmail Login Slow

2002-12-04 Thread Adrian Jones
Hoover

I had the same ( slow login problem ) on a Cobalt Qube with SM 1.2.8.  It is the 
folder refresh
page which is slowest, I think a way of caching it would be good like in Outlook.  
However that is
not there yet so I tried some other stuff.

It uses UW IMAP, and mine was set to CYRUS in conf.pl, this change seemed to speed up 
(a bit).
Check your version.

I then deleted spurious files from my home directory, it seems that the IMAP server 
scans through
the home directory in order to decide what is a mail folder and what is something 
else.  This made
a lot of difference.

Jonathan Angliss said something about setting the root mail directory in conf.pl, but 
this was
already set so I don't know if that would also help, he may clarify this for you.

Finally I installed 1.3.2 which worked after a php version patch from Roland Fritz ( 
Qube runs php
4.0.6 - change it if you want Cobalt's management scripts to die ) to see if that had 
faster
listing of folders, but it was the same ;).

Bring on the caching of directories ( text file ?, .prefs ? ).


Adrian Jones





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



[SM-USERS] RE: Squirrelmail Login Slow (Adrian Jones)

2002-12-04 Thread Adrian Jones
Sometimes if stupid users click the send link three times instead of waiting for the 
window to
refresh they post the same message three times  !!! (sorry)

Chris Hilts comment about mail directory :-

The Qube is set to have mail in home/users//mail, and the conf.pl is set as mail 
as the path,
but it still speeds up if you delete spurious files from the home directory.

Don't know why.


Adrian Jones







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



[SM-USERS] LDAP driving me mad

2002-12-04 Thread Adrian Jones
Hi

I have added our LDAP server to the config
Qube, PHP 4.0.6 god knows what slapd

Port as default
Dn settings ou=sbnet, o=sbnet,c=uk

Can't see it at all.  Just lists the text file abook.  Not even a reference anywhere 
other than
config.pl

Any ideas what this means please..


Adrian Jones
Bluespheres.net
t: 0121 362 1670
f: 0121 362 1674

http://www.bluespheres.net



Adrian Jones
Bluespheres.net
t: 0121 362 1670
f: 0121 362 1674

http://www.bluespheres.net




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



[SM-USERS] Unknown response from IMAP server:1.Array0

2005-06-03 Thread Adrian Keeling-Look

Hi Everyone,

I've having problems with SquirrelMail and Courier-IMAP.
And wonder if anyone has had a similar experience, or could help?

In fact, I'm having the same problems as reported by another user 
(Artem) on the SquirrelMail web site here:


http://www.squirrelmail.org/wiki/en_US/SquirrelMailAndCourierIMap

After logging onto Squirrel with a valid username/password, the main 
window shows the following error:


"Unknown response from IMAP server:1.Array0"

And displays no messages and an empty drop down folder lists.

The apache error log shows:

PHP Notice:  Array to string conversion in 
/usr/share/squirrelmail/functions/imap_messages.php on line 516, 
referer: https://MYDOMAIN/src/left_main.php
PHP Notice:  Undefined index:  flags in 
/usr/share/squirrelmail/functions/imap_mailbox.php on line 485, referer: 
https://MYDOMAIN/src/left_main.php
PHP Warning:  in_array(): Wrong datatype for second argument in 
/usr/share/squirrelmail/functions/imap_mailbox.php on line 485, referer: 
https://MYDOMAIN/src/left_main.php
PHP Notice:  Undefined index:  unformatted in 
/usr/share/squirrelmail/functions/imap_mailbox.php on line 486, referer: 
https://MYDOMAIN/src/left_main.php
PHP Notice:  Undefined index:  unformatted-disp in 
/usr/share/squirrelmail/functions/imap_mailbox.php on line 507, referer: 
https://MYDOMAIN/src/left_main.php
PHP Warning:  Illegal offset type in 
/usr/share/squirrelmail/functions/mailbox_display.php on line 815, 
referer: https://MYDOMAIN/src/left_main.php
PHP Warning:  Illegal offset type in 
/usr/share/squirrelmail/functions/mailbox_display.php on line 815, 
referer: https://MYDOMAIN/src/left_main.php
PHP Warning:  Illegal offset type in 
/usr/share/squirrelmail/functions/mailbox_display.php on line 815, 
referer: https://MYDOMAIN/src/left_main.php
PHP Warning:  Illegal offset type in 
/usr/share/squirrelmail/functions/mailbox_display.php on line 815, 
referer: https://MYDOMAIN/src/left_main.php
PHP Warning:  Illegal offset type in 
/usr/share/squirrelmail/functions/mailbox_display.php on line 815, 
referer: https://MYDOMAIN/src/left_main.php
PHP Notice:  Undefined index:  FROM in 
/usr/share/squirrelmail/functions/mailbox_display.php on line 82, 
referer: https://MYDOMAIN/src/left_main.php
PHP Warning:  htmlspecialchars() expects parameter 1 to be string, array 
given in /usr/share/squirrelmail/functions/mailbox_display.php on line 
99, referer: https://MYDOMAIN/src/left_main.php
PHP Notice:  Undefined index:  SUBJECT in 
/usr/share/squirrelmail/functions/mailbox_display.php on line 186, 
referer: https://MYDOMAIN/src/left_main.php

[snip]

My squirrel config is:

$domain = '';
$imapServerAddress  = 'localhost';
$imapPort   = 143;
$useSendmail= true;
$smtpServerAddress  = 'localhost';
$smtpPort   = 25;
$sendmail_path  = '/usr/sbin/sendmail';
$pop_before_smtp= false;
$imap_server_type   = 'courier';
$invert_time= false;
$optional_delimiter = '.';

$default_folder_prefix  = 'INBOX';
$trash_folder   = 'Trash';
$sent_folder= 'Sent';
$draft_folder   = 'Drafts';
$default_move_to_trash  = true;
$default_move_to_sent   = true;
$default_save_as_draft  = true;
$show_prefix_option = false;
$list_special_folders_first = true;
$use_special_folder_color   = true;
$auto_expunge   = true;
$default_sub_of_inbox   = false;
$show_contain_subfolders_option = false;
$default_unseen_notify  = 2;
$default_unseen_type= 1;
$auto_create_special= false;
$delete_folder  = true;
$noselect_fix_enable= false;
[snip]

(I have tried several combinations of delimiter and prefix)

I have checked that the IMAP server is working using telnet.

I have searched the Squirrelmail website and the mailing lists, and have 
found no answers. Although, on similar case was solved by switching off 
the a php accelerator. I tried this (I was using mmcache) but it made no 
difference.


My system is Fedora Core 2 with Plesk 7.5 reloaded.

I've been using RPMS from atomic rocket turtle, which are supposed to be 
plesk friendly - www.http://www.atomicrocketturtle.com.


squirrelmail1.4.4-4.rhfc2.art
httpd   2.0.51-2.9
courier-imap3.0.8-fc2.build75041208.20
psa-qmail   1.03-fc2.build75041208.20

And my problems are with the RPMS fresh out of the box - no plugins, 
mods, etc.


I have set-up squirrel on Mandrake 9.1 before without any problems, so I 
am not a complete newbie. None-the-less, this one has me stumped.


So, any help/thoughts would be greatly appreciated!

Thanks,
--
Adrian Keeling-Look


---
This SF.Net email is sponsored by Yahoo.
Introducin

[SM-USERS] Plugin for Vacation Message

2005-12-20 Thread Adrian Y Wihartono



Dear All,
 
I want to ask about installation Vacation Message 
in squirrelmail, I already installed plugin but error message : "Fatal error: 
Call to undefined function: ftp_connect() in 
/usr/local/apache/htdocs/mail/plugins/vacation_local/vac_init.php on line 
443"
 
Any one can help me ?
 
Thank you
 
Regards
Adrian
 


Re: [SM-USERS] Plugin for Vacation Message

2005-12-20 Thread Adrian Y Wihartono

Dear Simon,

Sorry i'm forget to explain Vacation Message Version, I'm use 
squirrelmail-1.4.4 and Vacation Message Version 2.0-1.4


Please advise ..

Thanks

Regards
Adrian
- Original Message - 
From: "simon dcunha" <[EMAIL PROTECTED]>
To: "there is a primary verify the the same" 


Sent: Tuesday, December 20, 2005 6:59 AM
Subject: Re: [SM-USERS] Plugin for Vacation Message




heloo,

Can u tell exactly which vacation pluggin you using.. the version n the
exact pluggin name


regards

simon



Dear All,

I want to ask about installation Vacation Message in squirrelmail, I
already installed plugin but error message : "Fatal error: Call to
undefined function: ftp_connect() in
/usr/local/apache/htdocs/mail/plugins/vacation_local/vac_init.php on line
443"

Any one can help me ?

Thank you

Regards
Adrian




--
Simon D'cunha ( NETWORK ADMIN )
KUWAIT MUNICIPLAITY



---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log 
files

for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click
--
squirrelmail-users mailing list
Posting Guidelines: 
http://www.squirrelmail.org/wiki/MailingListPostingGuidelines

List Address: squirrelmail-users@lists.sourceforge.net
List Archives: 
http://news.gmane.org/thread.php?group=gmane.mail.squirrelmail.user

List Archives:  http://sourceforge.net/mailarchive/forum.php?forum_id=2995
List Info: https://lists.sourceforge.net/lists/listinfo/squirrelmail-users 




---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click
--
squirrelmail-users mailing list
Posting Guidelines: 
http://www.squirrelmail.org/wiki/MailingListPostingGuidelines
List Address: squirrelmail-users@lists.sourceforge.net
List Archives: 
http://news.gmane.org/thread.php?group=gmane.mail.squirrelmail.user
List Archives:  http://sourceforge.net/mailarchive/forum.php?forum_id=2995
List Info: https://lists.sourceforge.net/lists/listinfo/squirrelmail-users