Re: [SM-USERS] squirrelmail under fedora core 3

2004-11-17 Thread p dont think
> i have done a full installation of fedora core3 on my machine. i have > configured squirrelmail too as per the documentation for dovecot services. > when > i open my squirrelmail via the browser it reads the mails already in my > mailbox > which i send from the command prompt via sendmail com

Re: [SM-USERS] IMAP Account Merge

2004-11-17 Thread p dont think
Is it possible to configure squirrel mail to retrieve emails from two different IMAP servers? Not at the same time. You can use the Multilogin plugin to give yourself the choice of login servers, but that's as close as you'll get. --- This S

Re: [SM-USERS] "unkown date" on entire inbox contents after message deletion

2004-11-17 Thread p dont think
I have squirrelmail installed on one server, accessing an IMAP store on another. When I delete mails (spam mails usually, if that helps) from my inbox, and the page refreshes, all the emails left in there display with 'unknown date' messages and can't be viewed. I've searched all archives listed on

Re: [SM-USERS] Giving up on SM because of CPU and load issues

2004-11-17 Thread p dont think
If we disabled the stock SM filtering plugin is they an alternative we could use with SM? Don't use the Filters plugin if you have any other alternative. Server-side filtering at delivery time will always be faster than doing it in PHP at login. If you use Cyrus IMAPd, use SIEVE. There's even a

Re: [SM-USERS] External Login Not Completing Login

2004-11-17 Thread p dont think
I am writing a script that will allow users to log-in to their webmail account from our front page. So I have the form which submits to another script so that the login username can be formatted properly. That formatting script then posts variables to the src/redirect.php script via cURL func

Re: [SM-USERS] wood_theme.php

2004-11-17 Thread p dont think
Thanks, Pavel. These have been added to SM 1.5.1. Pavel Spatny wrote: /** * wood_theme.php *Name: Wood *Author: Pavel Spatny *Date: 2004/11/16 */ global $color; $color[0] = '#e4dab0'; // addit. text background $color[1] = '#90'; //?? $color[2] = '#C000

Re: [SM-USERS] TRASH & purge button

2004-11-17 Thread p dont think
Next to our "Trash" folder a "purge" button appears. Where would I find the code for this? In src/left_main.php, search for "purge". Has anyone created subfolders in the "TRASH" folder and put purge buttons by those? Not that I know of... -Paul -

Re: [SM-USERS] Email address validation?

2004-11-17 Thread p dont think
Hi, Is there a plugin or another SquirrelMail feature to allow for email address validation? That is, when a user types in an email address when composing a message in SquirrelMail, I want them to get a popup or message warning them if they type in a syntactically incorrect email address. There is

Re: [SM-USERS] System I/O Error

2004-11-17 Thread Jonathan Angliss
Hello Alberto, On Tuesday, November 16, 2004, Alberto V.M. wrote... > What could be making this happen? > Usually I have these problems... > ERRO: > Erro: pedido não pode ser completado. > Requisição: SELECT "INBOX" > Razão alegada: System I/O error > How to solve this??? Check your IMAP server

RE: [SM-USERS] System I/O Error

2004-11-17 Thread Chris Hilts
>> ERRO: >> Erro: pedido não pode ser completado. >> > Error: Request cannot be completed > > >> Requisição: SELECT "INBOX" >> > > Action: SELECT "INBOX" > > >> Razão alegada: System I/O error >> > > Reason: System I/O error This is not a problem with Squirrelmail - the problem lies in your IMAP s

[SM-USERS] how do i reply to email without original text

2004-11-17 Thread Paul David Bell
I have gone through all the options pages but been unable to find where to turn off "including the original message" when reply/forwarding emails. Is this hardcoded? It would be useful to be able to turn this off. Thanks for pointing me towards the setting. SM Version 1.4.2 installed by hosti

RE: [SM-USERS] System I/O Error

2004-11-17 Thread David Williams
I'll attempt a translation !!! BELOW. Dave Williams > Original Message > Subject: [SM-USERS] System I/O Error > From: "Alberto V.M." <[EMAIL PROTECTED]> > Date: Tue, November 16, 2004 3:50 pm > To: [EMAIL PROTECTED] > > What could be ma

[SM-USERS] wood_theme.php

2004-11-17 Thread Pavel Spatny
/** * wood_theme.php *Name: Wood *Author: Pavel Spatny *Date: 2004/11/16 */ global $color; $color[0] = '#e4dab0'; // addit. text background $color[1] = '#90'; //?? $color[2] = '#C0'; //warnings $color[3] = '#e4dab0'; // Left Bar Back

[SM-USERS] silver_steel_theme.php

2004-11-17 Thread Pavel Spatny
/** * silver_steel_theme.php *Name: Silver-Steel *Author: Pavel Spatny *Date: 2004/11/16 */ global $color; $color[0] = '#d0d4de'; // addit. text background $color[1] = '#90'; //?? $color[2] = '#C0'; //warnings $color[3] = '#d0d4de'; //

[SM-USERS] System I/O Error

2004-11-17 Thread Alberto V . M .
What could be making this happen? Usually I have these problems... ERRO: Erro: pedido não pode ser completado. Requisição: SELECT "INBOX" Razão alegada: System I/O error How to solve this??? Thanx a lot. Alberto V. M. Apple Developers Connection since '99 Apple Brazil XServe & MacOS X Server certif

[SM-USERS] [Fwd: [OFF-TOPIC] - Patrick Volkerdi (Slackware) is needing your help (disease) - Patrick Volkerdi (Slackware) está precisando da sua ajuda (doença)]

2004-11-17 Thread SuSE List
Pessoal/people, Desculpem o off-topic, mas achei interessante passar isso a todos I´m sorry of this off-topc, but this is important for the open-source community... []s / Regards, Vinicius English > Hi ! I know that this is off-topic, and for the radicals i beg your pardon, but this emai

[SM-USERS] IMAP Account Merge

2004-11-17 Thread Daniel Kaliel
Is it possible to configure squirrel mail to retrieve emails from two different IMAP servers?   Daniel Kaliel J.J. Barnicke Edmonton Ltd. I.T Division  

Re: [SM-USERS] Giving up on SM because of CPU and load issues

2004-11-17 Thread Chris Hilts
> If we disabled the stock SM filtering plugin is they an alternative > we could use with SM? Don't use the Filters plugin if you have any other alternative. Server-side filtering at delivery time will always be faster than doing it in PHP at login. If you use Cyrus IMAPd, use SIEVE. There's ev

[SM-USERS] "unkown date" on entire inbox contents after message deletion

2004-11-17 Thread steve
Hi, I have squirrelmail installed on one server, accessing an IMAP store on another. When I delete mails (spam mails usually, if that helps) from my inbox, and the page refreshes, all the emails left in there display with 'unknown date' messages and can't be viewed. I've searched all archives lis

[SM-USERS] Read Receipts being rejected by SMTP

2004-11-17 Thread Chris Hubball
Hello, I'm using SquirrelMail 1.4.3a and having problems with read receipts being rejected by my ISP's SMTP server. I'm running Debian Woody. I send an email with read receipt enabled from ANY email account running Outlook to my account running SquirrelMail. SquirrelMail correctly asks me if

[SM-USERS] squirrelmail under fedora core 3

2004-11-17 Thread curtorkar
hello squirrelmail users, i have done a full installation of fedora core3 on my machine. i have configured squirrelmail too as per the documentation for dovecot services. when i open my squirrelmail via the browser it reads the mails already in my mailbox which i send from the command prompt vi

Re: [SM-USERS] Giving up on SM because of CPU and load issues

2004-11-17 Thread Paul Elliott
Hi all, >- make *sure* you are *not* using the filtering plugin that comes > stock with SM; it is highly inefficient to filter mail using PHP We have a similar issue at our site, concurrency is around 100 users at any one time. I've noticed that our inital login speed is slowed down hugely