Re: [SM-USERS] unsubscribe me

2003-02-22 Thread Lan Huang
Dear Sir, Please unsubscribe me from this network. Thanks. Lan __ Do you Yahoo!? Yahoo! Tax Center - forms, calculators, tips, more http://taxes.yahoo.com/ --- This SF.net email is sponsored by

Re: [SM-USERS] info

2003-02-22 Thread Jonathan Angliss
> Does someone know how to direct squirrelmail not to read [EMAIL PROTECTED] > but read something like [EMAIL PROTECTED], [EMAIL PROTECTED] etc, this > issue of [EMAIL PROTECTED] has drained my brain, i don't know where to edit > or put the right lines. How do you mean 'read'? It's only reading w

Re: [SM-USERS] Prblem when adding an attachment.

2003-02-22 Thread Jonathan Angliss
> I installed SM 1.2.8 on RedHat 8.0, 512MB RAM, Netscape 7.01. Another > machine running RedHat 7.3 i have my firewall (iptables), DNS, DHCP, > and Squid (2.4.STABLE6-6.7.3), 128MB RAM. > > First i modified php.ini: > memory_limit = 40M > post_max_size = 10M > upload_max_filesize = 20M > > The fo

Re: [SM-USERS] Personal Preferences

2003-02-22 Thread Jonathan Angliss
> I just installed SquirrelMail. Besides finding that I have to change a > bunch of header("Location strings to comply with HTML/1.1 (it wouldn't > work otherwise), SquirrelMail should comply with HTML 4 standards, although it probably breaks in a few places. > I found that I have to refresh fro

Re: [SM-USERS] block_senders plugin

2003-02-22 Thread Jonathan Angliss
> > #The following are used to test the block_senders SM plugin: > > VERBOSE=on Just as a note... I believe that is supposed to be VERBOSE=yes > > LOGFILE=/var/log/procmaillog As a second note... doesn't that file have to be writeable by the user that procmail is running for? For example, if i

Re: [SM-USERS] block_senders plugin

2003-02-22 Thread Derek Battams
Keith Mastin said: >>Hi, Keith: > >>Are you using the MySQL support? Are you using virtual accounts? Can >> you please turn on verbose logging in procmail, send yourself a message >> that should be blocked then send me the log output? >> >>Thanks, >> >>Derek > > And so the fun begins: > My procm

[SM-USERS] page cannot be found : |

2003-02-22 Thread * Jennifer *
Hi, I havent been able to access my email for nearly 2 days :( At first, the login page was OK, but instead of being redirected to inbox, it was a page cannot be found. Now the login page is showing an error, and trying to login still gives me the page cannot be found. Any idea what the problem ma

RE: [SM-USERS] encryption with quicksave

2003-02-22 Thread p dont think
Just finished a new version with user-configurable encryption. Note that encryption more than doubles the size of a message and pushes the (RFC-imposed) limits of cookie sizing rather quickly... you don't get much more than a few hundred characters back upon recovery. :-( Not much that can be do

RE: [SM-USERS] quicksave-1.2.1 problem

2003-02-22 Thread p dont think
Just finished a new version (still 1.2.1 though). See CHANGELOG for changes... Let me know if you have any problems with it. Thanks, paul > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of > Concordio M. Pajayat, Jr. > Sent: Wednesday, February

RE: [SM-USERS] quicksave + IE5.0 + sm1.2.10

2003-02-22 Thread p dont think
Well I just did a ton of work to the plugin. I've attached the new version (see CHANGELOG for new features). What's interesting is that I was finally able to reproduce the behavior you're seeing. It appears to be related to IE sending cookie information back to the server that php chokes on. Th

RE: [SM-USERS] Second post: Folder Size Plugin

2003-02-22 Thread p dont think
Are you still having this problem? Sorry, I lost track of this thread in all the hubbub... - paul > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of Darryl > Engle > Sent: Thursday, February 20, 2003 6:32 AM > To: [EMAIL PROTECTED] > Subject: RE: [SM-

[SM-USERS] Personal Preferences

2003-02-22 Thread Richard Cunningham
I just installed SquirrelMail. Besides finding that I have to change a bunch of header("Location strings to comply with HTML/1.1 (it wouldn't work otherwise), I found that I have to refresh from the browser to show changes to the preferences (or logout/login). Is there a reason for this? ---

[SM-USERS] Prblem when adding an attachment.

2003-02-22 Thread Marco Florentino Paniagua
Hi, I was wondering if anyone ran into problems when adding an attachment. I installed SM 1.2.8 on RedHat 8.0, 512MB RAM, Netscape 7.01. Another machine running RedHat 7.3 i have my firewall (iptables), DNS, DHCP, and Squid (2.4.STABLE6-6.7.3), 128MB RAM. First i modified php.ini: memory_limit =

Re: [SM-USERS] block_senders plugin

2003-02-22 Thread Keith Mastin
>Hi, Keith: >Are you using the MySQL support? Are you using virtual accounts? Can you >please turn on verbose logging in procmail, send yourself a message that >should be blocked then send me the log output? > >Thanks, > >Derek And so the fun begins: My procmail.rc file: # Procmail run-control

Re: [SM-USERS] block_senders plugin

2003-02-22 Thread Keith Mastin
Hi Derek, >Hi, Keith: > >There are a few quirks in the setup, which I hope to address in a future >release. However, when it's setup properly it does work. :-) > >Are you using the MySQL support? No >Are you using virtual accounts? No >Can you please turn on verbose logging in procmail, send

Re: [SM-USERS] block_senders plugin

2003-02-22 Thread Keith Mastin
>Why not use your MTA to do this? That works for me, but I have a lot of users who have no shell access and I dunno if I want 1000+ messages/day advising me of domains or senders to add to a procmail recipe. --- This SF.net email is sponsore

RE: [SM-USERS] change password virtual user

2003-02-22 Thread Daniel Watts
I imagine you would have to hack the plugin so that the username from the form is submitted with @domain.tld tacked on the end. This would be found in one of the environment settings of php.   You will have to edit the password changing part itself to make sure you find the correct /etc/sha

Re: [SM-USERS] block_senders plugin

2003-02-22 Thread Willie Viljoen
Why not use your MTA to do this? On Saturday 22 February 2003 18:24, Keith Mastin wrote: > I installed the block_senders-2.01 plugin some time back, and still get > messages from senders on the blocked list. I generally block domains > rather than senders. > > The server setup is simple: apache-1.

[SM-USERS] block_senders plugin

2003-02-22 Thread Keith Mastin
I installed the block_senders-2.01 plugin some time back, and still get messages from senders on the blocked list. I generally block domains rather than senders. The server setup is simple: apache-1.3.27-2, SM-1.2.10, Postfix and courier-imap running the mail. Is there something I'm missing he

Re: [SM-USERS] SM 1.2.11 not remembering settings...

2003-02-22 Thread robert
yes, this is with mysql +dbmail + SM mail 1.2.11 + Redhat 8.0 make sure you modified the correct php.ini. run a php file with phpinfo() to see if you actually set globals = on. robert Jassu Laivuori wrote: Hi again =) I tried to change option in php.ini to 'register_globals = On' and i gave r

[SM-USERS] problem with 1.4rc2a and php 4.0.x

2003-02-22 Thread Rob Janssen
I am running squirrelmail 1.2 on two different SuSE Linux systems, one running SuSE 7.1 which has PHP 4.04 and one with SuSE 7.3 which has PHP 4.0.6. Note that these are the latest SuSE-patched versions that have fixes for some security issues backported into mod_php. While the release notes for S

[SM-USERS] info

2003-02-22 Thread ronny
Does someone know how to direct squirrelmail not to read [EMAIL PROTECTED] but read something like [EMAIL PROTECTED], [EMAIL PROTECTED] etc, this issue of [EMAIL PROTECTED] has drained my brain, i don't know where to edit or put the right lines. Any ideas/suggestions will be highly appreciated I h

Re: [SM-USERS] SM 1.2.11 not remembering settings...

2003-02-22 Thread Jassu Laivuori
Hi again =) I tried to change option in php.ini to 'register_globals = On' and i gave restart to apache - No help. Was that your test made with MySQL ? -- Jassu - Original Message - From: "Robert" <[EMAIL PROTECTED]> To: "Jassu Laivuori" <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent