Roundcube webmail attachment size

Discussion in 'General' started by rmadamante, Sep 24, 2021.

  1. rmadamante

    rmadamante New Member

    I need to change the size of the attachments in webmail roundcube and I can't find where the parameters for this configuration are.
    I've already changed all the php.ini files:
    cat /etc/php/*/*/php.ini | grep upload_max_filesize | post_max_size
    upload_max_filesize = 20M
    post_max_size = 20M

    I've already looked here in the forums, but I couldn't find it, just some very old posts.

    Thanks!
     
  2. rmadamante

    rmadamante New Member

    I found the problem...
    post_max_size = 20M
    systemctl restart php*.service
     

Share This Page