SuSE eMail server
/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 = 10240000Hodnota
message_size_limit
udává maximální velikost v bytech. /etc/postfix/main.cf
a poté
proveďte restart postfixu:
rcpostfix restart
/etc/httpd/php3.ini
upload_max_filesize = 5242880 ; 2 Meg default limit on file uploadsTato hodnota omezí pouze velikost příloh (attachments), které budou posílány přes frontend.
rcapache reload