roundcube mail problem

s3d_pi3r

Verified User
Joined
Jun 29, 2009
Messages
13
Hello
I have Problem With rouncube mail client
I can't Attache file To email I recive THis error:

Unable UPload File

Pleas Help Me

I use Cent OS 32 bit and DA 1.33.7

Bless U
 
What do the logs say? You should find these in the roundcube/logs/ directory
 
emty log folder

i looked at /var/www/html/roundcube/logs and this Folder is Empty

[root@sec logs]# ls -la
total 12
drwxrwx-w- 2 apache webapps 4096 May 17 23:06 .
drwxr-xr-x 9 webapps webapps 4096 Jul 1 07:18 ..
-rwxrwx--- 1 apache webapps 31 Sep 25 2005 .htaccess
 
Hello,

Uploads are usually stored by php in:
/tmp

first, so ensure that exists, and is chmod to 1777.

Also ensure php is within the filesize limit.
http://help.directadmin.com/item.php?id=80

Try testing with a smaller attachment to see if that works.

Also try other things like /squirrelmail or /webmail to see if they have any other effect than roundcube.

John
 
???

about roundcube i Run command

Chmod 1777 tmp and checked php.ini and tested small file 2kb :confused:
but I have error : Error Upload FIle

and abour web mail and squirrelmail I can not Login to this mail clients
for webmail recive This error:
ERROR (512): Smarty error: problem writing './tmp/_cached_templates/clean/login.htm.php.' (/var/www/html/webmail/smarty/Smarty.class.php:589)

and squirrelmail:
Preference file, /var/www/html/squirrelmail/data/[email protected], could not be copied from temporary file, /var/www/html/squirrelmail/data/[email protected]. Contact your system administrator to resolve this issue.

server safe mod is Off

Pleas help me
 
Hello,

Sounds like a permission issue.

Try:
Code:
cd /usr/local/directadmin/custombuild
./build roundcube
./build squirrelmail
if that doesn't work, check your php.ini. There is an option called "disable_functions". If it has any values, try clearing them out so disable_functions is blank. Restart apache and try again. If that works, then it might have been 'overly' secure.. Doing "./build secure_php" should give you a good balance for that function.

John
 
php functions

Understand my problem is just for Disable_functions how can I enable php functions just at /var/www/html/squirrelmail
"./build secure_php" is'nt secure at my case

pleas Say me how can I enable php functions just for /var/www/html/squirrelmail folder

I think /etc/httpd/conf/httpd.conf can help Us
pleas Help me
 
Last edited:
Hello,

From what I recall, disable_functions is not a per-virtualhost option. It's a one-time global option, so if you're running CLI php (default), you must decide what you need in the /usr/local/lib/php.ini

However, if you're running suPhp, then you can use per-user php.ini files and specify whatever you want.

suPhp: http://help.directadmin.com/item.php?id=197
per-user php.ini with suPhp: http://help.directadmin.com/item.php?id=183

John
 
Back
Top