Re: [SM-USERS] Problem with change_passwd plugin

2006-05-05 Thread Tomas Kuliavas
> I installed change_passwd 4.0 It required the compatability plugin, > which required me to upgrade Squirrelmail (now at 1.4.6-1) When I try > to use change_passwd, I get: > > Warning: Failed opening '../src/validate.php' for inclusion > (include_path='.:/usr/share/pear') in > /usr/share/squirre

RE: [SM-USERS] Re: Read Messages Not Unread After Back

2006-05-05 Thread Tomas Kuliavas
Are you sure that it is happening only in Dovecot install? Have you applied patch from https://sourceforge.net/tracker/index.php?func=detail&aid=1304408&group_id=311&atid=423679 > Alright, so now I'm upgraded to dovecot 1.0.beta7 and I have globals > turned > off in the squirrelmail folder via .h

RE: [SM-USERS] Re: Read Messages Not Unread After Back

2006-05-05 Thread Keefe John
Alright, so now I'm upgraded to dovecot 1.0.beta7 and I have globals turned off in the squirrelmail folder via .htaccess file. I threw a phpinfo() script into the folder and it did show globals being off locally. After all this, the problem is still occurring. I now noticed that this behavior al

Re: [SM-USERS] Problem with change_passwd plugin

2006-05-05 Thread Morten Nilsen
John Oliver wrote: I installed change_passwd 4.0 It required the compatability plugin, which required me to upgrade Squirrelmail (now at 1.4.6-1) When I try to use change_passwd, I get: Warning: Failed opening '../src/validate.php' for inclusion (include_path='.:/usr/share/pear') in /usr/share

[SM-USERS] Problem with change_passwd plugin

2006-05-05 Thread John Oliver
I installed change_passwd 4.0 It required the compatability plugin, which required me to upgrade Squirrelmail (now at 1.4.6-1) When I try to use change_passwd, I get: Warning: Failed opening '../src/validate.php' for inclusion (include_path='.:/usr/share/pear') in /usr/share/squirrelmail/plugins

[SM-USERS] Error Reading Receipt on Read Message

2006-05-05 Thread Jeff Umstead
We are getting the following error from SM when a user tries to read a "Receipt on Read Message" ERROR: Could not complete request. Query: FETCH 37567 BODY[3] Reason Given: Error 6 processing FETCH command. The original message was generated in SM and the Receipt On Read and On Deliver check b

Re: [SM-USERS] Unsafe Images

2006-05-05 Thread Matt Ruzicka
Doug, There is a plugin called "Unsafe Image Rules" that might meet your needs. http://squirrelmail.org/plugin_view.php?id=98 For any admins out there that are new to SM or just have questions about adding functionality, I'd /strongly/ recommend visiting the plugins page clicking the "View

Re: [SM-USERS] Unsafe Images

2006-05-05 Thread Alan in Toronto
Doug Appleton wrote: > Hello all.. Another silly question.. Is there a way with SQ to allow the > users to see the images embedded into an email without having SQ block > it out?? It's only silly because you neglected to search the archives or even the SM site, either of which would have answered

[SM-USERS] Unsafe Images

2006-05-05 Thread Doug Appleton
Hello all.. Another silly question.. Is there a way with SQ to allow the users to see the images embedded into an email without having SQ block it out?? --- Using Tomcat but need to do more? Need to support web services, security? Get stuff do

[SM-USERS] problems sending emails

2006-05-05 Thread rsalyers
I've setup squirrelmail. The check config script ran just fine. I can login and I can read my emails. However, I can't send, reply, or forward an email. When I do I get a page that indicates that.. "The page can not be displayed." I don't see any permission problems. Any suggestions on

Re: [SM-USERS] Download this as a file

2006-05-05 Thread Tomas Kuliavas
> How does one go about removing "Download this as a file" ? functions/mime.php formatBody function. --- Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make yo

RE: [SM-USERS] Re: Read Messages Not Unread After Back

2006-05-05 Thread Tomas Kuliavas
It is php setting, not SquirrelMail. SquirrelMail can be run on different php versions. register_globals setting can be controlled by php scripts only in php 4.2.3 and older. You can turn it off in php.ini, webserver configuration or .htaccess file. from apache config php_flag register_global

[SM-USERS] Fatal error [mime.php]

2006-05-05 Thread Christian Schmitz
Hi everyone: I am new in webmail, and really squirrelmail was easy to configure. Almost all works fine. I can write mails, see mails, customize colors, etc. But one of accounts receive mails. There is no special, but every time that i try to open it i get: Fatal error: Allowed memory

[SM-USERS] some mailing lists show in thread view, some don't?

2006-05-05 Thread Bing Du
Hello everyone, We use SquirrelMail version 1.4.3a-9.EL4. In Options->Display Preference, the 'Enable Thread Sort by References Header' checkbox Yes is checked. The MySQL mailing list messages show up perfectly in thread mode like this. Even I turned the checkbox to No, it still shows the messa

[SM-USERS] Download this as a file

2006-05-05 Thread Doug Appleton
How does one go about removing "Download this as a file" ? --- Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Appli

[SM-USERS] Could not include PEAR database functions required for the database

2006-05-05 Thread smtie
Hi all I've got this issue with squirrelmail-1.4.6 I m getting this error Warning: include_once(DB.php) [function.include-once]: failed to open stream: No such file or directory in /var/www/html/squirrelmail-1.4.6/functions/db_prefs.php on line 40 Warning: include_once() [function.include]: Fai

RE: [SM-USERS] Re: Read Messages Not Unread After Back

2006-05-05 Thread Marc Groot Koerkamp
On Fri, May 5, 2006 09:17, Tomas Kuliavas wrote: > Dovecot 1.0 alpha versions return invalid responses to UID STORE > commands. When SquirrelMail marks message as read, scripts issue UID STORE > command. Please upgrade. If you want more detailed explanation - search > dovecot mailing list. As far

RE: [SM-USERS] Re: Read Messages Not Unread After Back

2006-05-05 Thread Tomas Kuliavas
Dovecot 1.0 alpha versions return invalid responses to UID STORE commands. When SquirrelMail marks message as read, scripts issue UID STORE command. Please upgrade. If you want more detailed explanation - search dovecot mailing list. It is strongly recommended to turn off globals in SquirrelMail