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
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
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
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
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
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
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