Hello,
The two variables in php.ini that are responsible for limiting attachment size are:
- post_max_size
- upload_max_filesize
If you're running latest version 1.4.0, you can run a quick script that checks this (and other) server properties:
http://<your epesi>/check.php
It's also one of the steps during Setup.
Kind regards,
Arek