Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!


Where to edit Roundcube import mails upload limit? (Directadmin)
New on LowEndTalk? Please Register and read our Community Rules.

All new Registrations are manually reviewed and approved, so a short delay after registration may occur before your account becomes active.

Where to edit Roundcube import mails upload limit? (Directadmin)

Already edited post and upload size at php.ini , but i dont know where to edit the default 5MB limit for roundcube. I have to import 600mb mail account.

Thanks!

Comments

  • faulwurffaulwurf Member
    edited August 2015

    Usually that should be enough. Double check if you edited the right php.ini ;)

  • Does it work if you set a override setting in file /usr/share/apache2/roundcubemail/.htaccess?

    "php_value max_file_uploads 30"
    and
    php_value upload_max_filesize 700M
    php_value post_max_size 700M

    And change /etc/php.ini OR /etc/php5/apache2/php.ini

    memory_limit = 200M; (Maybe more if it's a big upload???)
    upload_max_filesize = 700M;
    post_max_size = 700M;

Sign In or Register to comment.