mgb
config setprop qmail MaxMessageSize 10000000000
config show qmail
qmail=service
MaxMessageSize=10000000000
status=enabled
You have set a value of 1Gb, is that what you really want for email ?
It will work as long as other paths in the system that email traverses are also configured similarly
ie qpsmtpd
clamav
php (for webmail)
ie as per the link Stefano gave earlier
http://wiki.contribs.org/SME_Server:Documentation:FAQ#Set_max_email_sizeYou need to follow the above command with
signal-event email-update
or
signal-event post-upgrade
signal-event reboot
Keep in mind most other email servers will not allow email messages this large, so sending from a similarly configured SME server to your SME server will be OK, but not for messages to and from general public/private email systems.
config setprop php 20M UploadMaxFilesize
[root@linux32 /]# config show php
php=service
10M=UploadMaxFilesize
20M=UploadMaxFilesize
You have entered the command incorrectly, twice too (for 10M & 20M) !
To remove these incorrect entries do
config delprop php 10M
config delprop php 20M
Then use the correct syntax
config setprop php UploadMaxFilesize 10M
To reduce the limit, reissue the command with a smaller numeric figure eg
config setprop php UploadMaxFilesize 5M
expand and restart services after eg
expand-template /etc/php.ini
/etc/init.d/httpd-e-smith restart
or to cover all possibilities
signal-event post-upgrade
signal-event reboot
Please read the documentation MORE CAREFULLY
Also see the db command tutorial for a better understanding of the syntax of the db command
http://wiki.contribs.org/Db_command_tutorialAlso see
http://wiki.contribs.org/DB_Variables_Configuration