Re: [SM-USERS] login error

2004-09-03 Thread p dont think
I have read plenty of posts regarding this problem and I studied http://www.squirrelmail.org/wiki/en_US/DataPermission and http://article.gmane.org/gmane.mail.squirrelmail.user/8849/ However, I still get the following error: <<< Error opening ../data/default_pref Default preference file not found o

Re: [SM-USERS] login error

2004-09-03 Thread stephen tan
hello, no great ideas today yet...and i might be talking out of a hat but could your login error be related to login authentication? are you logging in as an ordinary user (not root) and the authentication mechanism is...? is this a new install? was/is there any successful login for this install?

RE: [SM-USERS] open_basedir / vhosts Problems

2004-09-03 Thread A Ve
Jonathan Angliss wrote: > ; open_basedir, if set, limits all file operations to the > defined directory ; and below. This directive makes most > sense if used in a per-directory ; or per-virtualhost web > server configuration file. This directive is ; *NOT* affected > by whether Safe Mode is turne

RE: [SM-USERS] open_basedir / vhosts Problems

2004-09-03 Thread A Ve
Hi ! > > I added following line to my httpd vhosts entry, and get the same > > error again: > > php_admin_value open_basedir > > "/var/www/html/vhosts/my_domain_2/tools/webmail" > > > This is my vhost Entry in httpd.conf: > > > > > php_admin_value open_basedir > > "/var/www/html/vhosts/my_

Re: [SM-USERS] open_basedir / vhosts Problems

2004-09-03 Thread Jonathan Angliss
Hello A, On Thursday, September 02, 2004, A Ve wrote... > Hello, > I am running successfully following Apps on a Fedora 2 Linux Box: > postfix-2.1.4-4 > cyrus-imapd-2.2.3-11 > cyrus-sasl-2.1.18-2 > After IMAP was finally working, i installed squirrelmail-1.4.3a-1 as > an RPM. I moved all

Re: [SM-USERS] customize my login interface?

2004-09-03 Thread p dont think
> I want to know if I can do this: > design my login interface and check with my LDAP server,I know SM is > just a MUA ,but my IMAP(courier-imap) server will do a validation from > LDAP accounts. If you understand that SM is just an MUA, then you know that SM gets all its authentication info fro

Re: [SM-USERS] Virtual domains under OS X Server

2004-09-03 Thread Jonathan Angliss
Hello Sam, On Wednesday, September 01, 2004, Sam Bergin wrote... > I have a problem that may or may not have an easy solution. I use 2 > separate servers...one for mail and one for web. As such, all of my > domains have a naming scheme of mail.domain.com for access to webmail > (as well as

[SM-USERS] Link to select All from Addresses when composing - Where'd it go?

2004-09-03 Thread Mark Nadig
Hi All, My ISP is using SM to allow web access to email accounts. When composing the other day, I could swear that I hit the addresses button and the addresses page had over the To, CC and BCC columns a hyperlink to select All (not the List All button). However, I can't get it show again. I asked

[SM-USERS] squirrelmail sasql spamassassin plugin question

2004-09-03 Thread hayden
I've configured spamassassin and the sasql plugin but am confused as to why it's not placing flagged spam into the special spam folder it created. I've looked through the scripts and am confused as to where it's supposed to determine if a message is spam and when to move it. I've assumed it looks

Re: [SM-USERS] Timeout User --> timing out prematurly

2004-09-03 Thread Jonathan Angliss
Hello Norrin, On Friday, September 03, 2004, Norrin Radd wrote... > In my environment (below) I have my Timeout_user > config.php value set to > $timeout_in_minutes = 360; 360 minutes is 6 hours, PHP has it's own PHP session timeout, which defaults to 24 minutes (depending on the operating syste

Re: [SM-USERS] SM 1.4.3a and CPU load

2004-09-03 Thread Tomas Kuliavas
Lesli St. Clair paraÅÄ: > All, > I have SM running on a Sun 280, dual processor, 4 GB machines, Sol 8, > apache 1.3.7, php 4.3.2. We're using a variety of plugins for ldap > connectivity, including some home grown (though removing them doesn't cure > the problem). > > I'm seeing full CPU usage and

[SM-USERS] Timeout User --> timing out prematurly

2004-09-03 Thread Norrin Radd
In my environment (below) I have my Timeout_user config.php value set to $timeout_in_minutes = 360; It has been set this way for months and our server has been restared several times since. However I have quite a few users who persist and insist that they are being dropped before that. These us

[SM-USERS] SM 1.4.3a and CPU load

2004-09-03 Thread Lesli St. Clair
All, I have SM running on a Sun 280, dual processor, 4 GB machines, Sol 8, apache 1.3.7, php 4.3.2. We're using a variety of plugins for ldap connectivity, including some home grown (though removing them doesn't cure the problem). I'm seeing full CPU usage and load averages out of site once we

RE: [SM-USERS] Bounce multiple mails

2004-09-03 Thread Rene Bartsch
On Mi, 1.09.2004, 19:13, Marc Powell sagte: >> In response to his original question, I've hacked the bounce plugin to > create a 'report as spam' or 'report as not spam' link at the top of an > email, depending on whether the message was labeled as spam or not, that > forwards to spam and notspam a

[SM-USERS] customize my login interface?

2004-09-03 Thread lololo
Hello,   I want to know if I can do this: design my login interface and check with my LDAP server,I know SM is just a MUA ,but my IMAP(courier-imap) server will do a validation from LDAP accounts. My question is when passing the validation ,how can I enable this account to login to SM automat