Re: [SM-USERS] Getting addresses from an MS SQL DB

2003-01-27 Thread Dan HINCKLEY
At 09:46 27/01/2003 -0600, Jonathan Angliss wrote: Hello Dan, On Monday, January 27, 2003, Dan HINCKLEY wrote... > Has anyone managed a setup to permit accessing email addresses from an MS > SQL 7 DB, using the Addresses button in Compose? Writing the PHP > mssql_connect and getting results isn't

[SM-USERS] I messed up the permisions on my whole server and now my user can not use SM

2003-01-27 Thread Jason Corekin
I was adding an extra hard drive to my server and when I went to set the ownership of the files on it I messed things up and ended up with all of my files on my entire server being owned by root.   This hosed the system up pretty badly, but I have been able to restore the proper ownership to

RE: [SM-USERS] Fatal error: Cannot redeclare check_php_version()

2003-01-27 Thread p dont think
In one of the betas for the weather 4.x plugin, this problem existed, but it was fixed in the final release. You say it might be weather... if it's the regular weather plugin, did you get the most recent one from the SM site? Otherwise, you can try this: cd /path/to/SM/plugins/ grep -R "function

Re: [SM-USERS] change password plugins

2003-01-27 Thread Concordio M. Pajayat, Jr.
> there are 5 plugins available that allow users to change their > password > > there are two plugins that allow changing of /etc/passwd&shadow > passwords > > there is none available for use on non-pam enabled systems (like > slackware) > > has anybody implemented this feature on some non-pam sys

Re: [SM-USERS] Frusterating attachment problem

2003-01-27 Thread Jonathan Angliss
Hello Abdolreza, On Monday, January 27, 2003, abdolreza ghods wrote... > I have upgraded my webmail server to Red Hat 8 and this time SM > comes with it automatically so no need for installation worries.But > it turn out to be not true. Now I am observing that I can not send > messages larger than

[SM-USERS] Frusterating attachment problem

2003-01-27 Thread abdolreza ghods
Dear SM users I have upgraded my webmail server to Red Hat 8 and this time SM comes with it automatically so no need for installation worries.But it turn out to be not true. Now I am observing that I can not send messages larger than 0.5 Mb. When I try to attach files greater than 0.5 Mb sendmail

[SM-USERS] DefaultTranslation Problem

2003-01-27 Thread woVi
Hi all,   First of all, sorry about my english and thanks to all SquirrelMail programmers, good work.   And know, my problem. ;-)   I'm trying to set a default language for my users but everything still being in english. I tried inserting at the preference file(s) language='es_ES'  (yes, i'm

Re: [SM-USERS] Attachment Problems

2003-01-27 Thread mike
To all following this thread, Thanks for the help and hints, squirrelmail is correctly handling attachments now with no problems. Wish I knew the exact problem but I can tell you what I did to fix it. Stripped out my rpm install of apache 2.0.43 and php 4.2.3 - ran a source install of apache 2.0

Re: [SM-USERS] Fatal error: Cannot redeclare check_php_version()

2003-01-27 Thread Jonathan Angliss
Hello Lpdpmq001, On Monday, January 27, 2003, [EMAIL PROTECTED] wrote... > This error occurs when trying to access weather and notes (as far as I can tell): > Fatal error: Cannot redeclare check_php_version() in > /usr/share/squirrelmail/functions/global.php on line 70 [..] > I assume it is a P

Re: [SM-USERS] Finding the code for read receipts *SOLVED*

2003-01-27 Thread Marc Groot Koerkamp
Eric Dry zei: >> Hello Eric, >> >> We do not add this to the 1.2.x because 1.4 is the next stable version. >> However due to the changed architecture of some parts in 1.4 it was very >> easy to add extra header checks for the 2 mentioned headers. >> I added those checks to the 1.4 branche. >> >> N

[SM-USERS] Fatal error: Cannot redeclare check_php_version()

2003-01-27 Thread lpdpmq001
Hello everybody, I could use some help here :P First: Apache 1.3.27-2 PHP 4.1.2-7.3.6 SM 1.4.0 RC2a Redhat 7.3 I'll be happy to add any other info needed to help me. This error occurs when trying to access weather and notes (as far as I can tell): Fatal error: Cannot redeclare check_php_versi

Re: [SM-USERS] Re: Message Body is not displayed

2003-01-27 Thread William R. Mussatto
> OK, I finally figured it out. I commented out line # 1153 in the > read_body.php file. it is the flush(); command. > > For some reason any code after this line is not run, but by removing it, > the body of the messages are now displayed. Does anyone have any idea > why this would happen? > > -

Re: [SM-USERS] Finding the code for read receipts *SOLVED*

2003-01-27 Thread Eric Dry
You are right! Very slick guys! Well done! Eric Thijs Kinkhorst said: >> I would love to see how it _should_ have been done. I was under a >> time limit and knew you guys would probably have a better way to do >> it, unfortunately I was on my own with this one. Glad to have helped! > > >http

Re: [SM-USERS] Autologout

2003-01-27 Thread David Rees
On Mon, Jan 27, 2003 at 01:04:38PM -0500, Chris Hilts wrote: > > I'm looking thru the settings but I can't find an option for configuring > > auto-logout for inactive users. How should I do? > > You MIGHT be able to do this by setting PHP's session expire time to > however long you want it to wait

RE: [SM-USERS] Autologout

2003-01-27 Thread p dont think
There is a plugin for this: http://www.squirrelmail.org/plugin_view.php?id=38 > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED]] On Behalf Of Lilla > Sent: Monday, January 27, 2003 9:22 AM > To: [EMAIL PROTECTED] > Subject: [SM-USERS] Autologout > > Hi, > > I'm

[SM-USERS] Re: bugs bugs bugs - 1.4.0 rc2a

2003-01-27 Thread Matt Snead
#2) $data_dir is set to "../../../sqmdata/" -- i had to change that myself because of the conf.pl thing with resolving the path name. I have been using SM for a number of years now and I'm pretty sure (but no one is perfect) I have everything configured the way it should be. I have installed i

Re: [SM-USERS] Autologout

2003-01-27 Thread Chris Hilts
> I'm looking thru the settings but I can't find an option for configuring > auto-logout for inactive users. How should I do? You MIGHT be able to do this by setting PHP's session expire time to however long you want it to wait before logout. I haven't tested it though, so YMMV. -- Chris Hilt

[SM-USERS] Autologout

2003-01-27 Thread Lilla
Hi, I'm looking thru the settings but I can't find an option for configuring auto-logout for inactive users. How should I do? -- Cheers, Lilla --- This SF.NET email is sponsored by: SourceForge Enterprise Edition + IBM + LinuxWorld = Somethi

RE: [SM-USERS] Installation error: Call to undefined function: session_write_close()

2003-01-27 Thread Tim Bass
Thanks again Jonathan, and the reminder for using phpinfo(), yes, this application was running an older version ... Will need to upgrade!.. Much appreciated. -Tim -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] On Behalf Of Jonathan Angliss Sent: Monday, January 27, 2

Re: [SM-USERS] Error

2003-01-27 Thread Jonathan Angliss
Hello Kovács, On Monday, January 27, 2003, Kovács Péter wrote... > I have installed squirrelmail on my computer. > When I try to log in the following message comes up: > There was an error contacting the mail server. > Contact your administrator for help. Check you setup SquirrelMail correctly

Re: [SM-USERS] Installation error: Call to undefined function: session_write_close()

2003-01-27 Thread Jonathan Angliss
Hello Tim, On Monday, January 27, 2003, Tim Bass wrote... > Thanks for your reply. I am pretty sure PHP was not compiled (by me) > with the --disable-session switch (unless this was the default). We > are not running a 4.0.x version of PHP, running at least 4.1.2. You might want to create a file,

Re: [SM-USERS] Error

2003-01-27 Thread Jeffrey L. Taylor
You can contact the IMAP server by hand to be sure it is reachable and running. telnet imap a1 login a2 logout Replace text with your values. If this much works, there are additional imap commands you can try, but I don't have them memorized. HTH, Jeffrey Quoting Kovács Péter <[EMAIL PRO

Re: [SM-USERS] Unable to log in

2003-01-27 Thread Jonathan Angliss
Hello Jay, On Monday, January 27, 2003, Jay wrote... > I was wondering if I might be able to get some help here. I am using > Mac OSX Server 10.2.3 and the default SquirrelMail that is > installed. I believe that I have configured everything correctly, > POP/SMTP and IMAP services running and turn

Re: [SM-USERS] Finding the code for read receipts *SOLVED*

2003-01-27 Thread Thijs Kinkhorst
> I would love to see how it _should_ have been done. I was under a time > limit and knew you guys would probably have a better way to do it, > unfortunately I was on my own with this one. Glad to have helped! http://cvs.sf.net/cgi-bin/viewcvs.cgi/squirrelmail/squirrelmail/class/mime/Rfc822Heade

Re: [SM-USERS] Logging in as someone else

2003-01-27 Thread Jonathan Angliss
Hello Adrian, On Monday, January 27, 2003, Adrian Jones wrote... > I have SM 1.2.10 on Cobalt Qube3 Apache/PHP 4.0.6 > If I log in as another user after logging in as myself ( sometimes > need to / hot desking etc ) the other users setting replace my own. > I know that this is session related, c

Re: [SM-USERS] Getting addresses from an MS SQL DB

2003-01-27 Thread Jonathan Angliss
Hello Dan, On Monday, January 27, 2003, Dan HINCKLEY wrote... > Has anyone managed a setup to permit accessing email addresses from an MS > SQL 7 DB, using the Addresses button in Compose? Writing the PHP > mssql_connect and getting results isn't too hard (I'm a php novice) but I > cannot see how

Re: [SM-USERS] Send mail error

2003-01-27 Thread Jonathan Angliss
Hello Arick, On Monday, January 27, 2003, Arick wrote... > Requested action not taken: mailbox name not allowed > Server replied: 553 5.0.0 <... Unbalanced '<' > it occur every time when I type the "send" button. > Can anyone tell me how can I fix it ? I'm taking a rather educated stab in the

Re: [SM-USERS] Error

2003-01-27 Thread Alan Sparks
Double check you Squirrelmail configuration, make sure you've defined the mail server properly. You might check your Apache error log and your IMAP server error log for more info too. -Alan On Mon, 2003-01-27 at 08:11, Kovács Péter wrote: > I have installed squirrelmail on my computer. > When I

[SM-USERS] Error

2003-01-27 Thread Kovács Péter
I have installed squirrelmail on my computer. When I try to log in the following message comes up: There was an error contacting the mail server. Contact your administrator for help. Is there a log file, to view what could be the problem or what culd be the problem anyway? ---

Re: [SM-USERS] Finding the code for read receipts *SOLVED*

2003-01-27 Thread Eric Dry
Marc Groot Koerkamp said: > Eric Dry zei: > >> Submitted for your approval: >> >> I tweeked around on it and found a way to check for all three types of >> return receipts (Disposition-notification-To, X-Confirm-Reading-To, >> and Return-receipt-to.) The modified code starts on line 919 and ends >

Re: [SM-USERS] Finding the code for read receipts *SOLVED*

2003-01-27 Thread Eric Dry
It has been tested with Pmail 2.52, Pmail 4.02a and MS Outlook Express. Effectively... well I wouldn't guarantee you it is bullet proof, but i used the existing functionality as much as possible. You have my permission to use it as you would. Happy squirreling! Eric Jonathan Angliss said: > Hel

RE: [SM-USERS] Installation error: Call to undefined function: session_write_close()

2003-01-27 Thread Tim Bass
Johathan, Thanks for your reply. I am pretty sure PHP was not compiled (by me) with the --disable-session switch (unless this was the default). We are not running a 4.0.x version of PHP, running at least 4.1.2. Tim -Original Message- From: Jonathan Angliss [mailto:[EMAIL PROTECTED]]

Re: [SM-USERS] Send mail error

2003-01-27 Thread Chris Hilts
> Requested action not taken: mailbox name not allowed > Server replied: 553 5.0.0 <... Unbalanced '<' > > it occur every time when I type the "send" button. > Can anyone tell me how can I fix it ? Given the amazingly small amount of information you supplied, no, we can't tell you how to fix it.

[SM-USERS] Strange error with 1.4.0.RC2a

2003-01-27 Thread deurk
Just for me to know, does anybody have that kind of error? --> ERROR Yeah I know, not a very usefull errormessage (id = 3621, mailbox = INBOX sqimap_get_message) It is usually happening in the INBOX but not in the subfolders... Any ideas? Thanks ;) -- deurk. --

[SM-USERS] Unable to log in

2003-01-27 Thread Jay
Hello there, I was wondering if I might be able to get some help here. I am using Mac OSX Server 10.2.3 and the default SquirrelMail that is installed. I believe that I have configured everything correctly, POP/SMTP and IMAP services running and turned on for the users, and I went through the pe

[SM-USERS] change password plugins

2003-01-27 Thread Rich
there are 5 plugins available that allow users to change their password there are two plugins that allow changing of /etc/passwd&shadow passwords there is none available for use on non-pam enabled systems (like slackware) has anybody implemented this feature on some non-pam system ? what could b

[SM-USERS] Logging in as someone else

2003-01-27 Thread Adrian Jones
Hello everyone, hope you are all feeling good today, I have SM 1.2.10 on Cobalt Qube3 Apache/PHP 4.0.6 If I log in as another user after logging in as myself ( sometimes need to / hot desking etc ) the other users setting replace my own. I know that this is session related, can we stop this happ

[SM-USERS] Mail in IMAP sub folders.

2003-01-27 Thread pnunn
Hi folks, I've just set up Squirrel and I must say it looks ideal for what I want to do, except for one small thing (that I'm sure is my fault). I've got my mail set up in a mail tree (seperate to the INBOX) where procmail sorts the mail. I've changed the mail base to be / rather than mail/ and

[SM-USERS] Getting addresses from an MS SQL DB

2003-01-27 Thread Dan HINCKLEY
Has anyone managed a setup to permit accessing email addresses from an MS SQL 7 DB, using the Addresses button in Compose? Writing the PHP mssql_connect and getting results isn't too hard (I'm a php novice) but I cannot see how to make the results available via the Compose window etc., even aft

[SM-USERS] Send mail error

2003-01-27 Thread Arick
Requested action not taken: mailbox name not allowed Server replied: 553 5.0.0 <... Unbalanced '<' it occur every time when I type the "send" button. Can anyone tell me how can I fix it ? Regards, Arick --- This SF.NET email is sponsored by:

Re: [SM-USERS] Finding the code for read receipts *SOLVED*

2003-01-27 Thread Marc Groot Koerkamp
Eric Dry zei: > Submitted for your approval: > > I tweeked around on it and found a way to check for all three types of > return receipts (Disposition-notification-To, X-Confirm-Reading-To, and > Return-receipt-to.) The modified code starts on line 919 and ends on line > 943. Enjoy. > > Eric > H