PDA

View Full Version : how can i change the UebiMiau(webmail) 10MB Limit ?



hkivan
01-05-2006, 06:50 AM
how can i change the UebiMiau(webmail) 10MB Limit ?

I find there has 10 MB webmail limit in the directadmin .


Does anyone know how can i change the webmail limit ?

nobaloney
01-05-2006, 04:16 PM
It's a PHP limit.

The question has been asked and answered many times on these forums.

Jeff

hkivan
01-06-2006, 03:12 AM
That mean i can config php.ini to setting the size the webmail ?

I can not search any old post about this topic , i am very sorry about that .

DA_user
01-06-2006, 08:56 AM
Hi,
I think what jlasman is referring to is the upload limit in php and not the webmail (UebiMiau).

Try to open (vi) /var/www/html/webmail/inc/config.php
Scroll down a couple of lines until you reach
$quota_limit = 10240;
and change it.

hkivan
01-07-2006, 09:29 AM
Thank you very much for your great help ! DA_user