[SM-USERS] Left frame shrinks

2003-11-20 Thread rkl
Does anyone knows why the left frame shrinks sometimes? Also sometime I can't make it resize correctly. It will shrink back to smaller than normal. thanks, fw - eMail solutions by http://www.swanmail.com

Re: [SM-USERS] BACKUP OF LAST 15 DAYS MAIL

2003-11-20 Thread SqM
> Hi , > > If you want to take backup of only last 15 days > e.g. Nov 01 to Nov 15 of all mails. I normally use the "Select Range" plugin... I do a "Show ALL" messages and select first and last email that i want to move/delete etc.. Then i click the "Select Range". And then it's up to you to do w

Re: [SM-USERS] vlogin plugin: prefs file error.. "###VIRTUAL_DOMAIN###"

2003-11-20 Thread david 6211
Thanks! :-) --- [EMAIL PROTECTED] wrote: > > Hi, > > > > Thanks! Seems to work! :-) > > > > > > But.. umm... What did I just do? > > > > What else did I break by removing those lines of > code? > > > > (I presume that code there for a reason...) > > That was old code. Shouldn't have been there

Re: [SM-USERS] Problems on Vacation and Mail Forwarding

2003-11-20 Thread Vincent Lee
1. No wonder I can't get vacation ftp connection. I got my logs showing "FTP LOG IN REFUSED (ftp not in /etc/passwd) " My ftp actually reading /etc/passwd list instead of my userdb. Anyway, the format is different. 2. Hmm, seems like i'm having an internal Courier problem. I think I better solve t

[SM-USERS] Plugins and getting the users email address.

2003-11-20 Thread Mark Watts
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 If I'm writing a plugin and I need to get hold of the currently logged in users email address, what methods do I have to get this? Cheers, Mark. - -- Mark Watts Senior Systems Engineer QinetiQ TIM St Andrews Road, Malvern GPG Public Key ID: 45542

[SM-USERS] Quicksave and "cancel" button

2003-11-20 Thread Gary Richardson
Hi everyone, I'm new to SM. Just installed it this morning. So far so good. I do have a few questions that I haven't been able to find answers to in the docs or archives. If I missed the answer(s) someplace, my apologies. First, I installed the latest quicksave. Strange thing is that the "Cancel"

Re: [SM-USERS] Plugins and getting the users email address.

2003-11-20 Thread Chris Hilts
> If I'm writing a plugin and I need to get hold of the currently logged in > users email address, what methods do I have to get this? It's a global variable. At the beginning of your function: function someplugin_init() { global $username; print "Hi $username. Ostriches run fast.\n"; } T

Re: [SM-USERS] Plugins and getting the users email address.

2003-11-20 Thread Mark Watts
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 > > If I'm writing a plugin and I need to get hold of the currently logged in > > users email address, what methods do I have to get this? > > It's a global variable. At the beginning of your function: > > function someplugin_init() { >global $us

Re: [SM-USERS] Plugins and getting the users email address.

2003-11-20 Thread Tomas Kuliavas
> -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > > > > If I'm writing a plugin and I need to get hold of the currently > logged in > > > users email address, what methods do I have to get this? > > > > It's a global variable. At the beginning of your function: > > > > function someplugin_init

[SM-USERS] (no subject)

2003-11-20 Thread Mairhtin O'Feannag
Hello, Below are the first few lines of my local.cf file for the entire site. I do not have a local.cf for any of my users. However, when I get mail, it says : autolearn=no version=2.60 Why does it think that autolearn is off, when I clearly set it on? Thanks Mairhtin # SpamAssassin confi

[SM-USERS] microsoft executables

2003-11-20 Thread Mairhtin O'Feannag
Hello, One test that I would like to raise the score on, is microsoft-executable. But my question is this : Does this mean that the executable seems to come from Micro$oft, or does it mean that its mearly compiled by a micro$oft like tool? Mairhtin Mairhtin O'Feannag CTO Tech Solutions Gr

[SM-USERS] vlogin: spell checker error ($attachment_dir problem?)

2003-11-20 Thread david 6211
Hi, Continuing my saga of trying to get a working multi-domain installation up and running, :-) Ok, now we've got the pref files being created in the correct subdirectory. However, the spell checker still wants to use the generic data / attachment directory. (which is no longer writable by

Re: [SM-USERS] microsoft executables

2003-11-20 Thread Tomas Kuliavas
> Hello, > > One test that I would like to raise the score on, is microsoft-executable. > But my question is this : Does this mean that the > executable seems to come from Micro$oft, or does it mean that its mearly > compiled by a micro$oft like tool? any file that looks like program, that can b

Re: [SM-USERS] microsoft executables

2003-11-20 Thread Chris Hilts
> One test that I would like to raise the score on, is microsoft-executable. > But my question is this : Does this mean that the > executable seems to come from Micro$oft, or does it mean that its mearly > compiled by a micro$oft like tool? I always took it to mean that the executable only execu

[SM-USERS] Please remove me from your list

2003-11-20 Thread John Hall
Hi,Please remove me from your user list [EMAIL PROTECTED]  PW: 5584 Thank you, John Need a shot of Hank Williams or Patsy Cline? The classic country stars are always singing on MSN Radio Plus. Try one month free! --- This SF.net email is spo

Re: [SM-USERS] vlogin: spell checker error ($attachment_dir problem?)

2003-11-20 Thread david 6211
Ah.. Although it's not in the sample config, adding the following array entry seems to work. -- 'attachment_dir' => '/usr/www/sqm/data/sites/###VIRTUAL_DOMAIN###/data', -- Is this the proper fix? Or am I still missing something... Thanks, David --- david 6211 <[EMAIL PROTECTED

Re: [SM-USERS] Bug Report

2003-11-20 Thread pdontthink
>> Try disabling all plugins and seeing if that works. My first choice >> would >> be the compose_fix plugin; 1.4.3 contains some of its functionality >> anyway. Also, turn on php errors in php.ini (display_errors=On and >> error_reporting=E_ALL and restart web server) and see if you get any >> e

[SM-USERS] Bookmarks Problem

2003-11-20 Thread patrick . liechty
I had the Bookmarks plugin working with MySQL, but after adding other plugins, it doesn't work.  I get this error: Fatal error: Call to undefined function: fetchrow() in /opt/csw/apache/squirrelmail-1.4.2/plugins/bookmarks/bookmarks_data.php on line 71   It can't find DB.php when it req

[SM-USERS] sqmail + ssl

2003-11-20 Thread Ales Rozman
hello,   i'd like to use squirrelmail 1.4.2 with plugin secure login (SSL). i downloaded it and installed. but it doesn't work. i suppouse i need to instal openssl or something on my apache. am i right? can anyone tell me what do i need to do?   thank you in advance! ales

[SM-USERS] courier-imap with SM 1.4.1 Login error

2003-11-20 Thread Brenden Brassard
I have been unable to find an answer to this so far. I had squirrelmail running on a redhat 7.3 box with the uw imap server. Since then, I reinstalled the box with SuSE 9 and courier-imap. After getting most everything working again, I am unable to login to squirrelmail. I get the error "ER

[SM-USERS] MMCache PHP Accelerator

2003-11-20 Thread Keith Hatfull
All, If you've not seen this, you might want to take a look. MMCache is a PHP caching extension to Apache. From the SourceForge site: "Turck MMCache is a free open source PHP accelerator, optimizer, encoder and dynamic content cache for PHP. It increases performance of PHP scripts by caching th

[SM-USERS] Change Password Error

2003-11-20 Thread Allien Nation
Hi all, Im newbie for Squirrelmail. Im doing it in Solaris 9 using Courier-MTA-0.44.0. Im configuring Squirrelmail-1.4.2 Change Password plugin using courierpasswd-0.30. Fyi, Im using Tcpserver to manage it. Everything seems okay. But when I trying to change password, I got the error as follows i

[SM-USERS] error after parking Domain (folders are not being displayed)

2003-11-20 Thread Rahul
We have created one test user on xxx.com but geting this error when using through webmail Folders Fatal error: Call to undefined function: getdayabrv() in /home/virtual/site1/fst/var/www/squirrelmail/src/left_main.php on line 279 This error we are getting when i go to squirrelmail web based inter

[SM-USERS] error after parking Domain (folders are not being displayed)

2003-11-20 Thread Rahul
Hello To All, We have created one test user on xxx.com but geting this error when using through webmail Folders Fatal error: Call to undefined function: getdayabrv() in /home/virtual/site1/fst/var/www/squirrelmail/src/left_main.php on line 279 This error we are getting when i go to squirrelmail w

[SM-USERS] Frameless Squirrel

2003-11-20 Thread DALive Editor
Hello, Is there a frameless Squirrelmail Theme out there that I can get? Thank you. --- This SF.net email is sponsored by: SF.net Giveback Program. Does SourceForge.net help you be more productive? Does it help you create better code? SHARE

[SM-USERS] Question about Folders

2003-11-20 Thread DALive Editor
Hello, I see Squirrelmail uses INBOX.Sent, INBOX.Drafts and INBOX.Trash. Why doesn't it just use the aleady in place Sent, Drafts and Trash? And can I get it to use these? Thank you. --- This SF.net email is sponsored by: SF.net Giveback Pr

[SM-USERS] Request for Prefs addtl Submit button

2003-11-20 Thread rkl
To whom it may concern: Can the team add an additional Submit button at the top of the Display Preferences page? thanks, -fw - eMail solutions by http://www.swanmail.com --- This SF.net email is spons