Koozali.org: home of the SME Server
Obsolete Releases => SME Server 7.x => Topic started by: kdelfo on May 02, 2006, 11:05:06 PM
-
please, i'm newbie, where i have to put a modify for recive on my sme server email too large??
Now my server, download message not over 2 MB.
But sometime i recive file more big, how can i modify this??
-
are you using webmail?
-
Yes i use a webmail.
-
ok, sounds like a php.ini issue then. Search this site for php.ini, it contains defaults for max mail/attachment size which can be adjusted to your needs.
guest
-
Hi,
Now my server, download message not over 2 MB.
But sometime i recive file more big, how can i modify this??
Try this (i picked it up in the bugtracker):
config setprop qmail MaxMessageSize x
config show qmail MaxMessageSize
signal-event email-update
You can adjust the MaxMessageSize to an apropriate level.
This should make it into documentation ;-)
-
config setprop qmail MaxMessageSize x
config show qmail MaxMessageSize
signal-event email-update
You can adjust the MaxMessageSize to an apropriate level.
This should make it into documentation ;-)
[root@tiger ~]# config show qmail MaxMessageSize
qmail=service
FilterType=procmail
MaxMessageSize=15000000
status=enabled
[root@tiger ~]#
Is that in bytes ?