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

Title: Newbie- modify the sme server for recieve email too large??
Post 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??
Title: Newbie- modify the sme server for recieve email too large??
Post by: guest22 on May 03, 2006, 04:43:48 AM
are you using webmail?
Title: Newbie- modify the sme server for recieve email too large??
Post by: kdelfo on May 03, 2006, 10:26:35 PM
Yes i use a webmail.
Title: Newbie- modify the sme server for recieve email too large??
Post by: guest22 on May 03, 2006, 10:34:38 PM
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
Title: Re: Newbie- modify the sme server for recieve email too larg
Post by: azche24 on July 09, 2006, 12:46:12 PM
Hi,
Quote from: "kdelfo"
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):

Code: [Select]
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  ;-)
Title: Re: Newbie- modify the sme server for recieve email too larg
Post by: william_syd on July 10, 2006, 02:34:30 PM
Quote from: "azche24"

Code: [Select]
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  ;-)


Code: [Select]
[root@tiger ~]# config show qmail MaxMessageSize
qmail=service
    FilterType=procmail
    MaxMessageSize=15000000
    status=enabled
[root@tiger ~]#


Is that in bytes ?