Re: [SM-USERS] Squirrelmail and PHP5

2006-05-16 Thread Tomasz Pajor
That's not squirrelmail related issue, you php is not compiled with session support. You can check with what modules you had compiled php, with the phpinfo function. -- Tomasz Pajor WebSolutions > Greetings, > > Does anyone know when the next version of squirrelmail (1.5.x) will

Re: [SM-USERS] How can I correct this problem that "ERROR: You need the openssl PHP extension to use SMTP/IMAP TLS!"

2006-04-19 Thread Tomasz Pajor
Find this line in your php.ini file and uncomment it: ;extension=openssl.so Sould help. -- Tomasz Pajor WebSolutions > Hello > > I use squirrelmail1.4.5. > Also I use courier-imap-4.1.0 on freebsd6.0. > > Squirrelmail works well but When I typed > http://webmailipaddress

Re: [SM-USERS] strange quota error message

2006-04-18 Thread Tomasz Pajor
Yes but the strangest thing is that, that is was working properly and suddenly stopped. Courier-imap is getting the quota variable from the database without any problems, so what could be wrong? -- Tomasz Pajor WebSolutions >> When I want to move an email from inbox to one of my folders

[SM-USERS] strange quota error message

2006-04-18 Thread Tomasz Pajor
When I want to move an email from inbox to one of my folders I keep getting this message: ERROR: Could not complete request. Query: COPY 726 "INBOX.squirrelmail.users" Reason Given: [ALERT] You exceeded your mail quota. Am I missing something? -- Tomasz Pajor We

Re: [SM-USERS] can't change my language

2006-04-16 Thread Tomasz Pajor
It works just fine now. Thanks. > This error does not depend on translation state. Error is displayed when > your IMAP server does not support ISO-8859-2 character set. > > Use of character set can be turned off in SquirrelMail configuration. See > 4. General Options menu options. If you have cour

Re: [SM-USERS] can't change my language

2006-04-16 Thread Tomasz Pajor
I think it helped because I see some Polish error messages, but there's this error now: BŁĄD: Nie można wykonać polecenia. Zapytanie: SEARCH CHARSET ISO-8859-2 ALL UNDELETED TO {29} [EMAIL PROTECTED] Podany powód: ISO-8859-2 character set is not supported. > OpenBSD developers changed setlocale b

Re: [SM-USERS] can't change my language

2006-04-16 Thread Tomasz Pajor
That's the output: string(25) "C/pl_PL.ISO8859-2/C/C/C/C" string(0) "" > Could you do a little test? Run attached test script and show output of > the script. > >> bash-3.1# sysctl -a kern.version >> kern.version=OpenBSD 3.9-current (GENERIC) #670: Sat Apr 1 23:34:55 MST >> 2006 >> [EMAIL PR