Re: [SM-USERS] Sending from [EMAIL PROTECTED]

2005-02-07 Thread p dont think
is it possible that through the browser one can send mail using the [EMAIL PROTECTED] even though sendmail has been configured properly and imapd is running . Not unless you can actually log into that account. Try it and see. i am just worried that spammers could try and use that address . How do

[SM-USERS] Sending from [EMAIL PROTECTED]

2005-02-07 Thread D u n c a n
is it possible that through the browser one can send mail using the [EMAIL PROTECTED] even though sendmail has been configured properly and imapd is running . i am just worried that spammers could try and use that address . How do i also secure my box besides using hosts.allow and iptables ? Rgds

Re: [SM-USERS] (no subject)

2005-02-07 Thread Jonathan Angliss
[..] > When a user attempts to log in they get the error > > "Error opening ../data/default_pref > Could not create initial preference file! > ../c:\inetpub\sdata/ should be writable by user httpd Is your config/config.php set to c:\inetpub\sdata/ ? Have you tried swapping the paths around in

Re: [SM-USERS] Character count?

2005-02-07 Thread p dont think
Kevin N. Carpenter wrote: Anybody know of a plug in that will display the number of characters typed in a message? I'm using e-mail to interface to a long-distance girlfriend via SMS and would like to limit messages to 480 characters (3 sms messages). Nope, but I'm sure you could write a javasc

Re: [SM-USERS] Blank login page: Failed to initialize session module

2005-02-07 Thread mescalito
A little more info about the cookies. Two cookies are set: key and squirrelmail_language. Is 'key' the session cookie? I have set up session.save_handler to files, and now I can access the login page. However, I now have another issue: "You must be logged in to access this page." As adviced by

Re: [SM-USERS] Blank login page: Failed to initialize session module

2005-02-07 Thread Jonathan Angliss
> A little more info about the cookies. Two cookies are set: key and > squirrelmail_language. Is 'key' the session cookie? No, key is your encrypted password. There should be a third one, SMSESSID I think, but that can changed based on what you configure it to be in the configuration file (confi

[SM-USERS] Character count?

2005-02-07 Thread Kevin N. Carpenter
Anybody know of a plug in that will display the number of characters typed in a message? I'm using e-mail to interface to a long-distance girlfriend via SMS and would like to limit messages to 480 characters (3 sms messages). Thanks, Kevin C. ---

Re: [SM-USERS] Blank login page: Failed to initialize session module

2005-02-07 Thread squirrelmail
Thank you Jonathan, I have set up session.save_handler to files, and now I can access the login page. However, I now have another issue: "You must be logged in to access this page." As adviced by the FAQ and list archive, I double-checked the cookies parameters, but there's no problem on this s

Re: [SM-USERS] plugin 'reply'

2005-02-07 Thread François Patte
Bojan Baros a écrit : François Patte said: Bonjour, Is there a plugin to Squirrelmail to mark with a sign or a different color the messages we have replied to? Hello François Take a look at this plugin: http://www.squirrelmail.org/plugin_view.php?id=91 I had the plugin msg_flags; but it seems that

Re: [SM-USERS] plugin "reply"

2005-02-07 Thread François Patte
Ben Holt a écrit : François Patte wrote: Bonjour, Is there a plugin to Squirrelmail to mark with a sign or a different color the messages we have replied to? By default an 'A' (answered?) should appear between the Date and Subject of the messages that have been replied to. No I can't see anythin

Re: [SM-USERS] Problems with DNS filters and BayesSpam

2005-02-07 Thread Mike Squirrelmail
Apologies. I hadn't noticed that your response came with your address, rather than the group's address. Thanks for your help >>>Please remember to reply on-list, thanks. > > > > Please explain "on-list". I just replied to the email. > > It means, reply to the mailing list where you sent your ori

Re: [SM-USERS] Local and Remote Squirrelmail

2005-02-07 Thread Mike Squirrelmail
By remote I mean that SM is on a different server to the mail server (in my case courier). By local I mean that SM is on the same server as the mail server. SpamAssassin is running on the mail server. Can I use the SA plugin running remotely? >> I am fairly new to SquirrelMail. >> I have installe

Re: [SM-USERS] Problems with DNS filters and BayesSpam

2005-02-07 Thread Mike Squirrelmail
I have run your code and it says that Pear is found. Please explain "on-list". I just replied to the email. Mike > Please remember to reply on-list, thanks. > >> I will ask the hosting provider. >> Is there an easy way for me to check it myself? I don't have shell access, > > Best way might be t

[SM-USERS] Re: SM 1.4.4 and vlogin

2005-02-07 Thread p dont think
> always gives me a login failure with a unknown user/password error. > > $useSessionBased = 0; > $virtualDomains = array ( > '*' => array ( > 'org_title' => '###VIRTUAL_DOMAIN###', > 'org_logo' => '../images/###VIRTUAL_DOMAIN###_logo.jpg', > 'org_name' => '###VIRTUAL_

[SM-USERS] (no subject)

2005-02-07 Thread Keith Duzenski
Hey all.  I'm new to the list and new to Squirrel mail. My problem: I am in a situation where i have to use a windows server, but i need to set up webmail.  I know squirrel mail is great and i know it mainly runs on linux.  I have set it up and it runs well up to a point.  I know where

Re: [SM-USERS] Blank login page: Failed to initialize session module

2005-02-07 Thread Jonathan Angliss
>>> Since yesterday, no user can log into SquirrelMail. The login.php >>> returns nothing but a blank page. >>> Here is what I get in my php_error.log: >>> PHP Fatal error: Failed to initialize session module in >>> /home/httpd/ssl.x.net-443/html/webmail/functions/global.php on >>> line 295 >>>

RE: [SM-USERS] include path...

2005-02-07 Thread Tomas Kuliavas
[06-Feb-2005 10:07:49] PHP Warning: main(): open_basedir restriction in effect. File(../functions/strings.php) is not within the allowed path(s): (.:/tmp:/var/www/phpMyAdmin:/home/httpd/vhost/benoit) in /usr/share/squirrelmail/src/login.php on line 19 > >>> Check your

Re: [SM-USERS] Blank login page: Failed to initialize session module

2005-02-07 Thread squirrelmail
Checked: the path and permissions are correct. LIDS is also correctly configured. Since yesterday, no user can log into SquirrelMail. The login.php returns nothing but a blank page. Here is what I get in my php_error.log: PHP Fatal error: Failed to initialize session module in /home/httpd/ssl.x

Re: [SM-USERS] Blank login page: Failed to initialize session module

2005-02-07 Thread p dont think
I'm running SquirrelMail 1.4.3a on an hardened Linux with PHP 4.2.3 on Apache 1.3.27. I made no change to my Apache or PHP configuration recently, and everything was working well for about one year. but you made a change somewhere else. things don't break themselves. ;) Since yesterday, no user

Re: [SM-USERS] Signout problems on my newly upgrade Squirrelmail 1.4.4

2005-02-07 Thread p dont think
see below Check if you have the "Show User and IP" plugin installed and activated. If so, disable it and see if the issue goes away . There is an updated versiion that resolves the issue. Nope.. Plugins Installed Plugins 1. delete_move_next 2. squirrelspell 3. newmail 4. aboo

Re: [SM-USERS] Problems with DNS filters and BayesSpam

2005-02-07 Thread p dont think
Please remember to reply on-list, thanks. > > Please explain "on-list". I just replied to the email. It means, reply to the mailing list where you sent your original request. Other people will benefit from seeing this thread's conclusion, which is the whole purpose of the list. It is NOT intend

Re: [SM-USERS] Local and Remote Squirrelmail

2005-02-07 Thread p dont think
Please do not top-post, thanks. Also, please keep responses on-list. I am fairly new to SquirrelMail. I have installed version 1.43a and it is working correctly. I am running squirrelmail remotely i.e. on a separate server from the mail server (as I do not have access to the mail server). Now (like

Re: [SM-USERS] plugin 'reply'

2005-02-07 Thread Bojan Baros
François Patte said: > Bonjour, > > Is there a plugin to Squirrelmail to mark with a sign or a different > color the messages we have replied to? Hello François Take a look at this plugin: http://www.squirrelmail.org/plugin_view.php?id=91 > > Thank you. > -- > François Patte. > Bojan ---

[SM-USERS] Blank login page: Failed to initialize session module

2005-02-07 Thread squirrelmail
Hello, I'm running SquirrelMail 1.4.3a on an hardened Linux with PHP 4.2.3 on Apache 1.3.27. I made no change to my Apache or PHP configuration recently, and everything was working well for about one year. Since yesterday, no user can log into SquirrelMail. The login.php returns nothing but a b

[SM-USERS] plugin "reply"

2005-02-07 Thread François Patte
Bonjour, Is there a plugin to Squirrelmail to mark with a sign or a different color the messages we have replied to? Thank you. -- François Patte. École Française d'Extrême-Orient - Pune - Inde UFR de mathématiques et informatique. http://www.math-info.univ-paris5.fr/~patte --

Re: [SM-USERS] Squirrelmail Safe to beautify?

2005-02-07 Thread Rodney Richison
Jonathan Angliss wrote: For the box users will use, I feel a strong need to "beautify" squirrelmail. My question is, which pluggins do you guys like for this, and will it limit me on future upgradeability? apt-get is a wonderfull thing, and I'm hesitant to break it.. Also, are there commercial plug

Re: [SM-USERS] Signout problems on my newly upgrade Squirrelmail 1.4.4

2005-02-07 Thread Ken Jones
> > Ken Jones reportedly babbled: >> >>> >>> Hi all, >>> >>> I am seeing the same thing... Worked just fine before the upgrade. but >>> I >>> have been >>> too busy and not had a chance to debug it.. >>> >>> FC1 >>> php 4.3.9 >>> UW Imap 2004e (2004.352) >>> Apache 2.0.52 >>> SM 1.4.4 >>> sendmai

Re: [SM-USERS] Squirrelmail Safe to beautify?

2005-02-07 Thread Jonathan Angliss
> For the box users will use, I feel a strong need to "beautify" > squirrelmail. My question is, which pluggins do you guys like for this, > and will it limit me on future upgradeability? apt-get is a wonderfull > thing, and I'm hesitant to break it.. > Also, are there commercial pluggins for this

Re: [SM-USERS] Signout problems on my newly upgrade Squirrelmail 1.4.4

2005-02-07 Thread Rich Hall
Ken Jones reportedly babbled: > >> >> Hi all, >> >> I am seeing the same thing... Worked just fine before the upgrade. but I >> have been >> too busy and not had a chance to debug it.. >> >> FC1 >> php 4.3.9 >> UW Imap 2004e (2004.352) >> Apache 2.0.52 >> SM 1.4.4 >> sendmail 8.12.10 >> vlogin 1.

[SM-USERS] Squirrelmail Safe to beautify?

2005-02-07 Thread Rodney Richison
For the box users will use, I feel a strong need to "beautify" squirrelmail. My question is, which pluggins do you guys like for this, and will it limit me on future upgradeability? apt-get is a wonderfull thing, and I'm hesitant to break it.. Also, are there commercial pluggins for this availa

RE: [SM-USERS] include path...

2005-02-07 Thread Jonathan Angliss
Please remember to include the lists, you never know how helpful this email may be :) Also please try to keep the reply format the same, inline replies make it easier to follow a discussion most of the time. >>> I can't get SM login page anymore... >>> Here is my php_error_log: >>> >>> [06-Feb-2

Re: [SM-USERS] Problem with swith to other language

2005-02-07 Thread Tomas Kuliavas
> Hello > I have one problem with languages. When I change language - specifically > Norwegian Bokmal , still stay language English. Translation files exists > (*.po, *.mo),language code is nb_NO also there is a record in i18.php. > I'm using a standard installation of SM, so there was nothing that

Re: [SM-USERS] mark email as read

2005-02-07 Thread Norrin Radd
Werner, Have you looked at message highlighting under options/message highlighting? This is what I use to accomplish what you describe. --- Werner Warweg <[EMAIL PROTECTED]> wrote: > I want to mark an email as read, if it comes from a > certain sender. > How can I manage it? > > -- > Mit fre

Re: [SM-USERS] Signout problems on my newly upgrade Squirrelmail 1.4.4

2005-02-07 Thread Ken Jones
> > Hi all, > > I am seeing the same thing... Worked just fine before the upgrade. but I > have been > too busy and not had a chance to debug it.. > > FC1 > php 4.3.9 > UW Imap 2004e (2004.352) > Apache 2.0.52 > SM 1.4.4 > sendmail 8.12.10 > vlogin 1.4 > > -R > Check if you have the "Show User an

WG: [SM-USERS] updating SquirrelMail 1.4.4 Released

2005-02-07 Thread Michael Borchers
> > > > >>> ERROR : Connection dropped by imap-server. > > > > >>> Query: NAMESPACE > > > > > > > > >> Okay, my mistake, I didn't see the code just a few lines > > > > down from the > > > > >> check on namespace. It appears we do call NAMESPACE, > > > > after we verify the > > > > >> server sup

[SM-USERS] Problem with swith to other language

2005-02-07 Thread Jevos, Peter
Hello I have one problem with languages. When I change language - specifically Norwegian Bokmal , still stay language English. Translation files exists (*.po, *.mo),language code is nb_NO also there is a record in i18.php. I'm using a standard installation of SM, so there was nothing that was chan

[SM-USERS] mark email as read

2005-02-07 Thread Werner Warweg
I want to mark an email as read, if it comes from a certain sender. How can I manage it? -- Mit freundlichem Gruß/ Yours Werner Warweg (www.kdv-dt.de, [EMAIL PROTECTED]) --- This SF.Net email is sponsored by: IntelliVIEW -- Interactive Reporting