SuSE IMAP-Server: Version 1.0
/etc/postfix/sample-resource.cf
# The message_size_limit parameter limits the total size in bytes of # a message, including envelope information. # message_size_limit = 10240000The number represents the maximum size in Bytes.
/etc/postfix/main.cf
and then
restart Postfix:
rcpostfix restart
/etc/httpd/php3.ini
upload_max_filesize = 5242880 ; 2 Meg default limit on file uploads
This variable only limits the size of the attachments that are sent
via the Web Interface.
The limitation is usually set to 5MB.
After you have changed the setting you will also have to restart
the Web server:
rcapache reload