We are happy to announce that Vesta is back under active development as of 25 February 2024. We are working on Vesta 2.0 and expect to release it soon. Read more about it: https://vestacp.com/docs/vesta-2-development
how can i increase an attachment size?
how can i increase an attachment size?
default mail attachment size is 2 mb. how can i increase an attachment size?
-
- Posts: 3
- Joined: Thu Jun 11, 2020 10:27 pm
- Os: CentOS 6x
- Web: nginx + php-fpm
Re: how can i increase an attachment size?
Hi,
edit /etc/php.ini and increase upload_max_filesize parameter, remember restart the php service.
edit /etc/php.ini and increase upload_max_filesize parameter, remember restart the php service.
Re: how can i increase an attachment size?
@guillervks thanks! it's fixed.