Koozali.org: home of the SME Server

Newbie- modify the sme server for recieve email too large??

Offline kdelfo

  • *
  • 17
  • +0/-0
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??

guest22

Newbie- modify the sme server for recieve email too large??
« Reply #1 on: May 03, 2006, 04:43:48 AM »
are you using webmail?

Offline kdelfo

  • *
  • 17
  • +0/-0
Newbie- modify the sme server for recieve email too large??
« Reply #2 on: May 03, 2006, 10:26:35 PM »
Yes i use a webmail.

guest22

Newbie- modify the sme server for recieve email too large??
« Reply #3 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

Offline azche24

  • *
  • 163
  • +0/-0
    • http://az-law.de
Re: Newbie- modify the sme server for recieve email too larg
« Reply #4 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  ;-)
Alexander Ziemann, Berlin - DE

Offline william_syd

  • *****
  • 1,608
  • +0/-0
  • Nothing to see here.
    • http://www.magicwilly.info
Re: Newbie- modify the sme server for recieve email too larg
« Reply #5 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 ?
Regards,
William

IF I give advise.. It's only if it was me....